head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.10.25.17.47.20;	author bapt;	state dead;
branches;
next	1.6;

1.6
date	2012.09.21.10.07.33;	author bapt;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.20.01.57.54;	author sylvio;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.10.13.23.23;	author bapt;	state Exp;
branches;
next	1.3;

1.3
date	2007.06.14.21.25.31;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.24.16.43.28;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.26.12.53.27;	author sem;	state Exp;
branches;
next	;


desc
@@


1.7
log
@SVN rev 306390 on 2012-10-25 17:47:20Z by bapt

2012-10-20 x11-themes/metacity-ana-theme: No more public distfiles
2012-10-20 x11-themes/gtk-ana-theme: No more public distfiles
2012-10-20 x11-fonts/getbdf: No more public distfiles
2012-10-20 x11-fonts/arkpandora: No more public distfiles
2012-10-20 x11-clocks/wmdate: No more public distfiles
2012-10-20 x11/multi-gnome-terminal: depends on deprecated gnome1 things
2012-10-20 www/wacko: No more public distfiles
2012-10-20 sysutils/wtmp-tools: No more public distfiles
2012-10-20 sysutils/reed: No more public distfiles
2012-10-20 sysutils/pdumpfs-rsync: No more public distfiles
2012-10-20 sysutils/pdumpfs-clean: No more public distfiles
2012-10-20 sysutils/netdump-server: No more public distfiles
2012-10-20 sysutils/nctop: No more public distfiles
2012-10-20 sysutils/memgrep: No more public distfiles
2012-10-20 sysutils/logserial: No more public distfiles
2012-10-20 sysutils/dupfind: No more public distfiles
2012-10-20 sysutils/dump9660: No more public distfiles
2012-10-20 sysutils/desktopbsd-tools: No more public distfiles
2012-10-20 sysutils/agef: No more public distfiles

Remove a bunch of expired ports

Feature safe:	yes
@
text
@# New ports collection makefile for: WackoWikki
# Date created:		05.Dec 2004
# Whom:			Ivan Sviridov (sin@@vimcom.net)
# $FreeBSD: ports/www/wacko/Makefile,v 1.6 2012/09/21 10:07:33 bapt Exp $

PORTNAME=	wacko
PORTVERSION=	4.1
CATEGORIES=	www
MASTER_SITES=	http://wackowiki.com/files/
DISTNAME=	wacko.r4

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A small and fast PHP Wikki clone with 30+ languages support

DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-10-20

USE_BZIP2=	yes
# The  port supports a number of variables that may be tweaked at build
# time.
#
WWWDOCROOT?=	www/data
WACKOURL?=	wacko
#
# End of user-configurable variables.
CFGFILE=interwiki.conf
# Set/override/append to variables from bsd.port.mk:
#

WRKSRC=		${WRKDIR}/${PORTNAME}
WACKODIR=	${WWWDOCROOT}/${WACKOURL}
NO_BUILD=	yes
USE_PHP=	mysql session
PLIST_SUB+=	WACKODIR="${WACKODIR}"

do-extract:
	@@ ${MKDIR} ${WRKSRC}
	@@ cd ${WRKSRC} && ${EXTRACT_CMD}  ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}

post-patch:
	@@ ${MV} ${WRKSRC}/${CFGFILE} ${WRKSRC}/${CFGFILE}.sample

do-install:
	@@ ${MKDIR}  ${PREFIX}/${WACKODIR}
	@@ ${CP} -R ${WRKSRC}/ ${PREFIX}/${WACKODIR}
	@@ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WACKODIR}

post-install:
	@@ ${ECHO_MSG} ""
	@@ ${ECHO_MSG} " GoTo: http://<your_website>/${WACKOURL}"
	@@ ${ECHO_MSG} ""

.include <bsd.port.mk>
@


1.6
log
@SVN rev 304618 on 2012-09-21 10:07:33Z by bapt

Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.5
log
@- Update to 4.1
@
text
@d15 3
@


1.4
log
@Maintainers addresses are not valid anymore put the port back to the pool
@
text
@d7 1
a7 1
PORTVERSION=	4
@


1.3
log
@- Change maintainer email address to true one

Requested by: Ivan via phone call
@
text
@d12 1
a12 1
MAINTAINER=	ivan.sviridov@@electro-com.ru
@


1.2
log
@- WWWOWN and WWWGRP are defined in bsd.port.mk
@
text
@d12 1
a12 1
MAINTAINER=	sin@@vimcom.net
@


1.1
log
@New port: www/wacko (A small and fast PHP Wikki clone with
multiple language support)

PR:		ports/77007
Submitted by:	Ivan Sviridov <sin@@vimcom.net>
@
text
@a20 2
WWWOWN?=	www
WWWGRP?=	www
@

