aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/send
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-06-30 08:37:49 +0000
committerRene Ladan <rene@FreeBSD.org>2014-06-30 08:37:49 +0000
commita1334cc5336a99e37ca77595c60f68012e2bb0bc (patch)
treedf4588a3eebe74807d57f164b1c860b1243ffb47 /net-mgmt/send
parent253b88d8be9b64b5c3997611b2748738f6050bda (diff)
downloadports-a1334cc5336a99e37ca77595c60f68012e2bb0bc.tar.gz
ports-a1334cc5336a99e37ca77595c60f68012e2bb0bc.zip
Remove expired ports:
2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months 2014-06-30 mail/hotwayd: Protocol changed, software unusable 2014-06-30 mail/ilohamail-devel: Upstream disappeared 2014-06-30 games/tyrquake: Broken for more than 5 months 2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months 2014-06-30 games/sumwars: Broken for more than 5 months 2014-06-30 audio/ruby-esound: Broken for more than 5 months 2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months 2014-06-30 net-im/ysm: Broken for more than 5 months 2014-06-30 net-mgmt/send: Broken for more than 5 months 2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months 2014-06-30 net-p2p/bittyrant: Broken for more than 5 months 2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software. 2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this 2014-06-30 audio/tagger: Ancient, unmaintained 2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead 2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
Notes
Notes: svn path=/head/; revision=359811
Diffstat (limited to 'net-mgmt/send')
-rw-r--r--net-mgmt/send/Makefile49
-rw-r--r--net-mgmt/send/distinfo2
-rw-r--r--net-mgmt/send/files/patch-sendd-os-Makefile23
-rw-r--r--net-mgmt/send/files/patch-sendd-os-sendd15
-rw-r--r--net-mgmt/send/files/pkg-message.in5
-rw-r--r--net-mgmt/send/pkg-descr14
-rw-r--r--net-mgmt/send/pkg-plist9
7 files changed, 0 insertions, 117 deletions
diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile
deleted file mode 100644
index 2e70f87e570c..000000000000
--- a/net-mgmt/send/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# Created by: Janos Mohacsi <mohacsi@niif.hu>
-# $FreeBSD$
-
-PORTNAME= send
-PORTVERSION= 0.3
-CATEGORIES= net-mgmt ipv6
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= anchie
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= anchie@FreeBSD.org
-COMMENT= Secure Neighbor Discovery implementation for IPv6
-
-BROKEN= Fails to link
-DEPRECATED= Broken for more than 5 months
-EXPIRATION_DATE= 2014-06-30
-
-LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
-
-USES= gmake
-SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-PORTDOCS= README UserGuide.pdf
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900042
-IGNORE= is supported only on 9.0 and later
-.endif
-
-post-install:
- ${MKDIR} ${PREFIX}/etc/sendd/
- ${INSTALL_DATA} ${WRKSRC}/examples/ipext/ipext_verify.conf \
- ${WRKSRC}/examples/ipext/ca/ipext.conf \
- ${WRKSRC}/examples/
- ${INSTALL_DATA} ${WRKSRC}/docs/UserGuide.pdf \
- ${WRKSRC}/UserGuide.pdf
- for F in sendd.conf params.conf ipext.conf ipext_verify.conf; do \
- ${INSTALL_DATA} ${WRKSRC}/examples/$$F \
- ${PREFIX}/etc/sendd/$${F}-dist; \
- done
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/net-mgmt/send/distinfo b/net-mgmt/send/distinfo
deleted file mode 100644
index 00774ec1ad09..000000000000
--- a/net-mgmt/send/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (send_0.3.tar.gz) = abe217c24f8f711124da74eb24342ee27a195e8102bed3e60d426607532ff76b
-SIZE (send_0.3.tar.gz) = 1272983
diff --git a/net-mgmt/send/files/patch-sendd-os-Makefile b/net-mgmt/send/files/patch-sendd-os-Makefile
deleted file mode 100644
index d44f1ae2c623..000000000000
--- a/net-mgmt/send/files/patch-sendd-os-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- sendd/os/Makefile.orig 2010-08-28 17:58:04.000000000 +0900
-+++ sendd/os/Makefile 2010-12-20 15:14:58.000000000 +0900
-@@ -1,13 +1,15 @@
-
- OBJS += os/addr.o os/snd_freebsd.o os-linux/rand.o
--CPPFLAGS += -I/usr/local/include
-+CPPFLAGS += -I${LOCALBASE}/include
-
--OSLIBS= -L/usr/local/lib -l$(DNET)
-+OSLIBS= -L${LOCALBASE}/lib -l$(DNET)
-
- OSEXTRA= os/sendd
--EXTRAINSTALL= /usr/local/etc/rc.d/sendd
-+EXTRAINSTALL= ${PREFIX}/etc/rc.d/sendd
- EXTRAUNINSTALL=$(EXTRAINSTALL)
-
- /usr/local/etc/rc.d/%: os/%
-- install $< $@
--
-+ touch $@
-+ chmod 0555 $@
-+ chown root:wheel $@
-+ sed -e s,%%PREFIX%%,${PREFIX},g < $< > $@
diff --git a/net-mgmt/send/files/patch-sendd-os-sendd b/net-mgmt/send/files/patch-sendd-os-sendd
deleted file mode 100644
index 13b55ad6896a..000000000000
--- a/net-mgmt/send/files/patch-sendd-os-sendd
+++ /dev/null
@@ -1,15 +0,0 @@
---- sendd/os/sendd.orig 2010-08-28 10:58:04.000000000 +0200
-+++ sendd/os/sendd 2012-09-25 19:35:27.000000000 +0200
-@@ -36,9 +36,9 @@
- . /etc/rc.subr
-
- name="sendd"
--rcvar=`set_rcvar`
--command="/usr/local/sbin/${name}"
--required_files="/usr/local/etc/${name}.conf"
-+rcvar=sendd_enable
-+command="%%PREFIX%%/sbin/${name}"
-+required_files="%%PREFIX%%/etc/${name}/${name}.conf"
-
- load_rc_config $name
- run_rc_command "$1"
diff --git a/net-mgmt/send/files/pkg-message.in b/net-mgmt/send/files/pkg-message.in
deleted file mode 100644
index 3191d44b9680..000000000000
--- a/net-mgmt/send/files/pkg-message.in
+++ /dev/null
@@ -1,5 +0,0 @@
--------------------------------------------------------------------------------
-To run sendd from startup, add sendd_enable="YES"
-in your /etc/rc.conf.
-Configiration options can be found in %%PREFIX%%/etc/sendd
--------------------------------------------------------------------------------
diff --git a/net-mgmt/send/pkg-descr b/net-mgmt/send/pkg-descr
deleted file mode 100644
index c0ea7d33747a..000000000000
--- a/net-mgmt/send/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-SEND is the implementation of RFC3971 Secure Neighbor Discovery
-(SEND). SEND cryptographically secures the IPv6 neighbor discovery
-protocol, countering the threats discussed in RFC3756 (IPv6 Neighbor
-Discovery (ND) Trust Models and Threats).
-
-The implementation is a new version of DoCoMo's SEND (send_0.2) that
-was implemented completely in user space. Novelty in send_0.3 is the
-native SEND API that avoids the need for the use of netgraph and BPF,
-which makes send_0.3 portable over different BSD platforms and
-significantlly more efficient.
-
-Also included in the distribution are implementations of RFC3972
-Cryptographically Generated Addresses (CGAs) and RFC3779 X.509
-Extensions for IP Addresses and AS Identifiers.
diff --git a/net-mgmt/send/pkg-plist b/net-mgmt/send/pkg-plist
deleted file mode 100644
index 1b5d32a01697..000000000000
--- a/net-mgmt/send/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-sbin/cgatool
-sbin/ipexttool
-sbin/sendd
-etc/rc.d/sendd
-etc/sendd/sendd.conf-dist
-etc/sendd/params.conf-dist
-etc/sendd/ipext.conf-dist
-etc/sendd/ipext_verify.conf-dist
-@dirrmtry etc/sendd