Commits
Anthony Ramine authored 53079d81bff
1 1 | # -*- 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 |
2 2 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | |
6 6 | name unrar |
7 7 | set my_name ${name}src |
8 8 | version 3.9.10 |
9 9 | categories archivers |
10 10 | platforms darwin freebsd |
11 - | maintainers nox openmaintainer |
11 + | maintainers nomaintainer |
12 12 | description Extract, view & test RAR archives |
13 13 | |
14 14 | long_description \ |
15 15 | The unRAR utility is a minor part of the RAR archiver and \ |
16 16 | contains RAR uncompression algorithm. unRAR requires very \ |
17 17 | small volume of memory to operate. |
18 18 | |
19 19 | homepage http://www.rarlab.com/ |
20 20 | master_sites ${homepage}rar/ |
21 21 | distname ${my_name}-${version} |