pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/parpd Import Roy Marples' Proxy ARP daemon.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75030ce2d081
branches:  trunk
changeset: 548106:75030ce2d081
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 09 00:24:28 2008 +0000

description:
Import Roy Marples' Proxy ARP daemon.

diffstat:

 net/parpd/DESCR          |   2 ++
 net/parpd/Makefile       |  27 +++++++++++++++++++++++++++
 net/parpd/PLIST          |   5 +++++
 net/parpd/distinfo       |   5 +++++
 net/parpd/files/parpd.sh |  17 +++++++++++++++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 48b555218fa6 -r 75030ce2d081 net/parpd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/parpd/DESCR   Thu Oct 09 00:24:28 2008 +0000
@@ -0,0 +1,2 @@
+A small and flexible implementation of the Proxy ARP Daemon sepcified in
+RFC1027.
diff -r 48b555218fa6 -r 75030ce2d081 net/parpd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/parpd/Makefile        Thu Oct 09 00:24:28 2008 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/09 00:24:28 joerg Exp $
+#
+
+DISTNAME=              parpd-1.0
+CATEGORIES=            net
+MASTER_SITES=          ftp://roy.marples.name/pub/parpd/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            roy%marples.name@localhost
+HOMEPAGE=              http://roy.marples.name/projects/parpd/
+COMMENT=               RFC1027 compliant Proxy ARP Daemon
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+USE_LANGUAGES=         c99
+
+EGDIR=                 ${PREFIX}/share/examples
+MAKE_ENV+=             MANDIR=${PREFIX}/${PKGMANDIR}/man
+INSTALL_MAKE_FLAGS+=   SYSCONFDIR=${EGDIR}
+
+SUBST_CLASSES+=                paths
+SUBST_FILES.paths=     parpd.c parpd.8
+SUBST_SED.paths=       -e 's,/etc,${PKG_SYSCONFDIR},'
+SUBST_STAGE.paths=     pre-configure
+
+RCD_SCRIPTS+=          parpd
+
+.include "../../mk/bsd.pkg.mk"
diff -r 48b555218fa6 -r 75030ce2d081 net/parpd/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/parpd/PLIST   Thu Oct 09 00:24:28 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/09 00:24:28 joerg Exp $
+man/man5/parpd.conf.5
+man/man8/parpd.8
+sbin/parpd
+share/examples/rc.d/parpd
diff -r 48b555218fa6 -r 75030ce2d081 net/parpd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/parpd/distinfo        Thu Oct 09 00:24:28 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/09 00:24:28 joerg Exp $
+
+SHA1 (parpd-1.0.tar.bz2) = 2ee3b72538183075f95c00fb378548e8b4f7008e
+RMD160 (parpd-1.0.tar.bz2) = 9cb6e273a938ee423aa161630b0143c22f3390d6
+Size (parpd-1.0.tar.bz2) = 11567 bytes
diff -r 48b555218fa6 -r 75030ce2d081 net/parpd/files/parpd.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/parpd/files/parpd.sh  Thu Oct 09 00:24:28 2008 +0000
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $NetBSD: parpd.sh,v 1.1.1.1 2008/10/09 00:24:28 joerg Exp $
+#
+
+# PROVIDE: parpd
+# REQUIRE: DAEMON
+
+$_rc_subr_loaded . /etc/rc.subr
+
+name="parpd"
+rcvar=$name
+command="@PREFIX@/sbin/${name}"
+required_files="@PKG_SYSCONFDIR@/${name}.conf"
+
+load_rc_config $name
+run_rc_command "$1"



Home | Main Index | Thread Index | Old Index