Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 14:50:34 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326735 - in head/multimedia: . libdvbcsa
Message-ID:  <201309081450.r88EoY0g036617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <decke@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309081450.r88EoY0g036617>