[Midnightbsd-cvs] mports [22301] trunk/misc: add susv4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 19 18:13:44 EST 2017


Revision: 22301
          http://svnweb.midnightbsd.org/mports/?rev=22301
Author:   laffer1
Date:     2017-02-19 18:13:44 -0500 (Sun, 19 Feb 2017)
Log Message:
-----------
add susv4

Modified Paths:
--------------
    trunk/misc/Makefile

Added Paths:
-----------
    trunk/misc/susv4/
    trunk/misc/susv4/Makefile
    trunk/misc/susv4/distinfo
    trunk/misc/susv4/pkg-descr

Modified: trunk/misc/Makefile
===================================================================
--- trunk/misc/Makefile	2017-02-19 23:12:39 UTC (rev 22300)
+++ trunk/misc/Makefile	2017-02-19 23:13:44 UTC (rev 22301)
@@ -57,6 +57,7 @@
 SUBDIR += shc
 SUBDIR += susv2
 SUBDIR += susv3
+SUBDIR += susv4
 SUBDIR += tvbrowser
 SUBDIR += unclutter
 SUBDIR += usbids

Added: trunk/misc/susv4/Makefile
===================================================================
--- trunk/misc/susv4/Makefile	                        (rev 0)
+++ trunk/misc/susv4/Makefile	2017-02-19 23:13:44 UTC (rev 22301)
@@ -0,0 +1,34 @@
+# Based on a port created by: Simon 'corecode' Schubert <corecode at corecode.ath.cx>
+# $FreeBSD: head/misc/susv4/Makefile 423486 2016-10-07 21:49:04Z mandree $
+# $MidnightBSD$
+
+PORTNAME=	susv4
+PORTVERSION=	20160930
+CATEGORIES=	misc
+MASTER_SITES=	#
+DISTNAME=	susv4tc2
+DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Open Group Base Specifications Issue 7/IEEE Std 1003.1, 2016 Edition
+
+LICENSE=	restricted
+
+RESTRICTED=	Redistribution of the documents is not permitted
+
+USES=		tar:bzip2
+NO_ARCH=	yes
+NO_BUILD=	yes
+PORTDOCS=	*
+
+.include <bsd.port.pre.mk>
+
+.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE=		may not be redistributed because of licensing reasons. Please visit http://www.unix.org/online.html to accept their license and download ${DISTFILES} into ${DISTDIR}/${DIST_SUBDIR}
+.endif
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.post.mk>


Property changes on: trunk/misc/susv4/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/misc/susv4/distinfo
===================================================================
--- trunk/misc/susv4/distinfo	                        (rev 0)
+++ trunk/misc/susv4/distinfo	2017-02-19 23:13:44 UTC (rev 22301)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475876435
+SHA256 (susv4-20160930/susv4tc2.tar.bz2) = 9b50e290912dff356687b7585ea2d7a7e746231e1dd4adcb20833fa54e1f4d35
+SIZE (susv4-20160930/susv4tc2.tar.bz2) = 3649434


Property changes on: trunk/misc/susv4/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/misc/susv4/pkg-descr
===================================================================
--- trunk/misc/susv4/pkg-descr	                        (rev 0)
+++ trunk/misc/susv4/pkg-descr	2017-02-19 23:13:44 UTC (rev 22301)
@@ -0,0 +1,10 @@
+The Single UNIX Specification Version 4, technically identical to IEEE
+Std 1003.1, 2016 Edition or The Open Group Base Specifications Issue 7
+is a technical standard. It includes IEEE Std 1003.1-2008/Cor 1-2013,
+the Technical Corrigenda No. 1 and No. 2 addressing problems discovered
+since the approval of the 2008 edition.
+
+This port permits to install and register the HTML personal copy
+that the user must download in .tar.bz2 format by himself.
+
+WWW: http://www.unix.org/online.html


Property changes on: trunk/misc/susv4/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list