svn commit: r431028 - in head/devel: . sord

Kurt Jaeger pi at FreeBSD.org
Mon Jan 9 20:00:30 UTC 2017


Author: pi
Date: Mon Jan  9 20:00:28 2017
New Revision: 431028
URL: https://svnweb.freebsd.org/changeset/ports/431028

Log:
  New port: devel/sord
  
  Sord is a lightweight C library for storing RDF data in memory.
  
  WWW: http://drobilla.net/software/sord/
  
  PR:		213287
  Submitted by:	Michael Beer <beerml at sigma6audio.de>
  Reviewed by:	Yuri Victorovich <yuri at rawbw.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jan  9 19:53:37 2017	(r431027)
+++ head/devel/Makefile	Mon Jan  9 20:00:28 2017	(r431028)
@@ -5547,6 +5547,7 @@
     SUBDIR += sonarqube
     SUBDIR += sope2
     SUBDIR += sope3
+    SUBDIR += sord
     SUBDIR += sourcenav
     SUBDIR += sparc64-binutils
     SUBDIR += sparc64-gcc

Added: head/devel/sord/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/sord/Makefile	Mon Jan  9 20:00:28 2017	(r431028)
@@ -0,0 +1,29 @@
+# Created by: Michael Beer <beerml at sigma6audio.de>
+# $FreeBSD$
+
+PORTNAME=	sord
+PORTVERSION=	0.16.0
+CATEGORIES=	devel
+MASTER_SITES=	http://download.drobilla.net/
+
+MAINTAINER=	beerml at sigma6audio.de
+COMMENT=	Sord is a lightweight C library for storing RDF data in memory
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libserd-0.so:devel/serd libpcre.so:devel/pcre
+
+USES=		pkgconfig python:build tar:bzip2 waf
+
+USE_LDCONFIG=	yes
+
+post-install:
+	@${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/*.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
+	@${MV} ${STAGEDIR}${PREFIX}/share/man/man1 ${STAGEDIR}${PREFIX}/man/
+	@${RMDIR} ${STAGEDIR}${PREFIX}/share/man
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsord-0.so.0.16.0
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sord_validate
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sordi
+
+.include <bsd.port.mk>

Added: head/devel/sord/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/sord/distinfo	Mon Jan  9 20:00:28 2017	(r431028)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483906566
+SHA256 (sord-0.16.0.tar.bz2) = 9d3cb2c9966e93f537f37377171f162023cea6784ca069699be4a7770c8a035a
+SIZE (sord-0.16.0.tar.bz2) = 316331

Added: head/devel/sord/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/sord/pkg-descr	Mon Jan  9 20:00:28 2017	(r431028)
@@ -0,0 +1,3 @@
+Sord is a lightweight C library for storing RDF data in memory.
+
+WWW: http://drobilla.net/software/sord/

Added: head/devel/sord/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/sord/pkg-plist	Mon Jan  9 20:00:28 2017	(r431028)
@@ -0,0 +1,11 @@
+bin/sord_validate
+bin/sordi
+include/sord-0/sord/sord.h
+include/sord-0/sord/sordmm.hpp
+lib/libsord-0.so
+lib/libsord-0.so.0
+lib/libsord-0.so.0.16.0
+libdata/pkgconfig/sord-0.pc
+man/man1/sord_validate.1.gz
+man/man1/sordi.1.gz
+ at dir lib/pkgconfig


More information about the svn-ports-head mailing list