diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-04 20:25:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-04 20:25:41 +0800 |
commit | 9620c3ccc0fb7e380945baa5626477b81132ed77 (patch) | |
tree | bfc8862a9ce1cb40085c4f0305e72891f05a1be1 /sysutils | |
parent | 74d7930ad686a1ed12581a33f12faa99b99b2245 (diff) | |
download | freebsd-ports-gnome-9620c3ccc0fb7e380945baa5626477b81132ed77.tar.gz freebsd-ports-gnome-9620c3ccc0fb7e380945baa5626477b81132ed77.tar.zst freebsd-ports-gnome-9620c3ccc0fb7e380945baa5626477b81132ed77.zip |
New port: sysutils/plconfig (Configure HomePlug Bridges)
New port of a commandline tool to configure HomePlug bridges.
PR: ports/47536
Submitted by: Matt Peterson <matt@peterson.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/plconfig/Makefile | 32 | ||||
-rw-r--r-- | sysutils/plconfig/distinfo | 1 | ||||
-rw-r--r-- | sysutils/plconfig/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/plconfig/pkg-plist | 3 | ||||
-rw-r--r-- | sysutils/plconfig/plconfig-0.1.tar.gz | bin | 0 -> 4990 bytes |
6 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 01ff6977b8c1..3b686a1312ab 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -184,6 +184,7 @@ SUBDIR += pkg_remove SUBDIR += pkg_tree SUBDIR += pkill + SUBDIR += plconfig SUBDIR += pmap SUBDIR += portupgrade SUBDIR += prips diff --git a/sysutils/plconfig/Makefile b/sysutils/plconfig/Makefile new file mode 100644 index 000000000000..e2ab9190b856 --- /dev/null +++ b/sysutils/plconfig/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: plconfig +# Date created: Mon Jan 27 12:34:34 PST 2003 +# Whom: Matt Peterson <matt@peterson.org> +# +# $FreeBSD$ +# + +PORTNAME= plconfig +PORTVERSION= 0.1 +CATEGORIES= sysutils +MASTER_SITES= http://matt.peterson.org/FreeBSD/ports/ \ + http://www.neon1.net/prog/ \ + +MAINTAINER= matt@peterson.org +COMMENT= Tool for configuring HomePlug powerline bridges + +WRKSRC= ${WRKDIR}/${PORTNAME} + +ALL_TARGET= plconfig + +.include <bsd.port.pre.mk> + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/plconfig ${PREFIX}/bin + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.post.mk> diff --git a/sysutils/plconfig/distinfo b/sysutils/plconfig/distinfo new file mode 100644 index 000000000000..86975dbcd4e2 --- /dev/null +++ b/sysutils/plconfig/distinfo @@ -0,0 +1 @@ +MD5 (plconfig-0.1.tar.gz) = 527011ba7e3367012260deb769f2e31d diff --git a/sysutils/plconfig/pkg-descr b/sysutils/plconfig/pkg-descr new file mode 100644 index 000000000000..6c58f7bcf509 --- /dev/null +++ b/sysutils/plconfig/pkg-descr @@ -0,0 +1,8 @@ +plconfig is an experimental commandline tool for configuring HomePlug +(Ethernet over AC) powerline bridges powered by the Intellon INT5130 +chipset. Again, this tool is considered "between an ugly hack and +simple use-once-and-throw-away" quality by the program's author. + +WWW: http://www.neon1.net/prog/plconfig.html + +-- Matt Peterson <matt@peterson.org> diff --git a/sysutils/plconfig/pkg-plist b/sysutils/plconfig/pkg-plist new file mode 100644 index 000000000000..6f030372ee80 --- /dev/null +++ b/sysutils/plconfig/pkg-plist @@ -0,0 +1,3 @@ +bin/plconfig +%%PORTDOCS%%share/doc/plconfig/README +%%PORTDOCS%%@dirrm share/doc/plconfig diff --git a/sysutils/plconfig/plconfig-0.1.tar.gz b/sysutils/plconfig/plconfig-0.1.tar.gz Binary files differnew file mode 100644 index 000000000000..2b0504a062dc --- /dev/null +++ b/sysutils/plconfig/plconfig-0.1.tar.gz |