head	1.25;
access;
symbols
	RELEASE_8_3_0:1.24
	RELEASE_9_0_0:1.24
	RELEASE_7_4_0:1.24
	RELEASE_8_2_0:1.24
	RELEASE_6_EOL:1.24
	RELEASE_8_1_0:1.24
	RELEASE_7_3_0:1.24
	RELEASE_8_0_0:1.24
	RELEASE_7_2_0:1.23
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.21
	RELEASE_7_0_0:1.20
	RELEASE_6_3_0:1.20
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.25
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2009.08.22.00.38.29;	author amdmi3;	state Exp;
branches;
next	1.23;

1.23
date	2009.03.09.18.37.10;	author miwi;	state Exp;
branches;
next	1.22;

1.22
date	2008.06.05.23.39.36;	author miwi;	state Exp;
branches;
next	1.21;

1.21
date	2008.01.01.16.11.18;	author miwi;	state Exp;
branches;
next	1.20;

1.20
date	2007.08.05.21.27.37;	author miwi;	state Exp;
branches;
next	1.19;

1.19
date	2007.06.08.16.32.36;	author miwi;	state Exp;
branches;
next	1.18;

1.18
date	2007.04.25.08.08.20;	author miwi;	state Exp;
branches;
next	1.17;

1.17
date	2007.04.16.11.21.57;	author miwi;	state Exp;
branches;
next	1.16;

1.16
date	2007.01.09.21.34.01;	author miwi;	state Exp;
branches;
next	1.15;

1.15
date	2006.11.13.07.59.00;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2006.11.08.09.28.32;	author farrokhi;	state Exp;
branches;
next	1.13;

1.13
date	2006.11.05.09.02.11;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2006.10.31.08.54.13;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2006.10.04.12.19.25;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2006.09.12.09.29.26;	author itetcu;	state Exp;
branches;
next	1.9;

1.9
date	2006.09.08.21.04.52;	author itetcu;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.22.08.02.56;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.11.09.08.09;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.14.15.18.35;	author garga;	state Exp;
branches;
next	1.5;

1.5
date	2006.06.05.20.19.10;	author aaron;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.06.14.31.29;	author ale;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.13.12.59.44;	author lawrance;	state Exp;
branches;
next	1.2;

1.2
date	2006.02.09.10.26.54;	author lawrance;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.26.00.08.14;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.25
log
@Switch exporter over
@
text
@# New ports collection makefile for:	wikindx
# Date created:		23 Dec 2005
# Whom:			babak@@farrokhi.net
#
# $FreeBSD: head/www/wikindx/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	wikindx
PORTVERSION=	3.8.2
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}3_8_2
DISTNAME=	${PORTNAME}${PORTVERSION:S/./_/g}

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Bibliographic and quotations/notes management system

USE_PHP=	session mysql xml ctype

NO_BUILD=	YES
WRKSRC=		${WRKDIR}/wikindx3
WWWDIR?=	www/wikindx
ROOTFILES=	config.php index.php rss.php
ROOTDIRS=	attachments core docs files languages modules \
		papers styles templates update
DOCFILES=	CHANGELOG CUSTOMIZATION DISCLAIMER INSTALL \
		LICENSE README README_CMS README_RSS UPGRADE

pre-install:
	@@${ECHO} ${WWWDIR}

do-install:
	-${MKDIR} ${PREFIX}/${WWWDIR}
	(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${WWWDIR}/ )
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WWWDIR}
.for i in ${ROOTDIRS}
	@@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${PREFIX}/${WWWDIR}/ )
.endfor
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${DOCFILES}
	@@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i}
.endfor
.endif

.include <bsd.port.mk>
@


1.24
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.23
log
@- Take over maintainership
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	wikindx
@


1.22
log
@- Update to 3.8.2

PR:		124255
Submitted by:	Wen heping <wenheping@@gmail.com>
Approved by:	maintainer implicit
@
text
@d15 1
a15 1
MAINTAINER=	farrokhi@@FreeBSD.org
@


1.21
log
@- Update to 3.8.1

Submitted by:	farrokhi@@
@
text
@d9 1
a9 1
PORTVERSION=	3.8.1
@


1.20
log
@- Update to 3.7

Approved by:	maintainer implicit
@
text
@d9 1
a9 1
PORTVERSION=	3.7
d27 1
a27 1
		LICENSE README README_RSS UPDATEWIKINDX
@


1.19
log
@- Update to 3.5.6

Approved by:	maintainer implicit
@
text
@d9 1
a9 1
PORTVERSION=	3.6.5
d37 1
a37 1
	@@(cd ${WRKSRC} && ${CP} -R ${i} ${PREFIX}/${WWWDIR}/ )
@


1.18
log
@- Add missed dependency

Approved by:	maintainer implicit
@
text
@d9 1
a9 1
PORTVERSION=	3.6
d18 1
a18 1
USE_PHP=	session mysql xml
@


1.17
log
@- Update to 3.6
- Utilize WWWDIR macro

Approved by:	maintainer implicit
@
text
@d18 1
a18 1
USE_PHP=	session mysql
@


1.16
log
@- Update to 3.5

Submitted by:	farrokhi
@
text
@d9 1
a9 1
PORTVERSION=	3.5
d22 1
a22 2
WIKINDX?=	www/wikindx
PLIST_SUB+=	WIKINDX=${WIKINDX}
d29 3
d33 3
a35 3
	-${MKDIR} ${PREFIX}/${WIKINDX}
	(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${WIKINDX}/ )
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WIKINDX}
d37 1
a37 1
	@@(cd ${WRKSRC} && ${CP} -R ${i} ${PREFIX}/${WIKINDX}/ )
@


1.15
log
@- Update to 3.4.7

Submitted by:	farrokhi@@
@
text
@d9 1
a9 1
PORTVERSION=	3.4.7
@


1.14
log
@Change my email address to farrokhi@@ in all ports that I maintain.
Approved by:	miwi (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	3.4.6
@


1.13
log
@- Update to 3.4.6

PR:		ports/105132
Submitted by:	Babak Farrokhi <babak@@farrokhi.net> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
@
text
@d15 1
a15 1
MAINTAINER=	babak@@farrokhi.net
@


1.12
log
@- Update to 3.4.5

PR:		ports/104463
Submitted by:	Babak Farrokhi <babak@@farrokhi.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.4.5
@


1.11
log
@- Update to 3.4.3

PR:		ports/103969
Submitted by:	Babak Farrokhi <babak@@farrokhi.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.4.3
@


1.10
log
@update to 3.4.2

PR:		ports/103183
Submitted by:	Babak Farrokhi (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.4.2
@


1.9
log
@- update to 3.4.1

PR:		ports/103044
Submitted by:	Babak Farrokhi (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.4.1
d13 1
a13 1
DISTNAME=	${PORTNAME}3_4_1
@


1.8
log
@- Update to 3.4

PR:		ports/102289
Submitted by:	Babak Farrokhi <babak(at)farrokhi.net> (maintainer)
Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	3.4
d13 1
a13 1
DISTNAME=	${PORTNAME}${PORTVERSION}
@


1.7
log
@- update to 3.3.2
- tinderboxed for 4,5,6 and 7

PR:		ports/100072
Submitted by:	maintainer (Babak Farrokhi)
@
text
@d9 1
a9 1
PORTVERSION=	3.3.2
d13 1
a13 1
DISTNAME=	wikindx3_3_2
@


1.6
log
@- Update to 3.3.1

PR:		ports/98937
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.3.1
d13 1
a13 1
DISTNAME=	wikindx3_3_1
@


1.5
log
@- www/data-dist/wikindx -> www/wikindx
- Bump PORTREVISION due to plist changes

PR:		ports/98267
Submitted by:	Babak Farrokhi <babak@@farrokhi.net>
Reviewed by:	aaron
Approved by:	tobez (implicit)
@
text
@d9 1
a9 2
PORTVERSION=	3.2.4
PORTREVISION=	1
d13 1
a13 1
DISTNAME=	wikindx3_2_4
@


1.4
log
@Fix or remove obsolate or broken ways to depend on php.
@
text
@d10 1
d23 1
a23 1
WIKINDX?=	www/data-dist/wikindx
@


1.3
log
@Update to 3.2.4.

PR:		ports/93282
Submitted by:	Babak Farrokhi <babak@@farrokhi.net> (maintainer)
@
text
@a21 1
PHP4_PORT?=	www/mod_php4
@


1.2
log
@Update to 3.2.3.

PR:		ports/92989
Submitted by:	Babak Farrokhi <babak@@farrokhi.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.2.3
d13 1
a13 1
DISTNAME=	wikindx3_2_3
@


1.1
log
@new port: www/wikindx

	WIKINDX is a free bibliographic and quotations/notes
	management and article authoring system designed either for
	single use (on a variety of operating sytems) or multi-user
	collaborative use across the internet.

	WWW: http://wikindx.sourceforge.net/

PR:		ports/90825
Submitted by:	Babak Farrokhi <babak@@farrokhi.net>
@
text
@d9 1
a9 1
PORTVERSION=	3.2.2
d13 1
a13 1
DISTNAME=	wikindx3_2_2
a24 1
#SUB_FILES=	pkg-message
a44 3
#post-install:
#	@@${CAT} ${PKGMESSAGE}

@

