head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.34;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.13.04.23.50;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.05.11.44.52;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.29.12.59.14;	author yzlin;	state Exp;
branches;
next	1.6;

1.6
date	2009.05.23.14.23.50;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.12.21.06.00.14;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2008.09.24.17.50.49;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2008.08.23.16.16.58;	author lippe;	state Exp;
branches;
next	1.2;

1.2
date	2008.08.03.14.22.32;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.26.04.31.12;	author beech;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	gaeo
# Date created:		2008-07-24
# Whom:			Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw>
#
# $FreeBSD: head/www/gaeo/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gaeo
PORTVERSION=	0.3
PORTEPOCH=	1
CATEGORIES=	www devel python
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	yzlin@@FreeBSD.org
COMMENT=	An open-source web framework running on Google App Engine

RUN_DEPENDS=	google-appengine>=1.1.0:${PORTSDIR}/www/google-appengine \
		${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson

PROJECTHOST=	google-app-engine-oil

USE_ZIP=	yes
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install

GAEOHOME=	${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}

PORTDOCS=	LICENSE NOTICE README.TXT CHANGELOG

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.9
log
@- Update to 0.3
- Remove MD5

PR:             ports/152279
Submitted by:   Bo-Yi Wu <appleboy.tw@@gmail.com>
Approved by:    maintainer timeout (yzlin ; 26 days)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- update to jpeg-8
@
text
@d9 1
a9 2
PORTVERSION=	0.2.1
PORTREVISION=	1
d28 1
a28 4
PORTDOCS=	LICENSE NOTICE README.TXT

post-patch:
	${REINPLACE_CMD} -e "s,%%GAEOHOME%%,${GAEOHOME},g" ${WRKSRC}/bin/gaeo.py
@


1.7
log
@- Change to my mail address at FreeBSD.org

Approved by:	lwhsu (mentor)
@
text
@d10 1
@


1.6
log
@- Update to 0.2.1

PR:		134858
Submitted by:	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	yzlin@@cs.nctu.edu.tw
@


1.5
log
@- Update to 0.2

PR:		ports/129718
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.2
@


1.4
log
@- Update to 0.1

PR:		ports/127519
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.1
a37 1
	${INSTALL_SCRIPT} ${WRKSRC}/bin/gaeo.py ${PREFIX}/bin/gaeo
@


1.3
log
@- Update to 68.

PR:		ports/126686
Submitted by:	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw> (maintainer)
Approved by:	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw> (maintainer)
@
text
@d9 2
a10 1
PORTVERSION=	68
a12 1
DISTNAME=	${PORTNAME}-trunk-r${PORTVERSION}
d17 2
a18 1
RUN_DEPENDS=	google-appengine>=1.1.0:${PORTSDIR}/www/google-appengine
d22 5
a26 1
NO_BUILD=	yes
d28 1
a28 2
USE_PYTHON=	2.5+
USE_ZIP=	yes
d31 1
a31 1
	${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR},g" ${WRKSRC}/bin/gaeo.py
d33 1
a33 2
do-install:
	cd ${WRKSRC} && ${COPYTREE_SHARE} "gaeo" ${DATADIR}
d35 2
a36 2
	${INSTALL} -d ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR}/README
d38 1
a38 2
	${INSTALL_SCRIPT} ${WRKSRC}/bin/gaeo.py ${PREFIX}/bin/gaeo.py
	${INSTALL_SCRIPT} ${WRKSRC}/bin/gaeogen.py ${PREFIX}/bin/gaeogen.py
@


1.2
log
@- Update to 50

PR:		126004
Submitted by;	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	50
@


1.1
log
@Google App Engine Oil (GAEO) is an open-source web framework
running on Google App Engine.

Google App Engine Oil (GAEO) enables the web development on
Google AppEngine quick and less configurations. GAEO enhances
Google AppEngine SDK with new features such as:
    - Well-formed URL Routing
    - Enhanced Request Handler (Controller)
    - Enhanced Object-Relation Mapping (ORM)

PR:		ports/125923
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	45
a25 2
WRKSRC=		${WRKDIR}/${PORTNAME}

@

