From owner-svn-ports-all@FreeBSD.ORG Wed Dec 11 21:52:31 2013 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 A5F592B3; Wed, 11 Dec 2013 21:52:31 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 915191CB2; Wed, 11 Dec 2013 21:52:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBBLqViY068972; Wed, 11 Dec 2013 21:52:31 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBBLqURF068963; Wed, 11 Dec 2013 21:52:30 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201312112152.rBBLqURF068963@svn.freebsd.org> From: Dirk Meyer Date: Wed, 11 Dec 2013 21:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336225 - in head: . archivers/lha-ac emulators/stonx multimedia/xanim 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.17 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: Wed, 11 Dec 2013 21:52:31 -0000 Author: dinoex Date: Wed Dec 11 21:52:30 2013 New Revision: 336225 URL: http://svnweb.freebsd.org/changeset/ports/336225 Log: - update LEGAL remove pgp* as rsaref has expired. Modified: head/LEGAL head/archivers/lha-ac/Makefile head/emulators/stonx/Makefile head/multimedia/xanim/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Wed Dec 11 21:47:58 2013 (r336224) +++ head/LEGAL Wed Dec 11 21:52:30 2013 (r336225) @@ -34,6 +34,7 @@ actx-* games/actx Contains commercial adobesvg-* graphics/linux-adobesvg Redistribution prohibited adom-* games/adom Copy of CD must be sent to author aestats-* games/aestats Commercial use is prohibited +agrep-* textproc/agrep No redistribution for profit alephone/M1A1.zip games/alephone-data Bungie/Microsoft do not allow charging for Marathon data files alephone/Marathon*.zip games/alephone-data Bungie/Microsoft do not allow charging for Marathon data files annelid-* games/annelid Redistribution is limited @@ -162,7 +163,7 @@ l0phtcrack/* security/l0phtcrack Parts ladder.tar games/ladder Possible copyright problems lame* audio/lame May be patented lgrind/* print/lgrind Contains non-free code written by Van Jacobson -lha-1.14i-ac* archivers/lha-ac No Redistribution +lha-1.14i-ac* archivers/lha-ac No redistribution allowed libaacplus-* audio/libaacplus Unclear legal status libamrnb audio/libamrnb No redistribution allowed libamrwb audio/libamrwb No redistribution allowed @@ -206,9 +207,6 @@ oracle/sqldeveloper* databases/sqldevelo palmos-sdk-*-1.tar.gz palm/palmos-sdk License agreement is required pcsv*i3fb.tar.gz lang/petite-chez Must acknowledge license PDFlib-Lite-*.tar.gz print/pdflib Many odd restrictions on usage and distribution -pgp* security/pgp Various locality restrictions -pgp* security/pgpgpg Various locality restrictions -pgp* security/pgpin Various locality restrictions platon* biology/platon $5000 USD for commercial users, free for academic poseidonCE-* java/poseidon Redistribution is not permitted ppsmall-* archivers/ppunpack No commercial redistribution @@ -289,6 +287,7 @@ webcopy-* www/webcopy Do not sell for webfonts/* x11-fonts/webfonts Restrictive copyright win32/* multimedia/win32-codecs Licensing status of the codecs is unknown WowzaMediaServerPro net/wowzamediaserverpro Redistribution not allowed +xanim-* multimedia/xanim Must be redistributed without fee xchada01.lzh games/xchadance Contains commercial character data xds-c-* lang/xds-c Redistribution is forbidden xds-[0-9]* lang/xds Redistribution is forbidden Modified: head/archivers/lha-ac/Makefile ============================================================================== --- head/archivers/lha-ac/Makefile Wed Dec 11 21:47:58 2013 (r336224) +++ head/archivers/lha-ac/Makefile Wed Dec 11 21:52:30 2013 (r336225) @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-ac2 MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) -RESTRICTED= no permission to redistribute +RESTRICTED= No redistribution allowed GNU_CONFIGURE= yes PLIST_FILES= bin/lha-ac Modified: head/emulators/stonx/Makefile ============================================================================== --- head/emulators/stonx/Makefile Wed Dec 11 21:47:58 2013 (r336224) +++ head/emulators/stonx/Makefile Wed Dec 11 21:52:30 2013 (r336225) @@ -17,7 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11- ${LOCALBASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -RESTRICTED= tos.img is copyrighted +RESTRICTED= Contains ROM (C) by Atari NO_STAGE= yes TOSIMG?= tos.img Modified: head/multimedia/xanim/Makefile ============================================================================== --- head/multimedia/xanim/Makefile Wed Dec 11 21:47:58 2013 (r336224) +++ head/multimedia/xanim/Makefile Wed Dec 11 21:52:30 2013 (r336225) @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:ma MAINTAINER= dinoex@FreeBSD.org COMMENT= Play most popular animation formats and show pictures -NO_CDROM= redistributed without fee +NO_CDROM= Must be redistributed without fee #NO_STAGE= yes # clang's cpp destroys whitespace, particularly hard tabs in makefiles,