From owner-freebsd-ports Thu Apr 11 15: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36E2A37B41A for ; Thu, 11 Apr 2002 15:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3BM05Z55652; Thu, 11 Apr 2002 15:00:05 -0700 (PDT) (envelope-from gnats) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 7B1AC37B405 for ; Thu, 11 Apr 2002 14:52:32 -0700 (PDT) Received: from fwd08.sul.t-online.de by mailout03.sul.t-online.com with smtp id 16vmUZ-00068k-01; Thu, 11 Apr 2002 23:52:31 +0200 Received: from spirit.zuhause.stoert.net (320050403952-0001@[80.128.123.99]) by fmrl08.sul.t-online.com with esmtp id 16vmUT-1Nz5AOC; Thu, 11 Apr 2002 23:52:25 +0200 Received: from elevation.zuhause.stoert.net (elevation.zuhause.stoert.net [192.168.66.46]) by spirit.zuhause.stoert.net (8.11.6/8.11.6) with ESMTP id g3BLqPR89183 for ; Thu, 11 Apr 2002 23:52:25 +0200 (CEST) (envelope-from corecode@corecode.ath.cx) Received: (from corecode@localhost) by elevation.zuhause.stoert.net (8.11.6/8.11.6) id g3BLqOL14377; Thu, 11 Apr 2002 23:52:24 +0200 (CEST) (envelope-from corecode) Message-Id: <200204112152.g3BLqOL14377@elevation.zuhause.stoert.net> Date: Thu, 11 Apr 2002 23:52:24 +0200 (CEST) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37004: new port: misc/susv3 (Single UNIX Specification Version 3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37004 >Category: ports >Synopsis: new port: misc/susv3 (Single UNIX Specification Version 3) >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 15:00:04 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 3 is a set of numerous HTML pages describing this standard. WWW: http://www.unix-systems.org/version3/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: # # susv3 # susv3/Makefile # susv3/distinfo # susv3/pkg-comment # susv3/pkg-descr # echo c - susv3 mkdir -p susv3 > /dev/null 2>&1 echo x - susv3/Makefile sed 's/^X//' >susv3/Makefile << 'END-of-susv3/Makefile' X# New ports collection makefile for: susv3 X# Date created: 11 April 2002 X# Whom: Simon 'corecode' Schubert X# X# $FreeBSD$ X# X XPORTNAME= susv3 XPORTVERSION= 1.0 XCATEGORIES= misc XMASTER_SITES= # XDISTNAME= susv3 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 X X.if !exists(${DISTDIR}/${DISTFILES}) XIGNORE= "may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/version3/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 if ${TEST} -L "${WRKSRC}$$file"; then \ X ${LN} -s "`${LS} -l \"${WRKSRC}$$file\" | ${SED} -e 's/^.*> //'`" \ X "${DOCSDIR}$$file"; \ X else \ X ${INSTALL_DATA} "${WRKSRC}$$file" "${DOCSDIR}$$file"; \ X fi; \ 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 END-of-susv3/Makefile echo x - susv3/distinfo sed 's/^X//' >susv3/distinfo << 'END-of-susv3/distinfo' XMD5 (susv3.tar.bz2) = 28a31221cd2c9958fb9cbdbe2dd35817 END-of-susv3/distinfo echo x - susv3/pkg-comment sed 's/^X//' >susv3/pkg-comment << 'END-of-susv3/pkg-comment' XSingle UNIX Specification Version 3 END-of-susv3/pkg-comment echo x - susv3/pkg-descr sed 's/^X//' >susv3/pkg-descr << 'END-of-susv3/pkg-descr' XThe Singe UNIX Specification Version 3 is a set of Xnumerous HTML pages describing this standard. X XWWW: http://www.unix-systems.org/version3/online.html X X- Simon 'corecode' Schubert END-of-susv3/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