ports/82390: new port: sysutils/sysgen

Emanuel Haupt ehaupt at critical.ch
Sun Jun 19 20:20:07 UTC 2005


The following reply was made to PR ports/82390; it has been noted by GNATS.

From: Emanuel Haupt <ehaupt at critical.ch>
To: bug-followup at FreeBSD.org, ehaupt at critical.ch
Cc:  
Subject: Re: ports/82390: new port: sysutils/sysgen
Date: Sun, 19 Jun 2005 22:19:46 +0200

 FreeBSD itself does not. I was involved into a VMS project lately when
 this little utility became handy. I would agree that probably 99% of all
 FreeBSD users will never use it. I thought if it helps anyone of the
 other 1% it would be worth it. It's up to you.
 
 Cheers,
 Emanuel
 
 
 the following .shar uses PLIST_FILES instead of pkg-plist 
 (thanks lawrance)
 
 --- sysgen-2.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:
 #
 #	sysgen
 #	sysgen/Makefile
 #	sysgen/pkg-descr
 #	sysgen/distinfo
 #
 echo c - sysgen
 mkdir -p sysgen > /dev/null 2>&1
 echo x - sysgen/Makefile
 sed 's/^X//' >sysgen/Makefile << 'END-of-sysgen/Makefile'
 X# New ports collection makefile for:	sysgen
 X# Date created:				18 Jun 2005
 X# Whom:					Emanuel Haupt <ehaupt at critical.ch>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	sysgen
 XDISTVERSION=	1.0
 XCATEGORIES=	sysutils
 XMASTER_SITES=	http://ox.compsoc.net/~dankolb/sysgen/
 XDISTNAME=	${PORTNAME}
 XEXTRACT_SUFX=	.tar.Z
 X
 XMAINTAINER=	ehaupt at critical.ch
 XCOMMENT=	Assign DEC standard CSR and vector addresses
 X
 XPLIST_FILES=	bin/sysgen
 X
 XMAN1=		sysgen.1
 X
 Xdo-build:
 X	${CC} ${CFLAGS} -o ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}.c
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
 X	${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${MANPREFIX}/man/man1
 X
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${DOCSDIR}
 X	${INSTALL_DATA} ${WRKDIR}/README ${DOCSDIR}
 XPLIST_DIRS+=	%%DOCSDIR%%
 XPLIST_FILES+=	%%PORTDOCS%%%%DOCSDIR%%/README
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-sysgen/Makefile
 echo x - sysgen/pkg-descr
 sed 's/^X//' >sysgen/pkg-descr << 'END-of-sysgen/pkg-descr'
 XSysgen reads DEC Qbus or UNIBUS device names from standard input, assigns CSR
 Xaddresses and interrupt vectors to the devices according to the DEC standard
 Xalgorithm for auto-configuration, and prints the resulting list of
 Xallocations to standard output.
 X
 XWWW: http://www.ox.compsoc.net/~dankolb/
 X
 X- ehaupt
 Xehaupt at critical.ch
 END-of-sysgen/pkg-descr
 echo x - sysgen/distinfo
 sed 's/^X//' >sysgen/distinfo << 'END-of-sysgen/distinfo'
 XMD5 (sysgen.tar.Z) = 78ae0e1a8f69e495ccdd62be37035af4
 XSIZE (sysgen.tar.Z) = 8228
 END-of-sysgen/distinfo
 exit
 --- sysgen-2.shar ends here ---



More information about the freebsd-ports-bugs mailing list