diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-27 20:07:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-27 20:07:22 +0800 |
commit | 6131fa032b53be9a225a19ac99ae404acef8adf0 (patch) | |
tree | 6d2d78540a7fc05a4d00f3b0dcb3a6a6df9dccfb | |
parent | fd6b9273de1e990b139d001a19e11c2011176fb5 (diff) | |
download | freebsd-ports-gnome-6131fa032b53be9a225a19ac99ae404acef8adf0.tar.gz freebsd-ports-gnome-6131fa032b53be9a225a19ac99ae404acef8adf0.tar.zst freebsd-ports-gnome-6131fa032b53be9a225a19ac99ae404acef8adf0.zip |
2012-10-20 multimedia/libdvdplay: No more public_distfiles
www/p5-Bundle-Sledge
2012-07-11 devel/p5-Class-Fields: considered obsolete by upstream
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Class-Fields/Makefile | 32 | ||||
-rw-r--r-- | devel/p5-Class-Fields/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Class-Fields/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Class-Fields/pkg-plist | 12 | ||||
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libdvdplay/Makefile | 30 | ||||
-rw-r--r-- | multimedia/libdvdplay/distinfo | 2 | ||||
-rw-r--r-- | multimedia/libdvdplay/pkg-descr | 12 | ||||
-rw-r--r-- | multimedia/libdvdplay/pkg-plist | 9 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Bundle-Sledge/Makefile | 44 | ||||
-rw-r--r-- | www/p5-Bundle-Sledge/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Bundle-Sledge/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Bundle-Sledge/pkg-plist | 5 |
16 files changed, 3 insertions, 166 deletions
@@ -4005,3 +4005,6 @@ mail/claws-mail-synce||2013-01-16|Has expired: No longer supported by Claws Mail databases/postgresql-plpython|databases/postgresql90-plpython|2013-01-20|This port was splitted out to several versioned ports net-mgmt/nfdump-devel||2013-01-22|Has expired: use nfdump instead devel/p4v||2013-01-22|No longer publishes FreeBSD version +multimedia/libdvdplay||2013-01-27|Has expired: No more public_distfiles +www/p5-Bundle-Sledge||2013-01-27|Removed +devel/p5-Class-Fields||2013-01-27|Has expired: considered obsolete by upstream diff --git a/devel/Makefile b/devel/Makefile index bc4d034f9df8..dbcd78fbf206 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1520,7 +1520,6 @@ SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Field - SUBDIR += p5-Class-Fields SUBDIR += p5-Class-Forward SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Gomor diff --git a/devel/p5-Class-Fields/Makefile b/devel/p5-Class-Fields/Makefile deleted file mode 100644 index 87e6bed42826..000000000000 --- a/devel/p5-Class-Fields/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: Class-Fields -# Date created: 15 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= Class-Fields -PORTVERSION= 0.204 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Set of modules to operate with class fields and members access - -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - -BUILD_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= considered obsolete by upstream -EXPIRATION_DATE= 2012-07-11 - -PERL_CONFIGURE= yes - -MAN3= Class::Fields.3 Class::Fields::Attribs.3 \ - Class::Fields::Fuxor.3 Class::Fields::Inherit.3 private.3 \ - protected.3 public.3 - -.include <bsd.port.mk> diff --git a/devel/p5-Class-Fields/distinfo b/devel/p5-Class-Fields/distinfo deleted file mode 100644 index bc7e19046023..000000000000 --- a/devel/p5-Class-Fields/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Class-Fields-0.204.tar.gz) = 9c5b22041a6fa8e1e9c904a677e4caa6c97e93b91f35111b2fff51d95741708d -SIZE (Class-Fields-0.204.tar.gz) = 15685 diff --git a/devel/p5-Class-Fields/pkg-descr b/devel/p5-Class-Fields/pkg-descr deleted file mode 100644 index 4748ec140071..000000000000 --- a/devel/p5-Class-Fields/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Set of modules: - -* Class::Fields - inspect the fields of a class -* Class::Fields::Fuxor - low level manipulation of object data members -* private - add private data members to Perl classes -* protected - "private" data fields which are inherited by child classes -* public - add public data members to Perl classes - -WWW: http://search.cpan.org/dist/Class-Fields/ diff --git a/devel/p5-Class-Fields/pkg-plist b/devel/p5-Class-Fields/pkg-plist deleted file mode 100644 index c14ed6556c0c..000000000000 --- a/devel/p5-Class-Fields/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%SITE_PERL%%/Class/Fields.pm -%%SITE_PERL%%/Class/Fields/Attribs.pm -%%SITE_PERL%%/Class/Fields/Fuxor.pm -%%SITE_PERL%%/Class/Fields/Inherit.pm -%%SITE_PERL%%/private.pm -%%SITE_PERL%%/protected.pm -%%SITE_PERL%%/public.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Fields/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Fields -@dirrm %%SITE_PERL%%/Class/Fields -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class -@dirrmtry %%SITE_PERL%%/Class diff --git a/multimedia/Makefile b/multimedia/Makefile index 31627314b7c8..ec0037e15873 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -154,7 +154,6 @@ SUBDIR += libdvbpsi SUBDIR += libdvdcss SUBDIR += libdvdnav - SUBDIR += libdvdplay SUBDIR += libdvdread SUBDIR += libfame SUBDIR += libkate diff --git a/multimedia/libdvdplay/Makefile b/multimedia/libdvdplay/Makefile deleted file mode 100644 index 4ef6cb5802e0..000000000000 --- a/multimedia/libdvdplay/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libdvdplay -# Date created: Sat Feb 8 00:47:21 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libdvdplay -PORTVERSION= 1.0.1 -PORTREVISION= 5 -CATEGORIES= multimedia -MASTER_SITES= http://download.videolan.org/pub/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= Portable abstraction library for DVD navigation - -DEPRECATED= No more public_distfiles -EXPIRATION_DATE= 2012-10-20 - -LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread - -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-dvdread-tree=${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes - -.include <bsd.port.mk> diff --git a/multimedia/libdvdplay/distinfo b/multimedia/libdvdplay/distinfo deleted file mode 100644 index 8ccb0dd011e8..000000000000 --- a/multimedia/libdvdplay/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libdvdplay-1.0.1.tar.bz2) = 8ccd88b593c9ead644e588448d41101f47379a6b008892608df28b690f722b95 -SIZE (libdvdplay-1.0.1.tar.bz2) = 173229 diff --git a/multimedia/libdvdplay/pkg-descr b/multimedia/libdvdplay/pkg-descr deleted file mode 100644 index 8876bd75bd64..000000000000 --- a/multimedia/libdvdplay/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -[ excerpt from developers' README ] - -libdvdplay is an attempt to make a library from ogle dvd navigation -code so that a simple API provides access to both DVD Video data -and DVD information to a reader application. - -libdvdplay is a layer over libdvdread. As a consequence it provides -read, seek for DVD media. But it also provides the client application -with a set of access functions needed to create an interface for -the DVD reader (audio, subtitles, titles ...). - -WWW: http://developers.videolan.org/libdvdplay/ diff --git a/multimedia/libdvdplay/pkg-plist b/multimedia/libdvdplay/pkg-plist deleted file mode 100644 index f197c21df1b8..000000000000 --- a/multimedia/libdvdplay/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/dvdplay/dvdplay.h -include/dvdplay/info.h -include/dvdplay/nav.h -include/dvdplay/state.h -lib/libdvdplay.a -lib/libdvdplay.la -lib/libdvdplay.so -lib/libdvdplay.so.0 -@dirrm include/dvdplay diff --git a/www/Makefile b/www/Makefile index 09377ce5e24e..a11422fb9f51 100644 --- a/www/Makefile +++ b/www/Makefile @@ -644,7 +644,6 @@ SUBDIR += p5-Ark SUBDIR += p5-Bigtop SUBDIR += p5-Blog-Spam - SUBDIR += p5-Bundle-Sledge SUBDIR += p5-Business-PayPal SUBDIR += p5-CGI-Ajax SUBDIR += p5-CGI-Application diff --git a/www/p5-Bundle-Sledge/Makefile b/www/p5-Bundle-Sledge/Makefile deleted file mode 100644 index 315789b77f0d..000000000000 --- a/www/p5-Bundle-Sledge/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: p5-Bundle-Sledge -# Date created: 26 February 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= Bundle-Sledge -PORTVERSION= 0.04 -PORTREVISION= 3 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= A bundle to install all modules used for Sledge - -BUILD_DEPENDS= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 \ - p5-Test-Inline>=0:${PORTSDIR}/devel/p5-Test-Inline \ - p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert \ - p5-Class-Fields>=0:${PORTSDIR}/devel/p5-Class-Fields \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton \ - p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-HTML-FillInForm>=0:${PORTSDIR}/www/p5-HTML-FillInForm \ - p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ - p5-HTML-StickyQuery>=0:${PORTSDIR}/www/p5-HTML-StickyQuery \ - p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-Data-Properties>=0:${PORTSDIR}/devel/p5-Data-Properties \ - p5-Error>=0:${PORTSDIR}/lang/p5-Error \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USE_APACHE= 22+ -PERL_CONFIGURE= yes - -MAN3= Bundle::Sledge.3 - -.include <bsd.port.mk> diff --git a/www/p5-Bundle-Sledge/distinfo b/www/p5-Bundle-Sledge/distinfo deleted file mode 100644 index 6d6b52743c5d..000000000000 --- a/www/p5-Bundle-Sledge/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Bundle-Sledge-0.04.tar.gz) = 454a503cc9060df664de00e6db701275904a7f4befa99fcc136e119093861282 -SIZE (Bundle-Sledge-0.04.tar.gz) = 2108 diff --git a/www/p5-Bundle-Sledge/pkg-descr b/www/p5-Bundle-Sledge/pkg-descr deleted file mode 100644 index dd9d57de61c3..000000000000 --- a/www/p5-Bundle-Sledge/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Sledge is a pure perl, pluggable, lightweight web application framework. This -bundle module helps to install all modules used for Sledge. - -WWW: http://sl.edge.jp/ diff --git a/www/p5-Bundle-Sledge/pkg-plist b/www/p5-Bundle-Sledge/pkg-plist deleted file mode 100644 index e8be11489410..000000000000 --- a/www/p5-Bundle-Sledge/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%SITE_PERL%%/Bundle/Sledge.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle/Sledge/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle/Sledge -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bundle -@dirrmtry %%SITE_PERL%%/Bundle |