pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Remove ipv6socket_scrub -- distfile unavailable ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86b6dca06702
branches:  trunk
changeset: 496141:86b6dca06702
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 23 17:07:38 2005 +0000

description:
Remove ipv6socket_scrub -- distfile unavailable for a long time.
Ok itojun@

diffstat:

 devel/Makefile                          |   3 +-
 devel/ipv6socket_scrub/DESCR            |   8 ------
 devel/ipv6socket_scrub/Makefile         |  39 ---------------------------------
 devel/ipv6socket_scrub/PLIST            |   3 --
 devel/ipv6socket_scrub/distinfo         |   7 -----
 devel/ipv6socket_scrub/patches/patch-aa |  33 ---------------------------
 devel/ipv6socket_scrub/patches/patch-ab |  11 ---------
 7 files changed, 1 insertions(+), 103 deletions(-)

diffs (142 lines):

diff -r b1a3084d654a -r 86b6dca06702 devel/Makefile
--- a/devel/Makefile    Thu Jun 23 17:06:48 2005 +0000
+++ b/devel/Makefile    Thu Jun 23 17:07:38 2005 +0000
@@ -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+=       id-utils
 SUBDIR+=       idiff
 SUBDIR+=       intel2gas
-SUBDIR+=       ipv6socket_scrub
 SUBDIR+=       isect
 SUBDIR+=       its4
 SUBDIR+=       jam
diff -r b1a3084d654a -r 86b6dca06702 devel/ipv6socket_scrub/DESCR
--- a/devel/ipv6socket_scrub/DESCR      Thu Jun 23 17:06:48 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b1a3084d654a -r 86b6dca06702 devel/ipv6socket_scrub/Makefile
--- a/devel/ipv6socket_scrub/Makefile   Thu Jun 23 17:06:48 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r b1a3084d654a -r 86b6dca06702 devel/ipv6socket_scrub/PLIST
--- a/devel/ipv6socket_scrub/PLIST      Thu Jun 23 17:06:48 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b1a3084d654a -r 86b6dca06702 devel/ipv6socket_scrub/distinfo
--- a/devel/ipv6socket_scrub/distinfo   Thu Jun 23 17:06:48 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b1a3084d654a -r 86b6dca06702 devel/ipv6socket_scrub/patches/patch-aa
--- a/devel/ipv6socket_scrub/patches/patch-aa   Thu Jun 23 17:06:48 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r b1a3084d654a -r 86b6dca06702 devel/ipv6socket_scrub/patches/patch-ab
--- a/devel/ipv6socket_scrub/patches/patch-ab   Thu Jun 23 17:06:48 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index