Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 23:52:24 +0200 (CEST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37004: new port: misc/susv3 (Single UNIX Specification Version 3)
Message-ID:  <200204112152.g3BLqOL14377@elevation.zuhause.stoert.net>

next in thread | raw e-mail | index | archive | help

>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 <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:
>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?200204112152.g3BLqOL14377>