mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
2012-05-12 www/py-django12: Unsupported version
This commit is contained in:
parent
2f3f4fc6f9
commit
aef06eda7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303441
1
MOVED
1
MOVED
@ -3659,3 +3659,4 @@ x11-wm/e17-module-efm_nav||2012-08-26|Has expired: Deprecated by enlightenment.o
|
||||
x11-wm/e17-module-efm_path||2012-08-26|Has expired: Deprecated by enlightenment.org
|
||||
x11-wm/e17-module-efm_pathbar||2012-08-26|Has expired: Deprecated by enlightenment.org
|
||||
x11-wm/e17-module-notification||2012-08-26|Has expired: Merged into x11-wm/enlightenment
|
||||
www/py-django12||2012-08-31|Has expired: Unsupported version
|
||||
|
@ -1487,7 +1487,6 @@
|
||||
SUBDIR += py-django-tagging
|
||||
SUBDIR += py-django-tastypie
|
||||
SUBDIR += py-django-threaded-multihost
|
||||
SUBDIR += py-django12
|
||||
SUBDIR += py-django13
|
||||
SUBDIR += py-django_compressor
|
||||
SUBDIR += py-djblets
|
||||
|
@ -1,89 +0,0 @@
|
||||
# New ports collection makefile for: django
|
||||
# Date created: 2005-11-19
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= django
|
||||
PORTVERSION= 1.2.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://media.djangoproject.com/releases/${PORTVERSION:R}/ \
|
||||
CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Django-${PORTVERSION}
|
||||
DIST_SUBDIR= python
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= High-level Python Web framework
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}django12
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= Django
|
||||
|
||||
CONFLICTS= py2[0-9]-django-devel-[0-9]* py2[0-9]-django-1.[34]*
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
|
||||
OPTIONS= POSTGRESQL "PostgreSQL support" off \
|
||||
MYSQL "MySQL support" off \
|
||||
SQLITE "SQLite support" off \
|
||||
FASTCGI "FastCGI support" off \
|
||||
DOCS "Install HTML documentation (requires Sphinx)" off
|
||||
|
||||
MAN1= daily_cleanup.1 django-admin.1 gather_profile_stats.1
|
||||
|
||||
# bypass infrastructure bug
|
||||
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
||||
|
||||
DEPRECATED= Unsupported version
|
||||
EXPIRATION_DATE=2012-05-12
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/_psycopg.so:${PORTSDIR}/databases/py-psycopg2
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SQLITE)
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FASTCGI)
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DOCS)
|
||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
.if defined(WITH_DOCS)
|
||||
. if defined(NOPORTDOCS)
|
||||
IGNORE= you cannot build documentation while setting NOPORTDOCS
|
||||
. endif
|
||||
cd ${WRKSRC}/docs && ${MAKE} html
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/man/* ${MAN1PREFIX}/man/man1
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation"
|
||||
@${ECHO_MSG} ""
|
||||
.if defined(WITH_DOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${CP} -R ${WRKSRC}/docs/_build/html ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (python/Django-1.2.7.tar.gz) = 912b6b9223e2eaa64912f01e0e3b0cddc1d16007a2a6f30b206a96a8c901298a
|
||||
SIZE (python/Django-1.2.7.tar.gz) = 6400234
|
@ -1,10 +0,0 @@
|
||||
Django is a high-level Python Web framework that encourages rapid development
|
||||
and clean, pragmatic design.
|
||||
|
||||
Developed and used over the past two years by a fast-moving online-news
|
||||
operation, Django was designed from scratch to handle two challenges: the
|
||||
intensive deadlines of a newsroom and the stringent requirements of experienced
|
||||
Web developers. It has convenient niceties for developing content-management
|
||||
systems, but it's an excellent tool for building any Web site.
|
||||
|
||||
WWW: http://www.djangoproject.com/
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user