aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-10-29 22:17:59 +0800
committerswills <swills@FreeBSD.org>2013-10-29 22:17:59 +0800
commit5d989c69a8281a37b57c3eb5e93524485c44f85a (patch)
tree2372a7cc3de0cb7e27182fca1607a15e6e1713cd /textproc
parentd3b78ec8c7d718b29f15ca06620b1673f06e4b43 (diff)
downloadfreebsd-ports-gnome-5d989c69a8281a37b57c3eb5e93524485c44f85a.tar.gz
freebsd-ports-gnome-5d989c69a8281a37b57c3eb5e93524485c44f85a.tar.zst
freebsd-ports-gnome-5d989c69a8281a37b57c3eb5e93524485c44f85a.zip
Remove textproc/rubygem-fast_xs073 since it is no longer needed
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-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
4 files changed, 0 insertions, 46 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 27633fa43e5d..f9c5fbb12b2e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1297,7 +1297,6 @@
SUBDIR += rubygem-escape_utils
SUBDIR += rubygem-ezamar
SUBDIR += rubygem-fast_xs
- SUBDIR += rubygem-fast_xs073
SUBDIR += rubygem-ferret
SUBDIR += rubygem-gemoji
SUBDIR += rubygem-gherkin
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/