diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-03 17:38:44 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-03 17:38:44 +0800 |
commit | 52cf27f460c5fd15e4dd095a80eeb752f5fcfebb (patch) | |
tree | 4f5998ca8115bf4468bdd2c96488c43226499f47 /devel | |
parent | 86768c5353d15ec9c431f45ede88609e91f5036f (diff) | |
download | freebsd-ports-graphics-52cf27f460c5fd15e4dd095a80eeb752f5fcfebb.tar.gz freebsd-ports-graphics-52cf27f460c5fd15e4dd095a80eeb752f5fcfebb.tar.zst freebsd-ports-graphics-52cf27f460c5fd15e4dd095a80eeb752f5fcfebb.zip |
Remove various ports that have been DEPRECATED for varying periods,
but never had EXPIRATION_DATE set, and therefore never removed.
audio/gx2osd No more distfiles
devel/p5-Getopt-Mixed Use devel/p5-Getopt-Long instead
net/AquaGatekeeper2 Binary port of software abandoned by the vendor
net/xwhois Unmaintained upstream for several years
www/p5-Catalyst-Engine-HTTP-POE Use p5-Catalyst-Engine-HTTP-Prefork instead
www/p5-Catalyst-Model-DBIC Obsoleted by www/p5-Catalyst-Model-DBIC-Schema
www/p5-Catalyst-Plugin-Cache-Store-FastMmap Deprecated, not depended on
www/p5-HTTP-MobileAttribute Use www/p5-HTTP-MobileAgent instead
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Getopt-Mixed/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Getopt-Mixed/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Getopt-Mixed/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Getopt-Mixed/pkg-plist | 6 |
5 files changed, 0 insertions, 41 deletions
diff --git a/devel/Makefile b/devel/Makefile index 75795895e4a..4272c1bac9e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1769,7 +1769,6 @@ SUBDIR += p5-Getopt-GUI-Long SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Long-Descriptive - SUBDIR += p5-Getopt-Mixed SUBDIR += p5-Getopt-Popt SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository diff --git a/devel/p5-Getopt-Mixed/Makefile b/devel/p5-Getopt-Mixed/Makefile deleted file mode 100644 index 13e527730b3..00000000000 --- a/devel/p5-Getopt-Mixed/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: devel/p5-Getopt-Mixed -# Date created: 17 Jan 2003 -# Whom: sumikawa -# -# $FreeBSD$ -# - -PORTNAME= Getopt-Mixed -PORTVERSION= 1.10 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module for processing of both short and long command line options - -DEPRECATED= Use devel/p5-Getopt-Long instead - -PERL_CONFIGURE= yes - -MAN3= Getopt::Mixed.3 - -pre-configure: - ${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL - -.include <bsd.port.mk> diff --git a/devel/p5-Getopt-Mixed/distinfo b/devel/p5-Getopt-Mixed/distinfo deleted file mode 100644 index 65100d79773..00000000000 --- a/devel/p5-Getopt-Mixed/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Getopt-Mixed-1.10.tar.gz) = 0fe4e5ba512fc35d07f097dede07088463482e26517bb2836175535c8bcfa0eb -SIZE (Getopt-Mixed-1.10.tar.gz) = 11199 diff --git a/devel/p5-Getopt-Mixed/pkg-descr b/devel/p5-Getopt-Mixed/pkg-descr deleted file mode 100644 index 051c14a7d07..00000000000 --- a/devel/p5-Getopt-Mixed/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This module provides GNU-style option processing for Perl 5 scripts, -with both long and short options. Please see the documentation at the -end of the module for instructions on its use and licensing -restrictions. - -WWW: http://search.cpan.org/dist/Getopt-Mixed diff --git a/devel/p5-Getopt-Mixed/pkg-plist b/devel/p5-Getopt-Mixed/pkg-plist deleted file mode 100644 index 92824667e6a..00000000000 --- a/devel/p5-Getopt-Mixed/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Mixed/.packlist -%%SITE_PERL%%/Getopt/Mixed.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Mixed -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mixed -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt -@dirrmtry %%SITE_PERL%%/Getopt |