[143465] trunk/dports/multimedia/tablet-encode/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 13:05:21 PST 2015


Revision: 143465
          https://trac.macports.org/changeset/143465
Author:   mojca at macports.org
Date:     2015-12-12 13:05:20 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
tablet-encode: whitespace, checksums only

Modified Paths:
--------------
    trunk/dports/multimedia/tablet-encode/Portfile

Modified: trunk/dports/multimedia/tablet-encode/Portfile
===================================================================
--- trunk/dports/multimedia/tablet-encode/Portfile	2015-12-12 21:02:05 UTC (rev 143464)
+++ trunk/dports/multimedia/tablet-encode/Portfile	2015-12-12 21:05:20 UTC (rev 143465)
@@ -1,36 +1,31 @@
+# -*- 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$
 
-# -*- 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
+PortSystem          1.0
 
-PortSystem 1.0
+name                tablet-encode
+license             Artistic-1
+version             2.30
+revision            1
+categories          multimedia
+maintainers         nomaintainer
+platforms           darwin
+description         Transcoding video files for Nokia Internet Tablets
+long_description    As the Nokia Internet Tablets have relatively slow \
+                    processors, and relatively little storage space it is \
+                    a good idea to "transcode" your videos to a smaller, \
+                    more suitable format for watching them.
+homepage            http://mediautils.garage.maemo.org/tablet-encode.html
+master_sites        https://garage.maemo.org/frs/download.php/6892
 
-name            tablet-encode
-license         Artistic-1
-version         2.30
-revision        1
-categories      multimedia
-maintainers     nomaintainer
-platforms       darwin
-description     Transcoding video files for Nokia Internet Tablets
-long_description \
-                As the Nokia Internet Tablets have relatively slow \
-                processors, and relatively little storage space it is \
-                a good idea to "transcode" your videos to a smaller, \
-                more suitable format for watching them.
-homepage        http://mediautils.garage.maemo.org/tablet-encode.html
-master_sites    https://garage.maemo.org/frs/download.php/6892
-livecheck.type  regex
-livecheck.url   https://garage.maemo.org/frs/?group_id=455
-livecheck.regex tablet-encode-\(\[0-9\]+\.\[0-9\]+\)\.tar\.gz
-checksums       md5     cc81a2a375724543cf40ea2ed97d3e6a \
-                sha1    224b8fc7c86bbe5cd68d2a0172e3f1a27fb923a2 \
-                rmd160  71aa43d56df5c70484dda3dd882033e8639ae8e0
+checksums           rmd160  71aa43d56df5c70484dda3dd882033e8639ae8e0 \
+                    sha256  ce1f413c111429db14f41ca611297896357065d0934b7dce9e341a77e178f557
 
-depends_run     port:perl5.16 path:bin/mplayer:mplayer-devel
+depends_run         port:perl5.16 \
+                    path:bin/mplayer:mplayer-devel
 
-variant gui \
-    description {GTK2 Graphical User Interface} {
-    depends_run-append port:p5.16-gtk2
+variant gui description {GTK2 Graphical User Interface} {
+    depends_run-append  port:p5.16-gtk2
 }
 
 post-patch {
@@ -49,3 +44,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     tablet-encode-\(\[0-9\]+\.\[0-9\]+\)\.tar\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/848f4baa/attachment.html>


More information about the macports-changes mailing list