summaryrefslogtreecommitdiff
path: root/net-mgmt/netmask
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /net-mgmt/netmask
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'net-mgmt/netmask')
-rw-r--r--net-mgmt/netmask/Makefile24
-rw-r--r--net-mgmt/netmask/distinfo1
-rw-r--r--net-mgmt/netmask/files/patch-aa21
-rw-r--r--net-mgmt/netmask/files/patch-ab14
-rw-r--r--net-mgmt/netmask/pkg-descr5
-rw-r--r--net-mgmt/netmask/pkg-plist1
6 files changed, 0 insertions, 66 deletions
diff --git a/net-mgmt/netmask/Makefile b/net-mgmt/netmask/Makefile
deleted file mode 100644
index 1ce4676a0c3c..000000000000
--- a/net-mgmt/netmask/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: netmask
-# Date created: 19 Novemver 2000
-# Whom: Mike Bristow <mike@urgle.com>
-# $FreeBSD$
-
-PORTNAME= netmask
-PORTVERSION= 2.3.7
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR= pool/main/n/netmask/
-DISTNAME= netmask_${PORTVERSION}
-
-MAINTAINER= mike@urgle.com
-COMMENT= Tool for generating terse netmasks in several common formats
-
-WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
-USE_GETOPT_LONG=yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-MAN1= netmask.1
-INFO= netmask
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/netmask/distinfo b/net-mgmt/netmask/distinfo
deleted file mode 100644
index 8e2458ec7e5d..000000000000
--- a/net-mgmt/netmask/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (netmask_2.3.7.tar.gz) = 6e1b1c0694296bbe37ba8cb6a4902436
diff --git a/net-mgmt/netmask/files/patch-aa b/net-mgmt/netmask/files/patch-aa
deleted file mode 100644
index f6142c16da70..000000000000
--- a/net-mgmt/netmask/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- netmask.c.orig Mon Nov 20 00:22:41 2000
-+++ netmask.c Mon Nov 20 00:22:58 2000
-@@ -17,15 +17,15 @@
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <getopt.h>
- #include <netdb.h>
--#include <netinet/in.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <sys/socket.h>
--#include <sys/types.h>
- #include "errors.h"
-
- struct addrmask {
diff --git a/net-mgmt/netmask/files/patch-ab b/net-mgmt/netmask/files/patch-ab
deleted file mode 100644
index df6d8e0d8b12..000000000000
--- a/net-mgmt/netmask/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- netmask.texi.orig Mon Nov 20 00:39:20 2000
-+++ netmask.texi Mon Nov 20 00:39:33 2000
-@@ -3,6 +3,11 @@
- @setfilename netmask.info
- @settitle Generating Optimized Network Masks
- @finalout
-+@dircategory Miscellaneous
-+@direntry
-+* netmask: (netmask). Tool for generating terse netmasks.
-+@end direntry
-+
- @setchapternewpage odd
- @c %**end of header
-
diff --git a/net-mgmt/netmask/pkg-descr b/net-mgmt/netmask/pkg-descr
deleted file mode 100644
index 8222dcbf0534..000000000000
--- a/net-mgmt/netmask/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a handy tool for generating terse netmasks in several common
-formats. If you've ever maintained a firewall with more than a few rules
-in it, you might use netmask to clean up and generalize sloppy rules left by
-the netadmin before you. It will also convert netmasks from one format
-to another for the day you change your firewall software.
diff --git a/net-mgmt/netmask/pkg-plist b/net-mgmt/netmask/pkg-plist
deleted file mode 100644
index 945f66027397..000000000000
--- a/net-mgmt/netmask/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/netmask