aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plconfig
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-04 12:25:41 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-04 12:25:41 +0000
commit84a2b22da05b5c01ef51737cdbeb69f0a3a894c2 (patch)
treeb8ec6f19c57c535372a55fbb22f08d50da63d2b5 /sysutils/plconfig
parent3eb24933145cb551a4293f6454f06e0c994fbd8a (diff)
downloadports-84a2b22da05b5c01ef51737cdbeb69f0a3a894c2.tar.gz
ports-84a2b22da05b5c01ef51737cdbeb69f0a3a894c2.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>
Notes
Notes: svn path=/head/; revision=78170
Diffstat (limited to 'sysutils/plconfig')
-rw-r--r--sysutils/plconfig/Makefile32
-rw-r--r--sysutils/plconfig/distinfo1
-rw-r--r--sysutils/plconfig/pkg-descr8
-rw-r--r--sysutils/plconfig/pkg-plist3
-rw-r--r--sysutils/plconfig/plconfig-0.1.tar.gzbin0 -> 4990 bytes
5 files changed, 44 insertions, 0 deletions
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
new file mode 100644
index 000000000000..2b0504a062dc
--- /dev/null
+++ b/sysutils/plconfig/plconfig-0.1.tar.gz
Binary files differ