aboutsummaryrefslogtreecommitdiffstats
path: root/net/kissd
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-09-01 09:21:47 +0800
committerjylefort <jylefort@FreeBSD.org>2005-09-01 09:21:47 +0800
commit55dfc16e864ca61ecf8d4ab9a9e9faee36ad4e9b (patch)
tree03e2906d84c568e625459609230fa52250e531ec /net/kissd
parent922a1a3204083a66bbaa078cb133d1863b27d59f (diff)
downloadfreebsd-ports-gnome-55dfc16e864ca61ecf8d4ab9a9e9faee36ad4e9b.tar.gz
freebsd-ports-gnome-55dfc16e864ca61ecf8d4ab9a9e9faee36ad4e9b.tar.zst
freebsd-ports-gnome-55dfc16e864ca61ecf8d4ab9a9e9faee36ad4e9b.zip
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>
Diffstat (limited to 'net/kissd')
-rw-r--r--net/kissd/Makefile27
-rw-r--r--net/kissd/distinfo2
-rw-r--r--net/kissd/pkg-descr4
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/