diff options
author | clement <clement@FreeBSD.org> | 2004-10-17 18:54:06 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-10-17 18:54:06 +0800 |
commit | 261e2270cc0e4b467ccc3129271285b008429645 (patch) | |
tree | 9cdc80bfe7ba04a3e7705773ac7bff1bbb605ac5 /www | |
parent | 14314b9ed6256829c8451905b822fedd5576962a (diff) | |
download | freebsd-ports-gnome-261e2270cc0e4b467ccc3129271285b008429645.tar.gz freebsd-ports-gnome-261e2270cc0e4b467ccc3129271285b008429645.tar.zst freebsd-ports-gnome-261e2270cc0e4b467ccc3129271285b008429645.zip |
- As planned, retire www/phpnuke
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/phpnuke/Makefile | 58 | ||||
-rw-r--r-- | www/phpnuke/distinfo | 1 | ||||
-rw-r--r-- | www/phpnuke/pkg-descr | 21 | ||||
-rw-r--r-- | www/phpnuke/pkg-plist | 1 |
5 files changed, 0 insertions, 82 deletions
diff --git a/www/Makefile b/www/Makefile index d852615d8c15..c2eafd541951 100644 --- a/www/Makefile +++ b/www/Makefile @@ -572,7 +572,6 @@ SUBDIR += phpSysInfo SUBDIR += phpbb SUBDIR += phpgedview - SUBDIR += phpnuke SUBDIR += phpwebapp SUBDIR += phpwiki SUBDIR += plone diff --git a/www/phpnuke/Makefile b/www/phpnuke/Makefile deleted file mode 100644 index 64b74c383891..000000000000 --- a/www/phpnuke/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: phpnuke -# Date created: 10 April 2001 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= phpnuke -PORTVERSION= 6.9 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= PHP-Nuke-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An automated website package to distribute and manage content - -FORBIDDEN= "SQL injection vulnerability in Php-Nuke <= 7.1.0" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= SQL injection vulnerability in Php-Nuke <= 7.1.0 - -.if defined(WITH_PHP3) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 -.else -USE_PHP= yes -WANT_PHP_WEB= yes -.endif - -USE_MYSQL= yes - -NO_BUILD= yes -NO_WRKSUBDIR= yes -PHPNUKEWWW= ${PREFIX}/www/${PORTNAME} -DOCS= ADDONS-MODULES BLOCKS CHANGES CREDITS INSTALL README SUPPORT TODO - -pre-everything:: -.if !defined(WITH_PHP3) - @${ECHO_MSG} "" - @${ECHO_MSG} "Press CTRL-C and define WITH_PHP3 if you want" - @${ECHO_MSG} "to use PHP Nuke with PHP3. PHP4 is used by default." - @${ECHO_MSG} "" -.endif - -do-install: - @-${MKDIR} ${PHPNUKEWWW}/html ${PHPNUKEWWW}/sql - @${CP} -Rp ${WRKDIR}/html ${WRKDIR}/sql ${PHPNUKEWWW} -.if !defined(NOPORTDOCS) -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKDIR}/${FILE} ${PHPNUKEWWW} -.endfor -.endif - -post-install: - @cd ${PREFIX}; ${FIND} ${PHPNUKEWWW:S/^${PREFIX}\///} -type f -o -type l | \ - ${SED} -e 's,^\.,${PHPNUKEWWW:S|${PREFIX}/||},' >>${TMPPLIST} - @cd ${PREFIX}; ${FIND} ${PHPNUKEWWW:S/^${PREFIX}\///} -type d | ${SORT} -r | ${SED} -e 's/^/@dirrm /g' >>${TMPPLIST} - -.include <bsd.port.mk> diff --git a/www/phpnuke/distinfo b/www/phpnuke/distinfo deleted file mode 100644 index 1f5a36eb6bc8..000000000000 --- a/www/phpnuke/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (PHP-Nuke-6.9.tar.gz) = 2f577444c11ede01c89e3271e7187167 diff --git a/www/phpnuke/pkg-descr b/www/phpnuke/pkg-descr deleted file mode 100644 index a0a8c1cb2aa8..000000000000 --- a/www/phpnuke/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -PHP-Nuke is a Web Portal System, storytelling software, News system, -online community or whatever you want to call it. The goal of -PHP-Nuke is to have an automated web site to distribute news and -articles with users system. Each user can submit comments to discuss -the articles, just similar to Slashdot and many others. Main features -include: web based admin, surveys, top page, access stats page with -counter, user customizable box, themes manager for registered users, -friendly administration GUI with graphic topic manager, option to -edit or delete stories, option to delete comments, moderation -system, Referers page to know who link us, sections manager, -customizable HTML blocks, user and authors edit, an integrated -Banners Ads system, search engine, backend/headlines generation -(RSS/RDF format), and many, many more friendly functions. PHP-Nuke -is written 100% in PHP and requires Apache Web server, PHP and -MySQL. Support for 22 languages, Yahoo like search engine, Comments -option in Polls, more than 43 themes, Ephemerids manager, File -Manager, Headlines, download manager, faq manager, advanced blocks -systems, reviews system, categorized articles, multilanguage content -management and a lot more. - -WWW: http://www.phpnuke.org/ diff --git a/www/phpnuke/pkg-plist b/www/phpnuke/pkg-plist deleted file mode 100644 index 6df6848b6a7a..000000000000 --- a/www/phpnuke/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist is intentionally left empty |