diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-09-04 09:55:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-09-04 09:55:38 +0000 |
commit | 722118c782836439d2997b756d1215b5ea92ec95 (patch) | |
tree | f03d65f19492eb37bb9e15f5380ac62c869cb426 | |
parent | Add an explicit dependency on pkgconf (diff) |
Remove expired ports:
2013-09-04 www/p5-Catalyst-Plugin-Unicode-Encoding: This module now part of core Catalyst distribution
2013-09-04 databases/phpmyadmin35: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php
Notes
Notes:
svn path=/head/; revision=326267
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/phpmyadmin35/Makefile | 138 | ||||
-rw-r--r-- | databases/phpmyadmin35/distinfo | 2 | ||||
-rw-r--r-- | databases/phpmyadmin35/files/config.inc.php.sample | 14 | ||||
-rw-r--r-- | databases/phpmyadmin35/files/pkg-deinstall.in | 26 | ||||
-rw-r--r-- | databases/phpmyadmin35/files/pkg-install.in | 25 | ||||
-rw-r--r-- | databases/phpmyadmin35/files/pkg-message.in | 29 | ||||
-rw-r--r-- | databases/phpmyadmin35/pkg-descr | 31 | ||||
-rw-r--r-- | databases/phpmyadmin35/pkg-plist-chunk | 7 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile | 33 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Unicode-Encoding/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Unicode-Encoding/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Unicode-Encoding/pkg-plist | 10 |
15 files changed, 2 insertions, 323 deletions
@@ -4919,3 +4919,5 @@ graphics/libggimisc||2013-09-01|Has expired: Unmaintained graphics/libggiwmh||2013-09-01|Has expired: Unmaintained devel/libgiigic||2013-09-01|Has expired: Unmaintained games/koth||2013-09-01|Has expired: Unmaintained +www/p5-Catalyst-Plugin-Unicode-Encoding||2013-09-04|Has expired: This module now part of core Catalyst distribution +databases/phpmyadmin35|databases/phpmyadmin|2013-09-04|Has expired: Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php diff --git a/databases/Makefile b/databases/Makefile index 99bc867da64b..62da1de95cc3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -647,7 +647,6 @@ SUBDIR += php55-sybase_ct SUBDIR += phpminiadmin SUBDIR += phpmyadmin - SUBDIR += phpmyadmin35 SUBDIR += phppgadmin SUBDIR += postgis SUBDIR += postgis20 diff --git a/databases/phpmyadmin35/Makefile b/databases/phpmyadmin35/Makefile deleted file mode 100644 index db426002a9f4..000000000000 --- a/databases/phpmyadmin35/Makefile +++ /dev/null @@ -1,138 +0,0 @@ -# Created by: nbm -# $FreeBSD$ - -PORTNAME= phpMyAdmin35 -DISTVERSION= 3.5.8.2 -CATEGORIES= databases www -MASTER_SITES= SF/${PORTNAME:L:S/35//}/${PORTNAME:S/35//}/${DISTVERSION} -DISTNAME= ${PORTNAME:S/35//}-${DISTVERSION}-all-languages - -MAINTAINER= matthew@FreeBSD.org -COMMENT= A set of PHP-scripts to manage MySQL over the web - -LICENSE= GPLv2 - -DEPRECATED= Has unresolved security problems: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php -EXPIRATION_DATE= 2013-09-04 - -USE_XZ= yes -NO_BUILD= yes -.if !defined(WITHOUT_PHP_DEPENDS) -USE_PHP= ctype session filter mbstring json spl -.endif - -# Note: default settings will pull in X11 client support. If you don't -# want this, either turn off GD in the config dialog, or else turn off -# FONTCONFIG in the graphics/gd port options. - -PHP_MODULE_OPTIONS= APC BZ2 GD MCRYPT OPENSSL PDF ZIP ZLIB -OPTIONS_DEFINE= SUPHP ${PHP_MODULE_OPTIONS} -OPTIONS_DEFAULT= APC BZ2 GD MCRYPT MYSQLI OPENSSL PDF ZIP ZLIB - -OPTIONS_MULTI= DB_connect -OPTIONS_MULTI_DB_connect= MYSQL MYSQLI - -APC_DESC= PHP APC (animated progress bar) support -BZ2_DESC= PHP bzip2 library support -GD_DESC= PHP GD library support (requires X11) -MCRYPT_DESC= PHP MCrypt library support -MYSQLI_DESC= PHP Improved MySQL client support -MYSQL_DESC= PHP MySQL support via mysql client -OPENSSL_DESC= PHP OpenSSL support -PDF_DESC= PHP PDFlib support -SUPHP_DESC= suPHP support -ZIP_DESC= PHP Zip compression support -ZLIB_DESC= PHP ZLIB support - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSUPHP} - -PKGNAMESUFFIX= -suphp -RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp -WANT_PHP_CGI= yes - -.else - -WANT_PHP_WEB= yes - -.endif - -# USERS is only used with the SUPHP option -GROUPS?= ${WWWGRP} -CFGFILE= config.inc.php - -PLIST= ${WRKDIR}/plist -PLIST_SUB+= PMA_GRP=${GROUPS} - -.if ${PORT_OPTIONS:MSUPHP} - -USERS?= _pma - -SUB_LIST+= PMA_USR=${USERS} \ - PMA_GRP=${GROUPS} -SUB_FILES+= pkg-install pkg-deinstall - -.endif - -SUB_LIST+= PKGNAME=${PKGNAME} -SUB_FILES+= pkg-message - -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} - -.if !defined(WITHOUT_PHP_DEPENDS) - -.for opt in ${PHP_MODULE_OPTIONS} ${OPTIONS_MULTI_DB_connect} -. if ${PORT_OPTIONS:M${opt}} -USE_PHP+= ${opt:L} -. endif -.endfor - -.endif - -.SILENT: - -# When creating a package, empty directories will not be generated -# from the pkg tarball. Therefore make sure no directories are empty. - -post-patch: - cd ${WRKSRC} ; \ - for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \ - ${TOUCH} $${emptydir}/.keep-me ; \ - done ; \ - ${CP} ${FILESDIR}/${CFGFILE}.sample ${WRKSRC}/${CFGFILE}.sample ; \ - ${FIND} . ! -type d ! -name ${CFGFILE}.sample ! -name '*.bak' | \ - ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," >${PLIST} ; \ - ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${PLIST} - -do-install: install-app install-conf - -install-app: - cd ${WRKSRC} ; \ - for src in $$( ${FIND} . ! -name .cvsignore ! -name '*.bak' ) ; do \ - dst=${WWWDIR}$${src#.} ; \ - if ${TEST} -d "$$src" ; then \ - ${MKDIR} "$$dst" ; \ - else \ - ${INSTALL_DATA} "$$src" "$$dst" ; \ - fi \ - done - -install-conf: install-app - cd ${WWWDIR} ; \ - ${CHMOD} 0640 ${CFGFILE}.sample ; \ - ${CHGRP} ${WWWGRP} ${CFGFILE}.sample ; \ - if ${TEST} ! -f ${CFGFILE} ; then \ - ${CP} -p ${CFGFILE}.sample ${CFGFILE} ; \ - fi - -post-install: -.if ${PORT_OPTIONS:MSUPHP} - ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/databases/phpmyadmin35/distinfo b/databases/phpmyadmin35/distinfo deleted file mode 100644 index b860a5d1fa3a..000000000000 --- a/databases/phpmyadmin35/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (phpMyAdmin-3.5.8.2-all-languages.tar.xz) = fe9d4a6d25a953f291db171441314c31d3976f7d85296ceec26b1bb5ee84afe2 -SIZE (phpMyAdmin-3.5.8.2-all-languages.tar.xz) = 3743436 diff --git a/databases/phpmyadmin35/files/config.inc.php.sample b/databases/phpmyadmin35/files/config.inc.php.sample deleted file mode 100644 index 73f35478b952..000000000000 --- a/databases/phpmyadmin35/files/config.inc.php.sample +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/* $FreeBSD$ - * - * Skeleton configuration file -- this file is empty on a fresh - * installaton of phpmyadmin. - * - * Copy any settings you want to override from - * libraries/config.default.php or visit /phpmyadmin/setup/ to generate a - * basic configuration file - * - */ - - -?> diff --git a/databases/phpmyadmin35/files/pkg-deinstall.in b/databases/phpmyadmin35/files/pkg-deinstall.in deleted file mode 100644 index 83204b698c11..000000000000 --- a/databases/phpmyadmin35/files/pkg-deinstall.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -case $2 in - POST-DEINSTALL) - cat <<EOMSG -The phpMyAdmin-suphp port has been deleted. -If you are not upgrading and don't intend to use -phpMyAdmin any more then you may wish to delete -the %%PMA_USR%% account, which can be done with -the following command: - - # pw userdel %%PMA_USR%% -EOMSG - if [ -d %%WWWDIR%% ] ; then - echo " # rm -rf %%WWWDIR%%/" - fi - echo - ;; -esac - -# -# That's All Folks! -# diff --git a/databases/phpmyadmin35/files/pkg-install.in b/databases/phpmyadmin35/files/pkg-install.in deleted file mode 100644 index 4a552295fda4..000000000000 --- a/databases/phpmyadmin35/files/pkg-install.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -WWWDIR=%%WWWDIR%% -pma_usr=%%PMA_USR%% -pma_grp=%%PMA_GRP%% - -case $2 in - - POST-INSTALL) - - # Change ownership of the phpMyAdm directory - - echo "===> Adjusting file ownership in $WWWDIR" - chown -R $pma_usr:$pma_grp $WWWDIR || exit 1 - ;; -esac - -# -# That's All Folks! -# diff --git a/databases/phpmyadmin35/files/pkg-message.in b/databases/phpmyadmin35/files/pkg-message.in deleted file mode 100644 index 746af63a5999..000000000000 --- a/databases/phpmyadmin35/files/pkg-message.in +++ /dev/null @@ -1,29 +0,0 @@ - -%%PKGNAME%% has been installed into: - - %%WWWDIR%% - -Please edit config.inc.php to suit your needs. - -To make phpMyAdmin available through your web site, I suggest -that you add something like the following to httpd.conf: - - Alias /phpmyadmin/ "%%WWWDIR%%/" - - <Directory "%%WWWDIR%%/"> - Options none - AllowOverride Limit - - Order Deny,Allow - Deny from all - Allow from 127.0.0.1 .example.com - </Directory> - -SECURITY NOTE: phpMyAdmin is an administrative tool that has had several -remote vulnerabilities discovered in the past, some allowing remote -attackers to execute arbitrary code with the web server's user credential. -All known problems have been fixed, but the FreeBSD Security Team strongly -advises that any instance be protected with an additional protection layer, -e.g. a different access control mechanism implemented by the web server -as shown in the example. Do consider enabling phpMyAdmin only when it -is in use. diff --git a/databases/phpmyadmin35/pkg-descr b/databases/phpmyadmin35/pkg-descr deleted file mode 100644 index d5d513f6d406..000000000000 --- a/databases/phpmyadmin35/pkg-descr +++ /dev/null @@ -1,31 +0,0 @@ - - phpMyAdmin handles the administration of MySQL over the Web. It can: - * browse and drop databases, tables, views, fields and indexes - * create, copy, drop, rename and alter databases, tables, fields - and indexes - * maintain server, databases and tables, with proposals on server - configuration - * execute, edit and bookmark any SQL-statement, even batch-queries - * load text files into tables - * create and read dumps of tables - * export data to various formats: CSV, XML, PDF, ISO/IEC 26300 - - OpenDocument Text and Spreadsheet, Word, Excel and LATEX formats - * import data and MySQL structures from Microsoft Excel and - OpenDocument spreadsheets, as well as XML, CSV, and SQL files - * administer multiple servers - * manage MySQL users and privileges - * check referential integrity in MyISAM tables - * using Query-by-example (QBE), create complex queries - automatically connecting required tables - * create PDF graphics of your Database layout - * search globally in a database or a subset of it - * transform stored data into any format using a set of predefined - functions, like displaying BLOB-data as image or download-link - * track changes on databases, tables and views - * support InnoDB tables and foreign keys - * support mysqli, the improved MySQL extension - * communicate in 57 different languages - * synchronize two databases residing on the same as well as remote - servers - -WWW: http://www.phpmyadmin.net/ diff --git a/databases/phpmyadmin35/pkg-plist-chunk b/databases/phpmyadmin35/pkg-plist-chunk deleted file mode 100644 index 3c6168e40dd6..000000000000 --- a/databases/phpmyadmin35/pkg-plist-chunk +++ /dev/null @@ -1,7 +0,0 @@ -@mode 640 -@group %%PMA_GRP%% -@unexec if cmp -s %D/%%WWWDIR%%/config.inc.php.sample %D/%%WWWDIR%%/config.inc.php ; then rm -f %D/%%WWWDIR%%/config.inc.php ; fi -%%WWWDIR%%/config.inc.php.sample -@exec [ ! -f %B/config.inc.php ] && cp -p %B/%f %B/config.inc.php || true -@mode -@group diff --git a/www/Makefile b/www/Makefile index e9e6e6a5ae55..391ae024b9eb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -810,7 +810,6 @@ SUBDIR += p5-Catalyst-Plugin-SubRequest SUBDIR += p5-Catalyst-Plugin-Textile SUBDIR += p5-Catalyst-Plugin-Unicode - SUBDIR += p5-Catalyst-Plugin-Unicode-Encoding SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-Runtime SUBDIR += p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging diff --git a/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile b/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile deleted file mode 100644 index 7a964d169d86..000000000000 --- a/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Bill Brinzer <bill.brinzer@gmail.com> -# $FreeBSD$ - -PORTNAME= Catalyst-Plugin-Unicode-Encoding -PORTVERSION= 1.9 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= bill.brinzer@gmail.com -COMMENT= Unicode aware Catalyst - -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - -DEPRECATED= This module now part of core Catalyst distribution -EXPIRATION_DATE= 2013-09-04 - -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90015:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Encode>=2.49:${PORTSDIR}/converters/p5-Encode \ - p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-URI>=1.36:${PORTSDIR}/net/p5-URI \ - p5-libwww>=5.837:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy - -USES= perl5 -USE_PERL5= configure - -MAN3= Catalyst::Plugin::Unicode::Encoding.3 - -.include <bsd.port.mk> diff --git a/www/p5-Catalyst-Plugin-Unicode-Encoding/distinfo b/www/p5-Catalyst-Plugin-Unicode-Encoding/distinfo deleted file mode 100644 index 051d2b72a9ff..000000000000 --- a/www/p5-Catalyst-Plugin-Unicode-Encoding/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Catalyst-Plugin-Unicode-Encoding-1.9.tar.gz) = 5081af6280726c6e29af731dc7597f55fc33a2861612325f5de1fc9f0e9c9dbe -SIZE (Catalyst-Plugin-Unicode-Encoding-1.9.tar.gz) = 26492 diff --git a/www/p5-Catalyst-Plugin-Unicode-Encoding/pkg-descr b/www/p5-Catalyst-Plugin-Unicode-Encoding/pkg-descr deleted file mode 100644 index b6cdaf35751b..000000000000 --- a/www/p5-Catalyst-Plugin-Unicode-Encoding/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -On request, decodes all params from encoding into a sequence of logical -characters. On response, encodes body into encoding. - -WWW: http://search.cpan.org/dist/Catalyst-Plugin-Unicode-Encoding/ diff --git a/www/p5-Catalyst-Plugin-Unicode-Encoding/pkg-plist b/www/p5-Catalyst-Plugin-Unicode-Encoding/pkg-plist deleted file mode 100644 index dc0aba55c41f..000000000000 --- a/www/p5-Catalyst-Plugin-Unicode-Encoding/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%SITE_PERL%%/Catalyst/Plugin/Unicode/Encoding.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Unicode/Encoding/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Unicode/Encoding -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Unicode -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst -@dirrmtry %%SITE_PERL%%/mach -@dirrmtry %%SITE_PERL%%/Catalyst/Plugin/Unicode -@dirrmtry %%SITE_PERL%%/Catalyst/Plugin -@dirrmtry %%SITE_PERL%%/Catalyst |