Bug 47536

Summary: New port: sysutils/plconfig (Configure HomePlug Bridges)
Product: Ports & Packages Reporter: Matt Peterson <matt>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: matt
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
plconfig.txt none

Description Matt Peterson 2003-01-27 08:40:01 UTC
	New port of a commandline tool to configure HomePlug bridges.

How-To-Repeat: 
	Port below
Comment 1 Matt Peterson 2003-01-27 08:42:59 UTC
Erk, the additional MASTER_SITES is..
http://matt.peterson.org/FreeBSD/ports/
Comment 2 corecode@corecode.ath.cx 2003-01-27 17:24:40 UTC
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
Comment 3 Matt Peterson 2003-01-27 20:41:42 UTC
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/
-------------------------------------------------
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-04 13:26:00 UTC
State Changed
From-To: open->closed

Commited, thanks!