Changeset 47392
- Timestamp:
- Feb 27, 2009, 10:39:09 PM (9 years ago)
- Location:
- trunk/dports/python/py26-mx-base
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py26-mx-base/Portfile
r39878 r47392 1 1 # $Id$ 2 2 3 PortSystem 1.0 4 PortGroup python25 1.0 3 PortSystem 1.0 4 PortGroup python26 1.0 5 name py26-mx-base 6 version 3.1.1 7 maintainers blb openmaintainer 8 description eGenix.com mx Extensions for Python - base package 9 long_description \ 10 Collection of Python software tools which enhance Python's usability in \ 11 many important areas such as ODBC database connectivity, fast text \ 12 processing, date/time processing and web site programming. 5 13 6 name py25-mx-base 7 version 3.1.1 8 categories python 9 platforms darwin 10 maintainers mww 11 description eGenix.com mx Extensions for Python - base package 12 long_description collection of Python software tools which enhance Python's \ 13 usability in many important areas such as ODBC database \ 14 connectivity, fast text processing, date/time processing and \ 15 web site programming. 14 platforms darwin 16 15 17 homepage http://www.egenix.com/products/python/mxBase/ 18 master_sites http://www.egenix.com/files/python/ 19 distname egenix-mx-base-${version} 20 checksums sha1 70b4423a1f4d690976d57ded91ec3e9a71c6c0a3 16 homepage http://www.egenix.com/products/python/mxBase/ 17 master_sites http://www.egenix.com/files/python/ 18 distname egenix-mx-base-${version} 21 19 22 livecheck.check regex 23 livecheck.url ${homepage} 24 livecheck.regex Version: (\[0-9\\.\]+) 20 checksums md5 d0f3b1adca33a68867bf50f000060cd6 \ 21 sha1 70b4423a1f4d690976d57ded91ec3e9a71c6c0a3 \ 22 rmd160 fc2dd06c2a93f010e7ac63777310f942a0868185 25 23 24 livecheck.check regex 25 livecheck.url ${homepage} 26 livecheck.regex Version: (\[0-9\\.\]+) 27
Note: See TracChangeset
for help on using the changeset viewer.