diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/liblrdf/DESCR | 4 | ||||
-rw-r--r-- | textproc/liblrdf/Makefile | 25 | ||||
-rw-r--r-- | textproc/liblrdf/PLIST | 8 | ||||
-rw-r--r-- | textproc/liblrdf/distinfo | 5 |
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 |