[Midnightbsd-cvs] mports: mports/misc: add susv2 and v3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 24 18:05:11 EDT 2008


Log Message:
-----------
add susv2 and v3

Modified Files:
--------------
    mports/misc:
        Makefile (r1.32 -> r1.33)

Added Files:
-----------
    mports/misc/susv2:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
    mports/misc/susv3:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
--- /dev/null
+++ misc/susv2/pkg-descr
@@ -0,0 +1,6 @@
+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
--- /dev/null
+++ misc/susv2/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for:	susv2
+# Date created:		11 April 2002
+# Whom:			Simon 'corecode' Schubert <corecode at corecode.ath.cx>
+#
+# $MidnightBSD: mports/misc/susv2/Makefile,v 1.1 2008/03/24 22:05:08 laffer1 Exp $
+# $FreeBSD: ports/misc/susv2/Makefile,v 1.4 2006/01/14 10:07:33 sem Exp $
+#
+
+PORTNAME=	susv2
+PORTVERSION=	1.0
+CATEGORIES=	misc
+MASTER_SITES=	#
+DISTNAME=	susv2
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Single UNIX Specification Version 2
+LICENSE=	restricted
+
+RESTRICTED=	"Redistribution of the documents is not permitted"
+
+USE_BZIP2=	yes
+NO_BUILD=	yes
+PORTDOCS=	*
+
+.include <bsd.port.pre.mk>
+
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE=		"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}"
+.endif
+
+do-install:
+	@${MKDIR} ${DOCSDIR}
+	@${FIND} ${WRKSRC} | ${SED} -e 's#^${WRKSRC}##' | while read file; do \
+		if ${TEST} -d "${WRKSRC}$$file"; then \
+			${MKDIR} "${DOCSDIR}$$file"; \
+		else \
+			${INSTALL_DATA} "${WRKSRC}$$file" "${DOCSDIR}$$file"; \
+		fi; \
+	done
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ misc/susv2/distinfo
@@ -0,0 +1,3 @@
+MD5 (susv2.tar.bz2) = 549a54f3f24c6f7660bd36f63a1a109b
+SHA256 (susv2.tar.bz2) = 20c84779f53d81b09a582184a00b7301c767d9ca6381c19fda1d5c949888812f
+SIZE (susv2.tar.bz2) = 1364629
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/misc/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -L misc/Makefile -L misc/Makefile -u -r1.32 -r1.33
--- misc/Makefile
+++ misc/Makefile
@@ -76,6 +76,8 @@
     SUBDIR += pciids
     SUBDIR += php5-calendar
     SUBDIR += shared-mime-info
+    SUBDIR += susv2
+    SUBDIR += susv3
     SUBDIR += unclutter
     SUBDIR += wmScoreBoard
     SUBDIR += wmcalendar
--- /dev/null
+++ misc/susv3/pkg-descr
@@ -0,0 +1,6 @@
+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
--- /dev/null
+++ misc/susv3/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for:	susv3
+# Date created:		11 April 2002
+# Whom:			Simon 'corecode' Schubert <corecode at corecode.ath.cx>
+#
+# $MidnightBSD: mports/misc/susv3/Makefile,v 1.1 2008/03/24 22:05:08 laffer1 Exp $
+# $FreeBSD: ports/misc/susv3/Makefile,v 1.5 2006/01/14 10:07:33 sem Exp $
+#
+
+PORTNAME=	susv3
+PORTVERSION=	1.2
+CATEGORIES=	misc
+MASTER_SITES=	#
+DISTNAME=	susv3
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Single UNIX Specification Version 3
+LICENSE=	restricted
+
+RESTRICTED=	"Redistribution of the documents is not permitted"
+
+USE_BZIP2=	yes
+NO_BUILD=	yes
+PORTDOCS=	*
+
+.include <bsd.port.pre.mk>
+
+.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
+
+do-install:
+	@${MKDIR} ${DOCSDIR}
+	@${FIND} ${WRKSRC} | ${SED} -e 's#^${WRKSRC}##' | while read file; do \
+		if ${TEST} -d "${WRKSRC}$$file"; then \
+			${MKDIR} "${DOCSDIR}$$file"; \
+		else \
+			if ${TEST} -L "${WRKSRC}$$file"; then \
+				${LN} -s "`${LS} -l \"${WRKSRC}$$file\" | ${SED} -e 's/^.*> //'`" \
+					"${DOCSDIR}$$file"; \
+			else \
+				${INSTALL_DATA} "${WRKSRC}$$file" "${DOCSDIR}$$file"; \
+			fi; \
+		fi; \
+	done
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ misc/susv3/distinfo
@@ -0,0 +1,3 @@
+MD5 (susv3.tar.bz2) = c98f34db6923a463ccb0830338ac4b8c
+SHA256 (susv3.tar.bz2) = f7760775114833d79869f08e97a001e61609710417e64c4be4e2e784616658a1
+SIZE (susv3.tar.bz2) = 2212995


More information about the Midnightbsd-cvs mailing list