Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/aqua/mpeg2decX/Portfile

Revision 27860, 0.7 KB (checked in by nox@…, 17 months ago)

mpeg2decX:

  • Ported to xcode portgroup.
  • Disabled universal support.
  • Added sha1 and rmd160 checksums and livecheck.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               xcode 1.0
5
6name                    mpeg2decX
7version                 0.20
8categories              aqua multimedia
9maintainers             nomaintainer
10description             Converts MPEG-2 files into a QT movie
11
12long_description        mpeg2decX is used to convert MPEG-2 files into \
13                        QuickTime movies.
14
15homepage                http://homepage1.nifty.com/~toku/software_en.html#${name}
16master_sites    http://homepage1.nifty.com/~toku/software/
17
18checksums               md5 6c9e92e6433c73d79561c71d0ee4c978 \
19                                sha1 adbdfb5f6c17bd6ddb52832e95698e93dd667510 \
20                                rmd160 41601ee234e9ad6d34f427bcc6fe085e6048ec0d
21
22universal_variant no
23
24livecheck.check regex
25livecheck.url   [strsed ${homepage} {/#.*$//}]
26livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"
Note: See TracBrowser for help on using the browser.