diff options
Diffstat (limited to 'net-mgmt/cidr')
-rw-r--r-- | net-mgmt/cidr/Makefile | 27 | ||||
-rw-r--r-- | net-mgmt/cidr/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/cidr/files/patch-aa | 29 | ||||
-rw-r--r-- | net-mgmt/cidr/pkg-descr | 8 | ||||
-rw-r--r-- | net-mgmt/cidr/pkg-plist | 1 |
5 files changed, 0 insertions, 66 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile deleted file mode 100644 index 84b1400b54fa..000000000000 --- a/net-mgmt/cidr/Makefile +++ /dev/null @@ -1,27 +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.2 -CATEGORIES= net -MASTER_SITES= http://geeksoul.com/robert/cidr/ -MASTER_SITES+= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= nork -DISTNAME= cidr-current - -MAINTAINER= midom@dammit.lt -COMMENT= RFC 1878 subnet calculator / helper - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -ALL_TARGET= cidr - -MAN1= cidr.1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr - ${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1 - -.include <bsd.port.mk> diff --git a/net-mgmt/cidr/distinfo b/net-mgmt/cidr/distinfo deleted file mode 100644 index 00c902052a58..000000000000 --- a/net-mgmt/cidr/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cidr-current.tar.gz) = b349453a0196fddd3ffa0af5fbbacf54 diff --git a/net-mgmt/cidr/files/patch-aa b/net-mgmt/cidr/files/patch-aa deleted file mode 100644 index 5434f36f13cb..000000000000 --- a/net-mgmt/cidr/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig Fri Jul 20 11:11:34 2001 -+++ Makefile Sat May 18 04:21:47 2002 -@@ -1,9 +1,8 @@ - VERSION=2.3.2 - RELEASE=1 - --CC=gcc - STRIP=strip --CCFLAGS=-Wall -+CCFLAGS= $(CFLAGS) - - SOL7FLAGS=-lsocket -lnsl - SOL8FLAGS=-lresolv -lnsl -@@ -13,15 +12,12 @@ - - all : - $(CC) $(CCFLAGS) cidr.c -o cidr -- $(STRIP) cidr - - solaris8: - $(CC) $(CCFLAGS) $(SOL8FLAGS) cidr.c -o cidr -- $(STRIP) cidr - - solaris7: - $(CC) $(CCFLAGS) $(SOL7FLAGS) cidr.c -o cidr -- $(STRIP) cidr - - clean: - rm -f cidr cidr.o \ diff --git a/net-mgmt/cidr/pkg-descr b/net-mgmt/cidr/pkg-descr deleted file mode 100644 index 24725bf475fe..000000000000 --- a/net-mgmt/cidr/pkg-descr +++ /dev/null @@ -1,8 +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. - -WWW: http://geeksoul.com/robert/cidr.html 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 |