[28751] trunk/dports/audio/libshout2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 03:33:45 PDT 2007


Revision: 28751
          http://trac.macosforge.org/projects/macports/changeset/28751
Author:   nox at macports.org
Date:     2007-09-08 03:33:41 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
libshout2:
 * Changed docdir to a versioned one.
 * Added sha1 and rmd160 checksums and livecheck.

Modified Paths:
--------------
    trunk/dports/audio/libshout2/Portfile

Modified: trunk/dports/audio/libshout2/Portfile
===================================================================
--- trunk/dports/audio/libshout2/Portfile	2007-09-08 10:29:11 UTC (rev 28750)
+++ trunk/dports/audio/libshout2/Portfile	2007-09-08 10:33:41 UTC (rev 28751)
@@ -1,21 +1,35 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem       1.0
+
 name             libshout2
+set my_name      [strsed ${name} {g/[0-9]//}]
 version          2.2.2
 categories       audio net
-maintainers      nomaintainer at macports.org
+platforms        darwin
+maintainers      nomaintainer
 description      Data and connectivity lib for the icecast server
+
 long_description \
     A port of the libshout library. Libshout allows applications to \
     easily communicate and broadcast to an Icecast streaming media \
     server. It handles the socket connections, metadata communication, \
     and data streaming for the calling application, and lets developers \
     focus on feature sets instead of implementation details.
+
 homepage         http://www.icecast.org/
-platforms        darwin
+master_sites     http://downloads.xiph.org/releases/libshout/
+distname         ${my_name}-${version}
+
 depends_lib      port:libvorbis port:speex port:libtheora
 
-master_sites     http://downloads.xiph.org/releases/libshout/
-distname         libshout-${version}
-checksums        md5 4f75fc9901c724b712c371c9a1e782d3
+checksums        md5 4f75fc9901c724b712c371c9a1e782d3 \
+                 sha1 cabc409e63f55383f4d85fac26d3056bf0365aac \
+				 rmd160 7ea5bc197953cfae6aff53876865909b2f6ac5f1
+
+destroot.args    docdir=${prefix}/share/doc/${my_name}-${version}
+
+livecheck.check  regex
+livecheck.url    ${homepage}download.php
+livecheck.regex	 ${my_name}-(\\d+(?:\\.\\d+)*)
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070908/3bf27895/attachment.html


More information about the macports-changes mailing list