diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mediawiki120/Makefile | 82 | ||||
-rw-r--r-- | www/mediawiki120/distinfo | 2 | ||||
-rw-r--r-- | www/mediawiki120/files/pkg-message.in | 11 | ||||
-rw-r--r-- | www/mediawiki120/pkg-descr | 6 |
6 files changed, 1 insertions, 102 deletions
@@ -6128,3 +6128,4 @@ lang/python31|lang/python33|2014-06-01|Has expired: Python 3.1 will be end-of-li net/cvsup-mirror||2014-06-01|Removed: www, doc, gnats, ports repo gone; src repo deprecated multimedia/shell-fm||2014-06-02|Has expired: Unusable, subscription radio streaming service will come to an end security/py-posix1e|security/py-pylibacl|2014-06-03|Duplicate of security/py-pylibacl +www/mediawiki120||2014-06-08|Has expired: Not maintained upstream diff --git a/www/Makefile b/www/Makefile index e4b52b8e3bed..0faf6bd07cce 100644 --- a/www/Makefile +++ b/www/Makefile @@ -424,7 +424,6 @@ SUBDIR += mathjax SUBDIR += mathopd SUBDIR += mediawiki119 - SUBDIR += mediawiki120 SUBDIR += mediawiki121 SUBDIR += mediawiki122 SUBDIR += mergelog diff --git a/www/mediawiki120/Makefile b/www/mediawiki120/Makefile deleted file mode 100644 index ef38ec8755ff..000000000000 --- a/www/mediawiki120/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# Created by: Gerrit Beine <tux@pinguru.net> -# $FreeBSD$ - -PORTNAME= mediawiki -PORTVERSION= 1.20.8 -CATEGORIES= www -MASTER_SITES= http://dumps.wikimedia.org/mediawiki/${PORTVERSION:R}/ -PKGNAMESUFFIX= 120 - -MAINTAINER= wen@FreeBSD.org -COMMENT= The wiki engine used by Wikipedia - -LICENSE= GPLv2 - -CONFLICTS= mediawiki-1.1[0-9].* mediawiki-1.21.* mediawiki-1.22.* - -DEPRECATED= Not maintained upstream -EXPIRATION_DATE= 2014-06-08 - -USE_PHP= ctype hash iconv mbstring pcre session xml zlib readline dom -WANT_PHP_WEB= yes -MEDIAWIKIDIR?= www/mediawiki -SUB_FILES= pkg-message -SUB_LIST+= MEDIAWIKIDIR="${PREFIX}/${MEDIAWIKIDIR}" - -NO_BUILD= yes - -OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAP MEMCACHED APC EACCEL XCACHE IMAGICK -OPTIONS_DEFAULT=MYSQL APC - -MEMCACHED_DESC= use memcached -APC_DESC= use pecl-APC(Mediawiki recommended) -EACCEL_DESC= use eAccelerator (instead of pecl-APC) -XCACHE_DESC= use xCache (instead of pecl-APC) -IMAGICK_DESC= use ImageMagick - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= client -USE_PHP+= mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PHP+= pgsql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -USE_PHP+= sqlite3 -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_PHP+= ldap -.endif - -.if ${PORT_OPTIONS:MMEMCACHED} -RUN_DEPENDS= memcached:${PORTSDIR}/databases/memcached -.endif - -.if ${PORT_OPTIONS:MIMAGICK} -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/graphics/pecl-imagick -.endif - -.if ${PORT_OPTIONS:MAPC} -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/apc.so:${PORTSDIR}/www/pecl-APC -.elif ${PORT_OPTIONS:MEACCEL} -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/eaccelerator.so:${PORTSDIR}/www/eaccelerator -.elif ${PORT_OPTIONS:MXCACHE} -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:${PORTSDIR}/www/xcache -.endif - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} - ${CP} -r ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} - - @${FIND} ${WRKSRC}/${file} -not -type d \ - | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST} - @${FIND} -d ${WRKSRC}/${file} -type d \ - | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/www/mediawiki120/distinfo b/www/mediawiki120/distinfo deleted file mode 100644 index 3e2f76f9b547..000000000000 --- a/www/mediawiki120/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mediawiki-1.20.8.tar.gz) = 4f1d6b0155e54dc8b6003b5af70c5b98ccc62181f640ec58dcf72d677781d579 -SIZE (mediawiki-1.20.8.tar.gz) = 18717863 diff --git a/www/mediawiki120/files/pkg-message.in b/www/mediawiki120/files/pkg-message.in deleted file mode 100644 index d98978fe6903..000000000000 --- a/www/mediawiki120/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ - - **** NOTE **** -Remember to check - -%%MEDIAWIKIDIR%%/INSTALL - -and - -%%MEDIAWIKIDIR%%/UPGRADE - -for details diff --git a/www/mediawiki120/pkg-descr b/www/mediawiki120/pkg-descr deleted file mode 100644 index dac83f83ccda..000000000000 --- a/www/mediawiki120/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -MediaWiki is the collaborative editing software that runs Wikipedia, -the free encyclopedia, and other projects. -It's designed to handle a large number of users and pages without imposing -too rigid a structure or workflow. - -WWW: http://www.mediawiki.org/ |