head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.13.19.03.40;	author rm;	state Exp;
branches;
next	1.4;

1.4
date	2011.02.25.04.40.28;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.10.15.20.59.01;	author jpaetzel;	state Exp;
branches;
next	1.2;

1.2
date	2008.09.07.00.18.51;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.30.20.14.47;	author sat;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	jtoolkit
# Date created:		30 August 2007
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/www/jtoolkit/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	jToolkit
PORTVERSION=	0.7.8
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Webapp framework with modpython-based and stand-alone modes

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}kid>=0.9.5:${PORTSDIR}/devel/py-kid
# Has optional dependencies on database engines
# Can optionally use py-lucene (on i386)

USE_PYTHON=	-2.7
USE_PYDISTUTILS=yes
PYSETUP=	${PORTNAME}Setup.py

.include <bsd.port.mk>
@


1.5
log
@- strict python version to 2.x only
- convert to using PYTHON_PKGNAMEPREFIX in dependency entry
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d17 1
a17 1
RUN_DEPENDS=	py*-kid>=0.9.5:${PORTSDIR}/devel/py-kid
d21 1
a21 1
USE_PYTHON=	2.5+
@


1.3
log
@Let jtoolkit use an installed version of python rather than forcing a dependancy on python 2.5

Approved by:	itetcu@@ (mentor)
@
text
@d10 1
d21 1
a21 1
USE_PYTHON=	2.4+
@


1.2
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d20 1
a20 1
USE_PYTHON=	2.5
@


1.1
log
@Add port www/jtoolkit:

jToolkit is a Python web application framework built on modpython and
Apache. There is also a simple command line webserver for running
applications from.

It is aimed at dynamically generated pages rather than mostly-static
pages (for which there are templating solutions). Pages can be produced
using a variety of widgets. It handles sessions and database
connections (and multi-database portability).

WWW: http://jtoolkit.sourceforge.net/
Author: St James Software <info@@sjsoft.com>

Obtained from:	Pootle mailing lists (lucene patch)
@
text
@d13 1
a13 1
MAINTAINER=	infofarmer@@FreeBSD.org
@

