From corecode@corecode.ath.cx  Thu Apr 11 14:20:45 2002
Return-Path: <corecode@corecode.ath.cx>
Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20])
	by hub.freebsd.org (Postfix) with ESMTP id 9833F37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Apr 2002 14:20:44 -0700 (PDT)
Received: from fwd02.sul.t-online.de 
	by mailout08.sul.t-online.com with smtp 
	id 16vlnr-0005RH-04; Thu, 11 Apr 2002 23:08:23 +0200
Received: from spirit.zuhause.stoert.net (320050403952-0001@[80.128.123.99]) by fmrl02.sul.t-online.com
	with esmtp id 16vlne-0uTcmmC; Thu, 11 Apr 2002 23:08:10 +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 g3BL89R88413
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Apr 2002 23:08:09 +0200 (CEST)
	(envelope-from corecode@corecode.ath.cx)
Received: (from corecode@localhost)
	by elevation.zuhause.stoert.net (8.11.6/8.11.6) id g3BL88M02539;
	Thu, 11 Apr 2002 23:08:08 +0200 (CEST)
	(envelope-from corecode)
Message-Id: <200204112108.g3BL88M02539@elevation.zuhause.stoert.net>
Date: Thu, 11 Apr 2002 23:08:08 +0200 (CEST)
From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
Reply-To: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: misc/susv2 (Single UNIX Specification Version 2)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37003
>Category:       ports
>Synopsis:       new port: misc/susv2 (Single UNIX Specification Version 2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 11 14:30:01 PDT 2002
>Closed-Date:    Thu Jan 16 07:08:07 PST 2003
>Last-Modified:  Thu Jan 16 07:08:07 PST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 16 07:07:34 PST 2003 
State-Changed-Why:  
Commited, thanks! 
(minor tweak in the .if !exists() statemen was needed) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37003 
>Unformatted:
