initial import of liblrdf

This is a library to make it easy to manipulate RDF files describing
LADSPA plugins. It can also be used for general RDF manipulation.
It can read RDF/XLM and N3 files and export N3 files, it also has a
light taxonomic inference capablility.
This commit is contained in:
jakemsr 2010-10-23 16:54:23 +00:00
parent da05c92708
commit 255d4b303f
5 changed files with 54 additions and 0 deletions

32
textproc/liblrdf/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/23 16:54:23 jakemsr Exp $
COMMENT = light RDF manipulation with LADSPA plugin support
DISTNAME = liblrdf-0.4.0
SHARED_LIBS = lrdf 0.0 # 0.0
CATEGORIES = textproc
MAINTAINER = Jacob Meuser <jakemsr@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = crypto curl idn m raptor ssl xml2 xslt z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lrdf/}
MODULES = devel/gettext
BUILD_DEPENDS = ::audio/ladspa
LIB_DEPENDS = ::textproc/raptor
USE_LIBTOOL = yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (liblrdf-0.4.0.tar.gz) = MnpWdPZxxLNgxjU4ACJodw==
RMD160 (liblrdf-0.4.0.tar.gz) = LLNxyZVSrDBFty4geGSUV13tN9g=
SHA1 (liblrdf-0.4.0.tar.gz) = F85V9pK8Uu0SYFCRuZEGJV+WS18=
SHA256 (liblrdf-0.4.0.tar.gz) = lemOhroG7XOlVxy8/z7ojkgbQDtutyfp6xgocO/ZsgQ=
SIZE (liblrdf-0.4.0.tar.gz) = 336959

View File

@ -0,0 +1,4 @@
This is a library to make it easy to manipulate RDF files describing
LADSPA plugins. It can also be used for general RDF manipulation.
It can read RDF/XLM and N3 files and export N3 files, it also has a
light taxonomic inference capablility.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/10/23 16:54:23 jakemsr Exp $
@lib lib/liblrdf.so.${LIBlrdf_VERSION}

View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/23 16:54:23 jakemsr Exp $
%%SHARED%%
include/lrdf.h
include/lrdf_types.h
lib/liblrdf.a
lib/liblrdf.la
lib/pkgconfig/
lib/pkgconfig/lrdf.pc
share/ladspa/
share/ladspa/rdf/
share/ladspa/rdf/ladspa.rdfs