diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-09 23:45:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-09 23:45:58 +0800 |
commit | 73fc912a04ef4fd07eef6c54b81ba3fd878e81dd (patch) | |
tree | 547c3709d925b58c99422b8b75eff4e29628cb72 /textproc | |
parent | 9061a8a6d83706ce95face67af63757f15b95b1c (diff) | |
download | freebsd-ports-gnome-73fc912a04ef4fd07eef6c54b81ba3fd878e81dd.tar.gz freebsd-ports-gnome-73fc912a04ef4fd07eef6c54b81ba3fd878e81dd.tar.zst freebsd-ports-gnome-73fc912a04ef4fd07eef6c54b81ba3fd878e81dd.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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-xml-script/Makefile | 48 | ||||
-rw-r--r-- | textproc/ruby-xml-script/distinfo | 3 | ||||
-rw-r--r-- | textproc/ruby-xml-script/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/ruby-xml-script/pkg-plist | 22 |
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%% |