You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
upgrade to python 2.4
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10128 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
+16
-15
@@ -1,24 +1,25 @@
|
||||
# $Id: Portfile,v 1.2 2004/04/21 19:00:01 mww Exp $
|
||||
# $Id: Portfile,v 1.3 2004/12/31 17:25:41 mww Exp $
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup python 1.0
|
||||
PortGroup python24 1.0
|
||||
|
||||
name py-flatdb
|
||||
version 1.0.2
|
||||
categories python databases textproc
|
||||
platforms darwin freebsd
|
||||
maintainers mww@opendarwin.org
|
||||
description flatfile database module for python
|
||||
name py-flatdb
|
||||
version 1.0.2
|
||||
revision 1
|
||||
categories python databases textproc
|
||||
platforms darwin freebsd
|
||||
maintainers mww@opendarwin.org
|
||||
description flatfile database module for python
|
||||
long_description FlatDB is a python flatfile database module. Use it to \
|
||||
create and modify flat file (ASCII text) databases. \
|
||||
The (non-SQL) API supports table creation, table \
|
||||
deletion, inserts, updates, deletes, and search \
|
||||
queries with where clauses.
|
||||
create and modify flat file (ASCII text) databases. \
|
||||
The (non-SQL) API supports table creation, table \
|
||||
deletion, inserts, updates, deletes, and search \
|
||||
queries with where clauses.
|
||||
|
||||
homepage http://www.swoogan.com/flatdb.html
|
||||
homepage http://www.swoogan.com/flatdb.html
|
||||
master_sites http://www.swoogan.com/downloads/flatdb/
|
||||
distname FlatDB-${version}
|
||||
checksums md5 72162363362fad2de2750c47969966fe
|
||||
distname FlatDB-${version}
|
||||
checksums md5 72162363362fad2de2750c47969966fe
|
||||
|
||||
post-destroot {
|
||||
file delete -force ${destroot}${prefix}/share/doc/${name}
|
||||
|
||||
+16
-15
@@ -1,25 +1,26 @@
|
||||
# $Id: Portfile,v 1.1 2004/04/22 15:36:13 mww Exp $
|
||||
# $Id: Portfile,v 1.2 2004/12/31 17:28:13 mww Exp $
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup python 1.0
|
||||
PortGroup python24 1.0
|
||||
|
||||
name py-htmloo
|
||||
version 0.7
|
||||
categories python www
|
||||
platforms darwin
|
||||
maintainers mww@opendarwin.org
|
||||
description python module allowing usage of html code like python objects
|
||||
name py-htmloo
|
||||
version 0.7
|
||||
revision 1
|
||||
categories python www
|
||||
platforms darwin
|
||||
maintainers mww@opendarwin.org
|
||||
description python module allowing usage of html code like python objects
|
||||
long_description pyhtmloo is a library that allows python developers to \
|
||||
use HTML code like any other python objects. The final \
|
||||
goal of this is to have a library of HTML 'widgets'. \
|
||||
This will allow to no re-invent the wheel when \
|
||||
building HTML pages.
|
||||
use HTML code like any other python objects. The final \
|
||||
goal of this is to have a library of HTML 'widgets'. \
|
||||
This will allow to no re-invent the wheel when \
|
||||
building HTML pages.
|
||||
|
||||
homepage http://pyhtmloo.sourceforge.net/
|
||||
homepage http://pyhtmloo.sourceforge.net/
|
||||
master_sites sourceforge:pyhtmloo
|
||||
distname pyhtmloo-${version}
|
||||
distname pyhtmloo-${version}
|
||||
extract.suffix .tgz
|
||||
checksums md5 2e5b236f2a2e0680a5bf198078bcffc6
|
||||
checksums md5 2e5b236f2a2e0680a5bf198078bcffc6
|
||||
|
||||
worksrcdir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user