dnsmasq has been moved to pkgsrc.

This commit is contained in:
Min Sik Kim 2005-10-18 04:48:09 +00:00 committed by Thomas Klausner
parent be3df8b1cb
commit 4d94f467fa
6 changed files with 2 additions and 62 deletions

View file

@ -1,5 +1,5 @@
$NetBSD: Makefile,v 1.1964 2005/10/17 19:43:45 jeremy-c-reed Exp $
# $Id: Makefile,v 1.1964 2005/10/17 19:43:45 jeremy-c-reed Exp $
$NetBSD: Makefile,v 1.1965 2005/10/18 04:48:09 minskim Exp $
# $Id: Makefile,v 1.1965 2005/10/18 04:48:09 minskim Exp $
COMMENT= WIP pkgsrc packages
@ -193,7 +193,6 @@ SUBDIR+= diveintopython
SUBDIR+= djvu
SUBDIR+= dkim-milter
SUBDIR+= dmd-bin
SUBDIR+= dnsmasq
SUBDIR+= dnswalk
SUBDIR+= docbook-xsl-ko
SUBDIR+= doorman

View file

@ -1,8 +0,0 @@
Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP
server. It is designed to provide DNS and, optionally, DHCP, to a
small network. It can serve the names of local machines which are
not in the global DNS. The DHCP server integrates with the DNS
server and allows machines with DHCP-allocated addresses to appear
in the DNS with names configured either in each host or in a
central configuration file. Dnsmasq supports static and dynamic
DHCP leases and BOOTP for network booting of diskless machines.

View file

@ -1,23 +0,0 @@
# $NetBSD: Makefile,v 1.7 2005/10/17 17:03:29 dhowland Exp $
#
DISTNAME= dnsmasq-2.23
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html
COMMENT= Lightweight, easy to configure DNS forwarder
USE_TOOLS+= gmake
USE_PKGINSTALL= yes
RCD_SCRIPTS= dnsmasq
CONF_FILES= ${PREFIX}/share/examples/dnsmasq/dnsmasq.conf.example \
${PKG_SYSCONFDIR}/dnsmasq.conf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dnsmasq
${INSTALL} ${WRKSRC}/dnsmasq.conf.example \
${PREFIX}/share/examples/dnsmasq/
.include "../../mk/bsd.pkg.mk"

View file

@ -1,6 +0,0 @@
@comment $NetBSD: PLIST,v 1.4 2005/10/17 17:03:29 dhowland Exp $
man/man8/dnsmasq.8
sbin/dnsmasq
share/examples/dnsmasq/dnsmasq.conf.example
share/examples/rc.d/dnsmasq
@dirrm share/examples/dnsmasq

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.4 2005/10/17 17:03:29 dhowland Exp $
SHA1 (dnsmasq-2.23.tar.gz) = 6ddeaaa9b7a457d65c8d02980a69ccbd08925acc
RMD160 (dnsmasq-2.23.tar.gz) = 3ba342790e1912828a5bb389abfa4679e4d93c2c
Size (dnsmasq-2.23.tar.gz) = 159102 bytes

View file

@ -1,17 +0,0 @@
#!/bin/sh
#
# $NetBSD: dnsmasq.sh,v 1.2 2005/10/17 17:03:29 dhowland Exp $
#
# PROVIDE: dnsmasq
# REQUIRE: DAEMON SERVERS
. /etc/rc.subr
name="dnsmasq"
rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
load_rc_config $name
run_rc_command "$1"