Port details |
- py-formencode HTML form validation, generation, and conversion package
- 2.1.0 www =8 2.1.0Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2005-11-17 17:21:26
- Last Update: 2023-11-08 19:29:29
- Commit Hash: f740741e
- People watching this port, also watch:: libxml2, t1lib, xorg-fonts-truetype, dbus, p5-Digest-HMAC
- Also Listed In: python
- License: PSFL
- WWW:
- https://www.formencode.org/
- Description:
- FormEncode is a validation and form generation package. The validation can be
used separately from the form generation. The validation works on compound data
structures, with all parts being nestable. It is separate from HTTP or any
other input mechanism.
- ¦ ¦ ¦ ¦
- 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}formencode>0:www/py-formencode@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-formencode/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-formencode
- pkg install py39-formencode
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-formencode listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-formencode
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1699264415
SHA256 (FormEncode-2.1.0.tar.gz) = eb74d223078a28cf015fa88966c6e34f2d18d75127318d65c144bed9afc4263f
SIZE (FormEncode-2.1.0.tar.gz) = 277757
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-pip>0 : devel/py-pip@py39
- py39-setuptools_scm_git_archive>=1.0 : devel/py-setuptools_scm_git_archive@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- databases/py-sqlobject
-
Deleted ports which required this port:
- for Run
-
- databases/py-sqlobject
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py39-formencode-2.1.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_py-formencode
- USES:
- dos2unix gettext-runtime:run python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0 08 Nov 2023 19:29:29 |
Muhammad Moinur Rahman (bofh) |
www/py-formencode: Update version 2.0.1=>2.1.0
Changelog: https://github.com/formencode/formencode/releases/tag/2.1.0 |
2.0.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
2.0.1 20 Feb 2023 15:46:43 |
Muhammad Moinur Rahman (bofh) Author: Wen Heping |
www/py-formencode: Update version 1.3.0=>2.0.1
Changelog: https://github.com/formencode/formencode/releases/tag/2.0.1
PR: 269542
Reported by: wen |
1.3.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.3.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.3.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
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 ) |
1.3.0 06 Jun 2022 12:25:36 |
Muhammad Moinur Rahman (bofh) |
all: Take maintainership |
1.3.0 06 Jun 2022 11:56:41 |
Rene Ladan (rene) |
all: return wg's ports to the pool after safekeeping his commit bit |
1.3.0 16 Apr 2022 04:19:52 |
Po-Chuan Hsieh (sunpoet) |
www/py-formencode: Add NO_ARCH
Approved by: portmgr (blanket) |
1.3.0 07 Mar 2022 18:13:21 |
Po-Chuan Hsieh (sunpoet) |
www/py-formencode: Fix build with setuptools 58.0.0+
- While I'm here, add USES=dos2unix
With hat: python |
1.3.0 25 Jul 2021 16:17:04 |
Jan Beich (jbeich) |
www/py-formencode: unbreak with python310
===> Configuring for py310-formencode-1.3.0
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 15, in <module>
raise ImportError('Python version not supported')
ImportError: Python version not supported
*** Error code 1 |
1.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.3.0 14 Nov 2015 21:20:28 |
wg |
www/py-formencode: update to 1.3.0 |
1.2.6_2 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
1.2.6_1 29 Aug 2014 10:37:58 |
bapt |
Modernize python |
1.2.6_1 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
1.2.6_1 20 Dec 2013 19:12:56 |
wg |
www/py-formencode: switch from easy_install
- Switch from easy_install to install
- Allow staging
- Use python auto plist
- Take maintainership |
1.2.6 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.2.6 20 May 2013 08:55:29 |
miwi |
- Update to 1.2.6
- Add License
- Trim header
- OptionNG
PR: 178587
Submitted by: Ports Fury |
1.2.4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.2.4 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.2.4 28 Dec 2011 08:13:32 |
wen |
- Update to 1.2.4
- Strict python version
- Reset maintainer to ports@ |
1.2.2_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2.2_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.2.2 01 May 2009 18:05:26 |
miwi |
- Update to 1.2.2 |
1.2.1 24 Dec 2008 19:53:24 |
miwi |
- Update to 1.2.1
- Put maintainership to submitter
PR: 129804
Submitted by: Wen Heping <wenheping@gmail.com> |
1.1 18 Dec 2008 02:24:04 |
linimon |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
1.1 17 Dec 2008 14:08:08 |
pav |
- Update to 1.1
PR: ports/128872
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout (dryice; 1 month) |
0.9_1 06 Jun 2008 14:07:24 |
edwin |
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 14 Jan 2008 03:18:53 |
dryice |
update to 0.9 |
0.7.1 30 Jul 2007 09:42:28 |
alexbl |
- 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.7.1 02 Apr 2007 03:59:01 |
dryice |
update to 0.7.1
Approved by: itetcu (mentor, implicit) |
0.7 24 Feb 2007 08:45:29 |
dryice |
- update to 0.7
- add MASTER_SITE_LOCAL
Approved by: itetcu (mentor, implicit) |
0.6_1 04 Jan 2007 12:57:08 |
nivit |
- Added another MASTER_SITE
- Added files/pkg-deinstall.in files/pkg-install.in
- Removed files/patch-setup.py (it now uses devel/setuptools)
- Taken maintainership by dryice@
PR: 106772
Approved by: alexbl (mentor), dryice (maintainer) |
0.6 13 Dec 2006 12:56:01 |
linimon |
Reset whitekid@gmail.com after timeouts and no response to email.
Hat: portmgr |
0.6 06 Dec 2006 12:30:46 |
miwi |
- Update to 0.6
PR: ports/105673
Submitted by: miwi
Approved by: maintainer timeout |
0.4 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.4 21 Nov 2005 23:44:56 |
mnag |
Update to 0.4
PR: 89373
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer) |
0.3 17 Nov 2005 17:19:19 |
pav |
FormEncode is a validation and form generation package. The validation can be
used separately from the form generation. The validation works on compound data
structures, with all parts being nestable. It is separate from HTTP or any
other input mechanism.
PR: ports/89160
Submitted by: Choe Cheng-Dae <whitekid@gmail.com> |