==== Patch <dports_news_hellanzb> level 1
Source: f4683a9b-5f3c-4ec4-b7f8-a7e21da36217:/local/trunk/dports/news:20083 [local]
Target: d073be05-634f-4543-b044-5fe20cf6d1d6:/trunk/dports/news:20412 [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.
r20083@entropy: mark | 2006-11-25 00:55:14 -0800
updated to hellanzb 0.10
=== hellanzb/Portfile
==================================================================
|
|
|
4 | 4 | PortGroup python24 1.0 |
5 | 5 | |
6 | 6 | name hellanzb |
7 | | version 0.9 |
8 | | revision 1 |
| 7 | version 0.10 |
9 | 8 | categories news python |
10 | 9 | maintainers pjenvey@groovie.org |
11 | 10 | description Nzb downloader and post processor |
12 | | long_description \ |
13 | | hellanzb is an easy to use app designed to retrieve nzb files and fully process them. \ |
14 | | The goal being to make getting files from Usenet as hands-free as possible. Once fully \ |
15 | | installed, all that's required is moving an nzb file to the queue directory. The rest: \ |
16 | | downloading, par-checking, un-raring, etc. is done automatically by hellanzb. |
| 11 | long_description hellanzb is an easy to use app designed to retrieve nzb \ |
| 12 | files and fully process them. The goal being to make \ |
| 13 | getting files from Usenet as hands-free as possible. Once \ |
| 14 | fully installed, all that's required is moving an nzb file \ |
| 15 | to the queue directory. The rest: downloading, \ |
| 16 | par-checking, un-raring, etc. is done automatically by \ |
| 17 | hellanzb. |
17 | 18 | homepage http://www.hellanzb.com/ |
18 | 19 | platforms darwin |
19 | 20 | |
20 | 21 | master_sites ${homepage}/distfiles/ |
21 | | checksums md5 2564b78b0639c4f4e7b128d00a51dcf4 |
| 22 | checksums md5 a310878e68e9ceb85e405ac6dc803cee |
22 | 23 | |
23 | | depends_run bin:par2:par2 \ |
24 | | bin:unrar:unrar \ |
25 | | bin:flac:flac \ |
26 | | bin:shorten:shorten \ |
27 | | port:py-twisted |
| 24 | depends_run bin:par2:par2 \ |
| 25 | bin:unrar:unrar \ |
| 26 | bin:flac:flac \ |
| 27 | bin:shorten:shorten \ |
| 28 | port:py-twisted |
28 | 29 | |
29 | 30 | post-activate { |
30 | | # copy over the sample conf file if necessary |
31 | | if { ![file exists ${prefix}/etc/${name}.conf] } { |
32 | | file copy ${prefix}/etc/${name}.conf.sample \ |
33 | | ${prefix}/etc/${name}.conf |
34 | | } |
| 31 | # copy over the sample conf file if necessary |
| 32 | if { ![file exists ${prefix}/etc/${name}.conf] } { |
| 33 | file copy ${prefix}/etc/${name}.conf.sample \ |
| 34 | ${prefix}/etc/${name}.conf |
| 35 | } |
35 | 36 | } |