mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- As planned, retire www/phpnuke
This commit is contained in:
parent
8b5054379b
commit
7e5adc9f97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119651
1
MOVED
1
MOVED
@ -1270,3 +1270,4 @@ graphics/kimagemapeditor|www/kdewebdev|2004-10-13|kimagemapeditor was integrated
|
||||
devel/automake18|devel/automake19|2004-10-15|automake18 replaced with automake19
|
||||
www/zope-cmftransforms|www/zope-portaltransforms|2004-10-16|renamed by authors
|
||||
dns/bind9-sdb-mysql||2004-10-17|No longer maintained
|
||||
www/phpnuke||2004-10-17|security vulnerabilities and no longer maintained
|
||||
|
@ -572,7 +572,6 @@
|
||||
SUBDIR += phpSysInfo
|
||||
SUBDIR += phpbb
|
||||
SUBDIR += phpgedview
|
||||
SUBDIR += phpnuke
|
||||
SUBDIR += phpwebapp
|
||||
SUBDIR += phpwiki
|
||||
SUBDIR += plone
|
||||
|
@ -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>
|
@ -1 +0,0 @@
|
||||
MD5 (PHP-Nuke-6.9.tar.gz) = 2f577444c11ede01c89e3271e7187167
|
@ -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/
|
@ -1 +0,0 @@
|
||||
@comment this plist is intentionally left empty
|
Loading…
Reference in New Issue
Block a user