|
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 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup xcode 1.0 |
|---|
| 5 | |
|---|
| 6 | name mpeg2decX |
|---|
| 7 | version 0.20 |
|---|
| 8 | categories aqua multimedia |
|---|
| 9 | maintainers nomaintainer |
|---|
| 10 | description Converts MPEG-2 files into a QT movie |
|---|
| 11 | |
|---|
| 12 | long_description mpeg2decX is used to convert MPEG-2 files into \ |
|---|
| 13 | QuickTime movies. |
|---|
| 14 | |
|---|
| 15 | homepage http://homepage1.nifty.com/~toku/software_en.html#${name} |
|---|
| 16 | master_sites http://homepage1.nifty.com/~toku/software/ |
|---|
| 17 | |
|---|
| 18 | checksums md5 6c9e92e6433c73d79561c71d0ee4c978 \ |
|---|
| 19 | sha1 adbdfb5f6c17bd6ddb52832e95698e93dd667510 \ |
|---|
| 20 | rmd160 41601ee234e9ad6d34f427bcc6fe085e6048ec0d |
|---|
| 21 | |
|---|
| 22 | universal_variant no |
|---|
| 23 | |
|---|
| 24 | livecheck.check regex |
|---|
| 25 | livecheck.url [strsed ${homepage} {/#.*$//}] |
|---|
| 26 | livecheck.regex "${name} (\\d+(?:\\.\\d+)*)" |
|---|