Commit graph

289638 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
7f7b08fe54 - update to 0.16.2
- trim Makefile header
- remove indefinite article from COMMENT
- add LICENSE
- remove not needed BUILD_DEPENDS
- depend on TwistedCore via USE_TWISTED_RUN instead of direct dependency on meta-port
- convert to optionsng
- convert PYTHON_SITELIBDIR usage with PYTHON_PKGNAMEPREFIX

PR:		173661
Submitted by:	rm (myself)
Approved by:	maintainer timeout (2 weeks+)
Feature safe:	yes
2012-12-02 10:58:49 +00:00
Ruslan Makhmatkhanov
2b60661c84 - add pkg-plist, missed in previous commit
Feature safe:	yes
2012-12-02 10:56:26 +00:00
Ruslan Makhmatkhanov
b52aaee534 - correct displaying of pkg-message
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
2012-12-02 10:53:00 +00:00
Ruslan Makhmatkhanov
83cc3b9f8d - update to 1.0.1
- 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
2012-12-02 10:39:45 +00:00
Ruslan Makhmatkhanov
3caa05e50c - update to 1.1.1
- 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
2012-12-02 10:18:18 +00:00
Martin Matuska
bf09467ffb Update phoronix-test-suite to 4.0.1
Feature safe:	yes
2012-12-02 10:17:08 +00:00
Ruslan Makhmatkhanov
ba78ee5c83 This is a python client for the Swift API. There's a Python API (the
``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
2012-12-02 10:00:05 +00:00
Ruslan Makhmatkhanov
fb0742c225 - update to 1.7.5
- 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
2012-12-02 09:57:48 +00:00
Ruslan Makhmatkhanov
7105a2be3d - update to 0.04.10
- trim Makefile header
- fix plist for python >= 32

PR:		174036
Submitted by:	rm (myself)
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Feature safe:	yes
2012-12-02 05:35:20 +00:00
TAKATSU Tomonari
f0537e4c30 - Update to 0.6.55
- 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
2012-12-02 02:52:03 +00:00
TAKATSU Tomonari
d5b9806854 - Update to 0.2.0.1064
Feature safe:	yes
2012-12-02 02:43:54 +00:00
Wesley Shields
432d08d725 Update to 1.6.8.
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
2012-12-02 02:43:25 +00:00
Wesley Shields
e26f33a258 Update to 1.3.6p1.
PR:		ports/173594
Submitted by:	Mike Stupalov <landy2005@gmail.com>
Approved by:	janos.mohacsi@bsd.hu (maintainer timeout)
Feature safe:	yes
2012-12-02 02:41:19 +00:00
Wesley Shields
79088bd126 Update to 1.5.1.
Trim header.
Switch to depending upon py-paramiko.
Add TESTS option.
Whitespace in pkg-descr.

PR:		ports/173733
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	maintainer
Feature safe:	yes
2012-12-02 01:28:29 +00:00
Wesley Shields
8a613936e3 Update to 2.4.1.
Trim header.
Switch to USE_GITHUB.
Add a regression-test target.

PR:		ports/173714
Submitted by:	Grzegorz Blach <magik@roorback.net>
Approved by:	maintainer
Feature safe:	yes
2012-12-02 01:16:05 +00:00
Jason Helfman
0821a742f9 add new port: games/tuxfighter
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
2012-12-02 00:10:19 +00:00
Ruslan Makhmatkhanov
b2c05cf165 - update to 0.16.1
- 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
2012-12-01 21:22:44 +00:00
Wesley Shields
3692af59fa Update to 0.84.
Trim header and cosmetic fix to PLIST_FILES.

PR:		ports/173990
Submitted by:	"Alexey V. Degtyarev" <alexey@renatasystems.org> (maintainer)
Feature safe:	yes
2012-12-01 20:18:50 +00:00
Grzegorz Blach
bd0411ddfb - Changes GH_ACCOUNT to redis
- Use PORTVERSION instead of DISTVERSION
- Update distinfo (Only difference from previous tarball is changed
account in directory name)

Approved by:	crees (mentor)
Feature safe:	yes
2012-12-01 16:29:13 +00:00
Bryan Drewery
985edba8f6 - Update to 0af89d84d3 checkin to sync with 2.3 release
Changes:
  * jail: Add 'gjb' method to use Glen Barber's snapshots
  * bulk: Fix skipped port handling
  * ports: Allow non zfs portstrees to be created/updated/deleted
  * Bugfixes

Feature safe:	yes
2012-12-01 16:27:34 +00:00
Bryan Drewery
18fe7e5cab - Update to 2.3
- 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
2012-12-01 16:22:57 +00:00
Barbara Guida
01d796b549 - Trim Makefile headers
- Update my email address

Approved by:	rene (mentor)
Feature safe:	yes
2012-12-01 14:47:52 +00:00
Chris Rees
5a5b3b2742 Update to 6.1.16
Feature safe:	yes
2012-12-01 13:37:36 +00:00
Chris Rees
632973f7c8 Enable users plugin, which works as is
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
2012-12-01 12:14:37 +00:00
Chris Rees
d95e513865 Correct PHP version detection
Feature safe:	yes
2012-12-01 12:07:49 +00:00
Chris Rees
69b6c82d3d Update typo3 to 6.0.0
Preserve 4.7 as typo347

PR:		ports/173976
Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Feature safe:	yes
2012-12-01 12:04:41 +00:00
Beat Gaetzi
6145e80bef - Update to 0.7.3
PR:		ports/173762
Submitted by:	dumbbell
Feature safe:	yes
2012-12-01 10:46:53 +00:00
Dmitry Marakasov
82cdc2a0b2 - Update to build17
- Trim header

Feature safe:	yes
2012-12-01 09:41:54 +00:00
Dmitry Marakasov
2023a73d29 - OptionsNG
- Trim header
- Fix build for WITHOUT_GLUT

Feature safe:	yes
2012-12-01 09:40:37 +00:00
Dmitry Marakasov
d302efa086 - OptionsNG
- Trim header

Feature safe:	yes
2012-12-01 09:38:31 +00:00
Dmitry Marakasov
3c1b954407 - OptionsNG
- Trim header

Feature safe:	yes
2012-12-01 09:37:23 +00:00
Dmitry Marakasov
61d6eebe5f - OptionsNG
- Trim header
- Fix build WITHOUT_OGG

PR:		173774
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Feature safe:	yes
2012-12-01 09:07:39 +00:00
TAKATSU Tomonari
2976501f95 - Update to 5.15-045
Feature safe:	yes
2012-12-01 08:21:19 +00:00
Ruslan Makhmatkhanov
05b73f2b58 - replace fullpath with ${DOCSDIR}
Suggested by:	ak
Feature safe:	yes
2012-12-01 07:17:33 +00:00
Ruslan Makhmatkhanov
32133fd899 - add patch to fix build with latest boost 1.48
while here:
- trim Makefile header
- remove indefinite article from COMMENT
- convert to optionsng
- strict python version to 2.x, because avogadro python code isn't 3.x-aware
- use PYTHON_PKGNAMEPREFIX in dependencies
- update WWW

PR:		173944
Submitted by:	Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
Feature safe:	yes
2012-12-01 06:32:48 +00:00
Xin LI
9860fe8065 Update to 5.3.11.
PR:		ports/173623
Submitted by:	Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer)
Security:	CVE-2012-5579
Feature safe:	yes
2012-12-01 05:13:11 +00:00
Bryan Drewery
ee9ede56db - Restore header attribution due to being removed
while the policy was unclear

Feature safe:	yes
2012-12-01 02:10:46 +00:00
Gerald Pfeifer
8a9a692d46 Re-add ecj-4.5.jar to distinfo.
Reported by:	andy@neu.net
Feature safe:	yes
2012-12-01 01:43:54 +00:00
Gerald Pfeifer
ffb2b04055 Make binutils a build dependency as well (not just a run-time dependency).
Without this, the libiberty build fails locating ar.

Also update to the 20121123 snapshot of 4.6.4.

Feature safe:	yes
2012-12-01 01:03:05 +00:00
Bryan Drewery
e555f0cf0f - Update to 8f412c015a snapshot
Changes:
  * Minor improvement to internal snapshot listing

Feature safe:	yes
2012-12-01 00:57:30 +00:00
Gerald Pfeifer
d254bf2ca3 Update to Wine 1.5.18. This includes the following changes:
- 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
2012-12-01 00:24:34 +00:00
Armin Pirkovitsch
61010562f9 - Update to version 0.29
- Add MAKE_JOBS_SAFE
- Remove shlib versions

PR:           ports/170159
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-12-01 00:04:33 +00:00
Armin Pirkovitsch
102ae5106e - Update to version 0.16.19
- Convert to optionsng
- Trim Makefile header

PR:           ports/171980
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-12-01 00:00:50 +00:00
Armin Pirkovitsch
2b222ce70c - Update to version 6.1.01
- Add MAKE_JOBS_SAFE
- Convert to optionsng
- Trim Makefile header

PR:           ports/171971
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-12-01 00:00:43 +00:00
Armin Pirkovitsch
9c5386b239 - Update to version 1.10.1
- Update MASTER_SITES
- Remove shlib versions
- Trim Makefile header
- Update optionsng descriptions

PR:           ports/171965
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-12-01 00:00:33 +00:00
Armin Pirkovitsch
b88c2be154 - Update to version 3.310
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Trim Makefile header

PR:           ports/171954
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-12-01 00:00:26 +00:00
Armin Pirkovitsch
e8646409cd - Update to version 6.01
- Add MASTER_SITES
- Add LICENSE

PR:           ports/170169
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
              Chris Petrik <c.petrik.sosa _at_ gmail.com> (maintainer)
Approved by:  beat (mentor)
Feature safe: yes
2012-12-01 00:00:20 +00:00
Armin Pirkovitsch
86506cc12c - Update to version 3.07
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Convert to optionsng

PR:           ports/170165
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-12-01 00:00:12 +00:00
Armin Pirkovitsch
61d56330d6 - Update to version 1.12
- Add LICENSE
- Update pkg-descr
- Convert to optionsng
- Trim Makefile header

PR:           ports/171987
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:52:56 +00:00
Armin Pirkovitsch
1b54d95d0e - Update to version 208
- Update pkg-descr
- Trim Makefile header

PR:           ports/171986
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:52:49 +00:00