1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Remove obsolete port.

This commit is contained in:
Edwin Groothuis 2007-08-22 06:20:50 +00:00
parent 37c07e2cd9
commit da468fb883
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198101
8 changed files with 1 additions and 81 deletions

1
MOVED
View File

@ -3190,3 +3190,4 @@ editors/leim20||2007-08-19|Has expired: emacs20 and related ports are obsolete;
editors/iiimecf||2007-08-19|Has expired: emacs20 and related ports are obsolete; please use a more recent version
editors/gnuserv-emacs20||2007-08-19|Has expired: emacs20 and related ports are obsolete; please use a more recent version
devel/semantic-emacs20||2007-08-19|Has expired: emacs20 and related ports are obsolete; please use a more recent version
net/ddc||2007-08-22|Usability expired

View File

@ -93,7 +93,6 @@
SUBDIR += danamics
SUBDIR += dante
SUBDIR += datapipe
SUBDIR += ddc
SUBDIR += delegate
SUBDIR += despoof
SUBDIR += dgd

View File

@ -1,19 +0,0 @@
# New ports collection makefile for: ddc
# Date created: 1 March 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= ddc
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Control your DHCP daemon a la apachectl
MAN8= ddc.8
PLIST_FILES= bin/ddc
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (ddc-1.0.tar.gz) = f1443abebca6290403b7b2e2fa18e3cf
SHA256 (ddc-1.0.tar.gz) = 6d1f617280be81395973e0eebbd956235d732d98129e548db393c316247dc0d3
SIZE (ddc-1.0.tar.gz) = 2667

View File

@ -1,18 +0,0 @@
--- Makefile.orig Sun Oct 16 15:28:34 2005
+++ Makefile Sun Oct 16 15:29:02 2005
@@ -2,10 +2,10 @@
@echo "\"make install\" and \"make uninstall\" are the only things that work"
install:
- for dir in /usr/local/bin /usr/local/man /usr/local/man/man8; do test -d $$dir || ( mkdir $$dir; chmod 755 $$dir) ; done
- install -c -m 755 ddc /usr/local/bin
- install -c ddc.8 /usr/local/man/man8
+ for dir in ${PREFIX}/bin ${PREFIX}/man ${PREFIX}/man/man8; do test -d $$dir || ( mkdir $$dir; chmod 755 $$dir) ; done
+ install -c -m 755 ddc ${PREFIX}/bin
+ install -c ddc.8 ${PREFIX}/man/man8
uninstall:
- rm /usr/local/bin/ddc
- rm /usr/local/man/man8/ddc.8
+ rm ${PREFIX}/bin/ddc
+ rm ${PREFIX}/man/man8/ddc.8

View File

@ -1,15 +0,0 @@
--- ddc Mon Dec 18 15:27:48 2000
+++ ddc Thu Mar 1 22:44:38 2001
@@ -5,10 +5,10 @@
#
# global variables, you might have to change them!
#
-DHCPD=/usr/sbin/dhcpd
+DHCPD=${LOCALBASE}/sbin/dhcpd
PIDFILE=/var/run/dhcpd.pid
LF=/var/db/dhcpd.leases
-CF=/etc/dhcpd.conf
+CF=${LOCALBASE}/etc/dhcpd.conf
#OPTIONS="-q -p 90 fxp0"
#
#

View File

@ -1,18 +0,0 @@
--- ddc.8 Thu Mar 1 18:31:47 2001
+++ ddc.8 Thu Mar 1 22:47:52 2001
@@ -53,13 +53,13 @@
.Sh FILES
.Bl -tag -width /var/db/dhcpd.leases -compact
-.It Pa /usr/sbin/dhcpd
+.It Pa /usr/local/sbin/dhcpd
Executable of the DHCPD.
.It Pa /var/run/dhcpd.pid
Process id of the DHCP daemon.
.It Pa /var/db/dhcpd.leases
DHCPD client lease database
-.It Pa /etc/dhcpd.conf
+.It Pa /usr/local/etc/dhcpd.conf
Configuration file of the DHCP daemon.
.El

View File

@ -1,7 +0,0 @@
This command allows the system administrator to control the operation
of the DHCP daemon.
WWW: http://www.mavetju.org/unix/general.php
- Edwin Groothuis
edwin@mavetju.org