Changeset 79324
- Timestamp:
- 06/09/11 09:53:56 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py26-PyRSS2Gen/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py26-PyRSS2Gen/Portfile
r79323 r79324 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortGroup python26 1.04 PortSystem 1.0 5 PortGroup python26 1.0 5 6 6 name py26-PyRSS2Gen 7 version 1.0.0 8 revision 1 9 license BSD 10 maintainers nomaintainer 11 platforms darwin 12 supported_archs noarch 7 name py26-PyRSS2Gen 8 version 1.0.0 9 revision 1 10 platforms darwin 11 categories-append devel 12 maintainers nomaintainer 13 license BSD 14 supported_archs noarch 13 15 14 description pygooglechart is a complete Python wrapper for the Google Chart API16 description pygooglechart is a complete Python wrapper for the Google Chart API 15 17 16 long_description \ 17 ${description} 18 long_description ${description} 18 19 19 categories-append \ 20 devel 20 homepage http://www.dalkescientific.com/Python/PyRSS2Gen.html 21 master_sites http://www.dalkescientific.com/Python/ 22 distname PyRSS2Gen-${version} 21 23 22 homepage http://www.dalkescientific.com/Python/PyRSS2Gen.html 23 master_sites http://www.dalkescientific.com/Python/ 24 distname PyRSS2Gen-${version} 25 26 checksums md5 b37ed0c9cfa4438a73dbbb0207f3aff6 \ 27 sha1 fcea9beb59ca022ed89b254b2362ae5af386f01a \ 28 rmd160 8fe60587c15760dc229c0acc765626a0e1c412d7 24 checksums md5 b37ed0c9cfa4438a73dbbb0207f3aff6 \ 25 sha1 fcea9beb59ca022ed89b254b2362ae5af386f01a \ 26 rmd160 8fe60587c15760dc229c0acc765626a0e1c412d7 29 27 30 28 post-destroot { … … 34 32 } 35 33 36 livecheck.type regex37 livecheck.url ${homepage}38 livecheck.regex {PyRSS2Gen-(\d+(?:\.\d+)*)}34 livecheck.type regex 35 livecheck.url ${homepage} 36 livecheck.regex {PyRSS2Gen-(\d+(?:\.\d+)*)}
Note: See TracChangeset
for help on using the changeset viewer.

