diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-04 23:50:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-04 23:50:54 +0000 |
commit | ba8606b8c2f20c58a46389721183de3df0ae6fea (patch) | |
tree | 756d2182e7c0268ea5b36381671470c3526a58bc /audio/liblo | |
parent | 8bbf7b6316ba88087442497f1835a7e096d81b8a (diff) | |
download | ports-ba8606b8c2f20c58a46389721183de3df0ae6fea.tar.gz ports-ba8606b8c2f20c58a46389721183de3df0ae6fea.zip |
Notes
Diffstat (limited to 'audio/liblo')
-rw-r--r-- | audio/liblo/Makefile | 28 | ||||
-rw-r--r-- | audio/liblo/distinfo | 3 | ||||
-rw-r--r-- | audio/liblo/files/patch-src-lo_types_internal.h | 10 | ||||
-rw-r--r-- | audio/liblo/pkg-descr | 4 | ||||
-rw-r--r-- | audio/liblo/pkg-plist | 13 |
5 files changed, 58 insertions, 0 deletions
diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile new file mode 100644 index 000000000000..ac1efc74b965 --- /dev/null +++ b/audio/liblo/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: liblo +# Date created: 2006-12-04 +# Whom: trasz <trasz@pin.if.uz.zgora.pl> +# +# $FreeBSD$ +# + +PORTNAME= liblo +PORTVERSION= 0.23 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= liblo + +MAINTAINER= trasz@pin.if.uz.zgora.pl +COMMENT= Lightweight Open Sound Control implementation + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_GNOME= gnomehack + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/audio/liblo/distinfo b/audio/liblo/distinfo new file mode 100644 index 000000000000..c2329b2a4dc3 --- /dev/null +++ b/audio/liblo/distinfo @@ -0,0 +1,3 @@ +MD5 (liblo-0.23.tar.gz) = e14c9f4fae7ed8d9622d126f6fb9c1d7 +SHA256 (liblo-0.23.tar.gz) = 705937c1ca37de0d274f39719b934f16bef94c48d67550ba79e8e0518fe79a86 +SIZE (liblo-0.23.tar.gz) = 419662 diff --git a/audio/liblo/files/patch-src-lo_types_internal.h b/audio/liblo/files/patch-src-lo_types_internal.h new file mode 100644 index 000000000000..e223c5c9b424 --- /dev/null +++ b/audio/liblo/files/patch-src-lo_types_internal.h @@ -0,0 +1,10 @@ +--- src/lo_types_internal.h.orig Mon Dec 4 23:29:22 2006 ++++ src/lo_types_internal.h Mon Dec 4 23:29:32 2006 +@@ -9,6 +9,7 @@ + #endif + + #include <pthread.h> ++#include <sys/socket.h> + + #include "lo/lo_osc_types.h" + diff --git a/audio/liblo/pkg-descr b/audio/liblo/pkg-descr new file mode 100644 index 000000000000..627ad8490fa1 --- /dev/null +++ b/audio/liblo/pkg-descr @@ -0,0 +1,4 @@ +liblo is an implementation of the Open Sound Control +protocol for POSIX systems. + +WWW: http://liblo.sourceforge.net/ diff --git a/audio/liblo/pkg-plist b/audio/liblo/pkg-plist new file mode 100644 index 000000000000..4a14d5f47b4c --- /dev/null +++ b/audio/liblo/pkg-plist @@ -0,0 +1,13 @@ +include/lo/lo_errors.h +include/lo/lo.h +include/lo/lo_lowlevel.h +include/lo/lo_throw.h +include/lo/lo_types.h +include/lo/lo_osc_types.h +include/lo/lo_endian.h +include/lo/lo_macros.h +lib/liblo.so.6 +lib/liblo.so +lib/liblo.la +libdata/pkgconfig/liblo.pc +@dirrmtry include/lo |