1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add phpnuke 4.2, a news automated system specially designed to be

used in intranets.
This commit is contained in:
Will Andrews 2001-04-10 20:56:15 +00:00
parent 88f0906fc9
commit b6edaa17d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41233
6 changed files with 1165 additions and 0 deletions

View File

@ -204,6 +204,7 @@
SUBDIR += p5-libwww
SUBDIR += peacock
SUBDIR += pgdriver
SUBDIR += phpnuke
SUBDIR += plugger
SUBDIR += pruby
SUBDIR += publicfile

30
www/phpnuke/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: phpnuke
# Date created: 10 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= phpnuke
PORTVERSION= 4.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpnuke
DISTNAME= PHP-Nuke-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
NO_BUILD= yes
NO_WRKSUBDIR= yes
DOCS= BUGS CHANGES README TODO
do-install:
${MKDIR} ${PREFIX}/www/phpnuke/html
${CP} -Rp ${WRKDIR}/html ${WRKDIR}/sql ${PREFIX}/www/phpnuke
.if !defined(NOPORTDOCS)
.for FILE in ${DOCS}
${INSTALL_DATA} ${WRKDIR}/${FILE} ${PREFIX}/www/phpnuke
.endfor
.endif
.include <bsd.port.mk>

1
www/phpnuke/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (PHP-Nuke-4.2.tar.gz) = e5621ad5e0edd4846b13bcad56577ea0

1
www/phpnuke/pkg-comment Normal file
View File

@ -0,0 +1 @@
A news automated system specially designed to be used in intranets

3
www/phpnuke/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
A news automated system specially designed to be used in Intranets.
WWW: http://phpnuke.org/

1129
www/phpnuke/pkg-plist Normal file

File diff suppressed because it is too large Load Diff