diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-20 08:47:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-08-20 08:47:18 +0000 |
commit | 7d09012aa25d43e6d412e4ec41a223d21807b6ed (patch) | |
tree | 66e10cee192c987d6ff09daef5769cadf37a52da /textproc/liblrdf | |
parent | 22567fddabe4dabb4af668310eb0ba6df6d392c0 (diff) |
Notes
Diffstat (limited to 'textproc/liblrdf')
-rw-r--r-- | textproc/liblrdf/Makefile | 21 | ||||
-rw-r--r-- | textproc/liblrdf/distinfo | 4 | ||||
-rw-r--r-- | textproc/liblrdf/pkg-descr | 7 |
3 files changed, 17 insertions, 15 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index f19d38f144e6..52370f7a880b 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -1,27 +1,32 @@ # New ports collection Makefile for: liblrdf -# Date created: 26 April 2003 -# Whom: Tilman Linneweh <arved@FreeBSD.org> +# Date created: 26 April 2003 +# Whom: Tilman Linneweh <arved@FreeBSD.org> # # $FreeBSD$ +# PORTNAME= liblrdf -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.5.0 CATEGORIES= textproc -MASTER_SITES= SF/lrdf/${PORTNAME}/${PORTVERSION} +MASTER_SITES= GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating RDF files describing LADSPA plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= raptor.3:${PORTSDIR}/textproc/raptor +LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack +USE_AUTOTOOLS= libtoolize automake autoconf aclocal +ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes +USE_GNOME= gnomehack +GNOME_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032 + .include <bsd.port.mk> diff --git a/textproc/liblrdf/distinfo b/textproc/liblrdf/distinfo index 87ac5d6682a7..c6c91dbcf1a4 100644 --- a/textproc/liblrdf/distinfo +++ b/textproc/liblrdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (liblrdf-0.4.0.tar.gz) = 95e98e86ba06ed73a5571cbcff3ee88e481b403b6eb727e9eb182870efd9b204 -SIZE (liblrdf-0.4.0.tar.gz) = 336959 +SHA256 (liblrdf-0.5.0.tar.gz) = 013002b91ef209827fe99552b8c7f0b569cddb3d6f1439bedbd8bafe1956a93c +SIZE (liblrdf-0.5.0.tar.gz) = 283109 diff --git a/textproc/liblrdf/pkg-descr b/textproc/liblrdf/pkg-descr index 182c5bdaba32..279adf363315 100644 --- a/textproc/liblrdf/pkg-descr +++ b/textproc/liblrdf/pkg-descr @@ -1,10 +1,7 @@ This is a library to make it easy to manipulate RDF files describing LADSPA -plugins. - -It can also be used for general RDF manipulation. +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. -Author: Steve Harris <steve@plugin.org.uk> -WWW: http://sourceforge.net/projects/lrdf/ +WWW: http://sourceforge.net/projects/lrdf/ |