1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

315473 Commits

Author SHA1 Message Date
Dirk Meyer
0c8ddf962a - use STAGEDIR
- rename patchfiles
2013-11-16 20:07:54 +00:00
Li-Wen Hsu
8db5131b60 - Update to 1.6
Helped by:	koobs
2013-11-16 19:39:55 +00:00
Li-Wen Hsu
66726ff53d - Copy py-django -> py-django15 for Django 1.6 update 2013-11-16 19:36:56 +00:00
Julien Laffaye
6eb16d901d - Update to 20131024
- Fix build with clang and libc++
- Remove leading indefinite article from COMMENT
- Respect CXXFLAGS
- Strip shared library
- Support STAGEDIR
- Sort PLIST
- Use single space after WWW:

PR:		ports/183661
Submitted by:	sunpoet
2013-11-16 19:32:53 +00:00
Marcus von Appen
26083b49c4 OpenCOLLADA is a reader and writer library for the COLLADA format, an
open, royalty-free standard for exchanging 3D asset information between
applications, digital content creation tools and libraries.

WWW: http://opencollada.org
2013-11-16 19:26:33 +00:00
Boris Samorodov
f9fd30bad5 Remove NO_LATEST_LINK as well (forgotten along with adding
PKGNAMESUFFIX).
2013-11-16 18:57:51 +00:00
Jimmy Olgeni
a8608bdcda Replace LATEST_LINK with PKGNAMESUFFIX. 2013-11-16 18:49:11 +00:00
Joe Marcus Clarke
1b4b5c99fc Use PKGNAMESUFFIX instead fo resolve the pkg name conflict.
Suggested by:	sunpoet
2013-11-16 18:29:47 +00:00
Joe Marcus Clarke
c6d34c4908 Correct a typo.
Submitted by:	dim
2013-11-16 18:26:26 +00:00
Sunpoet Po-Chuan Hsieh
a1c23fac94 - Update to 0.44
Changes:	http://search.cpan.org/dist/DBIx-DBSchema/Changes
2013-11-16 18:06:44 +00:00
Romain Tartière
7a93b3b2d5 Freshen-up port and rename package. 2013-11-16 17:58:27 +00:00
Romain Tartière
a28265acc3 Freshen-up port and rename package. 2013-11-16 17:58:03 +00:00
Sunpoet Po-Chuan Hsieh
1f492486ba - Fix PKGNAMEPREFIX: it should be sv- for Swedish 2013-11-16 17:57:22 +00:00
Joe Marcus Clarke
bb35dc3d73 Fix the pkg name collision.
Reported by:	bapt-bot
2013-11-16 17:50:15 +00:00
Alberto Villa
94db08640e - Update to 0.8.
- STAGEify.
- Use OPTIONS helpers.
2013-11-16 16:50:55 +00:00
Danilo Egea Gondolfo
0dec236d38 - Convert USE_GMAKE to USES
- Add stage support
2013-11-16 16:21:54 +00:00
Baptiste Daroussin
a4380a3f6a Rename -legacy to fix pkgname collision
Deprecared as it is EOLed upstream
2013-11-16 16:11:08 +00:00
Sunpoet Po-Chuan Hsieh
242e093b6c - Update to 0.04
Changes:	http://search.cpan.org/dist/MooseX-Types-URI/Changes
2013-11-16 16:04:11 +00:00
Baptiste Daroussin
8e4b4a694e Fix nox's calendar 2013-11-16 16:03:47 +00:00
Juergen Lock
6c4c08b8fa Add DEPRECATED=Outdated, no longer needed, broken on 10+. 2013-11-16 15:36:10 +00:00
Danilo Egea Gondolfo
04f6cbeff9 - Add stage support 2013-11-16 15:35:32 +00:00
Danilo Egea Gondolfo
ffcc3f5ecf - Add stage support
- Simplify Makefile
2013-11-16 15:30:29 +00:00
Sunpoet Po-Chuan Hsieh
95e58be89c - Support STAGEDIR 2013-11-16 15:19:56 +00:00
David Naylor
aa8d62b950 Update lang/pypy-devel to 2.2 (for wider testing).
Changes:
 * Strip cffi libraries

Outstanding items:
 * Fix virtualenv bug (ports/183795)
 * Update memory and compiler times (Makefile, wiki)

ChangeLog:
 * Our Garbage Collector is now "incremental". It should avoid almost all
   pauses due to a major collection taking place. Previously, it would pause
   the program (rarely) to walk all live objects, which could take
   arbitrarily long if your process is using a whole lot of RAM. Now the
   same work is done in steps. This should make PyPy more responsive, e.g.
   in games. There are still other pauses, from the GC and the JIT, but
   they should be on the order of 5 milliseconds each.
 * The JIT counters for hot code were never reset, which meant that a
   process running for long enough would eventually JIT-compile more and
   more rarely executed code. Not only is it useless to compile such code,
   but as more compiled code means more memory used, this gives the
   impression of a memory leak. This has been tentatively fixed by
   decreasing the counters from time to time.
 * NumPy has been split: now PyPy only contains the core module, called
   _numpypy. The numpy module itself has been moved to
   https://bitbucket.org/pypy/numpy and numpypy disappeared. You need to
   install NumPy separately with a virtualenv: pip install
   git+https://bitbucket.org/pypy/numpy.git; or directly: git clone
    https://bitbucket.org/pypy/numpy.git; cd numpy; pypy setup.py install.
 * non-inlined calls have less overhead
 * Things that use sys.set_trace are now JITted (like coverage)
 * JSON decoding is now very fast (JSON encoding was already very fast)
 * various buffer copying methods experience speedups (like list-of-ints to
   int[] buffer from cffi)
 * We finally wrote (hopefully) all the missing os.xxx() functions,
   including os.startfile() on Windows and a handful of rare ones on Posix.
 * numpy has a rudimentary C API that cooperates with cpyext
2013-11-16 15:16:16 +00:00
Stephen Montgomery-Smith
60ce81b9bb - Add pkgnamesuffix of -math. to avoid pkgname collision with graphics/sage.
Noticed by:	portmgr
Reference:	http://blogs.freebsdish.org/portmgr/2013/10/03/package-name-collisions/
2013-11-16 14:56:03 +00:00
Antoine Brodin
580eac2a9f Stage support 2013-11-16 14:52:00 +00:00
Cy Schubert
ac24c4d0ac Fix package name conflicts. 2013-11-16 14:32:43 +00:00
Danilo Egea Gondolfo
e4763911ef - Update from 1.7.1 to 1.7.2 2013-11-16 14:30:42 +00:00
Steve Wills
7723ee16fc - Convert to new options framework
- Pet portlint

PR:		ports/183893
Submitted by:	mat
2013-11-16 14:18:54 +00:00
Marcus von Appen
ac7e83323c - Add graphics/sdl2_gfx as dependency, now that it is available 2013-11-16 13:51:34 +00:00
Vanilla I. Shu
017f5737db Support STAGEDIR. 2013-11-16 13:50:53 +00:00
Vanilla I. Shu
b81a0b4a1a Support STAGEDIR. 2013-11-16 13:36:56 +00:00
Marcus von Appen
31a4dfe6be - Enable staging support
- Fix installation on 10.x and CURRENT

Reported by:	pkg-fallout@
2013-11-16 13:36:51 +00:00
Vanilla I. Shu
f26dec2d0f Support STAGEDIR. 2013-11-16 13:33:45 +00:00
Ruslan Makhmatkhanov
06ffd534de Unbreak net-p2p/libtorrent-rasterbar-python to fix install
of net-p2p/deluge (my port)
2013-11-16 13:29:20 +00:00
Vanilla I. Shu
f9611b2a9e Support STAGEDIR. 2013-11-16 13:25:19 +00:00
Boris Samorodov
137a5754fd . resolve pkgname conflict with japanese/lyx (add PKGNAMESUFFIX);
. remove indefinite article from COMMENT;
. pet portlint -- make COMMENT a bit shorter.
2013-11-16 12:54:17 +00:00
Antoine Brodin
93088ea47a New port: devel/pecl-jsonc
PECL extension for JSON serialization

PR:		ports/181538
Submitted by:	Gasol Wu
2013-11-16 12:50:57 +00:00
Romain Tartière
053cdf7c5e Fix build using clang from ports on FreeBSD < 9.2.
PR:		ports/183943
Submitted by:	Robert <robert.ayrapetyan@gmail.com>
2013-11-16 12:47:59 +00:00
Vanilla I. Shu
8dbb955365 Support STAGEDIR. 2013-11-16 12:33:15 +00:00
Antoine Brodin
8e8505aa72 New port: security/masscan
masscan is a very fast port scanner

PR:		ports/183786
Submitted by:	Chie Taguchi
2013-11-16 12:11:27 +00:00
Juergen Lock
5a943a5061 Chase ffmpeg update.
Obtained from:	funtoo (files/patch-vdr-markad-0.1.4-libav9)
2013-11-16 11:50:04 +00:00
Antoine Brodin
aceb008443 - Move from Google Code to Github
- Add LICENSE
- Stage support
- shebangfix

PR:		ports/183806
Submitted by:	Vladimir Kotal (maintainer and author)
2013-11-16 11:29:06 +00:00
Marcus von Appen
c5b34f8dbc - Do not set the user-defined CMAKE_VERBOSE variable
Reported by:	makc@
2013-11-16 07:52:31 +00:00
Dirk Meyer
554506ade4 - fix CC handling
- escape LD options
PR:		183547
2013-11-16 06:38:19 +00:00
Kubilay Kocak
cd76888cd6 devel/py-futures: [NEW PORT] Backport of Python 3.2 concurrent.futures module
The concurrent.futures module provides a high-level interface for
asynchronously executing callables.

This is described in PEP-3148 and is included in Python 3.2+

WWW: http://code.google.com/p/pythonfutures/
2013-11-16 05:06:38 +00:00
Steve Wills
4aff9086cc - Update to 9.2.3-1031360 [1]
- Fix build on CURRENT

PR:		ports/180471 [1] (partially)
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [1] (partially)
2013-11-16 04:35:59 +00:00
Gerald Pfeifer
bca36f6bef Update to Wine 1.6.1 which brings various bug fixes and translation
updates.
2013-11-16 04:31:33 +00:00
Vanilla I. Shu
d52f915982 1: Support STAGEDIR.
2: switch to new LIB_DEPENDS syntax.
2013-11-16 04:15:28 +00:00
Sunpoet Po-Chuan Hsieh
5c2a053003 - Support STAGEDIR 2013-11-16 03:39:40 +00:00