aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ruby-freedb
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-09-20 17:45:04 +0800
committerrene <rene@FreeBSD.org>2014-09-20 17:45:04 +0800
commit392c9453953a028d3058aa099363c756e611ff2f (patch)
tree69269ef3e9a7ae8477e6ffd09cd1daa5bd0bedda /audio/ruby-freedb
parent9cf1349381aae86f2cc531961a694c5ea73c8df2 (diff)
downloadfreebsd-ports-gnome-392c9453953a028d3058aa099363c756e611ff2f.tar.gz
freebsd-ports-gnome-392c9453953a028d3058aa099363c756e611ff2f.tar.zst
freebsd-ports-gnome-392c9453953a028d3058aa099363c756e611ff2f.zip
Remove expired ports
Keep some which are optional dependencies of non-expired ports 2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead 2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray 2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray 2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray 2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014 2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014 2014-09-20 comms/callsign: RubyForge shutdown May 15 2014 2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014 2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
Diffstat (limited to 'audio/ruby-freedb')
-rw-r--r--audio/ruby-freedb/Makefile38
-rw-r--r--audio/ruby-freedb/distinfo2
-rw-r--r--audio/ruby-freedb/pkg-descr5
-rw-r--r--audio/ruby-freedb/pkg-plist33
4 files changed, 0 insertions, 78 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile
deleted file mode 100644
index 2117f546c112..000000000000
--- a/audio/ruby-freedb/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= freedb
-PORTVERSION= 0.5
-CATEGORIES= audio net ruby
-MASTER_SITES= RF
-MASTER_SITE_SUBDIR= ruby-${PORTNAME}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby library that provides access to Freedb/CDDB servers
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-INSTALL_TARGET= site-install
-
-DOCS= CHANGELOG README doc
-EXAMPLES= examples/*.rb
-
-OPTIONS_DEFINE= DOCS
-
-DEPRECATED= RubyForge shutdown May 15 2014
-EXPIRATION_DATE= 2014-09-20
-
-post-patch:
- ${REINPLACE_CMD} -E -e "s,RSTRING\(([^)]+)\)->ptr,RSTRING_PTR(\1),g" ${WRKSRC}/freedb_cdrom.c
-
-post-install:
- ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
- ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
- @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${RUBY_MODDOCDIR}/)
-
-.include <bsd.port.mk>
diff --git a/audio/ruby-freedb/distinfo b/audio/ruby-freedb/distinfo
deleted file mode 100644
index 692cdfe9d3f2..000000000000
--- a/audio/ruby-freedb/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/ruby-freedb-0.5.tar.gz) = ea71866476ce51d9baa8a3d01f6468e4bffbc28277474a0051d45af1679d54d6
-SIZE (ruby/ruby-freedb-0.5.tar.gz) = 42461
diff --git a/audio/ruby-freedb/pkg-descr b/audio/ruby-freedb/pkg-descr
deleted file mode 100644
index 7a90050e5c0c..000000000000
--- a/audio/ruby-freedb/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Ruby/Freedb is a library that provides access to Freedb/CDDB servers
-to find some useful CD-Audio informations (CD-title, tracks titles).
-This library includes low-level functions to access CD-ROM device.
-
-WWW: http://ruby-freedb.rubyforge.org/
diff --git a/audio/ruby-freedb/pkg-plist b/audio/ruby-freedb/pkg-plist
deleted file mode 100644
index d047d6361e44..000000000000
--- a/audio/ruby-freedb/pkg-plist
+++ /dev/null
@@ -1,33 +0,0 @@
-%%RUBY_SITELIBDIR%%/freedb.rb
-%%RUBY_SITEARCHLIBDIR%%/freedb_cdrom.so
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGELOG
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/blank.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.src/M000001.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.src/M000002.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.src/M000004.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.src/M000005.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.src/M000006.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.src/M000008.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.src/M000009.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Freedb.src/M000010.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/FreedbError.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/created.rid
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/files/lib/freedb_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_class_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_file_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/fr_method_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/rdoc-style.css
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/cd-disc.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/cdinfo.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%@dirrmtry %%RUBY_EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files/lib
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/files
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes/Freedb.src
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc/classes
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/doc
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
-%%PORTDOCS%%@dirrmtry %%RUBY_DOCDIR%%