diff options
author | sat <sat@FreeBSD.org> | 2006-10-08 22:51:13 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-10-08 22:51:13 +0800 |
commit | 317673ebb13b8113d234e7f1f424bbb7a05ee175 (patch) | |
tree | a556fd6f6db60a2b787d89ad929be90d3ae22e87 /audio | |
parent | 390962e1500c67571fa20f9e0d7ea5872a18e1e5 (diff) | |
download | freebsd-ports-gnome-317673ebb13b8113d234e7f1f424bbb7a05ee175.tar.gz freebsd-ports-gnome-317673ebb13b8113d234e7f1f424bbb7a05ee175.tar.zst freebsd-ports-gnome-317673ebb13b8113d234e7f1f424bbb7a05ee175.zip |
- Remove duplicate of textproc/liblrdf
- Wear an innocent smile
Reported by: Ports Fury
Pointy hat to: sat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/aqualung/Makefile | 2 | ||||
-rw-r--r-- | audio/liblrdf/Makefile | 25 | ||||
-rw-r--r-- | audio/liblrdf/distinfo | 3 | ||||
-rw-r--r-- | audio/liblrdf/pkg-descr | 9 | ||||
-rw-r--r-- | audio/liblrdf/pkg-plist | 12 |
6 files changed, 1 insertions, 51 deletions
diff --git a/audio/Makefile b/audio/Makefile index e67df39ecc23..c2dc04ba8c61 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -306,7 +306,6 @@ SUBDIR += libgpod SUBDIR += libid3tag SUBDIR += libjackasyn - SUBDIR += liblrdf SUBDIR += libmad SUBDIR += libmikmod SUBDIR += libmodplug diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index b809cf26b8be..83868254e98c 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ mpcdec.4:${PORTSDIR}/audio/libmpcdec \ mac.2:${PORTSDIR}/audio/mac \ tag.5:${PORTSDIR}/audio/taglib \ - lrdf.2:${PORTSDIR}/audio/liblrdf \ + lrdf.2:${PORTSDIR}/textproc/liblrdf \ cddb.3:${PORTSDIR}/audio/libcddb USE_GETTEXT= yes diff --git a/audio/liblrdf/Makefile b/audio/liblrdf/Makefile deleted file mode 100644 index e9f87ce4e82a..000000000000 --- a/audio/liblrdf/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: liblrdf -# Date created: 08 October 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= liblrdf -DISTVERSION= 0.4.0 -CATEGORIES= audio -MASTER_SITES= SF/lrdf - -MAINTAINER= infofarmer@FreeBSD.org -COMMENT= RDF library with support for LADSPA plugins - -LIB_DEPENDS= raptor.2:${PORTSDIR}/textproc/raptor - -GNU_CONFIGURE= yes -USE_GNOME= pkgconfig -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e '/^pkgconfigdir/s!=.*!= ${PREFIX}/libdata/pkgconfig!' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/liblrdf/distinfo b/audio/liblrdf/distinfo deleted file mode 100644 index b6d77e396e13..000000000000 --- a/audio/liblrdf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (liblrdf-0.4.0.tar.gz) = 327a5674f671c4b360c6353800226877 -SHA256 (liblrdf-0.4.0.tar.gz) = 95e98e86ba06ed73a5571cbcff3ee88e481b403b6eb727e9eb182870efd9b204 -SIZE (liblrdf-0.4.0.tar.gz) = 336959 diff --git a/audio/liblrdf/pkg-descr b/audio/liblrdf/pkg-descr deleted file mode 100644 index 03f5b09befc0..000000000000 --- a/audio/liblrdf/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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. - -WWW: http://sourceforge.net/projects/lrdf/ diff --git a/audio/liblrdf/pkg-plist b/audio/liblrdf/pkg-plist deleted file mode 100644 index 3e4e33031e51..000000000000 --- a/audio/liblrdf/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -include/lrdf.h -include/lrdf_types.h -lib/liblrdf.a -lib/liblrdf.la -lib/liblrdf.so -lib/liblrdf.so.2 -libdata/pkgconfig/lrdf.pc -share/ladspa/rdf/ladspa.rdfs -@dirrmtry libdata/pkgconfig -@dirrmtry share/ladspa/rdf/ladspa.rdfs -@dirrmtry share/ladspa/rdf -@dirrmtry share/ladspa |