svn commit: r316959 - in head: audio/baresip audio/re audio/rebot3 audio/rem comms/amtterm devel/rclint graphics/libvisual04 mail/biabam net/get_iplayer net/openradius sysutils/aird sysutils/keyboa...

Chris Rees crees at FreeBSD.org
Tue Apr 30 20:10:57 UTC 2013


Author: crees
Date: Tue Apr 30 20:10:53 2013
New Revision: 316959
URL: http://svnweb.freebsd.org/changeset/ports/316959

Log:
  Add licence info to some ports
  
  Submitted by:	4721

Modified:
  head/audio/baresip/Makefile
  head/audio/re/Makefile
  head/audio/rebot3/Makefile
  head/audio/rem/Makefile
  head/comms/amtterm/Makefile
  head/devel/rclint/Makefile
  head/graphics/libvisual04/Makefile
  head/mail/biabam/Makefile
  head/net/get_iplayer/Makefile
  head/net/openradius/Makefile
  head/sysutils/aird/Makefile
  head/sysutils/keyboard-daemon/Makefile
  head/sysutils/reed/Makefile
  head/sysutils/runit/Makefile
  head/textproc/atom/Makefile
  head/www/mnogosearch/Makefile

Modified: head/audio/baresip/Makefile
==============================================================================
--- head/audio/baresip/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/audio/baresip/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -8,6 +8,9 @@ MASTER_SITES=	http://www.creytiv.com/pub
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Small SIP client
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/docs/COPYING
+
 BUILD_DEPENDS=	re>=${PORTVERSION}:${PORTSDIR}/audio/re \
 		rem>=${PORTVERSION}:${PORTSDIR}/audio/rem
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/audio/re/Makefile
==============================================================================
--- head/audio/re/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/audio/re/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -8,6 +8,9 @@ MASTER_SITES=	http://www.creytiv.com/pub
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Library for real-time comms with async IO support
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/docs/COPYING
+
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 

Modified: head/audio/rebot3/Makefile
==============================================================================
--- head/audio/rebot3/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/audio/rebot3/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,4 @@
-# Ports collection Makefile for:	rebot3
-# Date created:				7th May 2011
-# Whom:					Chris Rees (utisoft at gmail.com)
-#
 # $FreeBSD$
-#
 
 PORTNAME=	rebot3
 PORTVERSION=	1.0.2
@@ -14,6 +9,8 @@ MASTER_SITES=	http://www.headmqa.com/${P
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Renames mp3 files using freedb or local CDDB
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	p5-CDDB>=0:${PORTSDIR}/audio/p5-CDDB \
 		p5-MP3-ID3v1Tag>=0:${PORTSDIR}/audio/p5-MP3-ID3v1Tag
 

Modified: head/audio/rem/Makefile
==============================================================================
--- head/audio/rem/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/audio/rem/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://www.creytiv.com/pub
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Library for real-time audio and video processing
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/docs/COPYING
+
 BUILD_DEPENDS=	${LOCALBASE}/share/re/re.mk:${PORTSDIR}/audio/re
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/comms/amtterm/Makefile
==============================================================================
--- head/comms/amtterm/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/comms/amtterm/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,4 @@
-# Ports collection Makefile for:	amtterm
-# Date created:				29 December 2011
-# Whom:					crees
-#
 # $FreeBSD$
-#
 
 PORTNAME=	amtterm
 PORTVERSION=	1.3
@@ -14,6 +9,9 @@ MASTER_SITES=	https://www.kraxel.org/rel
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Serial-over-lan client for Intel AMT
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
 RUN_DEPENDS=	p5-SOAP-Lite>=0.5:${PORTSDIR}/net/p5-SOAP-Lite
 

Modified: head/devel/rclint/Makefile
==============================================================================
--- head/devel/rclint/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/devel/rclint/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://www.bayofrum.net/di
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Checks rc scripts for style and common errors
 
+LICENSE=	BSD
+
 NO_BUILD=	yes
 USE_PYTHON=	yes
 SUB_FILES=	${PORTNAME}

Modified: head/graphics/libvisual04/Makefile
==============================================================================
--- head/graphics/libvisual04/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/graphics/libvisual04/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libvisual
-# Date created:		23 oktober 2004
-# Whom:			Koop Mast <kwm at FreeBSD.org>
-#
+# Created by: Koop Mast <kwm at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libvisual
 PORTVERSION=	0.4.0
@@ -15,6 +11,9 @@ PKGNAMESUFFIX=	04
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Abstraction library that sits between apps and visual plugin
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	gnomehack pkgconfig
 USES=		gettext

Modified: head/mail/biabam/Makefile
==============================================================================
--- head/mail/biabam/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/mail/biabam/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	biabam
-# Date created:		03 January 2001
-# Whom:			George Reid <greid at ukug.uk.freebsd.org>
-#
+# Created by: George Reid <greid at ukug.uk.freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	biabam
 PORTVERSION=	0.9.7
@@ -14,6 +10,9 @@ MASTER_SITES=	http://www.bayofrum.net/di
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	A command-line attachment mailer
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 NO_BUILD=	yes

Modified: head/net/get_iplayer/Makefile
==============================================================================
--- head/net/get_iplayer/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/net/get_iplayer/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -9,6 +9,9 @@ MASTER_SITES=	ftp://ftp.infradead.org/pu
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Search, index, or stream archive video from BBC iPlayer
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 RUN_DEPENDS=	flvstreamer:${PORTSDIR}/multimedia/flvstreamer
 
 USE_PERL5_RUN=	yes

Modified: head/net/openradius/Makefile
==============================================================================
--- head/net/openradius/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/net/openradius/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   openradius
-# Date created:        23 May 2003
-# Whom:                Adam Jette <jettea46 at yahoo.com>
-#
+# Created by: Adam Jette <jettea46 at yahoo.com>
 # $FreeBSD$
-#
 
 PORTNAME=	openradius
 PORTVERSION=	0.9.12c
@@ -15,6 +11,9 @@ MASTER_SITES=	http://evbergen.home.xs4al
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	A RADIUS server with some actual documentation
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LOGFILE?=	/var/log/openradius.log
 
 CONFLICTS=	freeradius-[0-9]* gnu-radius-[0-9]* radiusd-cistron-[0-9]* \

Modified: head/sysutils/aird/Makefile
==============================================================================
--- head/sysutils/aird/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/sysutils/aird/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,4 @@
-# New ports collection Makefile for:	aird
-# Date created:				23 April 2011
-# Whom:					crees
-#
 # $FreeBSD$
-#
 
 PORTNAME=	aird
 PORTVERSION=	1.0
@@ -13,6 +8,8 @@ MASTER_SITES=	http://www.bayofrum.net/di
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Handles Apple IR receiver button events
 
+LICENSE=	BSD
+
 USE_RC_SUBR=	${PORTNAME}
 MAN1=		${PORTNAME}.1
 MANCOMPRESSED=	yes

Modified: head/sysutils/keyboard-daemon/Makefile
==============================================================================
--- head/sysutils/keyboard-daemon/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/sysutils/keyboard-daemon/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -8,6 +8,8 @@ MASTER_SITES=	http://www.bayofrum.net/di
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Listens on a keyboard device and executes commands on keypresses
 
+LICENSE=	BSD
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libcfu.a:${PORTSDIR}/devel/libcfu
 
 USE_BZIP2=	yes

Modified: head/sysutils/reed/Makefile
==============================================================================
--- head/sysutils/reed/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/sysutils/reed/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.bayofrum.net/di
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	A text pager with autoscrolling and more
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_PERL5=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	configures

Modified: head/sysutils/runit/Makefile
==============================================================================
--- head/sysutils/runit/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/sysutils/runit/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	runit
-# Date created:		2003-06-20
-# Whom:			Sergei Kolobov <sergei at kolobov.com>
-#
+# Created by: Sergei Kolobov <sergei at kolobov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	runit
 PORTVERSION=	2.1.1
@@ -14,6 +10,9 @@ MASTER_SITES=	http://smarden.org/${PORTN
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Service supervision tools compatible with DJB daemontools
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/package/COPYING
+
 USE_RC_SUBR=	runsvdir
 WRKSRC=		${WRKDIR}/admin/${DISTNAME}
 
@@ -23,7 +22,7 @@ PORTDOCS=	*
 
 MAN8=		chpst.8 runit-init.8 runit.8 runsv.8 runsvchdir.8 \
 		runsvdir.8 sv.8 svlogd.8 utmpset.8
-DOCS=		package/CHANGES package/COPYING package/README \
+DOCS=		package/CHANGES package/README \
 		package/THANKS doc/*.html
 CONFIG=		etc/freebsd/1 etc/2 etc/freebsd/3 etc/freebsd/ctrlaltdel \
 	 	etc/freebsd/getty-ttyv4/run etc/freebsd/getty-ttyv4/finish

Modified: head/textproc/atom/Makefile
==============================================================================
--- head/textproc/atom/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/textproc/atom/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,4 @@
-# New ports collection Makefile for:	atom
-# Date created:	 	3 June 2009
-# Whom:			utisoft at gmail.com
-#
 # $FreeBSD$
-#
 
 PORTNAME=	atom
 PORTVERSION=	1.0
@@ -14,14 +9,16 @@ MASTER_SITES=	http://www.bayofrum.net/di
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Converts text files to html with special attributes
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 MAN1=	atom.1
 MANCOMPRESSED=	no
 
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/atom
-PORTDOCS=	COPYING \
-		README \
+PORTDOCS=	README \
 		TODO \
 		testFile
 

Modified: head/www/mnogosearch/Makefile
==============================================================================
--- head/www/mnogosearch/Makefile	Tue Apr 30 20:00:28 2013	(r316958)
+++ head/www/mnogosearch/Makefile	Tue Apr 30 20:10:53 2013	(r316959)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    mnogosearch
-# Date created:         27.01.2001
-# Whom:                 ache
-#
+# Created by: ache
 # $FreeBSD$
-#
 
 PORTNAME=	mnogosearch
 PORTVERSION=	3.3.12
@@ -14,6 +10,9 @@ MASTER_SITES=	http://www.mnogosearch.org
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Full featured SQL-based hypertext search engine
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 CONFLICTS=	dpsearch-[0-9]* udmsearch-[0-9]* mguesser-[0-9]*
 
 MAN1=		indexer.1


More information about the svn-ports-head mailing list