Index: head/multimedia/libbdplus/Makefile =================================================================== --- head/multimedia/libbdplus/Makefile (nonexistent) +++ head/multimedia/libbdplus/Makefile (revision 379549) @@ -0,0 +1,26 @@ +# Created by: kamikaze@bsdforen.de +# $FreeBSD$ + +PORTNAME= libbdplus +PORTVERSION= 0.1.2 +CATEGORIES= multimedia +MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ + http://blu.opsec.eu/ + +MAINTAINER= kami@freebsd.org +COMMENT= BD+ System research implementation + +LICENSE= LGPL21 + +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgpg-error.so:${PORTSDIR}/security/libgpg-error + +USE_LDCONFIG= yes +USE_AUTOTOOLS= autoconf aclocal automake +USES= tar:bzip2 pkgconfig libtool + +CONFIGURE_ARGS= --without-libaacs + +.include "${.CURDIR}/../libbluray/Makefile.include" + +.include Property changes on: head/multimedia/libbdplus/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/libbdplus/distinfo =================================================================== --- head/multimedia/libbdplus/distinfo (nonexistent) +++ head/multimedia/libbdplus/distinfo (revision 379549) @@ -0,0 +1,2 @@ +SHA256 (libbdplus-0.1.2.tar.bz2) = a631cae3cd34bf054db040b64edbfc8430936e762eb433b1789358ac3d3dc80a +SIZE (libbdplus-0.1.2.tar.bz2) = 319828 Property changes on: head/multimedia/libbdplus/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/libbdplus/pkg-descr =================================================================== --- head/multimedia/libbdplus/pkg-descr (nonexistent) +++ head/multimedia/libbdplus/pkg-descr (revision 379549) @@ -0,0 +1,6 @@ +libbdplus is a research project to implement the BD+ System Specifications. + +This research project provides, through an open-source library, a way to +understand how the BD+ works. + +WWW: http://www.videolan.org/developers/libbdplus.html Property changes on: head/multimedia/libbdplus/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/libbdplus/pkg-plist =================================================================== --- head/multimedia/libbdplus/pkg-plist (nonexistent) +++ head/multimedia/libbdplus/pkg-plist (revision 379549) @@ -0,0 +1,7 @@ +include/libbdplus/bdplus-version.h +include/libbdplus/bdplus.h +lib/libbdplus.a +lib/libbdplus.so +lib/libbdplus.so.0 +lib/libbdplus.so.0.1.0 +libdata/pkgconfig/libbdplus.pc Property changes on: head/multimedia/libbdplus/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/libbluray/Makefile.include =================================================================== --- head/multimedia/libbluray/Makefile.include (nonexistent) +++ head/multimedia/libbluray/Makefile.include (revision 379549) @@ -0,0 +1,10 @@ +# Makefile with common configure and install flags for libbluray +# related ports. + +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix="${PREFIX}" +CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig" + +MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ + CFLAGS=${CFLAGS:Q} + Property changes on: head/multimedia/libbluray/Makefile.include ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property