diff options
author | clsung <clsung@FreeBSD.org> | 2009-03-26 14:45:23 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-03-26 14:45:23 +0800 |
commit | 8870efe774f6282667376a79239078fe0f46b25a (patch) | |
tree | e3e64706c0bd490d557b67b18f992d29fed70083 /devel | |
parent | 29e30cd984676d5b13f754fb25915d1f6d26285e (diff) | |
download | freebsd-ports-gnome-8870efe774f6282667376a79239078fe0f46b25a.tar.gz freebsd-ports-gnome-8870efe774f6282667376a79239078fe0f46b25a.tar.zst freebsd-ports-gnome-8870efe774f6282667376a79239078fe0f46b25a.zip |
- remove ruby-zoom (repo-ed to rubygem-zoom)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-zoom/Makefile | 46 | ||||
-rw-r--r-- | devel/ruby-zoom/distinfo | 3 | ||||
-rw-r--r-- | devel/ruby-zoom/files/patch-extconf.rb | 10 | ||||
-rw-r--r-- | devel/ruby-zoom/pkg-descr | 6 | ||||
-rw-r--r-- | devel/ruby-zoom/pkg-plist | 15 |
6 files changed, 0 insertions, 81 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6074b98f3dac..02088b04feb8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2535,7 +2535,6 @@ SUBDIR += ruby-thrift SUBDIR += ruby-tzfile SUBDIR += ruby-wirble - SUBDIR += ruby-zoom SUBDIR += rubygem-abstract SUBDIR += rubygem-activesupport SUBDIR += rubygem-analogger diff --git a/devel/ruby-zoom/Makefile b/devel/ruby-zoom/Makefile deleted file mode 100644 index 8d6d3e8841fb..000000000000 --- a/devel/ruby-zoom/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: Ruby-zoom -# Date created: 16 September 2005 -# Whom: Mitsuru YOSHIDA <mitsuru@riken.jp> -# -# $FreeBSD$ -# - -PORTNAME= zoom -PORTVERSION= 0.2.0 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ruby-${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= mitsuru@riken.jp -COMMENT= A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM) - -LIB_DEPENDS= yaz.3:${PORTSDIR}/net/yaz - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -DOCS= ChangeLog README doc/ascii/api.txt doc/xhtml/* - -RUBY_REQUIRE= Ruby > 180 - -.include <bsd.port.pre.mk> - -.if !defined(RUBY_PROVIDED) -IGNORE= only works with Ruby 1.8.0 or later -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ -.endif - -.include <bsd.port.post.mk> diff --git a/devel/ruby-zoom/distinfo b/devel/ruby-zoom/distinfo deleted file mode 100644 index 404a0a3dcae9..000000000000 --- a/devel/ruby-zoom/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/ruby-zoom-0.2.0.tar.gz) = ef85f8aa8a78666fdd46c95d91a23e7c -SHA256 (ruby/ruby-zoom-0.2.0.tar.gz) = 364bf3abd0074142bc60a852a76b29fe0915bb1ce6250c7a39a0e55a8c4c7974 -SIZE (ruby/ruby-zoom-0.2.0.tar.gz) = 24168 diff --git a/devel/ruby-zoom/files/patch-extconf.rb b/devel/ruby-zoom/files/patch-extconf.rb deleted file mode 100644 index 9f06853a3e5c..000000000000 --- a/devel/ruby-zoom/files/patch-extconf.rb +++ /dev/null @@ -1,10 +0,0 @@ ---- extconf.rb.org Fri Sep 2 20:18:20 2005 -+++ extconf.rb Fri Sep 2 20:38:41 2005 -@@ -9,6 +9,6 @@ - err "Yaz ZOOM header not available" unless have_header("yaz/zoom.h") - - $CFLAGS << " #{`yaz-config --cflags`} " --$LDFLAGS << " #{`yaz-config --libs`} " -+$LDFLAGS << " #{`yaz-config --libs`}".chomp - - create_makefile("zoom", "src") diff --git a/devel/ruby-zoom/pkg-descr b/devel/ruby-zoom/pkg-descr deleted file mode 100644 index f842f5d84c06..000000000000 --- a/devel/ruby-zoom/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), -an abstract object-oriented programming interface to a subset of the services -specified by the Z39.50 standard, also known as the international standard -ISO 23950. - -WWW: http://ruby-zoom.rubyforge.org/ diff --git a/devel/ruby-zoom/pkg-plist b/devel/ruby-zoom/pkg-plist deleted file mode 100644 index b5b220a900a3..000000000000 --- a/devel/ruby-zoom/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/zoom.so -%%RUBY_SITELIBDIR%%/marc.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api.txt -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/api.xml -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ch01.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ch02.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ch03.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ch04.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/docbook.css -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/hello.rb -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% |