Index: net/Makefile =================================================================== --- net/Makefile (revision 511992) +++ net/Makefile (working copy) @@ -136,6 +136,7 @@ SUBDIR += dtcp SUBDIR += dtcpclient SUBDIR += dual-dhclient + SUBDIR += dual-dhclient-daemon SUBDIR += easysoap SUBDIR += echoping SUBDIR += elixir-kafka_ex Index: net/dual-dhclient-daemon/Makefile =================================================================== --- net/dual-dhclient-daemon/Makefile (nonexistent) +++ net/dual-dhclient-daemon/Makefile (working copy) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= dual-dhclient-daemon +PORTVERSION= 0.1 +CATEGORIES= net + +MAINTAINER= cperciva@FreeBSD.org +COMMENT= Spawns dhclients for a dual-stack network + +LICENSE= PD + +USE_GITHUB= yes +GH_ACCOUNT= cperciva +GH_PROJECT= dual-dhclient + +PLIST_FILES= sbin/dual-dhclient + +CONFLICTS_INSTALL= dual-dhclient + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dual-dhclient ${STAGEDIR}${PREFIX}/sbin + +.include Property changes on: net/dual-dhclient-daemon/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/dual-dhclient-daemon/distinfo =================================================================== --- net/dual-dhclient-daemon/distinfo (nonexistent) +++ net/dual-dhclient-daemon/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569319837 +SHA256 (cperciva-dual-dhclient-0.1_GH0.tar.gz) = 48a6a70086f2a3610ec1d2d7dee2b725fbc4e96ae0961fac1499b3c7953be581 +SIZE (cperciva-dual-dhclient-0.1_GH0.tar.gz) = 1648 Property changes on: net/dual-dhclient-daemon/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/dual-dhclient-daemon/pkg-descr =================================================================== --- net/dual-dhclient-daemon/pkg-descr (nonexistent) +++ net/dual-dhclient-daemon/pkg-descr (working copy) @@ -0,0 +1,3 @@ +This port provides a daemon which spawns both /sbin/dhclient and +/usr/local/sbin/dhclient -6; this simplifies the configuration needed to +run DHCP on both protocols of a dual-stack network. Property changes on: net/dual-dhclient-daemon/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 Index: net/dual-dhclient-daemon/pkg-message =================================================================== --- net/dual-dhclient-daemon/pkg-message (nonexistent) +++ net/dual-dhclient-daemon/pkg-message (working copy) @@ -0,0 +1,10 @@ +[ +{ type: install + message: <