upgrade to python 2.4

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10126 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2004-12-31 17:14:54 +00:00
parent d79f4006b6
commit cd1e9453ef
2 changed files with 15 additions and 13 deletions
+12 -11
View File
@@ -1,20 +1,21 @@
# $Id: Portfile,v 1.1 2004/04/26 17:41:57 mww Exp $
# $Id: Portfile,v 1.2 2004/12/31 17:14:54 mww Exp $
PortSystem 1.0
PortGroup python 1.0
PortGroup python24 1.0
name py-reverend
version 0.2.4
categories python textproc
platforms darwin
maintainers mww@opendarwin.org
description Reverend is a general purpose Bayesian classifier.
name py-reverend
version 0.2.4
revision 1
categories python textproc
platforms darwin
maintainers mww@opendarwin.org
description Reverend is a general purpose Bayesian classifier.
long_description ${description}
homepage http://www.divmod.org/Home/Projects/Reverend/
homepage http://www.divmod.org/Home/Projects/Reverend/
master_sites sourceforge:reverend
distname Reverend-${version}
checksums md5 ad257e5471e730dbcd35cd8ada440732
distname Reverend-${version}
checksums md5 ad257e5471e730dbcd35cd8ada440732
post-destroot {
xinstall -m 644 -W ${worksrcpath} README.txt changelog.txt \
+3 -2
View File
@@ -1,10 +1,11 @@
# $Id: Portfile,v 1.2 2004/11/27 15:57:34 mww Exp $
# $Id: Portfile,v 1.3 2004/12/31 17:13:23 mww Exp $
PortSystem 1.0
PortGroup python 1.0
PortGroup python24 1.0
name py-urwid
version 0.8.4
revision 1
categories python
platforms darwin
maintainers mww@opendarwin.org