From corecode@corecode.ath.cx  Thu Apr 11 14:52:33 2002
Return-Path: <corecode@corecode.ath.cx>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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" <corecode@corecode.ath.cx>
Reply-To: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: misc/susv3 (Single UNIX Specification Version 3)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         37004
>Category:       ports
>Synopsis:       new port: misc/susv3 (Single UNIX Specification Version 3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 11 15:00:04 PDT 2002
>Closed-Date:    Sun Jan 19 04:02:13 PST 2003
>Last-Modified:  Sun Jan 19 04:02:13 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 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 <corecode@corecode.ath.cx>
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 <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/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 <bsd.port.post.mk>
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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 16 06:54:45 PST 2003 
State-Changed-Why:  
[~/ports/misc/susv3] edwin@k7>make 
===>  Extracting for susv3-1.0 
State-Changed-From-To: closed->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 16 06:59:14 PST 2003 
State-Changed-Why:  
Sorry, should be closed (time for me to go to bed) 


Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jan 16 06:59:14 PST 2003 
Responsible-Changed-Why:  
Sorry, should be closed (time for me to go to bed) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37004 

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: Edwin Groothuis <edwin@FreeBSD.org>
Cc: freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/37004: new port: misc/susv3 (Single UNIX Specification
 Version 3)
Date: Sun, 19 Jan 2003 07:26:05 +0100

 --=.bdpX3pVeuFXm3T
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately Edwin Groothuis told:
 
 > Synopsis: new port: misc/susv3 (Single UNIX Specification Version 3)
 > >> Checksum mismatch for susv3.tar.bz2.
 > 
 > Any luck for an update for this port?
 
 yep. here it comes:
 
 Index: Makefile
 ===================================================================
 RCS file: /home/cvs/ports/susv3/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- Makefile	2002/04/11 21:52:48	1.1
 +++ Makefile	2003/01/19 06:24:52
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	susv3
 -PORTVERSION=	1.0
 +PORTVERSION=	1.1
  CATEGORIES=	misc
  MASTER_SITES=	#
  DISTNAME=	susv3
 @@ -22,7 +22,7 @@
  
  .include <bsd.port.pre.mk>
  
 -.if !exists(${DISTDIR}/${DISTFILES})
 +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
  IGNORE=		"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}"
  .endif
  
 Index: distinfo
 ===================================================================
 RCS file: /home/cvs/ports/susv3/distinfo,v
 retrieving revision 1.1
 diff -u -r1.1 distinfo
 --- distinfo	2002/04/11 21:52:48	1.1
 +++ distinfo	2003/01/19 06:24:52
 @@ -1 +1 @@
 -MD5 (susv3.tar.bz2) = 28a31221cd2c9958fb9cbdbe2dd35817
 +MD5 (susv3.tar.bz2) = 1dd3a50022c8eb683e720962d56e30db
 
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.bdpX3pVeuFXm3T
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+KkUBr5S+dk6z85oRAul/AJ9lUbrk/h26WwfiJAwKLfRUqzlcFgCg49c4
 B8KfANCWV/FPbXZsqrPF2u4=
 =f7tf
 -----END PGP SIGNATURE-----
 
 --=.bdpX3pVeuFXm3T--
State-Changed-From-To: feedback->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Jan 19 04:02:02 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37004 
>Unformatted:
 >> Checksum mismatch for susv3.tar.bz2. 
 
 Any luck for an update for this port? 
 
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=37004 
