Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 12:59:57 -0500 (CDT)
From:      Jason Bacon <bacon@smithers.neuro.mcw.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111892: [NEW PORT] ports-mgmt/genplist: Generates a static plist for a port
Message-ID:  <200704191759.l3JHxvaE015939@smithers.neuro.mcw.edu>
Resent-Message-ID: <200704191800.l3JI0BZp023372@freefall.freebsd.org>

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

>Number:         111892
>Category:       ports
>Synopsis:       [NEW PORT] ports-mgmt/genplist: Generates a static plist for a port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 18:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Medical College of Wisconsin
>Environment:
System: FreeBSD smithers.neuro.mcw.edu 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Wed Aug 24 14:54:53 CDT 2005
>Description:
Genplist automatically creates a static plist for a port by installing it 
into a temporary directory, and then examining the directory tree.  The
process is based on the instructions for plist generation in the
FreeBSD Porter's Handbook.

WWW:	http://www.neuro.mcw.edu/~bacon/FreeBSD_MRI

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- genplist-0.1.shar begins here ---
# 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:
#
#	genplist
#	genplist/pkg-descr
#	genplist/Makefile
#	genplist/distinfo
#
echo c - genplist
mkdir -p genplist > /dev/null 2>&1
echo x - genplist/pkg-descr
sed 's/^X//' >genplist/pkg-descr << 'END-of-genplist/pkg-descr'
XGenplist automatically creates a static plist for a port by installing it 
Xinto a temporary directory, and then examining the directory tree.  The
Xprocess is based on the instructions for plist generation in the
XFreeBSD Porter's Handbook.
X
XWWW:	http://www.neuro.mcw.edu/~bacon/FreeBSD_MRI
END-of-genplist/pkg-descr
echo x - genplist/Makefile
sed 's/^X//' >genplist/Makefile << 'END-of-genplist/Makefile'
X# New ports collection makefile for:	genplist
X# Date created:		2007-04-19
X# Whom:			Jason Bacon bacon@smithers.neuro.mcw.edu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	genplist
XPORTVERSION=	0.1
XCATEGORIES=	ports-mgmt
XMASTER_SITES=	http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
X
XMAINTAINER=	bacon@smithers.neuro.mcw.edu
XCOMMENT=	Generates a static plist for a port
X
XNO_BUILD=	yes
X
XPLIST_FILES=	bin/genplist
X
XMAN1=		genplist.1
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/genplist.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-genplist/Makefile
echo x - genplist/distinfo
sed 's/^X//' >genplist/distinfo << 'END-of-genplist/distinfo'
XMD5 (genplist-0.1.tar.gz) = dc781b08646314dd2d62ef24c1cc05e2
XSHA256 (genplist-0.1.tar.gz) = 9829668038ec2f26943025884629f41738e94e4114557a67dbe613d81d9e3245
XSIZE (genplist-0.1.tar.gz) = 2309
END-of-genplist/distinfo
exit
--- genplist-0.1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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