Trim header.
Switch to new options.
Add rc keywords to rc script.
Use command_interpreter in rc script.
Update maintainer address in header and MAINTAINER line. I will be updating
the rest of his ports and trimming headers once the freeze is over.
PR: ports/173683
Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer)
Feature safe: yes
No PORTREVISION bump, because otherwise many will blindly update and possibly
lose everything. Hopefully people will read UPDATING before the next update!
PR: ports/173238
PR: ports/173233
Submitted by: crees
Approved by: kevlo (maintainer)
Feature safe: yes
uname -r shows 4 formats.
9.0-BETA1, 9.0-RC1, 9.0-RELEASE, and 9.0-RELEASE-p1
Logic added by 1.7 was supposed to correctly remove the -p1 string,
which it did if present, but if not present the -RELEASE gets removed
in error which results in the incorrect ftp url path for fetching the
install source.
Rewrote logic to handle -p suffix differently so it gets stripped
off leaving 9.0-RELEASE which is handled normally.
PR: ports/174037
Submitted by: Joe Barbish <qjail@a1poweruser.com> (maintainer)
Feature safe: yes
- use INSTALL_DATA to not set execution bit for plugins
- remove trailing whitespace in pkg-descr, while here
PR: 174047
Submitted by: antoine (maintainer)
Feature safe: yes
- chase update in dovecot2-pigeonhole
while here, do some changes in dovecot2-pigeonhole:
- remove indefinite article from COMMENT
- tab -> scape in pkg-descr:WWW
- remove trailing whitespace in pkg-message
- fix pkg-plist
PR: 174014
Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
Feature safe: yes
. bump PORTREVISION;
. trim headers to two line style;
. remove the article from COMMENT.
PR: ports/169896 [1]
Submitted by: Jan Beich <jbeich@tormail.org> [1]
Feature safe: yes
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