From owner-svn-ports-all@FreeBSD.ORG Sun Sep 8 14:50:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 789EAE98; Sun, 8 Sep 2013 14:50:35 +0000 (UTC) (envelope-from decke@FreeBSD.org) 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 5744E21A0; Sun, 8 Sep 2013 14:50:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r88EoZoq036622; Sun, 8 Sep 2013 14:50:35 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r88EoY0g036617; Sun, 8 Sep 2013 14:50:34 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201309081450.r88EoY0g036617@svn.freebsd.org> From: Bernhard Froehlich Date: Sun, 8 Sep 2013 14:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326735 - in head/multimedia: . libdvbcsa 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.14 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: Sun, 08 Sep 2013 14:50:35 -0000 Author: decke Date: Sun Sep 8 14:50:34 2013 New Revision: 326735 URL: http://svnweb.freebsd.org/changeset/ports/326735 Log: libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm DVB/CSA - with encryption and decryption capabilities. As libdvbcsa implements a standard, it is completly legal to use it. WWW: http://www.videolan.org/developers/libdvbcsa.html Added: head/multimedia/libdvbcsa/ head/multimedia/libdvbcsa/Makefile (contents, props changed) head/multimedia/libdvbcsa/distinfo (contents, props changed) head/multimedia/libdvbcsa/pkg-descr (contents, props changed) head/multimedia/libdvbcsa/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Sep 8 14:47:37 2013 (r326734) +++ head/multimedia/Makefile Sun Sep 8 14:50:34 2013 (r326735) @@ -164,6 +164,7 @@ SUBDIR += libdc1394 SUBDIR += libdca SUBDIR += libdv + SUBDIR += libdvbcsa SUBDIR += libdvbpsi SUBDIR += libdvdcss SUBDIR += libdvdnav Added: head/multimedia/libdvbcsa/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libdvbcsa/Makefile Sun Sep 8 14:50:34 2013 (r326735) @@ -0,0 +1,21 @@ +# Created by: Bernhard Froehlich +# $FreeBSD$ + +PORTNAME= libdvbcsa +PORTVERSION= 1.1.0 +CATEGORIES= multimedia +MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ + http://ftp.heikorichter.name/pub/videolan/${PORTNAME}/${PORTVERSION}/ + +MAINTAINER= decke@FreeBSD.org +COMMENT= A free implementation of the DVB Common Scrambling Algorithm + +LICENSE= GPLv2 + +USE_LDCONFIG= yes +HAS_CONFIGURE= yes + +CONFIGURE_ARGS+= --prefix="${PREFIX}" \ + --enable-mmx --enable-sse2 + +.include Added: head/multimedia/libdvbcsa/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libdvbcsa/distinfo Sun Sep 8 14:50:34 2013 (r326735) @@ -0,0 +1,2 @@ +SHA256 (libdvbcsa-1.1.0.tar.gz) = 4db78af5cdb2641dfb1136fe3531960a477c9e3e3b6ba19a2754d046af3f456d +SIZE (libdvbcsa-1.1.0.tar.gz) = 345487 Added: head/multimedia/libdvbcsa/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libdvbcsa/pkg-descr Sun Sep 8 14:50:34 2013 (r326735) @@ -0,0 +1,6 @@ +libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm +DVB/CSA - with encryption and decryption capabilities. + +As libdvbcsa implements a standard, it is completly legal to use it. + +WWW: http://www.videolan.org/developers/libdvbcsa.html Added: head/multimedia/libdvbcsa/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libdvbcsa/pkg-plist Sun Sep 8 14:50:34 2013 (r326735) @@ -0,0 +1,6 @@ +include/dvbcsa/dvbcsa.h +lib/libdvbcsa.a +lib/libdvbcsa.la +lib/libdvbcsa.so +lib/libdvbcsa.so.1 +@dirrm include/dvbcsa