mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
New Port: net/xbms:
Xbms, the unix streaming server for xbox mediaplayer. With xbms, it is possible to 'share' movies, pictures and audio on your unix box, so they are accessible from your xbox. PR: ports/46384 Submitted by: Jose Rey <king@v2project.com>
This commit is contained in:
parent
c4bb02d753
commit
eab33012db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73295
@ -622,6 +622,7 @@
|
||||
SUBDIR += wmwave
|
||||
SUBDIR += wol
|
||||
SUBDIR += xarchie
|
||||
SUBDIR += xbms
|
||||
SUBDIR += xbone
|
||||
SUBDIR += xferstats
|
||||
SUBDIR += xicq
|
||||
|
25
net/xbms/Makefile
Normal file
25
net/xbms/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: xbms
|
||||
# Date created: Thu Dec 19 23:38:50 CET 2002
|
||||
# Whom: king@v2project.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xbms
|
||||
PORTVERSION= 0.30.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://wipux2.wifo.uni-mannheim.de/~ck/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= king@v2project.com
|
||||
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|@@PREFIX@@|${PREFIX}|g' ${WRKSRC}/server.c
|
||||
|
||||
post-install:
|
||||
${CP} ${WRKSRC}/xbms.conf ${PREFIX}/etc/xbms.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/xbms/distinfo
Normal file
1
net/xbms/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xbms_0.30.5.tar.gz) = fb2ce48dd0c84d80b196169720b33c03
|
9
net/xbms/files/patch-Makefile
Normal file
9
net/xbms/files/patch-Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
--- Makefile.orig Thu Jan 16 16:27:25 2003
|
||||
+++ Makefile Thu Jan 16 16:27:36 2003
|
||||
@@ -1,5 +1,5 @@
|
||||
CC = gcc -Wall
|
||||
-BINDIR = /usr/local/bin
|
||||
+BINDIR = ${PREFIX}/bin
|
||||
all: server
|
||||
server:
|
||||
$(CC) -O3 -pthread -o xbms server.c
|
11
net/xbms/files/patch-server
Normal file
11
net/xbms/files/patch-server
Normal file
@ -0,0 +1,11 @@
|
||||
--- server.c.orig Fri Dec 20 00:00:41 2002
|
||||
+++ server.c Fri Dec 20 00:00:55 2002
|
||||
@@ -55,7 +55,7 @@
|
||||
|
||||
#define VERSION "0.30.5"
|
||||
|
||||
-#define CONFIG "/etc/xbms.conf"
|
||||
+#define CONFIG "@@PREFIX@@/etc/xbms.conf"
|
||||
#define PIDFILE "/var/run/xbms.pid"
|
||||
#define C_SERVER_PORT 1400
|
||||
#define MAX_MSG_LENGTH 4096
|
1
net/xbms/pkg-comment
Normal file
1
net/xbms/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Xbms, the unix streaming server for xbox mediaplayer
|
5
net/xbms/pkg-descr
Normal file
5
net/xbms/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
xbms, the unix streaming server for xbox mediaplayer.
|
||||
With xbms, it is possible to 'share' movies, pictures
|
||||
and audio on your unix box, so they are accessible from your xbox.
|
||||
|
||||
WWW: http://www.xboxmediaplayer.de
|
2
net/xbms/pkg-plist
Normal file
2
net/xbms/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xbms
|
||||
etc/xbms.conf.sample
|
Loading…
Reference in New Issue
Block a user