From owner-svn-ports-head@freebsd.org Mon Jan 9 20:00:30 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 720CACA6A6C; Mon, 9 Jan 2017 20:00:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EA641F70; Mon, 9 Jan 2017 20:00:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v09K0Trg058810; Mon, 9 Jan 2017 20:00:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v09K0Tth058805; Mon, 9 Jan 2017 20:00:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201701092000.v09K0Tth058805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 9 Jan 2017 20:00:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431028 - in head/devel: . sord X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 20:00:30 -0000 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 Reviewed by: Yuri Victorovich 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 +# $FreeBSD$ + +PORTNAME= sord +PORTVERSION= 0.16.0 +CATEGORIES= devel +MASTER_SITES= http://download.drobilla.net/ + +MAINTAINER= beerml@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 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 +@dir lib/pkgconfig