Index: net/parpd/Makefile =================================================================== --- net/parpd/Makefile (nicht existent) +++ net/parpd/Makefile (Arbeitskopie) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= parpd +DISTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.iks-jena.de/pub/mitarb/lutz/parpd/ + +MAINTAINER= lutz@donnerhacke.de +COMMENT= Proxy-ARP daemon + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= tar:tgz +USE_RC_SUBR= parpd +NO_TEST= yes + +PLIST_FILES= sbin/parpd man/man8/parpd.8.gz + +do-install: + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/parpd ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${INSTALL_WRKSRC}/parpd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + +.include Eigenschaftsänderungen: net/parpd/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/parpd/distinfo =================================================================== --- net/parpd/distinfo (nicht existent) +++ net/parpd/distinfo (Arbeitskopie) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510322377 +SHA256 (parpd-1.1.tgz) = 95318905767c1123eab87efa4fa664a57e5ed8f697802c6b7d5d0799ad8ea6e6 +SIZE (parpd-1.1.tgz) = 17197 Eigenschaftsänderungen: net/parpd/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/parpd/files/parpd.in =================================================================== --- net/parpd/files/parpd.in (nicht existent) +++ net/parpd/files/parpd.in (Arbeitskopie) @@ -0,0 +1,47 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: parpd +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# parpd_enable = yes (default: no) +# parpd_flags = full_path_of_the_configuration_file +# (default: %%PREFIX%%/etc/parpd.conf) +# +# If multiple daemons (with different configs) needs to be running: +# - copy this file to a different name (i.e. parpdXX) +# - change the "name" and "rcvar" values to the new name +# - set the approbriate rc.conf variables (i.e. +# parpdXX_enable = yes (default: no) +# parpdXX_flags = %%PREFIX%%/etc/parpdXX.conf +# ) + +. /etc/rc.subr + +name=parpd +rcvar=parpd_enable + +load_rc_config $name + +command=%%PREFIX%%/sbin/parpd +extra_commands="reload" +eval ": \${${name}_enable:='NO'}" +eval ": \${${name}_flags:=%%PREFIX%%/etc/${name}.conf}" +eval "config_file=\$${name}_flags" + +[ -s "$config_file" ] || err 1 "Missing configuration file '$config_file'" + +if get_pidfile_from_conf pidfile "$config_file"; then + pidfile="$_pidfile_from_conf" +else + err 1 "$config_file does not specify an pidfile" +fi + +eval "unset ${name}_flags" +command_args="$config_file" + +run_rc_command "$1" Eigenschaftsänderungen: net/parpd/files/parpd.in ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/parpd/pkg-descr =================================================================== --- net/parpd/pkg-descr (nicht existent) +++ net/parpd/pkg-descr (Arbeitskopie) @@ -0,0 +1,4 @@ +The parpd daemon provide the missing ARP packets in non-broadcast +multiple-access networks with overly strict first-hop security filters. + +WWW: https://lutz.donnerhacke.de/Projekte/parpd Eigenschaftsänderungen: net/parpd/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property