diff options
author | trasz <trasz@FreeBSD.org> | 2008-11-15 20:41:28 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2008-11-15 20:41:28 +0800 |
commit | 124ad6c17391c03bd835f0d8683daaaed21f6a25 (patch) | |
tree | f179ef8a53859cabc362e88f931e601df23043b9 /audio | |
parent | e1e69da679c68682278f51f130637659afec8187 (diff) | |
download | freebsd-ports-gnome-124ad6c17391c03bd835f0d8683daaaed21f6a25.tar.gz freebsd-ports-gnome-124ad6c17391c03bd835f0d8683daaaed21f6a25.tar.zst freebsd-ports-gnome-124ad6c17391c03bd835f0d8683daaaed21f6a25.zip |
liblscp is a C library written as a wrapper around the LSCP network
protocol, thus to control linuxsampler.
WWW: ttp://www.linuxsampler.org/
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/liblscp/Makefile | 21 | ||||
-rw-r--r-- | audio/liblscp/distinfo | 3 | ||||
-rw-r--r-- | audio/liblscp/pkg-descr | 4 | ||||
-rw-r--r-- | audio/liblscp/pkg-plist | 12 |
5 files changed, 41 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index a64d797e5b06..afafced5a4bf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -353,6 +353,7 @@ SUBDIR += libid3tag SUBDIR += libjackasyn SUBDIR += liblo + SUBDIR += liblscp SUBDIR += libmad SUBDIR += libmikmod SUBDIR += libmodplug diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile new file mode 100644 index 000000000000..7a04817f46d0 --- /dev/null +++ b/audio/liblscp/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: liblscp +# Date created: 2007-03-06 +# Whom: trasz <trasz@pin.if.uz.zgora.pl> +# +# $FreeBSD$ +# + +PORTNAME= liblscp +PORTVERSION= 0.5.5 +CATEGORIES= audio +MASTER_SITES= http://download.linuxsampler.org/packages/ + +MAINTAINER= trasz@FreeBSD.org +COMMENT= Wrapper around the LSCP network protocol + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/audio/liblscp/distinfo b/audio/liblscp/distinfo new file mode 100644 index 000000000000..c59eb1f7bdb0 --- /dev/null +++ b/audio/liblscp/distinfo @@ -0,0 +1,3 @@ +MD5 (liblscp-0.5.5.tar.gz) = 4fa48346d5f5188c3a705f9d7a4da368 +SHA256 (liblscp-0.5.5.tar.gz) = bf5c883d219e25234f42a0ae56458b9d9cf06ab74052f440866c90c01c719026 +SIZE (liblscp-0.5.5.tar.gz) = 402096 diff --git a/audio/liblscp/pkg-descr b/audio/liblscp/pkg-descr new file mode 100644 index 000000000000..951d4ba07c84 --- /dev/null +++ b/audio/liblscp/pkg-descr @@ -0,0 +1,4 @@ +liblscp is a C library written as a wrapper around the LSCP network +protocol, thus to control linuxsampler. + +WWW: ttp://www.linuxsampler.org/ diff --git a/audio/liblscp/pkg-plist b/audio/liblscp/pkg-plist new file mode 100644 index 000000000000..1ccf4e34e81a --- /dev/null +++ b/audio/liblscp/pkg-plist @@ -0,0 +1,12 @@ +include/lscp/version.h +include/lscp/thread.h +include/lscp/socket.h +include/lscp/client.h +include/lscp/device.h +include/lscp/event.h +@dirrm include/lscp +lib/liblscp.so.5 +lib/liblscp.so +lib/liblscp.la +lib/liblscp.a +libdata/pkgconfig/lscp.pc |