From 9620c3ccc0fb7e380945baa5626477b81132ed77 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 4 Apr 2003 12:25:41 +0000 Subject: New port: sysutils/plconfig (Configure HomePlug Bridges) New port of a commandline tool to configure HomePlug bridges. PR: ports/47536 Submitted by: Matt Peterson --- sysutils/Makefile | 1 + sysutils/plconfig/Makefile | 32 ++++++++++++++++++++++++++++++++ sysutils/plconfig/distinfo | 1 + sysutils/plconfig/pkg-descr | 8 ++++++++ sysutils/plconfig/pkg-plist | 3 +++ sysutils/plconfig/plconfig-0.1.tar.gz | Bin 0 -> 4990 bytes 6 files changed, 45 insertions(+) create mode 100644 sysutils/plconfig/Makefile create mode 100644 sysutils/plconfig/distinfo create mode 100644 sysutils/plconfig/pkg-descr create mode 100644 sysutils/plconfig/pkg-plist create mode 100644 sysutils/plconfig/plconfig-0.1.tar.gz (limited to 'sysutils') 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 +# +# $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 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/plconfig ${PREFIX}/bin + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include 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 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 new file mode 100644 index 000000000000..2b0504a062dc Binary files /dev/null and b/sysutils/plconfig/plconfig-0.1.tar.gz differ -- cgit