diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-01 01:21:47 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-01 01:21:47 +0000 |
commit | 4380341aa583bb0dd7634c5dc03b6e5576796b29 (patch) | |
tree | 34a9d8ed51c708df9e9c3791b54a3d7608350eea /net/kissd | |
parent | Add freedbd. (diff) |
Add kissd.
kissd is a multi-threaded daemon for providing multimedia files to the KiSS
DP-50x range of DVD/DivX players.
WWW: http://rink.nu/
PR: ports/85296
Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes:
svn path=/head/; revision=141661
Diffstat (limited to 'net/kissd')
-rw-r--r-- | net/kissd/Makefile | 27 | ||||
-rw-r--r-- | net/kissd/distinfo | 2 | ||||
-rw-r--r-- | net/kissd/pkg-descr | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/kissd/Makefile b/net/kissd/Makefile new file mode 100644 index 000000000000..a31568dd6550 --- /dev/null +++ b/net/kissd/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: kissd +# Date created: 25 Aug 2005 +# Whom: Ed Schouten <ed@fxq.nl> +# +# $FreeBSD$ +# + +PORTNAME= kissd +PORTVERSION= 0.1 +CATEGORIES= net multimedia +MASTER_SITES= http://rink.nu/downloads/projects/ + +MAINTAINER= ed@fxq.nl +COMMENT= A daemon for providing multimedia files to KiSS DP-50x players + +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +PLIST_FILES= bin/kissd + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/^AM_CFLAGS/ s|-Werror|${PTHREAD_CFLAGS}|' \ + ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/net/kissd/distinfo b/net/kissd/distinfo new file mode 100644 index 000000000000..7b0edec99957 --- /dev/null +++ b/net/kissd/distinfo @@ -0,0 +1,2 @@ +MD5 (kissd-0.1.tar.gz) = 667eddab49a28a15b665aeaf3a7a59ae +SIZE (kissd-0.1.tar.gz) = 81601 diff --git a/net/kissd/pkg-descr b/net/kissd/pkg-descr new file mode 100644 index 000000000000..5ee2b48a7537 --- /dev/null +++ b/net/kissd/pkg-descr @@ -0,0 +1,4 @@ +kissd is a multi-threaded daemon for providing multimedia files to the KiSS +DP-50x range of DVD/DivX players. + +WWW: http://rink.nu/ |