summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-23 17:07:38 +0000
committerwiz <wiz@pkgsrc.org>2005-06-23 17:07:38 +0000
commit09c236207196ece0706b9fd2939bc0e9003ac5b6 (patch)
tree13d63fd787be03fbb91cd13a7a125d29bedf5f01
parent162061dc915d80c760f7fe881464868307378e17 (diff)
downloadpkgsrc-09c236207196ece0706b9fd2939bc0e9003ac5b6.tar.gz
Remove ipv6socket_scrub -- distfile unavailable for a long time.
Ok itojun@
-rw-r--r--devel/Makefile3
-rw-r--r--devel/ipv6socket_scrub/DESCR8
-rw-r--r--devel/ipv6socket_scrub/Makefile39
-rw-r--r--devel/ipv6socket_scrub/PLIST3
-rw-r--r--devel/ipv6socket_scrub/distinfo7
-rw-r--r--devel/ipv6socket_scrub/patches/patch-aa33
-rw-r--r--devel/ipv6socket_scrub/patches/patch-ab11
7 files changed, 1 insertions, 103 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9c0d93a2382..2d9969b0114 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.644 2005/05/31 16:15:09 drochner Exp $
+# $NetBSD: Makefile,v 1.645 2005/06/23 17:07:38 wiz Exp $
#
COMMENT= Development utilities
@@ -190,7 +190,6 @@ SUBDIR+= ht
SUBDIR+= id-utils
SUBDIR+= idiff
SUBDIR+= intel2gas
-SUBDIR+= ipv6socket_scrub
SUBDIR+= isect
SUBDIR+= its4
SUBDIR+= jam
diff --git a/devel/ipv6socket_scrub/DESCR b/devel/ipv6socket_scrub/DESCR
deleted file mode 100644
index 6436828eb04..00000000000
--- a/devel/ipv6socket_scrub/DESCR
+++ /dev/null
@@ -1,8 +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.
diff --git a/devel/ipv6socket_scrub/Makefile b/devel/ipv6socket_scrub/Makefile
deleted file mode 100644
index f13804fe703..00000000000
--- a/devel/ipv6socket_scrub/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:46 jlam Exp $
-# KAME Id: Makefile,v 1.6 1999/11/28 14:36:04 itojun Exp
-#
-
-DISTNAME= IPv6socket_scrub
-PKGNAME= ipv6socket_scrub-1.0
-CATEGORIES= devel
-# need to fetch on your own
-#MASTER_SITES=
-EXTRACT_SUFX= .tar
-
-MAINTAINER= itojun@kame.net
-HOMEPAGE= http://www.sun.com/solaris/ipv6/
-COMMENT= Checks IPv6 portability in source code
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-DECOMPRESS_CMD= ${CAT}
-EXTRACT_BEFORE_ARGS= -xf
-RESTRICTED= "not redistributable, license agreement required"
-NO_BIN_ON_CDROM= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_FTP= ${RESTRICTED}
-
-INTERACTIVE_STAGE= fetch
-INSTALLATION_DIRS= bin man/man1
-
-_FETCH_MESSAGE= \
- ${ECHO} '======================================================='; \
- ${ECHO} ' You need to sign the agreement on ${HOMEPAGE}'; \
- ${ECHO} ' and fetch on your own.'; \
- ${ECHO} '======================================================='
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ipv6socket_scrub ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/../Docs/man/man1/ipv6socket_scrub.1 \
- ${PREFIX}/man/man1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ipv6socket_scrub/PLIST b/devel/ipv6socket_scrub/PLIST
deleted file mode 100644
index 51086ff8f2b..00000000000
--- a/devel/ipv6socket_scrub/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:13 zuntum Exp $
-bin/ipv6socket_scrub
-man/man1/ipv6socket_scrub.1
diff --git a/devel/ipv6socket_scrub/distinfo b/devel/ipv6socket_scrub/distinfo
deleted file mode 100644
index 1f77a1b8234..00000000000
--- a/devel/ipv6socket_scrub/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/04/18 23:57:45 wiz Exp $
-
-SHA1 (IPv6socket_scrub.tar) = 505b6ebbf6b6f1d984fb761ce6e1ddf81cb4897f
-RMD160 (IPv6socket_scrub.tar) = 46c08b075ac631acfaa454c928dbddc0995da243
-Size (IPv6socket_scrub.tar) = 160768 bytes
-SHA1 (patch-aa) = d3565972cccc3c8f85ca489cb1c88fb71fca476b
-SHA1 (patch-ab) = fcde9165c59a2d94ac7694471358d19405e87f63
diff --git a/devel/ipv6socket_scrub/patches/patch-aa b/devel/ipv6socket_scrub/patches/patch-aa
deleted file mode 100644
index be4a501d548..00000000000
--- a/devel/ipv6socket_scrub/patches/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2001/02/05 16:31:39 dmcmahill Exp $
-
---- 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/devel/ipv6socket_scrub/patches/patch-ab b/devel/ipv6socket_scrub/patches/patch-ab
deleted file mode 100644
index a417ec2af77..00000000000
--- a/devel/ipv6socket_scrub/patches/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2001/02/05 16:31:40 dmcmahill Exp $
-
---- 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