From owner-svn-ports-all@FreeBSD.ORG Mon Sep 1 21:32:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E13E76D4; Mon, 1 Sep 2014 21:32:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBB1114AA; Mon, 1 Sep 2014 21:32:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81LW8Q7079267; Mon, 1 Sep 2014 21:32:08 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81LW6b4079251; Mon, 1 Sep 2014 21:32:06 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201409012132.s81LW6b4079251@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 1 Sep 2014 21:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366961 - in head: . misc misc/susv2 misc/susv3 misc/susv4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 21:32:09 -0000 Author: mandree Date: Mon Sep 1 21:32:06 2014 New Revision: 366961 URL: http://svnweb.freebsd.org/changeset/ports/366961 QAT: https://qat.redports.org/buildarchive/r366961/ Log: Add the current SUSv4/Open Group Base Specifications Issue 7. Update URLs, and fix a typo, in SUSv2/SUSv3 pkg-descr Added: head/misc/susv4/ head/misc/susv4/Makefile (contents, props changed) head/misc/susv4/distinfo (contents, props changed) head/misc/susv4/pkg-descr (contents, props changed) Modified: head/LEGAL head/misc/Makefile head/misc/susv2/Makefile head/misc/susv2/pkg-descr head/misc/susv3/Makefile head/misc/susv3/pkg-descr Modified: head/LEGAL ============================================================================== --- head/LEGAL Mon Sep 1 21:26:19 2014 (r366960) +++ head/LEGAL Mon Sep 1 21:32:06 2014 (r366961) @@ -235,6 +235,7 @@ stuffit* archivers/stuffit Only unmodif su2-1.3.tar.gz sysutils/su2 Do not sell for profit susv2.tar.bz2 misc/susv2 Redistribution of the documents is not permitted susv3.tar.bz2 misc/susv3 Redistribution of the documents is not permitted +susv4tc1.tar.bz2 misc/susv4 Redistribution of the documents is not permitted svm_light.tar.gz science/svmlight The software must not be further distributed without prior permission of the author taetgen-* math/tetgen Academic or personal use only tarsnap-* sysutils/tarsnap license restricts redistribution of source and binaries Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Sep 1 21:26:19 2014 (r366960) +++ head/misc/Makefile Mon Sep 1 21:32:06 2014 (r366961) @@ -418,6 +418,7 @@ SUBDIR += sssnips SUBDIR += susv2 SUBDIR += susv3 + SUBDIR += susv4 SUBDIR += sword SUBDIR += table.el SUBDIR += talkfilters Modified: head/misc/susv2/Makefile ============================================================================== --- head/misc/susv2/Makefile Mon Sep 1 21:26:19 2014 (r366960) +++ head/misc/susv2/Makefile Mon Sep 1 21:32:06 2014 (r366961) @@ -19,7 +19,7 @@ PORTDOCS= * .include .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} +IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix.org/version2/online.html to accept their license and download ${DISTFILES} into ${DISTDIR} .endif do-install: Modified: head/misc/susv2/pkg-descr ============================================================================== --- head/misc/susv2/pkg-descr Mon Sep 1 21:26:19 2014 (r366960) +++ head/misc/susv2/pkg-descr Mon Sep 1 21:32:06 2014 (r366961) @@ -1,4 +1,4 @@ -The Singe UNIX Specification Version 2 is a set of +The Single UNIX Specification Version 2 is a set of numerous HTML pages describing this standard. -WWW: http://www.unix-systems.org/online.html +WWW: http://www.unix.org/version2/online.html Modified: head/misc/susv3/Makefile ============================================================================== --- head/misc/susv3/Makefile Mon Sep 1 21:26:19 2014 (r366960) +++ head/misc/susv3/Makefile Mon Sep 1 21:32:06 2014 (r366961) @@ -19,7 +19,7 @@ PORTDOCS= * .include .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} +IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix.org/version3/online.html to accept their license and download ${DISTFILES} into ${DISTDIR} .endif do-install: Modified: head/misc/susv3/pkg-descr ============================================================================== --- head/misc/susv3/pkg-descr Mon Sep 1 21:26:19 2014 (r366960) +++ head/misc/susv3/pkg-descr Mon Sep 1 21:32:06 2014 (r366961) @@ -1,4 +1,4 @@ -The Singe UNIX Specification Version 3 is a set of +The Single UNIX Specification Version 3 is a set of numerous HTML pages describing this standard. -WWW: http://www.unix-systems.org/version3/online.html +WWW: http://www.unix.org/version3/online.html Added: head/misc/susv4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/susv4/Makefile Mon Sep 1 21:32:06 2014 (r366961) @@ -0,0 +1,30 @@ +# Based in a port created by: Simon 'corecode' Schubert +# $FreeBSD$ + +PORTNAME= susv4 +PORTVERSION= 20140725 +CATEGORIES= misc +MASTER_SITES= # +DISTNAME= susv4tc1 +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= mandree@FreeBSD.org +COMMENT= The Open Group Base Specifications Issue 7/IEEE Std 1003.1, 2013 Edition + +RESTRICTED= Redistribution of the documents is not permitted + +USES= tar:bzip2 +NO_BUILD= yes +PORTDOCS= * + +.include + +.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 Added: head/misc/susv4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/susv4/distinfo Mon Sep 1 21:32:06 2014 (r366961) @@ -0,0 +1,2 @@ +SHA256 (susv4-20140725/susv4tc1.tar.bz2) = 0ff54ec49d875752f6ee0063a5cf7c6801b56dbe9b2c3a99fa1d9ebb4c933f39 +SIZE (susv4-20140725/susv4tc1.tar.bz2) = 3729856 Added: head/misc/susv4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/susv4/pkg-descr Mon Sep 1 21:32:06 2014 (r366961) @@ -0,0 +1,10 @@ +The Single UNIX Specification Version 4, technically identical to IEEE +Std 1003.1, 2013 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 Corrigendum 1 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