diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-02 01:21:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-02 01:21:55 +0800 |
commit | ebac2a169dd886d5248f6a4b75d7ce5e7cfa1671 (patch) | |
tree | dace738afeb6c9020c7408b494571caf146860f0 /devel | |
parent | b3a8cb040757323f2760fb4153164b8c90b1bfdc (diff) | |
download | freebsd-ports-gnome-ebac2a169dd886d5248f6a4b75d7ce5e7cfa1671.tar.gz freebsd-ports-gnome-ebac2a169dd886d5248f6a4b75d7ce5e7cfa1671.tar.zst freebsd-ports-gnome-ebac2a169dd886d5248f6a4b75d7ce5e7cfa1671.zip |
Finish some removals
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-avl/Makefile | 48 | ||||
-rw-r--r-- | devel/ruby-avl/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-avl/pkg-descr | 4 | ||||
-rw-r--r-- | devel/ruby-avl/pkg-plist | 10 | ||||
-rw-r--r-- | devel/ruby-robjectteam/Makefile | 49 | ||||
-rw-r--r-- | devel/ruby-robjectteam/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-robjectteam/files/patch-install.rb | 30 | ||||
-rw-r--r-- | devel/ruby-robjectteam/pkg-descr | 12 |
8 files changed, 0 insertions, 157 deletions
diff --git a/devel/ruby-avl/Makefile b/devel/ruby-avl/Makefile deleted file mode 100644 index 33a428a663e6..000000000000 --- a/devel/ruby-avl/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= avl -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES+= devel ruby -MASTER_SITES= http://bocks.psych.purdue.edu/~pizman/avl/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby${PORTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= AVL tree class for Ruby - -BUILD_DEPENDS= ${LOCALBASE}/lib/libavl.a:${PORTSDIR}/devel/libavl - -BROKEN= not staged -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install - -EXAMPLES= Dussel.txt getwords.rb \ - test.rb test2.rb \ - test3.rb test4.rb -DOCS= README - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= Does not build on amd64 (needs to link against shared libraries) -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR} -.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/devel/ruby-avl/distinfo b/devel/ruby-avl/distinfo deleted file mode 100644 index c72868d71a4e..000000000000 --- a/devel/ruby-avl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/rubyavl.tar.gz) = cfb04d3b52fff77e69f71246badda8343abdf1565a5e214b8edcb1a3bb182098 -SIZE (ruby/rubyavl.tar.gz) = 16234 diff --git a/devel/ruby-avl/pkg-descr b/devel/ruby-avl/pkg-descr deleted file mode 100644 index 9ee9e5496e78..000000000000 --- a/devel/ruby-avl/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the AVL tree class for Ruby which works like a Hash, -implemented as a wrapper for libavl. - -WWW: http://bocks.psych.purdue.edu/~pizman/avl/ diff --git a/devel/ruby-avl/pkg-plist b/devel/ruby-avl/pkg-plist deleted file mode 100644 index 444d672a4641..000000000000 --- a/devel/ruby-avl/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/AVL.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/Dussel.txt -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/getwords.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test3.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test4.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/devel/ruby-robjectteam/Makefile b/devel/ruby-robjectteam/Makefile deleted file mode 100644 index 1c153255833e..000000000000 --- a/devel/ruby-robjectteam/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= robjectteam -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= SF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Enables the ObjectTeams paradigm to the Ruby language - -BROKEN= not staged -USE_RUBY= yes - -NO_BUILD= yes - -PLIST_FILES= %%RUBY_SITELIBDIR%%/objectteam.rb -DOCSDIR= ${RUBY_MODDOCDIR} - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -NO_STAGE= yes -do-install: - cd ${WRKSRC}; ${RUBY} install.rb -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ - @(cd ${WRKSRC}/sample && ${COPYTREE_SHARE} \* ${RUBY_MODEXAMPLESDIR}) - @${FIND} ${RUBY_MODEXAMPLESDIR} ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${RUBY_MODEXAMPLESDIR} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.endif - -post-install: - @${FIND} ${RUBY_SITELIBDIR}/objectteam ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${RUBY_SITELIBDIR}/objectteam -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/devel/ruby-robjectteam/distinfo b/devel/ruby-robjectteam/distinfo deleted file mode 100644 index c1dae63425ba..000000000000 --- a/devel/ruby-robjectteam/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/robjectteam-1.0.tgz) = ad0c56a00e323b07e22c665503219eb08555faad6bdeb193fd042f4d4cd1f032 -SIZE (ruby/robjectteam-1.0.tgz) = 54632 diff --git a/devel/ruby-robjectteam/files/patch-install.rb b/devel/ruby-robjectteam/files/patch-install.rb deleted file mode 100644 index a279ed111141..000000000000 --- a/devel/ruby-robjectteam/files/patch-install.rb +++ /dev/null @@ -1,30 +0,0 @@ ---- install.rb.orig 2003-07-08 21:24:10.000000000 +0100 -+++ install.rb 2011-04-18 11:17:43.000000000 +0100 -@@ -36,7 +36,7 @@ - =end - - require 'getoptlong' --require 'ftools' -+require 'fileutils' - require 'find' - - SOURCE_DIR = 'objectteam' -@@ -81,7 +81,7 @@ - - def install(source, destination) - begin -- File.install(source, destination, 0644, true) -+ FileUtils.install(source, destination, :mode => 0644, :verbose => true) - rescue Errno::EACCES - puts "Access not permitted! #{$!}" - rescue -@@ -104,7 +104,7 @@ - #install directory - instdir = (instdir or install_dir()) - #make sink directory -- File.makedirs(File.join(instdir, LIBDIR)) -+ FileUtils.mkdir_p(File.join(instdir, LIBDIR)) - #all ruby files beneath SOURCE_DIR - Find.find(SOURCE_DIR) { |f| - install(f, File.join(instdir, f)) if f =~ /.rb$/ - diff --git a/devel/ruby-robjectteam/pkg-descr b/devel/ruby-robjectteam/pkg-descr deleted file mode 100644 index df8e9d58dc6b..000000000000 --- a/devel/ruby-robjectteam/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -his package brings the ObjectTeams paradigm to ruby. - -The ObjectTeams paradigm (see www.objectteams.org) is an aspect -oriented approach to achieve advanced separation of concerns. - -ROT allows the programmer to encapsulate the interaction of a set of -objects (roles) into a compound object (the team). Aspects can be -implemented as roles and are weaved into domain classes via a -connector at runtime (runtime weaving). These aspects can be -explicitly activated and deactivated. - -WWW: http://sourceforge.net/projects/robjectteam/ |