mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 1.7.2
- Adopt new Makefile header - Add security/py-pycrypto to RUN_DEPENDS - Remove (obsolete) documentation BuildLog: http://goo.gl/APaq7 Changes&News: http://goo.gl/kLiQO
This commit is contained in:
parent
9a1e063a2c
commit
3f7d6572f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304569
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: google-appengine
|
||||
# Date created: 2008-04-09
|
||||
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
||||
#
|
||||
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= google-appengine
|
||||
PORTVERSION= 1.7.1
|
||||
PORTVERSION= 1.7.2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
@ -19,7 +15,8 @@ LICENSE= AL2 BSD GPLv2 LGPL21 MIT MPL PSFL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=${PYTHON_VER}:${PORTSDIR}/databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging
|
||||
${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6:${PORTSDIR}/security/py-pycrypto
|
||||
|
||||
PROJECTHOST= googleappengine
|
||||
|
||||
@ -27,15 +24,11 @@ USE_PYTHON= 2.7
|
||||
USE_ZIP= yes
|
||||
USE_GETTEXT= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES MYSQL
|
||||
OPTIONS_DEFINE= EXAMPLES MYSQL
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
DISTFILES+= ${PORTNAME}-docs-${GAEDOCSREL}.zip
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S,-,_,}
|
||||
|
||||
FIND_FILES= ${WRKSRC} -type f -name "*.py" -print0
|
||||
@ -47,7 +40,6 @@ XARGS_ARGS= -0
|
||||
REINPLACE_ARGS= -i.bak -e 's,/usr/bin/env python,&${PYTHON_VER},'
|
||||
|
||||
GAEDATADIR= google lib new_project_template tools
|
||||
GAEDOCSREL= 20120228
|
||||
GAESCRIPTS= api_server appcfg bulkload_client bulkloader \
|
||||
dev_appserver download_appstats gen_protorpc \
|
||||
google_sql remote_api_shell
|
||||
@ -69,17 +61,11 @@ do-install:
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${EXAMPLESDIR}
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${DOCSDIR}
|
||||
cd ${WRKDIR}/google-appengine-docs-${GAEDOCSREL} && ${COPYTREE_SHARE} . ${DOCSDIR}
|
||||
.endif
|
||||
.for S in ${GAESCRIPTS}
|
||||
. for EXT in py pyc pyo
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${S}.${EXT} ${DATADIR}
|
||||
${LN} ${LN_OPTS} ${DATADIR}/${S}.${EXT} ${PREFIX}/bin/${S}.${EXT}
|
||||
. endfor
|
||||
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/VERSION ${DATADIR}
|
||||
|
||||
|
@ -1,4 +1,2 @@
|
||||
SHA256 (google_appengine_1.7.1.zip) = 40c16a8a5fbd3211fee3fe5761dd42b110c167a5c081ac0a504fdcc7247ddabb
|
||||
SIZE (google_appengine_1.7.1.zip) = 26620581
|
||||
SHA256 (google-appengine-docs-20120228.zip) = b6f8d0c59220a268f48d297640f4d2b0b963585e743479df98363ded0cfaffb0
|
||||
SIZE (google-appengine-docs-20120228.zip) = 12325540
|
||||
SHA256 (google_appengine_1.7.2.zip) = df2ef713726bd62967499c1165cd13b539044b4bd027ffdce96ce14a62cd6649
|
||||
SIZE (google_appengine_1.7.2.zip) = 26697633
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user