[143375] trunk/dports/net/mediaserv/Portfile
mojca at macports.org
mojca at macports.org
Sat Dec 12 09:43:13 PST 2015
Revision: 143375
https://trac.macports.org/changeset/143375
Author: mojca at macports.org
Date: 2015-12-11 11:32:20 -0800 (Fri, 11 Dec 2015)
Log Message:
-----------
mediaserv: whitespace and checksums only
Modified Paths:
--------------
trunk/dports/net/mediaserv/Portfile
Modified: trunk/dports/net/mediaserv/Portfile
===================================================================
--- trunk/dports/net/mediaserv/Portfile 2015-12-11 17:52:24 UTC (rev 143374)
+++ trunk/dports/net/mediaserv/Portfile 2015-12-11 19:32:20 UTC (rev 143375)
@@ -1,42 +1,46 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name mediaserv
-version 0.05
-revision 3
-categories net
-license Artistic-1
-maintainers nomaintainer
-platforms darwin
-description On-demand transcoding server for videos, targetting \
- the Nokia Internet Tablets.
-long_description \
- mediaserv is a simple web server which exposes video \
- content on your desktop PC or server to your Nokia \
- Internet Tablet (such as the Nokia 770, Nokia N800 or \
- Nokia N810). When content is accessed, it transcodes \
- the video "Just In Time" and streams it to your \
- Internet Tablet. RSS feeds for directories are also \
- provided, listing the most recently updated content, \
- and compatible with Nokia's beta Video Center \
- application.
-homepage http://mediautils.garage.maemo.org/mediaserv.html
-master_sites https://garage.maemo.org/frs/download.php/2632
-livecheck.type regex
-livecheck.url https://garage.maemo.org/frs/?group_id=455
-livecheck.regex mediaserv-\(\[0-9\]+\.\[0-9\]+\)\.tar\.gz
-checksums md5 94c300a0e95c55dae42a61f77e4e41fe \
- sha1 53aa0d2d287bdf82c232e7e944d9212453dc47b0 \
- rmd160 78e824cd8b28effc58543e75aaf63e2cdc958941
-worksrcdir ${name}
+name mediaserv
+version 0.05
+revision 3
+categories net
+license Artistic-1
+maintainers nomaintainer
+platforms darwin
-depends_run port:perl5.16 port:p5.16-libwww-perl port:p5.16-xml-rss \
- port:p5.16-datetime path:bin/mplayer:mplayer-devel \
- port:tablet-encode
+description On-demand transcoding server for videos, targetting \
+ the Nokia Internet Tablets.
+long_description mediaserv is a simple web server which exposes video \
+ content on your desktop PC or server to your Nokia \
+ Internet Tablet (such as the Nokia 770, Nokia N800 or \
+ Nokia N810). When content is accessed, it transcodes \
+ the video "Just In Time" and streams it to your \
+ Internet Tablet. RSS feeds for directories are also \
+ provided, listing the most recently updated content, \
+ and compatible with Nokia's beta Video Center \
+ application.
-patchfiles patch-mediaserv.diff patch-install_sh.diff
+homepage http://mediautils.garage.maemo.org/mediaserv.html
+master_sites https://garage.maemo.org/frs/download.php/2632
+
+checksums rmd160 78e824cd8b28effc58543e75aaf63e2cdc958941 \
+ sha256 4c5ed56e63752adb21e136c4ae0de2a3ed712aaa6f77f08984eed261ed26ecea
+
+worksrcdir ${name}
+
+depends_run port:perl5.16 \
+ port:p5.16-libwww-perl \
+ port:p5.16-xml-rss \
+ port:p5.16-datetime \
+ port:tablet-encode \
+ path:bin/mplayer:mplayer-devel
+
+patchfiles patch-install_sh.diff \
+ patch-mediaserv.diff
+
post-patch {
reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|g" \
${worksrcpath}/mediaserv
@@ -44,9 +48,9 @@
${worksrcpath}/install.sh
}
-use_configure no
+use_configure no
-build {}
+build {}
destroot {
xinstall -m 755 ${worksrcpath}/mediaserv \
@@ -60,3 +64,7 @@
xinstall -m 644 ${worksrcpath}/README.txt \
${destroot}${prefix}/share/doc/${name}/README.txt
}
+
+livecheck.type regex
+livecheck.url https://garage.maemo.org/frs/?group_id=455
+livecheck.regex mediaserv-\(\[0-9\]+\.\[0-9\]+\)\.tar\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/809c859f/attachment.html>
More information about the macports-changes
mailing list