aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-06-09 15:45:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-06-09 15:45:58 +0000
commit3517c5d5a9df01551bd53d54c97117587d618e72 (patch)
tree096ff92bd7159e68a873cb1da38a007d2951257d /textproc
parent09d53e77d5674356308fa9320ccc46583f568a5b (diff)
downloadports-3517c5d5a9df01551bd53d54c97117587d618e72.tar.gz
ports-3517c5d5a9df01551bd53d54c97117587d618e72.zip
Remove lang/njs and ports that depends on it, njs has no more public distfile and no more upstream
the other aren't under development anymore lang/ruby-js textproc/ruby-xml-script www/ruby-asp 2011-05-01 lang/njs: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=275278
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/ruby-xml-script/Makefile48
-rw-r--r--textproc/ruby-xml-script/distinfo3
-rw-r--r--textproc/ruby-xml-script/pkg-descr7
-rw-r--r--textproc/ruby-xml-script/pkg-plist22
5 files changed, 0 insertions, 81 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index edccc7d1e171..d0c68a17a038 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1135,7 +1135,6 @@
SUBDIR += ruby-sablot
SUBDIR += ruby-sary
SUBDIR += ruby-tempura
- SUBDIR += ruby-xml-script
SUBDIR += ruby-xmlconfigfile
SUBDIR += ruby-xmlparser
SUBDIR += ruby-xmlscan
diff --git a/textproc/ruby-xml-script/Makefile b/textproc/ruby-xml-script/Makefile
deleted file mode 100644
index 65dcebab77f8..000000000000
--- a/textproc/ruby-xml-script/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: Ruby/XML/Script
-# Date created: 26 December 2004
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xml-script
-PORTVERSION= 0.2.0
-CATEGORIES= textproc ruby
-MASTER_SITES= http://gregoire.lejeune.free.fr/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}_${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= A Ruby module for scripting an XML stream using an ASP-like notation
-
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/js.so:${PORTSDIR}/lang/ruby-js
-
-USE_LUA= 4.0
-LUA_COMPS= ruby
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-
-WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
-
-DOCS= AUTHORS \
- README
-EXAMPLES= tests/*
-
-post-patch:
- @${REINPLACE_CMD} -Ee 's|(language/lua)|\1-${LUA_VER}|' \
- ${WRKSRC}/lib/xml/script/lua/compiler.rb
-
-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.mk>
diff --git a/textproc/ruby-xml-script/distinfo b/textproc/ruby-xml-script/distinfo
deleted file mode 100644
index 1edf3195a6f0..000000000000
--- a/textproc/ruby-xml-script/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ruby/ruby-xml-script_0.2.0.tar.gz) = f958fc41c5cc87b29ee21205a868a093
-SHA256 (ruby/ruby-xml-script_0.2.0.tar.gz) = 46358f8c47c2fb801ec7fb7a7a4fa065a66362b8e864f309c04ef6d4377dd529
-SIZE (ruby/ruby-xml-script_0.2.0.tar.gz) = 19402
diff --git a/textproc/ruby-xml-script/pkg-descr b/textproc/ruby-xml-script/pkg-descr
deleted file mode 100644
index 58dca9391dff..000000000000
--- a/textproc/ruby-xml-script/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Ruby/XML/Script allows you to script a XML stream using an ASP-like
-notation <% ... %>.
-
-Supported scripting languages are JavaScript, Lua and Ruby.
-
-Author: Gregoire Lejeune <greg@webtime-project.net>
-WWW: http://gregoire.lejeune.free.fr/
diff --git a/textproc/ruby-xml-script/pkg-plist b/textproc/ruby-xml-script/pkg-plist
deleted file mode 100644
index 640b0a2cc8a2..000000000000
--- a/textproc/ruby-xml-script/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-%%RUBY_SITELIBDIR%%/XmlScriptError.rb
-%%RUBY_SITELIBDIR%%/xml/script.rb
-%%RUBY_SITELIBDIR%%/xml/script/base.rb
-%%RUBY_SITELIBDIR%%/xml/script/javascript/compiler.rb
-%%RUBY_SITELIBDIR%%/xml/script/lua/compiler.rb
-%%RUBY_SITELIBDIR%%/xml/script/ruby/compiler.rb
-@dirrm %%RUBY_SITELIBDIR%%/xml/script/ruby
-@dirrm %%RUBY_SITELIBDIR%%/xml/script/lua
-@dirrm %%RUBY_SITELIBDIR%%/xml/script/javascript
-@dirrm %%RUBY_SITELIBDIR%%/xml/script
-@dirrm %%RUBY_SITELIBDIR%%/xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/javascript-test.xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/languages.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/lua-test.xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/raise.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ruby-error.xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/ruby-test.xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/AUTHORS
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%