summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-05-03 18:00:32 +0000
committerRene Ladan <rene@FreeBSD.org>2016-05-03 18:00:32 +0000
commit2b569b9b460ff2783d1de8739e9380cc83de3ed5 (patch)
tree410fb40dfa9f9985d291d7f0969958c1b942b4c4 /textproc
parentsecurity/vuxml: Document LibreSSL vulnerabilities (diff)
Remove expired ports:
2016-04-30 textproc/rubygem-gherkin3: Use textproc/rubygem-gherkin instead 2016-04-30 dns/odsclient: ODS shuts service down, so client is probably useless
Notes
Notes: svn path=/head/; revision=414545
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-gherkin3/Makefile22
-rw-r--r--textproc/rubygem-gherkin3/distinfo2
-rw-r--r--textproc/rubygem-gherkin3/pkg-descr14
4 files changed, 0 insertions, 39 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 2578f4001719..746b95e5e6bd 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1415,7 +1415,6 @@
SUBDIR += rubygem-fog-xml
SUBDIR += rubygem-gemoji
SUBDIR += rubygem-gherkin
- SUBDIR += rubygem-gherkin3
SUBDIR += rubygem-github-linguist
SUBDIR += rubygem-github-markdown
SUBDIR += rubygem-github-markup
diff --git a/textproc/rubygem-gherkin3/Makefile b/textproc/rubygem-gherkin3/Makefile
deleted file mode 100644
index 62e23851536d..000000000000
--- a/textproc/rubygem-gherkin3/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gherkin3
-PORTVERSION= 3.1.2
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Gherkin parser
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Use textproc/rubygem-gherkin instead
-EXPIRATION_DATE=2016-04-30
-
-NO_ARCH= yes
-USE_RUBY= yes
-USES= gem
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-gherkin3/distinfo b/textproc/rubygem-gherkin3/distinfo
deleted file mode 100644
index c35c69c7996a..000000000000
--- a/textproc/rubygem-gherkin3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/gherkin3-3.1.2.gem) = 1dc07216c9b19407518780036dd03c936d4391f0bb18a625d707f2ffb36555f1
-SIZE (rubygem/gherkin3-3.1.2.gem) = 28672
diff --git a/textproc/rubygem-gherkin3/pkg-descr b/textproc/rubygem-gherkin3/pkg-descr
deleted file mode 100644
index e53abbc6844e..000000000000
--- a/textproc/rubygem-gherkin3/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Gherkin 3 is a parser and compiler for the Gherkin language.
-
-It is intended to replace Gherkin 2 and be used by all Cucumber implementations
-to parse .feature files.
-
-Gherkin 3 is currently implemented for the following platforms:
-- .NET (C#)
-- JVM (Java)
-- JavaScript (Browser or Node.js/IO.js)
-- Ruby (MRI, JRuby or any other Ruby implementation)
-- Go
-- Python
-
-WWW: https://github.com/cucumber/gherkin3