mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Add mod_mp3 0.6, an apache module to allow MP3 streaming.
Spotted on: Slashdot (har har)
This commit is contained in:
parent
a845846805
commit
2a3597aa3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41084
@ -118,6 +118,7 @@
|
||||
SUBDIR += mod_fastcgi
|
||||
SUBDIR += mod_gzip
|
||||
SUBDIR += mod_layout
|
||||
SUBDIR += mod_mp3
|
||||
SUBDIR += mod_perl
|
||||
SUBDIR += mod_php3
|
||||
SUBDIR += mod_php4
|
||||
|
26
www/mod_mp3/Makefile
Normal file
26
www/mod_mp3/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: mod_auth_pam
|
||||
# Date created: 7 April 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mod_mp3
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.tangent.org/mod_mp3/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
||||
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
||||
|
||||
APXS?= ${LOCALBASE}/sbin/apxs
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${APXS} -c mod_mp3.c
|
||||
|
||||
do-install:
|
||||
${APXS} -i -A -n mp3 ${WRKSRC}/mod_mp3.so
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/mod_mp3/distinfo
Normal file
1
www/mod_mp3/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mod_mp3-0.6.tar.gz) = b28ed0f2bee1157761680f27b294a942
|
1
www/mod_mp3/pkg-comment
Normal file
1
www/mod_mp3/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Apache module to allow MP3 streaming
|
7
www/mod_mp3/pkg-descr
Normal file
7
www/mod_mp3/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This turns apache into your basic RIAA hating, but every college
|
||||
student loving mp3 streaming server. It can play from a list of
|
||||
files, either straight through or randomly. It can also be used
|
||||
to cache mp3's into memory and have the server operate entirely
|
||||
from memory. Enjoy, groove, mp3s not included.
|
||||
|
||||
WWW: http://www.tangent.org/mod_mp3/
|
3
www/mod_mp3/pkg-plist
Normal file
3
www/mod_mp3/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
libexec/apache/mod_mp3.so
|
||||
@exec %D/sbin/apxs -e -A -n mp3 %D/%F
|
||||
@unexec %D/sbin/apxs -e -A -n mp3 %D/%F
|
Loading…
Reference in New Issue
Block a user