diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /net-mgmt/cidr | |
parent | f667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'net-mgmt/cidr')
-rw-r--r-- | net-mgmt/cidr/Makefile | 24 | ||||
-rw-r--r-- | net-mgmt/cidr/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/cidr/files/patch-aa | 11 | ||||
-rw-r--r-- | net-mgmt/cidr/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/cidr/pkg-descr | 6 | ||||
-rw-r--r-- | net-mgmt/cidr/pkg-plist | 1 |
6 files changed, 0 insertions, 44 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile deleted file mode 100644 index 8ea6b9e0c0d2..000000000000 --- a/net-mgmt/cidr/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: sqsh -# Date created: 18 Jun 2000 -# Whom: Domas Mituzas <midom@dammit.lt> -# -# $FreeBSD$ - -PORTNAME= cidr -PORTVERSION= 2.3 -CATEGORIES= net -MASTER_SITES= http://home.netcom.com/~naym/cidr/ -DISTNAME= cidr-current - -MAINTAINER= midom@dammit.lt - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -ALL_TARGET= cidr - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr - ${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1 - -MAN1= cidr.1 - -.include <bsd.port.mk> diff --git a/net-mgmt/cidr/distinfo b/net-mgmt/cidr/distinfo deleted file mode 100644 index 645ae8083b36..000000000000 --- a/net-mgmt/cidr/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cidr-current.tar.gz) = 59b4c94b2a721a0e47973d0f79d72d91 diff --git a/net-mgmt/cidr/files/patch-aa b/net-mgmt/cidr/files/patch-aa deleted file mode 100644 index 063439a16695..000000000000 --- a/net-mgmt/cidr/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.old Wed Jul 19 12:44:39 2000 -+++ Makefile Sat Jun 17 14:26:22 2000 -@@ -4,7 +4,7 @@ - OBJS = cidr.o - - cidr: $(OBJS) -- gcc -Wall -o cidr cidr.c -+ gcc -Wall -o cidr $(OBJS) - - clean: - rm $(OBJS) cidr diff --git a/net-mgmt/cidr/pkg-comment b/net-mgmt/cidr/pkg-comment deleted file mode 100644 index 44872cd8446e..000000000000 --- a/net-mgmt/cidr/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -RFC 1878 subnet calculator / helper diff --git a/net-mgmt/cidr/pkg-descr b/net-mgmt/cidr/pkg-descr deleted file mode 100644 index 486dc316e448..000000000000 --- a/net-mgmt/cidr/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -cidr is a tiny command-line tool for determining network and broadcast -addresses a la RFC 1878. It takes an IP address and netmask and -outputs the network address, broadcast address, and total number of -addresses for the corresponding subnet. The IP can be in binary, -decimal, hex, or dotted quad. The mask can be in binary, decimal, hex, -dotted quad, or prefix. diff --git a/net-mgmt/cidr/pkg-plist b/net-mgmt/cidr/pkg-plist deleted file mode 100644 index 5485d27b325b..000000000000 --- a/net-mgmt/cidr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cidr |