Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 12:50:05 -0800 (PST)
From:      Matt Peterson <matt@peterson.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47536: New port: sysutils/plconfig (Configure HomePlug Bridges)
Message-ID:  <200301272050.h0RKo5AK007960@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47536; it has been noted by GNATS.

From: Matt Peterson <matt@peterson.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Subject: Re: ports/47536: New port: sysutils/plconfig (Configure HomePlug
 Bridges)
Date: Mon, 27 Jan 2003 12:41:42 -0800

 --==========746229165==========
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 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/
 -------------------------------------------------
 --==========746229165==========
 Content-Type: text/plain; charset=us-ascii; name="plconfig.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="plconfig.txt"; size=2323
 
 # 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:		Mon Jan 27 12:34:34 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		http://matt.peterson.org/FreeBSD/ports/
 X
 XMAINTAINER=	matt@peterson.org
 X
 XWRKSRC=		${WRKDIR}/${PORTNAME}
 X
 XALL_TARGET=	plconfig
 X
 X.include <bsd.port.pre.mk>
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/plconfig ${PREFIX}/bin
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${DOCSDIR}
 X	${INSTALL_DATA} ${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
 X-- Matt 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
 
 --==========746229165==========--
 

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?200301272050.h0RKo5AK007960>