Update to version 1.3.7.
PR: 20784 Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
This commit is contained in:
parent
49bb03994b
commit
77442a8d53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32282
8 changed files with 34 additions and 26 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= icecast
|
PORTNAME= icecast
|
||||||
PORTVERSION= 1.3.5
|
PORTVERSION= 1.3.7
|
||||||
CATEGORIES= audio net
|
CATEGORIES= audio net
|
||||||
MASTER_SITES= http://www.icecast.org/releases/
|
MASTER_SITES= http://www.icecast.org/releases/
|
||||||
|
|
||||||
|
@ -24,7 +24,8 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.for TEMPL in 306.html 400.html 403.html 404.html 504.html bodytag.html info.html \
|
.for TEMPL in 306.html 400.html 403.html 404.html 504.html bodytag.html info.html \
|
||||||
list_directory.html mountlist.html statistics.html admin_describe.html \
|
list_directory.html mountlist.html statistics.html admin_describe.html \
|
||||||
admin.html alias_add.html manual.html alias_del.html
|
admin.html alias_add.html manual.html alias_del.html header.html \
|
||||||
|
footer.html admin_change.html
|
||||||
${INSTALL_DATA} ${WRKSRC}/templates/${TEMPL} ${PREFIX}/etc/icecast/templates
|
${INSTALL_DATA} ${WRKSRC}/templates/${TEMPL} ${PREFIX}/etc/icecast/templates
|
||||||
.endfor
|
.endfor
|
||||||
${MKDIR} ${PREFIX}/share/doc/icecast/
|
${MKDIR} ${PREFIX}/share/doc/icecast/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (icecast-1.3.5.tar.gz) = 29f762ab1f48c9b45b2eec4a7922c063
|
MD5 (icecast-1.3.7.tar.gz) = 74f78ca33bea3cfd562530bc90d0d214
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
This is a port for icecast. Icecast is a streaming mp3 audio server.
|
Icecast is a streaming mp3 audio server.
|
||||||
|
|
||||||
Icecast provides nearly all the functionality of the Shoutcast server.
|
Icecast provides nearly all the functionality of the Shoutcast server.
|
||||||
It will accept encoding streams from either iceplay or WinAmp. It can
|
It will accept encoding streams from encoders like winamp, shout and ices.
|
||||||
also add itself to a directory server such as our own
|
It can also add itself to a directory server such as our own
|
||||||
icecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
|
icecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
|
||||||
|
|
||||||
WWW: http://www.icecast.org/
|
WWW: http://www.icecast.org/
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
sbin/icecast
|
|
||||||
etc/icecast/conf/groups.aut.dist
|
etc/icecast/conf/groups.aut.dist
|
||||||
etc/icecast/conf/icecast.conf.dist
|
etc/icecast/conf/icecast.conf.dist
|
||||||
etc/icecast/conf/mounts.aut.dist
|
etc/icecast/conf/mounts.aut.dist
|
||||||
|
@ -8,18 +7,21 @@ etc/icecast/templates/400.html
|
||||||
etc/icecast/templates/403.html
|
etc/icecast/templates/403.html
|
||||||
etc/icecast/templates/404.html
|
etc/icecast/templates/404.html
|
||||||
etc/icecast/templates/504.html
|
etc/icecast/templates/504.html
|
||||||
|
etc/icecast/templates/admin.html
|
||||||
|
etc/icecast/templates/admin_change.html
|
||||||
|
etc/icecast/templates/admin_describe.html
|
||||||
|
etc/icecast/templates/alias_add.html
|
||||||
|
etc/icecast/templates/alias_del.html
|
||||||
etc/icecast/templates/bodytag.html
|
etc/icecast/templates/bodytag.html
|
||||||
|
etc/icecast/templates/footer.html
|
||||||
|
etc/icecast/templates/header.html
|
||||||
etc/icecast/templates/info.html
|
etc/icecast/templates/info.html
|
||||||
etc/icecast/templates/list_directory.html
|
etc/icecast/templates/list_directory.html
|
||||||
|
etc/icecast/templates/manual.html
|
||||||
etc/icecast/templates/mountlist.html
|
etc/icecast/templates/mountlist.html
|
||||||
etc/icecast/templates/statistics.html
|
etc/icecast/templates/statistics.html
|
||||||
etc/icecast/templates/admin_describe.html
|
sbin/icecast
|
||||||
etc/icecast/templates/admin.html
|
|
||||||
etc/icecast/templates/alias_add.html
|
|
||||||
etc/icecast/templates/manual.html
|
|
||||||
etc/icecast/templates/alias_del.html
|
|
||||||
share/doc/icecast/manual.html
|
share/doc/icecast/manual.html
|
||||||
|
|
||||||
@dirrm etc/icecast/conf
|
@dirrm etc/icecast/conf
|
||||||
@dirrm etc/icecast/templates
|
@dirrm etc/icecast/templates
|
||||||
@dirrm etc/icecast
|
@dirrm etc/icecast
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= icecast
|
PORTNAME= icecast
|
||||||
PORTVERSION= 1.3.5
|
PORTVERSION= 1.3.7
|
||||||
CATEGORIES= audio net
|
CATEGORIES= audio net
|
||||||
MASTER_SITES= http://www.icecast.org/releases/
|
MASTER_SITES= http://www.icecast.org/releases/
|
||||||
|
|
||||||
|
@ -24,7 +24,8 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.for TEMPL in 306.html 400.html 403.html 404.html 504.html bodytag.html info.html \
|
.for TEMPL in 306.html 400.html 403.html 404.html 504.html bodytag.html info.html \
|
||||||
list_directory.html mountlist.html statistics.html admin_describe.html \
|
list_directory.html mountlist.html statistics.html admin_describe.html \
|
||||||
admin.html alias_add.html manual.html alias_del.html
|
admin.html alias_add.html manual.html alias_del.html header.html \
|
||||||
|
footer.html admin_change.html
|
||||||
${INSTALL_DATA} ${WRKSRC}/templates/${TEMPL} ${PREFIX}/etc/icecast/templates
|
${INSTALL_DATA} ${WRKSRC}/templates/${TEMPL} ${PREFIX}/etc/icecast/templates
|
||||||
.endfor
|
.endfor
|
||||||
${MKDIR} ${PREFIX}/share/doc/icecast/
|
${MKDIR} ${PREFIX}/share/doc/icecast/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (icecast-1.3.5.tar.gz) = 29f762ab1f48c9b45b2eec4a7922c063
|
MD5 (icecast-1.3.7.tar.gz) = 74f78ca33bea3cfd562530bc90d0d214
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
This is a port for icecast. Icecast is a streaming mp3 audio server.
|
Icecast is a streaming mp3 audio server.
|
||||||
|
|
||||||
Icecast provides nearly all the functionality of the Shoutcast server.
|
Icecast provides nearly all the functionality of the Shoutcast server.
|
||||||
It will accept encoding streams from either iceplay or WinAmp. It can
|
It will accept encoding streams from encoders like winamp, shout and ices.
|
||||||
also add itself to a directory server such as our own
|
It can also add itself to a directory server such as our own
|
||||||
icecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
|
icecast.linuxpower.org or Nullsoft's yp.shoutcast.com.
|
||||||
|
|
||||||
WWW: http://www.icecast.org/
|
WWW: http://www.icecast.org/
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
sbin/icecast
|
|
||||||
etc/icecast/conf/groups.aut.dist
|
etc/icecast/conf/groups.aut.dist
|
||||||
etc/icecast/conf/icecast.conf.dist
|
etc/icecast/conf/icecast.conf.dist
|
||||||
etc/icecast/conf/mounts.aut.dist
|
etc/icecast/conf/mounts.aut.dist
|
||||||
|
@ -8,18 +7,21 @@ etc/icecast/templates/400.html
|
||||||
etc/icecast/templates/403.html
|
etc/icecast/templates/403.html
|
||||||
etc/icecast/templates/404.html
|
etc/icecast/templates/404.html
|
||||||
etc/icecast/templates/504.html
|
etc/icecast/templates/504.html
|
||||||
|
etc/icecast/templates/admin.html
|
||||||
|
etc/icecast/templates/admin_change.html
|
||||||
|
etc/icecast/templates/admin_describe.html
|
||||||
|
etc/icecast/templates/alias_add.html
|
||||||
|
etc/icecast/templates/alias_del.html
|
||||||
etc/icecast/templates/bodytag.html
|
etc/icecast/templates/bodytag.html
|
||||||
|
etc/icecast/templates/footer.html
|
||||||
|
etc/icecast/templates/header.html
|
||||||
etc/icecast/templates/info.html
|
etc/icecast/templates/info.html
|
||||||
etc/icecast/templates/list_directory.html
|
etc/icecast/templates/list_directory.html
|
||||||
|
etc/icecast/templates/manual.html
|
||||||
etc/icecast/templates/mountlist.html
|
etc/icecast/templates/mountlist.html
|
||||||
etc/icecast/templates/statistics.html
|
etc/icecast/templates/statistics.html
|
||||||
etc/icecast/templates/admin_describe.html
|
sbin/icecast
|
||||||
etc/icecast/templates/admin.html
|
|
||||||
etc/icecast/templates/alias_add.html
|
|
||||||
etc/icecast/templates/manual.html
|
|
||||||
etc/icecast/templates/alias_del.html
|
|
||||||
share/doc/icecast/manual.html
|
share/doc/icecast/manual.html
|
||||||
|
|
||||||
@dirrm etc/icecast/conf
|
@dirrm etc/icecast/conf
|
||||||
@dirrm etc/icecast/templates
|
@dirrm etc/icecast/templates
|
||||||
@dirrm etc/icecast
|
@dirrm etc/icecast
|
||||||
|
|
Loading…
Reference in a new issue