New port of a commandline tool to configure HomePlug bridges. How-To-Repeat: Port below
Erk, the additional MASTER_SITES is.. http://matt.peterson.org/FreeBSD/ports/
Lately Matt Peterson told: > sed 's/^X//' >plconfig/Makefile << 'END-of-plconfig/Makefile' > X# New ports collection makefile for: plconfig > X# Date created: Sun Jan 26 23:31:18 PST 2003 > X# Whom: Matt Peterson <matt@peterson.org> > X# > X# $FreeBSD$ > X# > X > XPORTNAME= plconfig > XPORTVERSION= 0.1 > XCATEGORIES= sysutils > XMASTER_SITES= http://www.neon1.net/prog/ \ + http://matt.peterson.org/FreeBSD/ports/ [...] > Xdo-install: > X ${MKDIR} ${PREFIX}/bin don't need that. should be in mtree > X ${INSTALL} ${WRKSRC}/plconfig ${PREFIX}/bin ${INSTALL_PROGRAM} ? > X > Xpost-install: > X.if !defined(NOPORTDOCS) > X ${MKDIR} ${DOCSDIR} > X ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} [...] > sed 's/^X//' >plconfig/pkg-descr << 'END-of-plconfig/pkg-descr' > Xplconfig is an experimental commandline tool for configuring HomePlug > X(Ethernet over AC) powerline bridges powered by the Intellon INT5130 > Xchipset. Again, this tool is considered "between an ugly hack and > Xsimple use-once-and-throw-away" quality by the program's author. > X > XWWW: http://www.neon1.net/prog/plconfig.html > X > XMatt Peterson <matt@peterson.org> use -- Matt Peterson <matt@peterson.org> cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News
The attached shar incorporate changes suggested by Simon... Also available from <http://matt.peterson.org/FreeBSD/ports/plconfig.txt> -- Matt Peterson another.geek.without.a.life matt@peterson.org http://matt.peterson.org/ -------------------------------------------------
State Changed From-To: open->closed Commited, thanks!