1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Bottle is a fast and simple micro-framework for small web-applications.

It offers request dispatching (Routes) with url parameter support,
Templates, key/value Databases, a build-in HTTP Server and adapters
for many third party WSGI/HTTP-server and template engines.
All in a single file and with no dependencies other than the Python
Standard Library.

WWW: http://bottle.paws.de/
This commit is contained in:
Nicola Vitale 2009-11-04 09:13:22 +00:00
parent 68cbca9a9a
commit 814186607b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243746
5 changed files with 38 additions and 0 deletions

View File

@ -1297,6 +1297,7 @@
SUBDIR += py-apachelog
SUBDIR += py-beaker
SUBDIR += py-beautifulsoup
SUBDIR += py-bottle
SUBDIR += py-cherrypy
SUBDIR += py-cherrypy-old
SUBDIR += py-clientform

22
www/py-bottle/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: bottle
# Date created: 2009-11-03
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bottle
PORTVERSION= 0.6.4
#PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Fast and simple WSGI-framework for small web-applications
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

3
www/py-bottle/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (bottle-0.6.4.tar.gz) = fc4603408ab61de55441a0c9192fe488
SHA256 (bottle-0.6.4.tar.gz) = 02a6007fb28755f89918c156377f5e0a6fbe0ce0260a053dab07b533977bc337
SIZE (bottle-0.6.4.tar.gz) = 16782

8
www/py-bottle/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Bottle is a fast and simple micro-framework for small web-applications.
It offers request dispatching (Routes) with url parameter support,
Templates, key/value Databases, a build-in HTTP Server and adapters
for many third party WSGI/HTTP-server and template engines.
All in a single file and with no dependencies other than the Python
Standard Library.
WWW: http://bottle.paws.de/

4
www/py-bottle/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
@comment $FreeBSD$
%%PYTHON_SITELIBDIR%%/bottle.py
%%PYTHON_SITELIBDIR%%/bottle.pyc
%%PYTHON_SITELIBDIR%%/bottle.pyo