Bug 47536 - New port: sysutils/plconfig (Configure HomePlug Bridges)
Summary: New port: sysutils/plconfig (Configure HomePlug Bridges)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 08:40 UTC by Matt Peterson
Modified: 2003-04-04 13:26 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.16 KB, text/plain)
2003-01-27 08:40 UTC, Matt Peterson
no flags Details
plconfig.txt (2.19 KB, text/plain; charset=us-ascii)
2003-01-27 20:41 UTC, Matt Peterson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!