head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.06.04.15.29.46;	author bsam;	state Exp;
branches;
next	1.13;

1.13
date	2012.04.03.15.42.57;	author bsam;	state Exp;
branches;
next	1.12;

1.12
date	2011.06.21.13.18.29;	author bsam;	state Exp;
branches;
next	1.11;

1.11
date	2011.03.01.16.52.55;	author bsam;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.25.08.22.27;	author bsam;	state Exp;
branches;
next	1.9;

1.9
date	2008.12.17.16.20.25;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2006.03.26.14.48.58;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2005.10.21.16.22.23;	author sem;	state Exp;
branches;
next	1.6;

1.6
date	2005.03.19.16.42.00;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2005.03.16.21.14.58;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.14.01.30;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.04.29.19.17.13;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.11.11.50.25;	author tg;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.23.10.50.41;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:   pyweblib
# Date created:        22 March 2002
# Whom:                Oddbjorn Steffensen <oddbjorn@@tricknology.org>
#
# $FreeBSD: head/www/pyweblib/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pyweblib
PORTVERSION=	1.3.9
CATEGORIES=	www
MASTER_SITES=	http://www.stroeder.com/pylib/PyWebLib/download/

MAINTAINER=	bsam@@FreeBSD.org
COMMENT=	Yet another web programming framework for Python

LICENSE=	GPLv2

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

DOCS=		pydoc/pyweblib.forms.html \
		pydoc/pyweblib.helper.html \
		pydoc/pyweblib.html \
		pydoc/pyweblib.httphelper.html \
		pydoc/pyweblib.session.html \
		pydoc/pyweblib.sslenv.html

EXAMPLES=	*.py

post-install:
	${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/cgi-bin
	${INSTALL_DATA} ${WRKSRC}/cgi-bin/${EXAMPLES} ${EXAMPLESDIR}/cgi-bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}/pydoc
.for file in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/htdocs/${file} ${DOCSDIR}/${file}
.endfor
.endif

.include <bsd.port.mk>
@


1.14
log
@Update to version 1.3.9.

PR:		ports/168572
Submitted by:	koobs.freebsd@@gmail.com
Tested at:		redports
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Remove a stale master site.
Fix my e-mail address.

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.3.8
@


1.12
log
@Update to version 1.3.8. Changes:
2011-06-19      PyWebLib 1.3.8
- sslenv.PrintSecInfo(): Simplified output of issuer and subject DNs
- Class Radio: Regex-checking is not used anymore since this fails on
  larger option lists

PR:		ports/158096
Submitted by:	Jin-Sih Lin <linpct@@gmail.com>
@
text
@d11 1
a11 2
MASTER_SITES=	http://www.stroeder.com/pylib/PyWebLib/download/ \
		ftp://ftp.ipt.ru/pub/download/
d13 1
a13 1
MAINTAINER=	bsam@@ipt.ru
@


1.11
log
@* add LICENSE=GPLv2;
* update to version 1.3.7, changes:
-  sslenv.PrintSecInfo(): Also SSL_PROTOCOL is displayed
-  fixed inconsistent use of tabs and spaces (python -tt)
-  Single quotes and backticks are now escaped in pyweblib.forms.escapeHTML()
-  pyweblib.forms.Form.hiddenInputFields(): Treat default value for key-word
   argument ignoreFieldNames more robustely
-  forms.Select now also supports 3-tuples as option and the third
   value will be added as attribute text to HTML tag <option>

Reported by:	miwibot
@
text
@d9 1
a9 1
PORTVERSION=	1.3.7
@


1.10
log
@Update to version 1.3.6. Changes:
-----
2009-07-26      PyWebLib 1.3.6
- pyweblib.session.WebSession.__init__() has two new key-word arguments:
  sessionIDLength and sessionIDChars which allows to specify length and
  valid chars of session IDs generated
- A few chars added to pyweblib.session.SESSION_ID_CHARS to
  increase security
-----

PR:		ports/138156
Submitted by:	Sylvio Cesar <scjamorim at bsd.com.br>
@
text
@d9 1
a9 1
PORTVERSION=	1.3.6
d17 2
@


1.9
log
@- Update to 1.3.5

PR:		ports/128904
Submitted by:	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw>
Approved by:	Boris Samorodov <bsam@@ipt.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.5
@


1.8
log
@- Update to 1.3.4

PR:		ports/94918
Submitted by:	Boris B. Samorodov <bsam@@ipt.ru> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.4
a18 1
WRKSRC=		${WRKDIR}/${DISTNAME:S=-src==}
@


1.7
log
@- Change second MASTER_SITES URL. A former one was unfetchable.

PR:		ports/87789
Submitted by:	maintainer
Pointed out by:	fenner's portsurvey
@
text
@d9 1
a9 2
PORTVERSION=	1.3.3
PORTREVISION=	1
d21 1
a21 2
DOCS=		PyWebLib.html \
		pydoc/pyweblib.forms.html \
@


1.6
log
@- Install documentation and examples

PR:		ports/78971
Submitted by:	Boris B. Samorodov <bsam@@ipt.ru> (maintainer)
@
text
@d13 1
a13 1
		http://www.tricknology.org/ports/
@


1.5
log
@- Update to 1.3.3
- Transfer maintainership to submitter

PR:		ports/78020, ports/78925
Submitted by:	Boris B. Samorodov <bsam@@ipt.ru>
Approved by:	Oddbjorn <oddbjorn@@tricknology.org> (old maintainer)
@
text
@d10 1
d22 20
@


1.4
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.1.0
d14 1
a14 1
MAINTAINER=	oddbjorn@@tricknology.org
@


1.3
log
@use USE_PYDISTUTILS
@
text
@d15 1
@


1.2
log
@Don't depend on specific Python version.

PR:		36589
Submitted by:	Alan Eldridge <ports@@geeksrus.net>
Reviewed by:	Oddbjorn Steffensen <oddbjorn@@tricknology.org> (maintainer)
@
text
@a15 3
BUILD_DEPENDS=	python:${PORTSDIR}/lang/python
RUN_DEPENDS=	python:${PORTSDIR}/lang/python

d17 1
a18 6

do-build:
	cd ${WRKSRC} && python setup.py build

do-install:
	cd ${WRKSRC} && python setup.py install
@


1.1
log
@Initial import of pyweblib 1.1.0

PyWebLib is yet another web programming framework for Python.

PR: 36200
Submitted by: Oddbjorn Steffensen <oddbjorn@@tricknology.org>
@
text
@a19 1
PYTHON_VERSION=	python2.1
@

