diff options
Diffstat (limited to 'net/ipv6socket_scrub')
-rw-r--r-- | net/ipv6socket_scrub/Makefile | 46 | ||||
-rw-r--r-- | net/ipv6socket_scrub/distinfo | 2 | ||||
-rw-r--r-- | net/ipv6socket_scrub/files/patch-aa | 31 | ||||
-rw-r--r-- | net/ipv6socket_scrub/files/patch-ab | 9 | ||||
-rw-r--r-- | net/ipv6socket_scrub/pkg-descr | 10 |
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 |