==== Patch <dports_archivers_unrar> level 2
Source: f4683a9b-5f3c-4ec4-b7f8-a7e21da36217:/local/trunk/dports/archivers:20119 [local]
Target: d073be05-634f-4543-b044-5fe20cf6d1d6:/trunk/dports/archivers:20593 [mirrored]
(http://svn.macports.org/repository/macports/trunk)
Log:
r19897@entropy: mark | 2006-11-08 11:01:13 -0800
Copy the mirrored repository to a local repository.
r20118@entropy: mark | 2006-11-27 16:15:17 -0800
updated to 3.6.8
r20119@entropy: mark | 2006-11-27 16:34:16 -0800
fix whitespace
=== unrar/Portfile
==================================================================
|
|
|
1 | 1 | # $Id$ |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | | name unrar |
5 | | version 3.6.5 |
6 | | categories archivers |
7 | | maintainers max@kruschwitz.biz |
8 | | description Extract, view & test RAR archives |
9 | | long_description The unRAR utility is a minor part of the \ |
10 | | RAR archiver and contains RAR uncompression algorithm. \ |
11 | | unRAR requires very small volume of memory to operate. |
12 | | homepage http://www.rarlab.com/ |
13 | | platforms darwin freebsd |
| 4 | name unrar |
| 5 | version 3.6.8 |
| 6 | categories archivers |
| 7 | maintainers max@kruschwitz.biz |
| 8 | description Extract, view & test RAR archives |
| 9 | long_description The unRAR utility is a minor part of the RAR archiver and \ |
| 10 | contains RAR uncompression algorithm. unRAR requires very \ |
| 11 | small volume of memory to operate. |
| 12 | homepage http://www.rarlab.com/ |
| 13 | platforms darwin freebsd |
14 | 14 | |
15 | | master_sites http://www.rarlab.com/rar/ |
16 | | distname ${name}src-${version} |
17 | | checksums md5 2ffd7aa7363928e2ecf6bcc222873a3c \ |
18 | | sha1 2388fd40b2c8a0ce19f2eaa3dbd3b509e28a7b58 \ |
19 | | rmd160 9aa3b60595a76208390655fa7a51127accb4b434 |
| 15 | master_sites http://www.rarlab.com/rar/ |
| 16 | distname ${name}src-${version} |
| 17 | checksums md5 903363aada5fafa9bd00cac3309e6e45 \ |
| 18 | sha1 2781cb50d4421f0d0038ca440c851a79aefbeb7e \ |
| 19 | rmd160 c1660a2763a15f78c701a142cfb68a3be6054113 |
20 | 20 | |
21 | | worksrcdir ${name} |
| 21 | worksrcdir ${name} |
22 | 22 | |
23 | | configure {} |
| 23 | configure {} |
24 | 24 | |
25 | | build.args -f makefile.unix |
| 25 | build.args -f makefile.unix |
26 | 26 | |
27 | 27 | destroot { |
28 | | xinstall ${worksrcpath}/${name} ${destroot}/${prefix}/bin |
| 28 | xinstall ${worksrcpath}/${name} ${destroot}/${prefix}/bin |
29 | 29 | } |