aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-06-03 13:15:00 +0000
committerClement Laforet <clement@FreeBSD.org>2004-06-03 13:15:00 +0000
commitbf7d65c2333987e273c9346c8d58e2557c70fb96 (patch)
tree817f228b57e68b9d252e34943067f92277efd99e /net-mgmt
parent8774326ef7a8934d5549141dfe9fd9370c762448 (diff)
downloadports-bf7d65c2333987e273c9346c8d58e2557c70fb96.tar.gz
ports-bf7d65c2333987e273c9346c8d58e2557c70fb96.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/dhcpconf/Makefile36
-rw-r--r--net-mgmt/dhcpconf/distinfo2
-rw-r--r--net-mgmt/dhcpconf/files/patch-aa34
-rw-r--r--net-mgmt/dhcpconf/pkg-descr9
-rw-r--r--net-mgmt/dhcpconf/pkg-plist3
5 files changed, 0 insertions, 84 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile
deleted file mode 100644
index b03f3a434489..000000000000
--- a/net-mgmt/dhcpconf/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: dhcp-conf
-# Date created: 20 Dec 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dhcpconf
-PORTVERSION= 0.7.3
-PORTREVISION= 1
-CATEGORIES= net-mgmt sysutils
-MASTER_SITES= http://dhcp-conf.sourceforge.net/
-DISTNAME= dhcp-conf
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Neat console-based ISC DHCP server configuration-generating utility
-
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
- newt.51:${PORTSDIR}/devel/newt
-
-ALL_TARGET= ${DISTNAME}
-WRKSRC= ${WRKDIR}/${DISTNAME}
-MAKE_ENV+= PCFLAGS="${CFLAGS}"
-
-DEPRECATED= "${PORTNAME} is outdated and full of bugs"
-EXPIRATION_DATE= 2004-05-26
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/dhcp-conf ${PREFIX}/sbin/dhcpconf
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/dhcpconf/distinfo b/net-mgmt/dhcpconf/distinfo
deleted file mode 100644
index a23f9ac2aa19..000000000000
--- a/net-mgmt/dhcpconf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (dhcp-conf.tgz) = fc33a5687461c7a99615da744cd8dd3f
-SIZE (dhcp-conf.tgz) = 120508
diff --git a/net-mgmt/dhcpconf/files/patch-aa b/net-mgmt/dhcpconf/files/patch-aa
deleted file mode 100644
index b1f1467673d7..000000000000
--- a/net-mgmt/dhcpconf/files/patch-aa
+++ /dev/null
@@ -1,34 +0,0 @@
---- Makefile Wed Dec 15 12:45:24 1999
-+++ Makefile.new Wed Jan 26 23:15:10 2000
-@@ -1,23 +1,24 @@
- TARGET = dhcp-conf
--CC = gcc
--LIBS = -lgdbm -lnewt
-+CC ?= gcc
-+CFLAGS = $(PCFLAGS) -I$(PREFIX)/include
-+LIBS = -L$(PREFIX)/lib -lgdbm -lnewt
- OBJS = main.o screen.o help.o data.o
- #OPTS = -D__DEBUG__ -D__TRACE__
-
- $(TARGET) : $(OBJS)
-- $(CC) -o $(TARGET) $(LIBS) $(OBJS)
-+ $(CC) $(CFLAGS) -o $(TARGET) $(LIBS) $(OBJS)
-
- main.o : main.c includes.h main-proto.h screen-proto.h
-- $(CC) -c main.c $(OPTS)
-+ $(CC) $(CFLAGS) -c main.c $(OPTS)
-
- screen.o : screen.c includes.h screen-proto.h
-- $(CC) -c screen.c $(OPTS)
-+ $(CC) $(CFLAGS) -c screen.c $(OPTS)
-
- help.o : help.c includes.h help-proto.h
-- $(CC) -c help.c $(OPTS)
-+ $(CC) $(CFLAGS) -c help.c $(OPTS)
-
- data.o : data.c includes.h data-proto.h
-- $(CC) -c data.c $(OPTS)
-+ $(CC) $(CFLAGS) -c data.c $(OPTS)
-
- install : $(TARGET)
- chown root dhcp-conf
diff --git a/net-mgmt/dhcpconf/pkg-descr b/net-mgmt/dhcpconf/pkg-descr
deleted file mode 100644
index 94e22ace7031..000000000000
--- a/net-mgmt/dhcpconf/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-dhcpconf is a neat configuration utility for the ISC DHCP server.
-It works by bringing up a couple dialog boxes that look strangely
-like they're created using ncurses but really newt - and then checking
-your options and generating a dhcpd.conf.
-
-WWW: http://dhcp-conf.sourceforge.net
-Author: Vee Schade <vschade@mindless.com>
-
---Will <andrews@technologist.com>
diff --git a/net-mgmt/dhcpconf/pkg-plist b/net-mgmt/dhcpconf/pkg-plist
deleted file mode 100644
index c68bedef941e..000000000000
--- a/net-mgmt/dhcpconf/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-sbin/dhcpconf
-%%PORTDOCS%%share/doc/dhcpconf/README
-%%PORTDOCS%%@dirrm share/doc/dhcpconf