notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
pyweblib Yet another web programming framework for Python
1.3.12 www Deleted on this many watch lists=7 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.12Version of this port present on the latest quarterly branch.
Maintainer: bsam@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-03-23 10:51:04
Last Update: 2017-08-25 17:56:43
SVN Revision: 448723
People watching this port, also watch:: wget, python, links, gmake
License: GPLv2
WWW:
http://www.stroeder.com/pylib/PyWebLib/
Description:
PyWebLib is yet another web programming framework for Python. WWW: http://www.stroeder.com/pylib/PyWebLib/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • pyweblib>0:www/pyweblib
No installation instructions:
This port has been deleted.
PKGNAME: pyweblib
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1473233800 SHA256 (pyweblib-1.3.12.tar.gz) = 7ec721c867217bffcda95f2450b9177ae7b61b62100cf597d6dd94fbdadf5dbb SIZE (pyweblib-1.3.12.tar.gz) = 36809

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pyweblib-1.3.12: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.stroeder.com/pylib/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.12
25 Aug 2017 17:56:43
Revision:448723Original commit files touched by this commit
bsam search for other commits by this committer
www/pyweblib -> www/py-pyweblib: Update to version 1.3.13 and rename (PyPI
scheme).
1.3.12
07 Sep 2016 08:19:42
Revision:421480Original commit files touched by this commit
bsam search for other commits by this committer
www/pyweblib: Update to version 1.3.12.
1.3.11
22 Sep 2014 17:13:21
Revision:368975Original commit files touched by this commit
bsam search for other commits by this committer
www/pyweblib: update to version 1.3.11 add more

. update to version 1.3.11;
. switch to USES=python syntax;
. adopt USE_PYTHON=autoplist;
. use PORTEXAMPLES wildcards;
. simplify and remove pkg-plist.
1.3.10_1
01 Oct 2013 17:30:24
Revision:328971Original commit files touched by this commit
bsam search for other commits by this committer
Support staging.
1.3.10_1
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.3.10_1
24 May 2013 19:39:13
Revision:319012Original commit files touched by this commit
bsam search for other commits by this committer
Add a fix to pkg-plist forgotten at the previous commit.
1.3.10_1
24 May 2013 19:34:24
Revision:319011Original commit files touched by this commit
bsam search for other commits by this committer
Rework DOCS installation.
1.3.10
18 May 2013 19:01:45
Revision:318440Original commit files touched by this commit
bsam search for other commits by this committer
. update to version 1.3.10;
. trim Makefile headers.
1.3.9
04 Jun 2012 15:29:46
Original commit files touched by this commit
bsam search for other commits by this committer
Update to version 1.3.9.

PR:             ports/168572
Submitted by:   koobs.freebsd@gmail.com
Tested at:              redports
1.3.8
03 Apr 2012 15:42:57
Original commit files touched by this commit
bsam search for other commits by this committer
Remove a stale master site.
Fix my e-mail address.

Feature safe:   yes
1.3.8
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- 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.
1.3.8
21 Jun 2011 13:18:29
Original commit files touched by this commit
bsam search for other commits by this committer
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>
1.3.7
01 Mar 2011 16:52:55
Original commit files touched by this commit
bsam search for other commits by this committer
* 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
1.3.6
25 Aug 2009 08:22:27
Original commit files touched by this commit
bsam search for other commits by this committer
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>
1.3.5
17 Dec 2008 16:20:25
Original commit files touched by this commit
pav search for other commits by this committer
- 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)
1.3.4
26 Mar 2006 14:48:58
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.3.4

PR:             ports/94918
Submitted by:   Boris B. Samorodov <bsam@ipt.ru> (maintainer)
1.3.3_1
24 Jan 2006 03:14:23
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.3.3_1
21 Oct 2005 16:22:23
Original commit files touched by this commit
sem search for other commits by this committer
- Change second MASTER_SITES URL. A former one was unfetchable.

PR:             ports/87789
Submitted by:   maintainer
Pointed out by: fenner's portsurvey
1.3.3_1
19 Mar 2005 16:42:00
Original commit files touched by this commit
pav search for other commits by this committer
- Install documentation and examples

PR:             ports/78971
Submitted by:   Boris B. Samorodov <bsam@ipt.ru> (maintainer)
1.3.3
16 Mar 2005 21:14:58
Original commit files touched by this commit
pav search for other commits by this committer
- 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)
1.1.0
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.1.0
21 Feb 2003 14:01:38
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.1.0
23 Aug 2002 11:30:23
Original commit files touched by this commit
perky search for other commits by this committer
Add missing .pyo files to each pkg-plist
1.1.0
29 Apr 2002 19:17:13
Original commit files touched by this commit
ijliao search for other commits by this committer
use USE_PYDISTUTILS
1.1.0
11 Apr 2002 11:50:26
Original commit files touched by this commit
tg search for other commits by this committer
Don't depend on specific Python version.

PR:             36589
Submitted by:   Alan Eldridge <ports@geeksrus.net>
Reviewed by:    Oddbjorn Steffensen <oddbjorn@tricknology.org> (maintainer)
1.1.0
23 Mar 2002 10:50:41
Original commit files touched by this commit
kevlo search for other commits by this committer
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>

Number of commits found: 26