pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/liblrdf Initial import of liblrdf 0.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eda518caa90
branches:  trunk
changeset: 528769:4eda518caa90
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue May 15 19:25:31 2007 +0000

description:
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:

 textproc/liblrdf/DESCR    |   4 ++++
 textproc/liblrdf/Makefile |  25 +++++++++++++++++++++++++
 textproc/liblrdf/PLIST    |   8 ++++++++
 textproc/liblrdf/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r dbbb1bb57d1c -r 4eda518caa90 textproc/liblrdf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/liblrdf/DESCR    Tue May 15 19:25:31 2007 +0000
@@ -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 -r dbbb1bb57d1c -r 4eda518caa90 textproc/liblrdf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/liblrdf/Makefile Tue May 15 19:25:31 2007 +0000
@@ -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@localhost
+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 -r dbbb1bb57d1c -r 4eda518caa90 textproc/liblrdf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/liblrdf/PLIST    Tue May 15 19:25:31 2007 +0000
@@ -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 -r dbbb1bb57d1c -r 4eda518caa90 textproc/liblrdf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/liblrdf/distinfo Tue May 15 19:25:31 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index