1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 00001 2012-03-01 14:18:34 |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-cherrypy3 |
---|
8 | conflicts py27-cherrypy |
---|
9 | version 3.2.2 |
---|
10 | categories python www |
---|
11 | maintainers gmail.com:jauji.lin |
---|
12 | license BSD |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description Object-Oriented HTTP framework |
---|
16 | long_description CherryPy is a pythonic, object-oriented web \ |
---|
17 | development framework. CherryPy allows developers \ |
---|
18 | to build web applications in much the same way \ |
---|
19 | they would build any other object-oriented Python \ |
---|
20 | program. This usually results in smaller source \ |
---|
21 | code developed in less time. |
---|
22 | platforms darwin |
---|
23 | homepage http://www.cherrypy.org/ |
---|
24 | master_sites http://download.cherrypy.org/cherrypy/${version}/ |
---|
25 | distname CherryPy-${version} |
---|
26 | |
---|
27 | checksums sha1 ad47d2d9c2c68231f0ea1b09ffb2927f42a493b6 \ |
---|
28 | rmd160 b391c6865d04797464a8d124fd812d1602e1fbb9 |
---|
29 | |
---|
30 | livecheck.type regex |
---|
31 | livecheck.url ${homepage}wiki/CherryPyDownload |
---|
32 | livecheck.regex {cherrypy/([0-9.]+)/} |
---|