aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-06-04 23:42:56 +0800
committergabor <gabor@FreeBSD.org>2007-06-04 23:42:56 +0800
commit4b94197d6fec3561c0cbc6fad9d51e45509944c6 (patch)
tree87b7556a4727974e88261206260ab39bc4dac014 /textproc
parent9b180ef89930ad685beea7f4009ff86e6b563c60 (diff)
downloadfreebsd-ports-gnome-4b94197d6fec3561c0cbc6fad9d51e45509944c6.tar.gz
freebsd-ports-gnome-4b94197d6fec3561c0cbc6fad9d51e45509944c6.tar.zst
freebsd-ports-gnome-4b94197d6fec3561c0cbc6fad9d51e45509944c6.zip
Remove expired ports:
2007-01-01 textproc/ruby-html-parser: distfile and homepage disappeared 2007-03-10 textproc/ruby-libxslt: Broken on all supported versions of FreeBSD 2007-05-26 www/py-htmltestcase: Upstream site disappeared and dependency is set to expire
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/ruby-html-parser/Makefile36
-rw-r--r--textproc/ruby-html-parser/distinfo3
-rw-r--r--textproc/ruby-html-parser/pkg-descr6
-rw-r--r--textproc/ruby-html-parser/pkg-plist6
-rw-r--r--textproc/ruby-libxslt/Makefile50
-rw-r--r--textproc/ruby-libxslt/distinfo2
-rw-r--r--textproc/ruby-libxslt/pkg-descr6
8 files changed, 0 insertions, 111 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 6ea9cd10367d..30ada22ef069 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -829,14 +829,12 @@
SUBDIR += ruby-formvalidator
SUBDIR += ruby-gdome
SUBDIR += ruby-html-fillinform
- SUBDIR += ruby-html-parser
SUBDIR += ruby-html-template
SUBDIR += ruby-htmlrepair
SUBDIR += ruby-htmlsplit
SUBDIR += ruby-htmltools
SUBDIR += ruby-htree
SUBDIR += ruby-libxml
- SUBDIR += ruby-libxslt
SUBDIR += ruby-mwdom
SUBDIR += ruby-nqxml
SUBDIR += ruby-quixml
diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile
deleted file mode 100644
index 28c57e0555a9..000000000000
--- a/textproc/ruby-html-parser/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: Ruby-html-parser
-# Date created: 7 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= html-parser
-PORTVERSION= 19990912p2
-CATEGORIES= textproc www ruby
-MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= HTML-parser package for Ruby
-
-DEPRECATED= distfile and homepage disappeared
-EXPIRATION_DATE= 2007-01-01
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-MODULES= formatter.rb html-parser.rb sgml-parser.rb
-
-do-install:
-.for f in ${MODULES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.* ${RUBY_MODDOCDIR}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/textproc/ruby-html-parser/distinfo b/textproc/ruby-html-parser/distinfo
deleted file mode 100644
index 58904372d4e2..000000000000
--- a/textproc/ruby-html-parser/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ruby/html-parser-19990912p2.tar.gz) = 68d28807b032584a5d6cfcb509c5bca7
-SHA256 (ruby/html-parser-19990912p2.tar.gz) = 276c7be4bd8ee4fcabbfc6750f0a133785929fa87d66357284ba698c76e2a79b
-SIZE (ruby/html-parser-19990912p2.tar.gz) = 7216
diff --git a/textproc/ruby-html-parser/pkg-descr b/textproc/ruby-html-parser/pkg-descr
deleted file mode 100644
index 7e308b7db1f8..000000000000
--- a/textproc/ruby-html-parser/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The html-parser package is a Ruby implementation of the Python's SGML
-parser (sgmllib.py), HTML parser (htmllib.py) and Formatter
-(formatter.py).
-
-Author: Takahiro Maebashi <maebashi@iij.ad.jp>
-WWW: http://www.jin.gr.jp/~nahi/Ruby/html-parser/README.html
diff --git a/textproc/ruby-html-parser/pkg-plist b/textproc/ruby-html-parser/pkg-plist
deleted file mode 100644
index 64d6b647dff8..000000000000
--- a/textproc/ruby-html-parser/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%RUBY_SITELIBDIR%%/formatter.rb
-%%RUBY_SITELIBDIR%%/html-parser.rb
-%%RUBY_SITELIBDIR%%/sgml-parser.rb
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.rd
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
diff --git a/textproc/ruby-libxslt/Makefile b/textproc/ruby-libxslt/Makefile
deleted file mode 100644
index 0aafb0b16bc4..000000000000
--- a/textproc/ruby-libxslt/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: ruby-libxslt
-# Date created: 19 July 2002
-# Whom: Sean Chittenden <seanc@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libxslt
-PORTVERSION= 0.3.0
-PORTREVISION= 1
-CATEGORIES= textproc ruby
-MASTER_SITES= http://www.rubynet.org/modules/xml/libxslt/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A developer friendly libxslt binding for Ruby
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2 \
- ${LOCALBASE}/bin/xslt-config:${PORTSDIR}/textproc/libxslt \
- ${NONEXISTENT}:${PORTSDIR}/${RUBY_LIBXML_PORT}:patch
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
- xslt.2:${PORTSDIR}/textproc/libxslt
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xml/libxml.so:${PORTSDIR}/textproc/ruby-libxml
-
-DEPRECATED= Broken on all supported versions of FreeBSD
-EXPIRATION_DATE=2007-03-10
-
-PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/xml/libxslt.so
-USE_BZIP2= yes
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-RUBY_LIBXML_PORT= textproc/ruby-libxml
-RUBY_LIBXML_WRKSRC_CMD= cd ${PORTSDIR}/${RUBY_LIBXML_PORT} && ${MAKE} -V WRKSRC
-
-INSTALL_TARGET= site-install
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 504100
-BROKEN= "Configure fails on FreeBSD >= 5.x"
-.endif
-
-post-extract:
- @${MKDIR} ${WRKDIR}
- @${LN} -fs `${RUBY_LIBXML_WRKSRC_CMD}` ${WRKDIR}/libxml
-
-.include <bsd.port.post.mk>
diff --git a/textproc/ruby-libxslt/distinfo b/textproc/ruby-libxslt/distinfo
deleted file mode 100644
index a1b05ea3ce4f..000000000000
--- a/textproc/ruby-libxslt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ruby/libxslt-0.3.0.tar.bz2) = c6f91999d17de183af188fb95b4c3510
-MD5 (ruby/libxml-0.3.0.tar.bz2) = ffa58d6e15cb8f1f84465267aa2837e8
diff --git a/textproc/ruby-libxslt/pkg-descr b/textproc/ruby-libxslt/pkg-descr
deleted file mode 100644
index 62e228ae6e5d..000000000000
--- a/textproc/ruby-libxslt/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-ruby-libxslt provies an interface into the libxslt library, a
-feature complete XSLT library.
-
-Author: Sean Chittenden <sean@chittenden.org>
-
-WWW: http://www.rubynet.org/modules/xml/libxslt/