aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-05-04 02:00:32 +0800
committerRene Ladan <rene@FreeBSD.org>2016-05-04 02:00:32 +0800
commit2b569b9b460ff2783d1de8739e9380cc83de3ed5 (patch)
tree410fb40dfa9f9985d291d7f0969958c1b942b4c4
parent0e62d5880db10673b976d91ad86348cb811c1629 (diff)
downloadfreebsd-ports-gnome-2b569b9b460ff2783d1de8739e9380cc83de3ed5.tar.gz
freebsd-ports-gnome-2b569b9b460ff2783d1de8739e9380cc83de3ed5.tar.zst
freebsd-ports-gnome-2b569b9b460ff2783d1de8739e9380cc83de3ed5.zip
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
-rw-r--r--MOVED2
-rw-r--r--dns/Makefile1
-rw-r--r--dns/odsclient/Makefile24
-rw-r--r--dns/odsclient/distinfo2
-rw-r--r--dns/odsclient/files/patch-Makefile15
-rw-r--r--dns/odsclient/pkg-descr7
-rw-r--r--dns/odsclient/pkg-message10
-rw-r--r--dns/odsclient/pkg-plist2
-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
12 files changed, 2 insertions, 100 deletions
diff --git a/MOVED b/MOVED
index 12029336031a..cd90d17aa634 100644
--- a/MOVED
+++ b/MOVED
@@ -8307,3 +8307,5 @@ databases/rrdtool10|databases/rrdtool|2016-05-02|Old version, not maintained any
devel/sope|devel/sope2|2016-05-02|Renamed to devel/sope2
www/sogo|www/sogo2|2016-05-02|Renamed to www/sogo2
www/sogo-activesync|www/sogo2-activesync|2016-05-02|Renamed to www/sogo2-activesync
+textproc/rubygem-gherkin3|textproc/rubygem-gherkin|2016-05-03|Has expired: Use textproc/rubygem-gherkin instead
+dns/odsclient||2016-05-03|Has expired: ODS shuts service down, so client is probably useless
diff --git a/dns/Makefile b/dns/Makefile
index cde665b53ed1..94abb6ad16a6 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -100,7 +100,6 @@
SUBDIR += nsping
SUBDIR += nss_mdns
SUBDIR += nss_resinit
- SUBDIR += odsclient
SUBDIR += opendd
SUBDIR += opendnssec
SUBDIR += opendnssec13
diff --git a/dns/odsclient/Makefile b/dns/odsclient/Makefile
deleted file mode 100644
index 41c388f3a467..000000000000
--- a/dns/odsclient/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: geniusj@ods.org
-# $FreeBSD$
-
-PORTNAME= odsclient
-PORTVERSION= 1.03
-CATEGORIES= dns
-MASTER_SITES= http://www.ods.org/dl/
-
-MAINTAINER= jd@ods.org
-COMMENT= ODS Dynamic DNS Client
-
-ALL_TARGET= odsclient
-
-DEPRECATED= ODS shuts service down, so client is probably useless
-EXPIRATION_DATE= 2016-04-30
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/odsclient ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
-
-.include <bsd.port.mk>
diff --git a/dns/odsclient/distinfo b/dns/odsclient/distinfo
deleted file mode 100644
index f4de7bed5bd4..000000000000
--- a/dns/odsclient/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (odsclient-1.03.tar.gz) = 4c55c88e2aebce736f2a85fb750da0292d047bfc3bd7a042535cbd9545ecc384
-SIZE (odsclient-1.03.tar.gz) = 4263
diff --git a/dns/odsclient/files/patch-Makefile b/dns/odsclient/files/patch-Makefile
deleted file mode 100644
index 0013f01aa53e..000000000000
--- a/dns/odsclient/files/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./Makefile.orig 2014-02-19 13:17:44.470074950 +0100
-+++ ./Makefile 2014-02-19 13:18:23.437075941 +0100
-@@ -1,10 +1,9 @@
--CC=gcc -Wall
--CFLAGS=-O2
-+CC?=gcc
- DNSLIB=#-lresolv
- OBJS=client.o memmem.o vasprintf.o socket.o
-
- odsclient: $(OBJS)
-- $(CC) -o odsclient $(OBJS) $(DNSLIB)
-+ $(CC) $(CFLAGS) -o odsclient $(OBJS) $(DNSLIB)
-
- clean:
- rm -rf $(OBJS) odsclient *~
diff --git a/dns/odsclient/pkg-descr b/dns/odsclient/pkg-descr
deleted file mode 100644
index 26fade8dc53e..000000000000
--- a/dns/odsclient/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A dynamic DNS client for the service provided by the Open Domain Server.
-This client is the official ODS client, it is a simple command-line client that
-can easily be placed into any scripts necessary.
-
-Account signup, Host creation, etc can be found at:
-
-WWW: http://www.ods.org/
diff --git a/dns/odsclient/pkg-message b/dns/odsclient/pkg-message
deleted file mode 100644
index fed02deedb3f..000000000000
--- a/dns/odsclient/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-----------------------------------------------------------------------
-To use this client you must first signup for an account at ods.org You
-can find the signup page at http://ods.org/manager.php?add_user=1
-
-The syntax for using the client is:
- odsclient <username> <password> <hostname> [ip address]
-
-The IP address is optional. If it is not specified, the server will
-determine it for you.
-----------------------------------------------------------------------
diff --git a/dns/odsclient/pkg-plist b/dns/odsclient/pkg-plist
deleted file mode 100644
index 60e06bfc69f7..000000000000
--- a/dns/odsclient/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/odsclient
-%%PORTDOCS%%%%DOCSDIR%%/README
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