diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-28 18:15:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-28 18:15:44 +0800 |
commit | 4c98027ce9db8e7980f57b99ebf50ead41e63e8e (patch) | |
tree | 267f24e687945ee21c46e4d185cf66a09eadadaa /www | |
parent | 251a0ddbf9b1c407239fda4978c7a7ce7e754cfc (diff) | |
download | freebsd-ports-gnome-4c98027ce9db8e7980f57b99ebf50ead41e63e8e.tar.gz freebsd-ports-gnome-4c98027ce9db8e7980f57b99ebf50ead41e63e8e.tar.zst freebsd-ports-gnome-4c98027ce9db8e7980f57b99ebf50ead41e63e8e.zip |
PumperWeb is a set of tools for Python WEB developer. It tries to keep
programmer's life simple. No more heavy framework, not more dirty. PumperWeb
keeps programmers simple and smart. There is a old said, "Keep It Simple &
Stupid". Stupid! A good stupid is another way to be smart.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki
PR: ports/110941
Submitted by: Thinker K.F. Li <thinker at branda.to>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pumperweb/Makefile | 26 | ||||
-rw-r--r-- | www/pumperweb/pkg-descr | 6 | ||||
-rw-r--r-- | www/pumperweb/pkg-plist | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a311b5be163a..954106675050 100644 --- a/www/Makefile +++ b/www/Makefile @@ -948,6 +948,7 @@ SUBDIR += pserv SUBDIR += pubcookie-login-server SUBDIR += publicfile + SUBDIR += pumperweb SUBDIR += punbb SUBDIR += pwebstats SUBDIR += py-HTMLgen diff --git a/www/pumperweb/Makefile b/www/pumperweb/Makefile new file mode 100644 index 000000000000..1125078b26d1 --- /dev/null +++ b/www/pumperweb/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pumperweb +# Date created: 2007-03-28 +# Whom: Thinker K.F. Li <thinker@branda.to> +# +# $FreeBSD$ +# + +PORTNAME= pumperweb +PORTVERSION= 0.1 +CATEGORIES= www devel +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= thinker@branda.to +COMMENT= PumperWeb is a meta project that creates a WEB framework + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ez_web/ez_user_auth.py:${PORTSDIR}/www/py-ez_web \ + ${PYTHON_SITELIBDIR}/sqlcc/__init__.py:${PORTSDIR}/devel/py-sqlcc + +USE_PYTHON= yes +NO_BUILD= yes + +do-install: + +.include <bsd.port.mk> diff --git a/www/pumperweb/pkg-descr b/www/pumperweb/pkg-descr new file mode 100644 index 000000000000..30f5a6577e77 --- /dev/null +++ b/www/pumperweb/pkg-descr @@ -0,0 +1,6 @@ +PumperWeb is a set of tools for Python WEB developer. It tries to keep +programmer's life simple. No more heavy framework, not more dirty. PumperWeb +keeps programmers simple and smart. There is a old said, "Keep It Simple & +Stupid". Stupid! A good stupid is another way to be smart. + +WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki diff --git a/www/pumperweb/pkg-plist b/www/pumperweb/pkg-plist new file mode 100644 index 000000000000..8fb5cc4556d5 --- /dev/null +++ b/www/pumperweb/pkg-plist @@ -0,0 +1 @@ +@comment $FreeBSD$ |