aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-03-31 23:38:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-03-31 23:38:07 +0800
commit19a46b3897321e6d2ae14a53b5b67dba479ce411 (patch)
tree9ca612df77ec9ced737445ca2a527394ed59a201
parente6c9fce7e86dbb78ea7115a30e863f668546de72 (diff)
downloadfreebsd-ports-gnome-19a46b3897321e6d2ae14a53b5b67dba479ce411.tar.gz
freebsd-ports-gnome-19a46b3897321e6d2ae14a53b5b67dba479ce411.tar.zst
freebsd-ports-gnome-19a46b3897321e6d2ae14a53b5b67dba479ce411.zip
Remove expired textproc/rubygem-fast_xs073
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-fast_xs073/Makefile26
-rw-r--r--textproc/rubygem-fast_xs073/distinfo2
-rw-r--r--textproc/rubygem-fast_xs073/pkg-descr20
4 files changed, 0 insertions, 49 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 529c62f908b6..027c8ca30620 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1509,7 +1509,6 @@
SUBDIR += rubygem-escape_utils-rails4
SUBDIR += rubygem-ezamar
SUBDIR += rubygem-fast_xs
- SUBDIR += rubygem-fast_xs073
SUBDIR += rubygem-ferret
SUBDIR += rubygem-fog-xml
SUBDIR += rubygem-gemoji
diff --git a/textproc/rubygem-fast_xs073/Makefile b/textproc/rubygem-fast_xs073/Makefile
deleted file mode 100644
index c068ad930360..000000000000
--- a/textproc/rubygem-fast_xs073/Makefile
+++ /dev/null
@@ -1,26 +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
-PKGNAMESUFFIX= 073
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Systems integration framework. Expander
-
-LICENSE= MIT
-
-DEPRECATED= Use textproc/rubygem-fast_xs instead
-EXPIRATION_DATE=2018-03-31
-
-RUN_DEPENDS= rubygem-hoe>=2.3.2:devel/rubygem-hoe
-
-PORTSCOUT= limit:^0.7
-
-USE_RUBY= yes
-USES= gem
-
-.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 8f8839e9b3e6..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/