aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-fast_xs073
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-29 14:17:59 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-29 14:17:59 +0000
commit55aedce4baf588a6844f82a2e19049cfc46396e7 (patch)
tree2372a7cc3de0cb7e27182fca1607a15e6e1713cd /textproc/rubygem-fast_xs073
parent8e27525302d3dbf9baf91161ff3907c0b5cba9f1 (diff)
downloadports-55aedce4baf588a6844f82a2e19049cfc46396e7.tar.gz
ports-55aedce4baf588a6844f82a2e19049cfc46396e7.zip
Remove textproc/rubygem-fast_xs073 since it is no longer needed
Notes
Notes: svn path=/head/; revision=331949
Diffstat (limited to 'textproc/rubygem-fast_xs073')
-rw-r--r--textproc/rubygem-fast_xs073/Makefile23
-rw-r--r--textproc/rubygem-fast_xs073/distinfo2
-rw-r--r--textproc/rubygem-fast_xs073/pkg-descr20
3 files changed, 0 insertions, 45 deletions
diff --git a/textproc/rubygem-fast_xs073/Makefile b/textproc/rubygem-fast_xs073/Makefile
deleted file mode 100644
index 7498b05d4276..000000000000
--- a/textproc/rubygem-fast_xs073/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Scott Sanders <scott@jssjr.com>
-# $FreeBSD$
-
-PORTNAME= fast_xs
-PORTVERSION= 0.7.3
-PORTEPOCH= 1
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= A systems integration framework. Expander
-
-RUN_DEPENDS= rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe
-
-NO_LATEST_LINK= yes
-PORTSCOUT= limit:^0.7
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-fast_xs073/distinfo b/textproc/rubygem-fast_xs073/distinfo
deleted file mode 100644
index 89e03694847e..000000000000
--- a/textproc/rubygem-fast_xs073/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/fast_xs-0.7.3.gem) = 108e4e4099d1468970c4fe57f2deca31ad1ef923877352ee1c7394d31ab0538b
-SIZE (rubygem/fast_xs-0.7.3.gem) = 20480
diff --git a/textproc/rubygem-fast_xs073/pkg-descr b/textproc/rubygem-fast_xs073/pkg-descr
deleted file mode 100644
index 2a9e7539aea8..000000000000
--- a/textproc/rubygem-fast_xs073/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-fast_xs provides C extensions for escaping text.
-
-The original String#fast_xs method is based on the xchar code by Sam Ruby:
-
-o intertwingly.net/stories/2005/09/28/xchar.rb
-o intertwingly.net/blog/2005/09/28/XML-Cleansing
-
-_why also packages an older version with Hpricot (patches submitted). The
-version here should be compatible with the latest version of Hpricot code.
-
-Ruby on Rails will automatically use String#fast_xs from either Hpricot or this
-gem version with the bundled Builder package.
-
-String#fast_xs is an almost exact translation of Sam Ruby’s original
-implementation (String#to_xs), but it does escape “&quot;” (which is an
-optional, but all parsers are able ot handle it. XML::Builder as packaged in
-Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs
-available.
-
-WWW: http://fast-xs.rubyforge.org/