summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to version 1.0.3.Jimmy Olgeni2013-11-163-7/+18
| | | | | | | | | | - Add staging support while I'm here. PR: ports/183907 Submitted by: maintainer Notes: svn path=/head/; revision=334033
* - Change MASTER_SITES to my LOCAL: original upstream disappearedSunpoet Po-Chuan Hsieh2013-11-162-5/+2
| | | | | | | | - Pet portlint: move EXTRACT_SUFX upward - Remove WWW Notes: svn path=/head/; revision=334032
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-162-3/+1
| | | | Notes: svn path=/head/; revision=334031
* - use STAGEDIRDirk Meyer2013-11-161-10/+8
| | | | Notes: svn path=/head/; revision=334030
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-161-1/+0
| | | | Notes: svn path=/head/; revision=334029
* - use STAGEDIRDirk Meyer2013-11-164-18/+18
| | | | Notes: svn path=/head/; revision=334028
* - use STAGEDIRDirk Meyer2013-11-163-22/+31
| | | | | | | - rename patchfiles Notes: svn path=/head/; revision=334027
* - Update to 1.6Li-Wen Hsu2013-11-163-8030/+10
| | | | | | | Helped by: koobs Notes: svn path=/head/; revision=334026
* - Copy py-django -> py-django15 for Django 1.6 updateLi-Wen Hsu2013-11-165-0/+8113
| | | | Notes: svn path=/head/; revision=334025
* - Update to 20131024Julien Laffaye2013-11-164-13/+25
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=334024
* OpenCOLLADA is a reader and writer library for the COLLADA format, anMarcus von Appen2013-11-169-0/+467
| | | | | | | | | | open, royalty-free standard for exchanging 3D asset information between applications, digital content creation tools and libraries. WWW: http://opencollada.org Notes: svn path=/head/; revision=334023
* Remove NO_LATEST_LINK as well (forgotten along with addingBoris Samorodov2013-11-161-1/+0
| | | | | | | PKGNAMESUFFIX). Notes: svn path=/head/; revision=334022
* Replace LATEST_LINK with PKGNAMESUFFIX.Jimmy Olgeni2013-11-161-1/+2
| | | | Notes: svn path=/head/; revision=334021
* Use PKGNAMESUFFIX instead fo resolve the pkg name conflict.Joe Marcus Clarke2013-11-161-3/+3
| | | | | | | Suggested by: sunpoet Notes: svn path=/head/; revision=334020
* Correct a typo.Joe Marcus Clarke2013-11-161-1/+1
| | | | | | | Submitted by: dim Notes: svn path=/head/; revision=334019
* - Update to 0.44Sunpoet Po-Chuan Hsieh2013-11-163-3/+5
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes Notes: svn path=/head/; revision=334018
* Freshen-up port and rename package.Romain Tartière2013-11-161-3/+4
| | | | Notes: svn path=/head/; revision=334017
* Freshen-up port and rename package.Romain Tartière2013-11-161-9/+6
| | | | Notes: svn path=/head/; revision=334016
* - Fix PKGNAMEPREFIX: it should be sv- for SwedishSunpoet Po-Chuan Hsieh2013-11-164-2/+2
| | | | Notes: svn path=/head/; revision=334015
* Fix the pkg name collision.Joe Marcus Clarke2013-11-161-3/+3
| | | | | | | Reported by: bapt-bot Notes: svn path=/head/; revision=334014
* - Update to 0.8.Alberto Villa2013-11-1617-217/+215
| | | | | | | | - STAGEify. - Use OPTIONS helpers. Notes: svn path=/head/; revision=334013
* - Convert USE_GMAKE to USESDanilo Egea Gondolfo2013-11-162-4/+14
| | | | | | | - Add stage support Notes: svn path=/head/; revision=334012
* Rename -legacy to fix pkgname collisionBaptiste Daroussin2013-11-161-1/+5
| | | | | | | Deprecared as it is EOLed upstream Notes: svn path=/head/; revision=334011
* - Update to 0.04Sunpoet Po-Chuan Hsieh2013-11-162-6/+6
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-Types-URI/Changes Notes: svn path=/head/; revision=334010
* Fix nox's calendarBaptiste Daroussin2013-11-161-1/+1
| | | | Notes: svn path=/head/; revision=334009
* Add DEPRECATED=Outdated, no longer needed, broken on 10+.Juergen Lock2013-11-161-0/+4
| | | | Notes: svn path=/head/; revision=334008
* - Add stage supportDanilo Egea Gondolfo2013-11-161-1/+0
| | | | Notes: svn path=/head/; revision=334007
* - Add stage supportDanilo Egea Gondolfo2013-11-162-38/+12
| | | | | | | - Simplify Makefile Notes: svn path=/head/; revision=334006
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-11-166-22/+16
| | | | Notes: svn path=/head/; revision=334005
* Update lang/pypy-devel to 2.2 (for wider testing).David Naylor2013-11-164-46/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=334004
* - Add pkgnamesuffix of -math. to avoid pkgname collision with graphics/sage.Stephen Montgomery-Smith2013-11-161-0/+1
| | | | | | | | Noticed by: portmgr Reference: http://blogs.freebsdish.org/portmgr/2013/10/03/package-name-collisions/ Notes: svn path=/head/; revision=334003
* Stage supportAntoine Brodin2013-11-162-6/+4
| | | | Notes: svn path=/head/; revision=334002
* Fix package name conflicts.Cy Schubert2013-11-162-4/+2
| | | | Notes: svn path=/head/; revision=334001
* - Update from 1.7.1 to 1.7.2Danilo Egea Gondolfo2013-11-162-3/+3
| | | | Notes: svn path=/head/; revision=334000
* - Convert to new options frameworkSteve Wills2013-11-162-42/+29
| | | | | | | | | | - Pet portlint PR: ports/183893 Submitted by: mat Notes: svn path=/head/; revision=333999
* - Add graphics/sdl2_gfx as dependency, now that it is availableMarcus von Appen2013-11-161-1/+2
| | | | Notes: svn path=/head/; revision=333998
* Support STAGEDIR.Vanilla I. Shu2013-11-167-28/+16
| | | | Notes: svn path=/head/; revision=333997
* Support STAGEDIR.Vanilla I. Shu2013-11-162-11/+13
| | | | Notes: svn path=/head/; revision=333996
* - Enable staging supportMarcus von Appen2013-11-161-11/+9
| | | | | | | | | - Fix installation on 10.x and CURRENT Reported by: pkg-fallout@ Notes: svn path=/head/; revision=333995
* Support STAGEDIR.Vanilla I. Shu2013-11-163-10/+7
| | | | Notes: svn path=/head/; revision=333994
* Unbreak net-p2p/libtorrent-rasterbar-python to fix installRuslan Makhmatkhanov2013-11-161-0/+2
| | | | | | | of net-p2p/deluge (my port) Notes: svn path=/head/; revision=333993
* Support STAGEDIR.Vanilla I. Shu2013-11-1612-53/+69
| | | | Notes: svn path=/head/; revision=333992
* . resolve pkgname conflict with japanese/lyx (add PKGNAMESUFFIX);Boris Samorodov2013-11-161-1/+2
| | | | | | | | . remove indefinite article from COMMENT; . pet portlint -- make COMMENT a bit shorter. Notes: svn path=/head/; revision=333991
* New port: devel/pecl-jsoncAntoine Brodin2013-11-164-0/+31
| | | | | | | | | | PECL extension for JSON serialization PR: ports/181538 Submitted by: Gasol Wu Notes: svn path=/head/; revision=333990
* Fix build using clang from ports on FreeBSD < 9.2.Romain Tartière2013-11-161-1/+1
| | | | | | | | PR: ports/183943 Submitted by: Robert <robert.ayrapetyan@gmail.com> Notes: svn path=/head/; revision=333989
* Support STAGEDIR.Vanilla I. Shu2013-11-1613-98/+462
| | | | Notes: svn path=/head/; revision=333988
* New port: security/masscanAntoine Brodin2013-11-164-0/+38
| | | | | | | | | | masscan is a very fast port scanner PR: ports/183786 Submitted by: Chie Taguchi Notes: svn path=/head/; revision=333987
* Chase ffmpeg update.Juergen Lock2013-11-162-0/+51
| | | | | | | Obtained from: funtoo (files/patch-vdr-markad-0.1.4-libav9) Notes: svn path=/head/; revision=333986
* - Move from Google Code to GithubAntoine Brodin2013-11-163-15/+12
| | | | | | | | | | | | - Add LICENSE - Stage support - shebangfix PR: ports/183806 Submitted by: Vladimir Kotal (maintainer and author) Notes: svn path=/head/; revision=333985
* - Do not set the user-defined CMAKE_VERBOSE variableMarcus von Appen2013-11-161-1/+0
| | | | | | | Reported by: makc@ Notes: svn path=/head/; revision=333984