Date: Thu, 11 Apr 2002 23:08:08 +0200 (CEST) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/37003: new port: misc/susv2 (Single UNIX Specification Version 2) Message-ID: <200204112108.g3BL88M02539@elevation.zuhause.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 37003 >Category: ports >Synopsis: new port: misc/susv2 (Single UNIX Specification Version 2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 11 14:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD elevation.zuhause.stoert.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Mar 22 19:08:08 CET 2002 corecode@elevation.zuhause.stoert.net:/usr/obj/i386/k7/usr/src/sys/ELEVATION i386 >Description: The Singe UNIX Specification Version 2 is a set of numerous HTML pages describing this standard. WWW: http://www.unix-systems.org/online.html - Simon 'corecode' Schubert >How-To-Repeat: >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: # # susv2 # susv2/Makefile # susv2/distinfo # susv2/pkg-comment # susv2/pkg-descr # echo c - susv2 mkdir -p susv2 > /dev/null 2>&1 echo x - susv2/Makefile sed 's/^X//' >susv2/Makefile << 'END-of-susv2/Makefile' X# New ports collection makefile for: susv2 X# Date created: 11 April 2002 X# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> X# X# $FreeBSD$ X# X XPORTNAME= susv2 XPORTVERSION= 1.0 XCATEGORIES= misc XMASTER_SITES= # XDISTNAME= susv2 X XMAINTAINER= corecode@corecode.ath.cx X XRESTRICTED= "Redistribution of the documents is not permitted" X XUSE_BZIP2= yes XNO_BUILD= yes X XPLIST= ${WRKDIR}/pkg-plist X X.include <bsd.port.pre.mk> X X.if !exists(${DISTDIR}/${DISTFILES}) XIGNORE= "may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/online.html to accept their license and download ${DISTFILES} into ${DISTDIR}" X.endif X Xdo-install: X @${MKDIR} ${DOCSDIR} X @> ${PLIST} X @${FIND} ${WRKSRC} | ${SED} -e 's#^${WRKSRC}##' | while read file; do \ X if ${TEST} -d "${WRKSRC}$$file"; then \ X ${MKDIR} "${DOCSDIR}$$file"; \ X ${ECHO} "@dirrm ${DOCSDIR:S#^${PREFIX}/##}$$file" >> ${PLIST}; \ X else \ X ${INSTALL_DATA} "${WRKSRC}$$file" "${DOCSDIR}$$file"; \ X ${ECHO} "${DOCSDIR:S#^${PREFIX}/##}$$file" >> ${PLIST}; \ X fi; \ X done X @(${RM} -f ${PLIST}; ${SED} -ne '/^@/{G;h;};/^@/!p;$${g;p;}' > ${PLIST}) < ${PLIST} X X.include <bsd.port.post.mk> END-of-susv2/Makefile echo x - susv2/distinfo sed 's/^X//' >susv2/distinfo << 'END-of-susv2/distinfo' XMD5 (susv2.tar.bz2) = 549a54f3f24c6f7660bd36f63a1a109b END-of-susv2/distinfo echo x - susv2/pkg-comment sed 's/^X//' >susv2/pkg-comment << 'END-of-susv2/pkg-comment' XSingle UNIX Specification Version 2 END-of-susv2/pkg-comment echo x - susv2/pkg-descr sed 's/^X//' >susv2/pkg-descr << 'END-of-susv2/pkg-descr' XThe Singe UNIX Specification Version 2 is a set of Xnumerous HTML pages describing this standard. X XWWW: http://www.unix-systems.org/online.html X X- Simon 'corecode' Schubert END-of-susv2/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204112108.g3BL88M02539>