Django is a high-level Python Web framework that encourages rapid

development and clean, pragmatic design.

Developed and used over two years by a fast-moving online-news
operation, Django was designed to handle two challenges: the intensive
deadlines of a newsroom and the stringent requirements of the
experienced Web developers who wrote it. It lets you build
high-performing, elegant Web applications quickly.

From Darrin Chandler (MAINTAINER)
Testing and help from Will Maier and myself
ok steven@
This commit is contained in:
merdely 2007-09-19 13:45:00 +00:00
parent 799cddec5f
commit 178a33f7d6
5 changed files with 1099 additions and 0 deletions

34
www/py-django/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/19 13:45:00 merdely Exp $
COMMENT= high-level Python web framework
V= 0.96
LNAME= django
DISTNAME= Django-${V}
PKGNAME= py-${LNAME}-${V}
CATEGORIES= www lang/python
HOMEPAGE= http://www.djangoproject.com/
MAINTAINER= Darrin Chandler <dwchandler@stilyagin.com>
# BSD License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://media.djangoproject.com/releases/${V}/
MODULES= lang/python
NO_REGRESS= Yes
SUBST_VARS+= V LNAME
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${LNAME}
cd ${WRKSRC}/docs && \
find . ! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/share/doc/${LNAME}/{} \;
.include <bsd.port.mk>

5
www/py-django/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (Django-0.96.tar.gz) = b4aedad1e90dd38d58ff9fc756180c7d
RMD160 (Django-0.96.tar.gz) = 2ca030a75c7b11fcc3507ad929d8a9884c0fad3e
SHA1 (Django-0.96.tar.gz) = 8870e0946ffe33a78293616d89b640fa58c6fe33
SHA256 (Django-0.96.tar.gz) = d8e9cd5ad36901bc18cd13d939b0cffd23a028d0ae1a56e2ac753573ede10eba
SIZE (Django-0.96.tar.gz) = 1748745

8
www/py-django/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
Django is a high-level Python Web framework that encourages rapid
development and clean, pragmatic design.
Developed and used over two years by a fast-moving online-news
operation, Django was designed to handle two challenges: the intensive
deadlines of a newsroom and the stringent requirements of the
experienced Web developers who wrote it. It lets you build
high-performing, elegant Web applications quickly.

View File

@ -0,0 +1,9 @@
Complete documentation on Django may be found in:
${PREFIX}/share/doc/${LNAME}/
or online:
http://www.djangoproject.com/documentation/${V}/
If you want a database for Django you should install the Python
database adapter(s) of your choice ('pkg_add py-psycopg',
'pkg_add py-mysql', etc).

1043
www/py-django/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff