- No longer used as SLAVE as overriding USES makes it complex; now it's
used as an individual port
- Revert devel/py-pytz MAINTAINER?
Submitted by: koobs
Changes:
* fixes an inconsistency with single line page text variables
* wikis enabling UTF-8 will be able to override the text direction when
inserting right to left languages
* documentation update
PR: 204518
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
to import existing html data in a markdown based application.
WWW: https://github.com/xijo/reverse_markdown
PR: ports/204662
Submitted by: mose <mose@gandi.net>
non-default Python versions:
- Add pyXY-{sqlite3,gdbm,tkinter} ports for generating binary packages
- Improve/add pkg-message to point users to install respective packages of
separated Python standard modules
- Add COMMENT to explicitly show the Python version that package should be
used with
- Simplify version-related PYTHON_* for lang/python35
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D4170
This mostly fixing packaging for python3.5, but there is
also py35 waf fix for py3-cairo, that was obtained from Ubuntu
repository.
PR: 204075
Approved by: maintainer timeout (22 days)
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH
PR: 204567
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1)
* Updated to 5.1.0
* Changed to -pro branch to match seahub stack
* Added Max python version
* Added SHEBANGFIX to USES
PR: 203927
Submitted by: Ultima <Ultima1252@gmail.com> (maintainer)
The VPCS can simulate up to 9 PCs. You can ping/traceroute them, or
ping/traceroute the other hosts/routers from the virtual PCs when you study
the Cisco routers in the Dynamips. VPCS is not the traditional PC, it is
just a program running on the Linux or FreeBSD, and only few network
commands can be used in it. But VPCS can give you a big hand when you study
the Cisco devices in the Dynamips. VPCS can replace the routers or VMware
boxes which are used as PCs in the Dynamips network. It can save your
CPU/Memory. It is very small.
VPCS can be run in udp or ether mode. In the udp mode, VPCS sends or
receives the packets via udp. In the ether mode, via /dev/tap.
WWW: https://wiki.freecode.com.cn/doku.php?id=wiki:vpcs
Changes:
* Allow keyring to be invoked from command-line with
python -m keyring.
See PR for full upstream changelog.
PR: 204582
Submitted by: douglas@douglasthrift.net (maintainer)
SecretStorage 2.1.2, 2015-06-30
===============================
* Add Item.unlock() method.
* Use setuptools when it is available.
* Documentation now uses Alabaster sphinx theme.
* Other documentation fixes and improvements.
While here let it build with python3 by picking correct py-dbus port
according to python version used in the build.
PR: 204581
Submitted by: douglas@douglasthrift.net (maintainer)
Overview of Changes:
* Change version numbering to match PEP-0440
* Unpadding happens after MAC validation to prevent padding oracle attacks
* Added Encoding options to all crypto operations to select whether or not
not encoding should be used.
* Python version setup improved for PyPi.
* AttachedSign with empty nonce now correctly functions.
While here limit python version to 2.x, because it doesn't build with 3.x
PR: 204576
Submitted by: douglas@douglasthrift.net (maintainer)
0.5:
* Ported to Python 3.X
* Added a DeleteRootError to exceptions thrown when trying to delete '/'
* Added a remove_all function to utils
* Added sqlitefs to fs.contrib, contributed by Nitin Bhide
* Added archivefs to fs.contrib, contributed by btimby
* Added some polish to fstree command and unicode box lines rather than ascii art
PR: 204579
Submitted by: douglas@douglasthrift.net (maintainer)
0.6 (24.11.2014)
====================
- stop using 2to3 for Python 3 compatibility and use exactly the same source
for all Python versions.
- drop support for Python 2.4 and 2.5
- bug fix: detect validator message keys correctly also when messages are
specified during validator initialization
PR: 204585
Submitted by: douglas@douglasthrift.net (maintainer)
segfault. This was due to libxklavier passing invalid UTF-8 strings to
a few glib functions which require a UTF-8 string.
Add code to libxklavier to pass correct UTF-8 string to glib.
Submitted by: rum1cro@yandex.ru
- fix runtime
- limit to python 2.x, because port's dependency textproc/silvercity
fails to build with python3
- bump PORTREVISION because of package change
PR: 200920
Submitted by: Michael Krauss <hippodriver@codunix.org>
This new version of cloudabi-utils now installs a library called
libcloudabi. This library contains native ports of some of the APIs that
are currently provided as part of CloudABI's runtime. These used to be
built into cloudabi-run itself, but are now exposed as well.
As cloudabi-utils is now becoming more complex, it now uses CMake as its
build system. We can now remove our custom build targets. We do need to
make sure to override CMAKE_INSTALL_MANDIR, as it is set to share/man by
default. I'm slightly amazed that this isn't done by default.
Reviewed by: beat
Differential Revision: https://reviews.freebsd.org/D4176