aboutsummaryrefslogtreecommitdiff
path: root/www/pyweblib
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.3.9.Boris Samorodov2012-06-042-3/+3
| | | | | | | | | PR: ports/168572 Submitted by: koobs.freebsd@gmail.com Tested at: redports Notes: svn path=/head/; revision=298359
* Remove a stale master site.Boris Samorodov2012-04-031-3/+2
| | | | | | | | | Fix my e-mail address. Feature safe: yes Notes: svn path=/head/; revision=294162
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Update to version 1.3.8. Changes:Boris Samorodov2011-06-212-3/+3
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=275991
* * add LICENSE=GPLv2;Boris Samorodov2011-03-012-4/+5
| | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=270065
* Update to version 1.3.6. Changes:Boris Samorodov2009-08-252-4/+4
| | | | | | | | | | | | | | | | | ----- 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> Notes: svn path=/head/; revision=240309
* - Update to 1.3.5Pav Lucistnik2008-12-172-5/+4
| | | | | | | | | PR: ports/128904 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: Boris Samorodov <bsam@ipt.ru> (maintainer) Notes: svn path=/head/; revision=224340
* - Update to 1.3.4Pav Lucistnik2006-03-263-8/+5
| | | | | | | | PR: ports/94918 Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) Notes: svn path=/head/; revision=158147
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Change second MASTER_SITES URL. A former one was unfetchable.Sergey Matveychuk2005-10-211-1/+1
| | | | | | | | | PR: ports/87789 Submitted by: maintainer Pointed out by: fenner's portsurvey Notes: svn path=/head/; revision=146038
* - Install documentation and examplesPav Lucistnik2005-03-192-19/+57
| | | | | | | | PR: ports/78971 Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) Notes: svn path=/head/; revision=131644
* - Update to 1.3.3Pav Lucistnik2005-03-162-4/+4
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=131431
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Add missing .pyo files to each pkg-plistHye-Shik Chang2002-08-231-0/+6
| | | | Notes: svn path=/head/; revision=64882
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-9/+1
| | | | Notes: svn path=/head/; revision=58337
* Don't depend on specific Python version.Thomas Gellekum2002-04-111-1/+0
| | | | | | | | | PR: 36589 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: Oddbjorn Steffensen <oddbjorn@tricknology.org> (maintainer) Notes: svn path=/head/; revision=57570
* Initial import of pyweblib 1.1.0Kevin Lo2002-03-235-0/+49
PyWebLib is yet another web programming framework for Python. PR: 36200 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org> Notes: svn path=/head/; revision=56479