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
py-nevow Web application templating system, based on the Twisted Woven
0.14.0_1 www on this many watch lists=1 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 0.14.0_1Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-04-19 22:03:34
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: freeimage, dspam, python
Also Listed In: devel python
License: MIT
WWW:
https://pypi.org/project/Nevow/
Description:
Nevow (pronounced as the French "nouveau", or "noo-voh") is a web application construction kit written in Python. It is designed to allow the programmer to express as much of the view logic as desired in Python, and includes a pure Python XML expression syntax named stan to facilitate this. However it also provides rich support for designer-edited templates, using a very small XML attribute language to provide bi-directional template manipulation capability. Nevow also includes formless, a declarative syntax for specifying the types of method parameters and exposing these methods to the web. Forms can be rendered automatically, and form posts will be validated and input coerced, rendering error pages if appropriate. Once a form post has validated successfully, the method will be called with the coerced values. See also: https://github.com/twisted/nevow
Homepage    cgit ¦ Codeberg ¦ 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:
  • ${PYTHON_PKGNAMEPREFIX}nevow>0:www/py-nevow@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-nevow/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-nevow
  • pkg install py39-nevow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-nevow listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-nevow
Package flavors (<flavor>: <package>)
  • py39: py39-nevow
distinfo:
TIMESTAMP = 1466754265 SHA256 (Nevow-0.14.0.tar.gz) = c3c1fa1e978d2a55f9ad7bbe6a052759886e713a93d7baf8280d2837dfef2672 SIZE (Nevow-0.14.0.tar.gz) = 528137

Packages (timestamps in pop-ups are UTC):
py37-nevow
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.14.0_1---0.14.0_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-nevow
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.14.0_10.14.0_1-0.14.0_10.14.0_1---
FreeBSD:13:quarterly0.14.0_10.14.0_10.14.0_10.14.0_10.14.0_1-0.14.0_10.14.0_1
FreeBSD:14:latest0.14.0_10.14.0_10.14.0_10.14.0_10.14.0_10.14.0_1-0.14.0_1
FreeBSD:14:quarterly0.14.0_10.14.0_1-0.14.0_10.14.0_1-0.14.0_10.14.0_1
FreeBSD:15:latest0.14.0_10.14.0_1n/a0.14.0_1n/a-0.14.0_1-
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. msgfmt : devel/gettext-tools
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-twisted>=0 : devel/py-twisted@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
Library dependencies:
  1. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-nevow-0.14.0_1: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
www_py-nevow
USES:
gettext python
pkg-message:
For install:
To execute the examples copy /usr/local/share/examples/py39-nevow/* in a directory writable by you, then run $ env PYTHONPATH=`pwd` twistd -noy examples.tac and navigate http://localhost:8080/
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/N/Nevow/
  2. https://pypi.org/packages/source/N/Nevow/
Collapse this list.

Number of commits found: 51

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.14.0_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.14.0_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.14.0_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.14.0_1
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.14.0_1
25 Mar 2022 13:38:25
commit hash: f8e7edd70ae17a158315534377ddc4be9814a8d6commit hash: f8e7edd70ae17a158315534377ddc4be9814a8d6commit hash: f8e7edd70ae17a158315534377ddc4be9814a8d6commit hash: f8e7edd70ae17a158315534377ddc4be9814a8d6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-nevow: Fix build with setuptools 58.0.0+

With hat:	python
0.14.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.14.0_1
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.14.0_1
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
0.14.0_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.14.0_1
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
0.14.0_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.14.0_1
04 Sep 2017 00:01:26
Revision:449232Original commit files touched by this commit
sunpoet search for other commits by this committer
Change from USES=twisted to devel/py-twisted

- Bump PORTREVISION for dependency change

PR:		221667
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
0.14.0
19 Aug 2017 16:53:30
Revision:448342Original commit files touched by this commit
sunpoet search for other commits by this committer
Convert to options target helper

Approved by:	portmgr (blanket)
0.14.0
02 Aug 2016 21:24:38
Revision:419494Original commit files touched by this commit
pi search for other commits by this committer
www/py-nevow: 0.10.0 -> 0.14.0

PR:		210511
Changes:	https://github.com/twisted/nevow/blob/master/NEWS.txt
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	nivit (maintainer timeout)
0.10.0_3
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
0.10.0_3
12 Aug 2015 01:57:53
Revision:394001Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix fetch
- Add NO_ARCH
- Drop @dirrm* from plist

Approved by:	portmgr blanket
0.10.0_3
20 May 2015 01:19:11
Revision:386824Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
0.10.0_3
31 Mar 2015 16:46:59
Revision:382850Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: unfetchable

Reported by:	pkg-fallout
0.10.0_3
03 Jan 2015 08:41:21
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
0.10.0_3
06 Aug 2014 09:11:58
Revision:364158Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
0.10.0_3
16 Jul 2014 03:34:57
Revision:362026Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
0.10.0_3
19 Jun 2014 17:39:12
Revision:358445Original commit files touched by this commit
mva search for other commits by this committer
- Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
0.10.0_2
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
0.10.0_2
08 Dec 2013 12:04:08
Revision:335877Original commit files touched by this commit
mva search for other commits by this committer
New USES=twisted, to replace the old USE_TWISTED knob.

twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
0.10.0_2
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)
0.10.0_2
24 Apr 2013 18:10:32
Revision:316464Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
0.10.0_2
05 Jul 2012 20:57:39
Original commit files touched by this commit
nivit search for other commits by this committer
- Remove http://nivi.interfree.it/* from MASTER_SITES
0.10.0_2
04 Jul 2012 21:19:46
Original commit files touched by this commit
nivit search for other commits by this committer
- Fix pkg-plist
- Bump PORTREVISION

Reported by:    pawel (via private email)
0.10.0_1
08 Mar 2012 05:10:50
Original commit files touched by this commit
kevlo search for other commits by this committer
Mark unbroken.
Tested on fresh FreeBSD 8, 9, and -current.
0.10.0_1
14 Nov 2011 18:32:43
Original commit files touched by this commit
eadler search for other commits by this committer
- fix small typos in COMMENT

Submitted by:   eadler
Approved by:    portmgr (itetcu)
Feature safe:   yes
0.10.0_1
26 Jul 2011 19:59:58
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: does not build
      return hash((self.__name__, self.__module__))
      AttributeError: 'MetaTypedInterface' object has no attribute '__name__'

Reported by:    pointyhat
0.10.0_1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.10.0_1
31 May 2010 02:01:56
Original commit files touched by this commit
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
0.10.0
18 Dec 2009 13:13:31
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.10.0
- Remove post-extract target
0.9.33
19 Aug 2009 09:02:45
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.9.33
- Remove files/patch-doc-txt2html.py
- Set USE_PYDISTUTILS to easy_install
0.9.32
15 Feb 2009 09:44:30
Original commit files touched by this commit
nivit search for other commits by this committer
- Forgot the patch in the previous commit
0.9.32
15 Feb 2009 09:43:22
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 0.9.32
- Add a secondary download site
- Add files/patch-doc-txt2html.py
- Fix build of docs with different PREFIX of installation
- Fix instructions for running examples in pkg-descr
- Use ${COPYTREE_SHARE} to install docs and examples
0.9.18_2
13 Feb 2009 22:01:06
Original commit files touched by this commit
nivit search for other commits by this committer
- Take maintainership
0.9.18_2
31 Jan 2009 16:11:14
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Fix build while NOPORTDOCS=yes, this port actually needs TwistedWeb

Noticed by:     itetcu
0.9.18_2
31 Jan 2009 10:04:47
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Unbreak
0.9.18_2
29 Jun 2008 16:29:28
Original commit files touched by this commit
itetcu search for other commits by this committer
Mark broken, can't import module web from twisted
0.9.18_2
06 Jun 2008 14:07:24
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
0.9.18_1
24 Nov 2007 05:31:45
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Cleanup plugin caches so that py-mantissa can be uninstalled cleanly

Approved by:    portmgr (pav)
0.9.18
12 Oct 2007 22:24:02
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Update to 0.9.18
 - Drop maintainership

PR:             115411
Submitted by:   Piet Delport <pjd@satori.za.net>
0.8.0
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
0.8.0
13 Sep 2006 03:21:38
Original commit files touched by this commit
alexbl search for other commits by this committer
Change all my MAINTAINER lines to my new FreeBSD.org address.

Approved by:    novel
0.8.0
06 Jun 2006 09:39:53
Original commit files touched by this commit
itetcu search for other commits by this committer
- Small plist change.
- Assign maintainership to submitter since maintainer's email bounce and it
also did for the last PR. [1]

PR:             ports/98503
Submitted by:   Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:    portmgr (erwin) [1], lawrance (mentor, implicit)
0.8.0
28 Apr 2006 20:56:53
Original commit files touched by this commit
mnag search for other commits by this committer
- Update to 0.8.0
- Update pkg-descr and WWW
- portlint(1)

PR:             95727
Submitted by:   Alexander Botero-Lowry <alex___foxybanana.com>
Approved by:    maintainer timeout (14 days)
0.4.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@
0.4.1
19 Apr 2005 22:02:47
Original commit files touched by this commit
pav search for other commits by this committer
Nevow is a next-generation web application templating system, based on the ideas
developed in the Twisted Woven package. Its main focus is on separating the HTML
template from both the business logic and the display logic, while allowing the
programmer to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of traditional
MVC. It has various parts which can be used individually or as a whole,
integrated web solution.

PR:             ports/80049
Submitted by:   "Choe, Cheng-Dae" <whitekid@gmail.com>

Number of commits found: 51