summaryrefslogtreecommitdiff
path: root/textproc/liblrdf
diff options
context:
space:
mode:
authorheinz <heinz>2007-05-15 19:25:31 +0000
committerheinz <heinz>2007-05-15 19:25:31 +0000
commit8edf69b68e64e7ff0db603cd8438a3ac691a6ed4 (patch)
tree324730e462156e97e7b4a59f971f6089f1361f35 /textproc/liblrdf
parentf2d9b10473cab9164282e2e8a49990297f83d559 (diff)
downloadpkgsrc-8edf69b68e64e7ff0db603cd8438a3ac691a6ed4.tar.gz
Initial import of liblrdf 0.4.0.
Liblrdf is a library for easy manipulation of RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. Liblrdf can read RDF/XLM and N3 files and export N3 files, it also has a light taxonomic inference capability.
Diffstat (limited to 'textproc/liblrdf')
-rw-r--r--textproc/liblrdf/DESCR4
-rw-r--r--textproc/liblrdf/Makefile25
-rw-r--r--textproc/liblrdf/PLIST8
-rw-r--r--textproc/liblrdf/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/liblrdf/DESCR b/textproc/liblrdf/DESCR
new file mode 100644
index 00000000000..a86c92e9d71
--- /dev/null
+++ b/textproc/liblrdf/DESCR
@@ -0,0 +1,4 @@
+Liblrdf is a library to make it easy to manipulate RDF files describing
+LADSPA plugins. It can also be used for general RDF manipulation.
+Liblrdf can read RDF/XLM and N3 files and export N3 files, it also has a light
+taxonomic inference capablility.
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile
new file mode 100644
index 00000000000..2e21c99d361
--- /dev/null
+++ b/textproc/liblrdf/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/15 19:25:31 heinz Exp $
+#
+
+DISTNAME= liblrdf-0.4.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lrdf/}
+
+MAINTAINER= heinz@NetBSD.org
+HOMEPAGE= http://lrdf.sourceforge.net/
+COMMENT= Library for easy manipulation of LADSPA plugin RDF descriptions
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c
+
+PKGCONFIG_OVERRIDE+= lrdf.pc.in
+
+.include "../../audio/ladspa/buildlink3.mk"
+.include "../../textproc/raptor/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/liblrdf/PLIST b/textproc/liblrdf/PLIST
new file mode 100644
index 00000000000..51f72fc9eb0
--- /dev/null
+++ b/textproc/liblrdf/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/15 19:25:31 heinz Exp $
+include/lrdf.h
+include/lrdf_types.h
+lib/liblrdf.la
+lib/pkgconfig/lrdf.pc
+share/ladspa/rdf/ladspa.rdfs
+@dirrm share/ladspa/rdf
+@dirrm share/ladspa
diff --git a/textproc/liblrdf/distinfo b/textproc/liblrdf/distinfo
new file mode 100644
index 00000000000..0f6c73a420c
--- /dev/null
+++ b/textproc/liblrdf/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/15 19:25:31 heinz Exp $
+
+SHA1 (liblrdf-0.4.0.tar.gz) = 17ce55f692bc52ed12605091b99106255f964b5f
+RMD160 (liblrdf-0.4.0.tar.gz) = 2cb371c99552ac3045b72e20786494575ded37d8
+Size (liblrdf-0.4.0.tar.gz) = 336959 bytes