summaryrefslogtreecommitdiff
path: root/net/ipv6socket_scrub
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-06-01 21:55:13 +0000
committerRene Ladan <rene@FreeBSD.org>2011-06-01 21:55:13 +0000
commitb8408f8dd2628e1ccf0783bd9f4c236beaea867f (patch)
treeff830f5f6c5873d2bcb3ead8a218f02302658eff /net/ipv6socket_scrub
parent- update to 4.8.0 (diff)
Remove expired ports:
2011-05-01 german/citrix_xenapp: "crashes with f10" 2011-05-01 japanese/citrix_xenapp: "crashes with f10" 2011-05-01 net/citrix_xenapp: "crashes with f10" 2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default 2011-05-01 java/gj: Upstream disapear and distfile is no more available 2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available 2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore. 2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available 2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes) 2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build. 2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken 2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
Notes
Notes: svn path=/head/; revision=274947
Diffstat (limited to 'net/ipv6socket_scrub')
-rw-r--r--net/ipv6socket_scrub/Makefile46
-rw-r--r--net/ipv6socket_scrub/distinfo2
-rw-r--r--net/ipv6socket_scrub/files/patch-aa31
-rw-r--r--net/ipv6socket_scrub/files/patch-ab9
-rw-r--r--net/ipv6socket_scrub/pkg-descr10
5 files changed, 0 insertions, 98 deletions
diff --git a/net/ipv6socket_scrub/Makefile b/net/ipv6socket_scrub/Makefile
deleted file mode 100644
index 21b6aea0e895..000000000000
--- a/net/ipv6socket_scrub/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: IPv6socket_scrub
-# Date created: 22.03.2002
-# Whom: Janos Mohacsi <janos.mohacsi@dante.org.uk>
-#
-# $FreeBSD$
-
-PORTNAME= ipv6socket_scrub
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= net devel ipv6
-MASTER_SITES= #http://www.sun.com/download/index.jsp?cat=Operating%20Systems&tab=3
-DISTNAME= IPv6socket_scrub
-EXTRACT_SUFX= .tar
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Checks IPv6 portability of C source code
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-09
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-RESTRICTED= not redistributable, license agreement required
-
-MAN1= ${PORTNAME}.1
-
-PLIST_FILES= bin/${PORTNAME}
-PORTDOCS= Copyright README
-
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= needs you to sign the agreement on "http://www.sun.com/download/index.jsp?cat=Operating%20Systems&tab=3", download it manually, place in ${DISTDIR} and then restart this build
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/../Docs/man/man1/${PORTNAME}.1 \
- ${MANPREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-. for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-. endfor
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/ipv6socket_scrub/distinfo b/net/ipv6socket_scrub/distinfo
deleted file mode 100644
index a603862ba57e..000000000000
--- a/net/ipv6socket_scrub/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (IPv6socket_scrub.tar) = b364ada8f677c049e58afeef67046af5943edff838c69fc0dcc010a659f2fa8b
-SIZE (IPv6socket_scrub.tar) = 160768
diff --git a/net/ipv6socket_scrub/files/patch-aa b/net/ipv6socket_scrub/files/patch-aa
deleted file mode 100644
index 80e51f07aa82..000000000000
--- a/net/ipv6socket_scrub/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
---- ipv6socket_scrub.c.orig Fri Oct 15 05:51:40 1999
-+++ ipv6socket_scrub.c Mon Feb 5 11:26:41 2001
-@@ -32,4 +32,5 @@
- #include <stdlib.h>
- #include <stdio.h>
-+#include <string.h>
- #include <pwd.h>
- #include <sys/types.h>
-@@ -309,5 +310,5 @@
- -e 's/#.*else/_#_else/' \
- %s | \
-- /usr/ccs/lib/cpp -BP 2>&1 | \
-+ /usr/bin/cpp -P 2>&1 | \
- /usr/bin/sed -e 's/_#_include/#include/' \
- -e 's/_#_end/#end/' \
-@@ -665,6 +666,6 @@
-
- if ((stat("/usr/bin/sed", &statbuff) == -1) ||
-- stat("/usr/ccs/lib/cpp", &statbuff) == -1) {
-- fprintf (stderr, "\nCannot find /usr/bin/sed and/or /usr/ccs/lib/cpp -BP.\n Terminating...\n");
-+ stat("/usr/bin/cpp", &statbuff) == -1) {
-+ fprintf (stderr, "\nCannot find /usr/bin/sed and/or /usr/bin/cpp -P.\n Terminating...\n");
- exit (2);
-
-@@ -1344,5 +1345,5 @@
-
- if (check_file (buf,ignore_conf,pri_conf,sec_conf,fo1,fo2,tmpfile)) {
-- fprintf (stderr, "\nCannot process file %s. Cannot find /usr/bin/sed and/or /usr/ccs/lib/cpp -BP.\n Terminating...\n",buf);
-+ fprintf (stderr, "\nCannot process file %s. Cannot find /usr/bin/sed and/or /usr/bin/cpp -P.\n Terminating...\n",buf);
- unlink(tmpfile);
- exit (2);
diff --git a/net/ipv6socket_scrub/files/patch-ab b/net/ipv6socket_scrub/files/patch-ab
deleted file mode 100644
index e6241f6bd7c8..000000000000
--- a/net/ipv6socket_scrub/files/patch-ab
+++ /dev/null
@@ -1,9 +0,0 @@
---- Makefile.orig Wed Oct 13 18:01:46 1999
-+++ Makefile Sun Nov 28 23:26:42 1999
-@@ -1,5 +1,5 @@
- CC = cc
--CFLAGS = -xO3
-+CFLAGS = -O3
- LDFLAGS =
-
- PROG = ipv6socket_scrub
diff --git a/net/ipv6socket_scrub/pkg-descr b/net/ipv6socket_scrub/pkg-descr
deleted file mode 100644
index 262db4eddb91..000000000000
--- a/net/ipv6socket_scrub/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Sun IPv6socket_scrub program
-============================
-
-The ipv6socket_scrub utility searches recursively through
-the current directory (the default) or any specified
-directory or file to find IPv4 socket code that may be a
-candidate for modification when porting to the IPv6 socket API.
-The utility is designed to run from a Solaris machine.
-
-WWW: http://www.sun.com/solaris/ipv6