diff options
author | rene <rene@FreeBSD.org> | 2016-11-02 06:15:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-11-02 06:15:31 +0800 |
commit | 5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d (patch) | |
tree | fb8c264890ff7e0858e26009421fc75f9deb5aef /archivers | |
parent | 3a1de3e0e7ca882f36cf91c7b8965e6057e05ae2 (diff) | |
download | freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.tar.gz freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.tar.zst freebsd-ports-gnome-5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d.zip |
Remove expired ports:
2016-11-01 math/octave-forge-octgpr: Broken for more than 6 months
2016-11-01 math/octave-forge-spline-gcvspl: Broken for more than 6 months
2016-11-01 www/pear-Services_SharedBook: Broken for more than 6 months
2016-11-01 devel/py-snackwich: Depends on broken and expiring devel/py-snack
2016-11-01 math/octave-forge-ad: Broken for more than 6 months
2016-11-01 math/octave-forge-xraylib: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsbackendwx: Broken for more than 6 months
2016-11-01 x11-toolkits/py-traitsgui: Depends on broken and expiring x11-toolkits/py-traitsbackendwx
2016-11-01 security/lsh: Broken for more than 6 months
2016-11-01 devel/py-snack: Broken for more than 6 months
2016-11-01 security/massh: Broken for more than 6 months
2016-11-01 www/hydra: Broken for more than 6 months
2016-11-01 math/py-pyfst: Broken for more than 6 months
2016-11-01 archivers/ruby-zip: Broken will all supported versions of Ruby
2016-11-01 devel/ruby-langscan: Broken will all supported versions of Ruby
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/ruby-zip/Makefile | 45 | ||||
-rw-r--r-- | archivers/ruby-zip/distinfo | 2 | ||||
-rw-r--r-- | archivers/ruby-zip/pkg-descr | 3 | ||||
-rw-r--r-- | archivers/ruby-zip/pkg-plist | 16 |
5 files changed, 0 insertions, 67 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 2fe643cd11af..8736b14d4c7d 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -182,7 +182,6 @@ SUBDIR += rpm2cpio SUBDIR += rpm4 SUBDIR += ruby-lha - SUBDIR += ruby-zip SUBDIR += rubygem-archive-tar-minitar SUBDIR += rubygem-archive-zip SUBDIR += rubygem-bzip2-ruby diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile deleted file mode 100644 index 606f74e3d344..000000000000 --- a/archivers/ruby-zip/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= zip -PORTVERSION= 0.9.4 -CATEGORIES= archivers ruby -MASTER_SITES= SF/ruby${PORTNAME}/ruby${PORTNAME}/${PORTVERSION} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby module for reading and writing ZIP files - -LICENSE= BSD2CLAUSE RUBY -LICENSE_COMB= dual - -BROKEN_RUBY21= yes -BROKEN_RUBY22= yes -BROKEN_RUBY23= yes -DEPRECATED= Broken will all supported versions of Ruby -EXPIRATION_DATE= 2016-11-01 - -OPTIONS_DEFINE= DOCS EXAMPLES - -NO_BUILD= yes -USE_RUBY= yes -USES= tar:tgz -WRKSRC= ${WRKDIR}/rubyzip-${PORTVERSION} - -DOCS= ChangeLog NEWS README TODO - -do-install: - ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/zip - ${INSTALL_DATA} ${WRKSRC}/lib/zip/*.rb ${STAGEDIR}${RUBY_SITELIBDIR}/zip - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${RUBY_MODDOCDIR}/ - -do-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ - -.include <bsd.port.mk> diff --git a/archivers/ruby-zip/distinfo b/archivers/ruby-zip/distinfo deleted file mode 100644 index 156106434252..000000000000 --- a/archivers/ruby-zip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/rubyzip-0.9.4.tgz) = 8e13d1a34cb35998b508e3aee0db74d124d2108ec6785475c15f5e8befada5c0 -SIZE (ruby/rubyzip-0.9.4.tgz) = 63696 diff --git a/archivers/ruby-zip/pkg-descr b/archivers/ruby-zip/pkg-descr deleted file mode 100644 index 81917c15fae5..000000000000 --- a/archivers/ruby-zip/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Ruby module or reading and writing zip files. - -WWW: http://rubyzip.sourceforge.net/ diff --git a/archivers/ruby-zip/pkg-plist b/archivers/ruby-zip/pkg-plist deleted file mode 100644 index 76405789947f..000000000000 --- a/archivers/ruby-zip/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -%%RUBY_SITELIBDIR%%/zip/ioextras.rb -%%RUBY_SITELIBDIR%%/zip/stdrubyext.rb -%%RUBY_SITELIBDIR%%/zip/tempfile_bugfixed.rb -%%RUBY_SITELIBDIR%%/zip/zip.rb -%%RUBY_SITELIBDIR%%/zip/zipfilesystem.rb -%%RUBY_SITELIBDIR%%/zip/ziprequire.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example_filesystem.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/gtkRubyzip.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/qtzip.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/write_simple.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/zipfind.rb |