Skip site navigation (1)Skip section navigation (2)
Date:      27 Jan 2003 00:31:11 -0800
From:      Matt Peterson <matt@peterson.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Matt Peterson <matt@peterson.org>
Subject:   ports/47536: New port: sysutils/plconfig (Configure HomePlug Bridges)
Message-ID:  <20030127083111.24665.qmail@mail.forko.com>

next in thread | raw e-mail | index | archive | help

>Number:         47536
>Category:       ports
>Synopsis:       New port: sysutils/plconfig (Configure HomePlug Bridges)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 27 00:40:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matt Peterson
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Bay Area Wireless Users Group
>Environment:
>Description:

	New port of a commandline tool to configure HomePlug bridges.

>How-To-Repeat:

	Port below

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	plconfig
#	plconfig/Makefile
#	plconfig/pkg-comment
#	plconfig/pkg-descr
#	plconfig/pkg-plist
#	plconfig/distinfo
#
echo c - plconfig
mkdir -p plconfig > /dev/null 2>&1
echo x - plconfig/Makefile
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/ \
X
XMAINTAINER=	matt@peterson.org
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XALL_TARGET=	plconfig
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${MKDIR} ${PREFIX}/bin
X	${INSTALL} ${WRKSRC}/plconfig ${PREFIX}/bin
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.post.mk>
END-of-plconfig/Makefile
echo x - plconfig/pkg-comment
sed 's/^X//' >plconfig/pkg-comment << 'END-of-plconfig/pkg-comment'
XTool for configuring HomePlug powerline bridges
END-of-plconfig/pkg-comment
echo x - plconfig/pkg-descr
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>
END-of-plconfig/pkg-descr
echo x - plconfig/pkg-plist
sed 's/^X//' >plconfig/pkg-plist << 'END-of-plconfig/pkg-plist'
Xbin/plconfig
X%%PORTDOCS%%share/doc/plconfig/README
X%%PORTDOCS%%@dirrm share/doc/plconfig
END-of-plconfig/pkg-plist
echo x - plconfig/distinfo
sed 's/^X//' >plconfig/distinfo << 'END-of-plconfig/distinfo'
XMD5 (plconfig-0.1.tar.gz) = 527011ba7e3367012260deb769f2e31d
END-of-plconfig/distinfo
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
 >System: FreeBSD 4.7-STABLE
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030127083111.24665.qmail>