1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Remove expired ports:

2017-07-07 sysutils/py-iocage: obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2
2017-07-08 www/mediawiki126: Upstream support EoL
This commit is contained in:
Rene Ladan 2017-07-10 19:27:38 +00:00
parent 292588c0f2
commit aee7804263
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445459
10 changed files with 2 additions and 137 deletions

2
MOVED
View File

@ -9459,3 +9459,5 @@ net-mgmt/ezradius||2017-07-01|Removed, unmaintained and depends on expired net/f
x11-toolkits/qt5-declarative||2017-07-01|Has expired: Has not been released since Qt 5.5 -- installation can lead to runtime conflicts with qt5-quick
deskutils/california|deskutils/gnome-calendar|2017-07-02|Has expired: Orphaned upstream, replaced by gnome-calendar
devel/etcd3|devel/etcd31|2017-07-07|Version 3.2 introduces breaking changes
sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2
www/mediawiki126|www/mediawiki127|2017-07-10|Has expired: Upstream support EoL

View File

@ -875,7 +875,6 @@
SUBDIR += py-gmailfs-fuse
SUBDIR += py-halite
SUBDIR += py-honcho
SUBDIR += py-iocage
SUBDIR += py-iowait
SUBDIR += py-nagiosplugin
SUBDIR += py-nomad

View File

@ -1,33 +0,0 @@
# Created by: Bartlomiej Rutkowski <robak@FreeBSD.org>
# $FreeBSD$
PORTNAME= iocage
PORTVERSION= 0.9.5
PORTREVISION= 1
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= FreeBSD jail manager written in Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.lzma>=0.0.6:archivers/py-backports.lzma \
${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click \
${PYTHON_PKGNAMEPREFIX}future>=0.15:devel/py-future \
${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py-tqdm \
ca_root_nss>0:security/ca_root_nss \
${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py-texttable \
${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests
DEPRECATED= obsoleted by sysutils/py3-iocage port using Python 3 instead of Python 2
EXPIRATION_DATE=2017-07-07
USE_GITHUB= yes
NO_ARCH= yes
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1487336983
SHA256 (iocage-iocage-0.9.5_GH0.tar.gz) = 699a15d2e9299204c2e90dfa84e8987422378e6eaca7b3dc8f6b9a06b822913d
SIZE (iocage-iocage-0.9.5_GH0.tar.gz) = 318152

View File

@ -1,6 +0,0 @@
iocage is a jail/container manager amalgamating some of the best
features and technologies the FreeBSD operating system has
to offer. It is geared for ease of use with a simple and easy
to understand command syntax.
WWW: https://github.com/iocage/iocage

View File

@ -392,7 +392,6 @@
SUBDIR += mathjax
SUBDIR += mathopd
SUBDIR += mediawiki123
SUBDIR += mediawiki126
SUBDIR += mediawiki127
SUBDIR += mediawiki128
SUBDIR += mergelog

View File

@ -1,73 +0,0 @@
# Created by: Gerrit Beine <tux@pinguru.net>
# $FreeBSD$
PORTNAME= mediawiki
PORTVERSION= 1.26.4
CATEGORIES= www
MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/
PKGNAMESUFFIX= 126
MAINTAINER= wen@FreeBSD.org
COMMENT= Wiki engine used by Wikipedia
LICENSE= GPLv2
DEPRECATED= Upstream support EoL
EXPIRATION_DATE= 2017-07-08
CONFLICTS= mediawiki12[378]-[0-9]*
USES= shebangfix
SHEBANG_FILES= maintenance/dev/*.sh \
maintenance/hiphop/run-server \
maintenance/postgres/*.pl \
maintenance/storage/make-blobs \
includes/limit.sh
SHEBANG_LANG= hhvm
hhvm_OLD_CMD= /usr/bin/hhvm
hhvm_CMD= ${LOCALBASE}/bin/hhvm # not installed by anything yet
USE_PHP= ctype dom hash iconv json mbstring pcre readline \
session xml xmlreader zlib
WANT_PHP_WEB= yes
MEDIAWIKIDIR?= www/mediawiki
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
SUB_FILES= pkg-message
SUB_LIST= MEDIAWIKIDIR=${PREFIX}/${MEDIAWIKIDIR}
OPTIONS_DEFINE= LDAP MEMCACHED IMAGICK SOCKETS XCACHE
OPTIONS_SINGLE= DB
OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE
OPTIONS_DEFAULT= MYSQL SOCKETS
MEMCACHED_DESC= Use memcached
XCACHE_DESC= Use xCache
IMAGICK_DESC= Use ImageMagick
SOCKETS_DESC= Use sockets
MYSQL_USE= mysql=client php=mysql
MYSQL_VARS= IGNORE_WITH_PHP+="70 71"
PGSQL_USE= php=pgsql
SQLITE_USE= php=sqlite3
LDAP_USE= php=ldap
SOCKETS_USE= php=sockets
MEMCACHED_RUN_DEPENDS= memcached:databases/memcached
IMAGICK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick
XCACHE_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
pre-install:
@${FIND} -s -d ${WRKSRC} -not -type d | ${SED} "s?${WRKSRC}?${MEDIAWIKIDIR}?g" >>${PLIST}
@${ECHO} "@dir %%WWWDIR%%/vendor/monolog/monolog/tests/Monolog/Handler/Fixtures" >> ${PLIST}
@${ECHO} "@mode 0777" >> ${PLIST}
@${ECHO} "@dir %%WWWDIR%%/images" >> ${PLIST}
@${ECHO} "@mode" >> ${PLIST}
@${ECHO} @dir ${MEDIAWIKIDIR} >> ${PLIST}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1471984681
SHA256 (mediawiki-1.26.4.tar.gz) = b8a5d3ca13e74a98021fe9a3dc0d9ac8842b5282a736818b7006bee21a62f61a
SIZE (mediawiki-1.26.4.tar.gz) = 25178007

View File

@ -1,11 +0,0 @@
**** NOTE ****
Remember to check
%%MEDIAWIKIDIR%%/INSTALL
and
%%MEDIAWIKIDIR%%/UPGRADE
for details

View File

@ -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/