Ticket #11060: dports_news_hellanzb_0_10.patch

File dports_news_hellanzb_0_10.patch, 2.7 KB (added by mark@…, 17 years ago)
  • hellanzb/Portfile

    ==== 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
    ==================================================================
     
    44PortGroup python24 1.0
    55
    66name             hellanzb
    7 version          0.9
    8 revision         1
     7version          0.10
    98categories       news python
    109maintainers      pjenvey@groovie.org
    1110description      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.
     11long_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.
    1718homepage         http://www.hellanzb.com/
    1819platforms        darwin
    1920
    2021master_sites     ${homepage}/distfiles/
    21 checksums        md5 2564b78b0639c4f4e7b128d00a51dcf4
     22checksums        md5 a310878e68e9ceb85e405ac6dc803cee
    2223
    23 depends_run  bin:par2:par2 \
    24              bin:unrar:unrar \
    25              bin:flac:flac \
    26              bin:shorten:shorten \
    27              port:py-twisted
     24depends_run      bin:par2:par2 \
     25                 bin:unrar:unrar \
     26                 bin:flac:flac \
     27                 bin:shorten:shorten \
     28                 port:py-twisted
    2829
    2930post-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   }
    3536}