svn commit: r431125 - in head/audio: . sratom

Kurt Jaeger pi at FreeBSD.org
Tue Jan 10 18:52:15 UTC 2017


Author: pi
Date: Tue Jan 10 18:52:13 2017
New Revision: 431125
URL: https://svnweb.freebsd.org/changeset/ports/431125

Log:
  New port: audio/sratom
  
  Sratom is a library for serialising LV2 atoms to/from RDF,
  particularly the Turtle syntax.
  
  WWW: http://drobilla.net/software/sratom
  
  PR:		213288
  Submitted by:	Michael Beer <beerml at sigma6audio.de>
  Reviewed by:	Yuri Victorovich <yuri at rawbw.com>

Added:
  head/audio/sratom/
  head/audio/sratom/Makefile   (contents, props changed)
  head/audio/sratom/distinfo   (contents, props changed)
  head/audio/sratom/pkg-descr   (contents, props changed)
  head/audio/sratom/pkg-plist   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Tue Jan 10 18:38:41 2017	(r431124)
+++ head/audio/Makefile	Tue Jan 10 18:52:13 2017	(r431125)
@@ -739,6 +739,7 @@
     SUBDIR += splay
     SUBDIR += splaytk
     SUBDIR += squash
+    SUBDIR += sratom
     SUBDIR += streamripper
     SUBDIR += streamtranscoder
     SUBDIR += stymulator

Added: head/audio/sratom/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sratom/Makefile	Tue Jan 10 18:52:13 2017	(r431125)
@@ -0,0 +1,26 @@
+# Created by: Michael Beer <beerml at sigma6audio.de>
+# $FreeBSD$
+
+PORTNAME=	sratom
+PORTVERSION=	0.6.0
+CATEGORIES=	audio
+MASTER_SITES=	http://download.drobilla.net/
+
+MAINTAINER=	beerml at sigma6audio.de
+COMMENT=	Sratom is a library for serialising LV2 atoms to/from RDF
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libserd-0.so:devel/serd libsord-0.so:devel/sord
+BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2
+
+USES=		pkgconfig python:build tar:bzip2 waf
+
+USE_LDCONFIG=	yes
+
+post-install:
+	@${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/*.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.0.6.0
+
+.include <bsd.port.mk>

Added: head/audio/sratom/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sratom/distinfo	Tue Jan 10 18:52:13 2017	(r431125)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475784219
+SHA256 (sratom-0.6.0.tar.bz2) = 440ac2b1f4f0b7878f8b95698faa1e8f8c50929a498f68ec5d066863626a3d43
+SIZE (sratom-0.6.0.tar.bz2) = 149340

Added: head/audio/sratom/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sratom/pkg-descr	Tue Jan 10 18:52:13 2017	(r431125)
@@ -0,0 +1,4 @@
+Sratom is a library for serialising LV2 atoms to/from RDF,
+particularly the Turtle syntax.
+
+WWW: http://drobilla.net/software/sratom

Added: head/audio/sratom/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sratom/pkg-plist	Tue Jan 10 18:52:13 2017	(r431125)
@@ -0,0 +1,6 @@
+include/sratom-0/sratom/sratom.h
+lib/libsratom-0.so
+lib/libsratom-0.so.0
+lib/libsratom-0.so.0.6.0
+libdata/pkgconfig/sratom-0.pc
+ at dir lib/pkgconfig


More information about the svn-ports-all mailing list