From 255d4b303f58a224067b24707fcd89bbed527d63 Mon Sep 17 00:00:00 2001 From: jakemsr Date: Sat, 23 Oct 2010 16:54:23 +0000 Subject: [PATCH] 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. --- textproc/liblrdf/Makefile | 32 +++++++++++++++++++++++++++++++ textproc/liblrdf/distinfo | 5 +++++ textproc/liblrdf/pkg/DESCR | 4 ++++ textproc/liblrdf/pkg/PFRAG.shared | 2 ++ textproc/liblrdf/pkg/PLIST | 11 +++++++++++ 5 files changed, 54 insertions(+) create mode 100644 textproc/liblrdf/Makefile create mode 100644 textproc/liblrdf/distinfo create mode 100644 textproc/liblrdf/pkg/DESCR create mode 100644 textproc/liblrdf/pkg/PFRAG.shared create mode 100644 textproc/liblrdf/pkg/PLIST diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile new file mode 100644 index 00000000000..b15843a8c82 --- /dev/null +++ b/textproc/liblrdf/Makefile @@ -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 + +# 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 diff --git a/textproc/liblrdf/distinfo b/textproc/liblrdf/distinfo new file mode 100644 index 00000000000..54d0295cd2d --- /dev/null +++ b/textproc/liblrdf/distinfo @@ -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 diff --git a/textproc/liblrdf/pkg/DESCR b/textproc/liblrdf/pkg/DESCR new file mode 100644 index 00000000000..5e91904d4e7 --- /dev/null +++ b/textproc/liblrdf/pkg/DESCR @@ -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. diff --git a/textproc/liblrdf/pkg/PFRAG.shared b/textproc/liblrdf/pkg/PFRAG.shared new file mode 100644 index 00000000000..d71e4fcfe65 --- /dev/null +++ b/textproc/liblrdf/pkg/PFRAG.shared @@ -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} diff --git a/textproc/liblrdf/pkg/PLIST b/textproc/liblrdf/pkg/PLIST new file mode 100644 index 00000000000..a621e5d2fa0 --- /dev/null +++ b/textproc/liblrdf/pkg/PLIST @@ -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