while here:
- use one space in Created by:
- some whitespace aligning
- correct python versions in USE_PYTHON
- use PYDISTUTILS_PKGVERSION to set correct package version instead of crafting
full PYDISTUTILS_EGGINFO
- remove trailin whitespace in pkg-descr and unneded newlines in pkg-message
PR: 174044
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Approved by: Christoph Theis <theis@gmx.at> (maintainer)
Feature safe: yes
- add OPTIONS for unit test support
- patch setup.py to install the egg uncompressed
- use a pkg-plist instead of PLIST_FILES
- restore creator to Makefile header and use new convention
- fix plist for python >= 3.2
PR: 172592
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by: maintainer timeout (1 month+)
Feature safe: yes
- add OPTIONSFILE to save OPTIONS properly
- fix source directory for installing EXAMPLES
- add regression-test target for unit tests
- trim Makefile header
- silence @cd calls
- whitespace alignment
- limit python version to 2.x, while here
PR: 173834
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe: yes
``swiftclient`` module), and a command-line script (``swift``).
This code is based on original the client previously included with
OpenStack's swift -- a highly available, distributed, eventually
consistent object/blob store.
WWW: http://launchpad.net/python-swiftclient
PR: 174041
Submitted by: Mikolaj Golub <trociny@FreeBSD.org>
Feature safe: yes
- add the missing dependency on www/py-pastedeploy
- add the man pages;
- replace /etc/swift with ${PREFIX}/etc/${PORTNAME} in the code
- while here, add license (AL2) and fix plist
PR: 174041
Submitted by: trociny
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Feature safe: yes
- Convert to new Makefile header
- Add an entry to MASTER_SITES
- Add LICENSE
- Convert to new options framework
- Make use of PORTDOCS
- Remove specific ABI version number from LIB_DEPENDS
PR: ports/174013
Submitted by: tota (myself)
Approved by: maintainer
Feature safe: yes
Switch to gnu89 mode so building with clang works.
PR: ports/173596
Submitted by: Mike Stupalov <landy2005@gmail.com>
Approved by: janos.mohacsi@bsd.hu (maintainer timeout)
Feature safe: yes
Was the first visible part of The Python Game Book project.
TuxFighter is a little Asteroids-like Shooter game, written around 2006.
The game support modding. You control Tux, the penguin (with mouse or keyboard)
and shoot down rectangular enemies (to make points).
Shots may reflect from the screen border, and self-shooting result
in negative points.
In the game, you can pick up one of those power-up's and enjoy
different effects.
WWW: http://thepythongamebook.com/en:resources:games:tuxfighter
PR: 169893
Submitted by: nemysis@gmx.ch
Feature safe: yes
- Use GITHUB mastersite instead of CHEESESHOP
- remove USE_PYTHON version limit (Python3 Ready)
- tweak TESTS_DESC
- allow OPTIONSFILE to be overridden
- re-order TEST_DEPENDS and replace py-nose with py-test in it
- add {TEST,RUN}_DEPENDS to BUILD_DEPENDS when TESTS option is selected
- patch out pytest-cov from requirements_dev.txt
- update regression-test target bits
- fix plist for python >= 3.2, while here
PR: 173901
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Feature safe: yes
Trim header and cosmetic fix to PLIST_FILES.
PR: ports/173990
Submitted by: "Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer)
Feature safe: yes
- Sort PLIST_FILES and remove trailing slash
Changes:
* Heavy parallelization improvements
* Performance improvements
* Non-ZFS ports trees are now supported. See the site
for details on how to use a local tree.
* distclean: New script to cleanup old distfiles
* bulk: New NO_RESTRICTED flag to clean restricted distfiles and packages
* jail: Add 'gjb' method to use Glen Barber's snapshots
* jail -cu: Support PARALLEL_JOBS/-J for buildworld
* jail -cu: Enable ccache support, requires host have devel/ccache
* New TMPFS_DATA to allow having the pool,cache and other poudriere temporary
files be stored in memory (important if using bulk -a)
* Fix needing pkg_install on host for pkg_install target builds
* bulk/testport: Automatically detect dependency loops and
deadlocked queue, which fixes "infinite loop" or "hang"
when building
* options: Add -c/-C to select config/config-conditional
* testport: Fail the test if dependencies fail
* HTML Stats page now auto refreshes every 10 seconds
* Fix HTML Stats not being written atomically
* bulk/testport: Add -v flag to be more verbose
* bulk/testport: -D is now -vv
* jail -c: Install games dist as some ports require it to build
* Html status: Link port origins to portsmon
* testport: SAVE_WRKDIR is now supported
* Better FreeBSD 8.3 support
* Many bugfixes
Feature safe: yes
Enable zfs_arc plugin, which has been ported to FreeBSD
(patch has also been submitted upstream)
Make write_graphite optional, allowing it as the single output plugin
(otherwise at least another output plugin is required)
PR: ports/173894
Submitted by: Paul Guyot <pguyot@kallisys.net>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Feature safe: yes
- Various Windows Codecs improvements.
- Fixes for OLE database support.
- Improvements to system parameters management.
- Some fixes to the built-in Web browser.
- Fixes for XML support.
- Various bug fixes.
Feature safe: yes