1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

295110 Commits

Author SHA1 Message Date
Anton Berezin
d2b498d45d Update to 3.17.
Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES
2013-03-07 12:50:04 +00:00
Anton Berezin
7c2a90c480 Update to 0.52.
Changes:	http://search.cpan.org/dist/Inline/Changes
2013-03-07 12:45:36 +00:00
Anton Berezin
bda65549ff Update to 0.23.
Changes:	http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes
2013-03-07 12:25:44 +00:00
Anton Berezin
8fdf88de52 Update to 1.43.
Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
2013-03-07 12:23:00 +00:00
Anton Berezin
58b720aa87 Update to 0.99(.)02.
Changes:	http://search.cpan.org/dist/version/Changes
2013-03-07 12:20:42 +00:00
Bryan Drewery
c5a5da506c - Fix missing dependency on devel/ruby-date2 when using Ruby 1.9
for date parsing
2013-03-07 12:06:54 +00:00
Bryan Drewery
77e65309c8 - Take maintainership
- Remove indefinite article from COMMENT

Approved by:	ehaupt@ (maintainer, via email)
2013-03-07 11:54:19 +00:00
Max Brazhnikov
d47c434983 - Fix typo
Submitted by:	ak via irc
2013-03-07 11:53:26 +00:00
Baptiste Daroussin
8a93e30710 Update bundled git to 1.7.4.4, which at the same time fixes the bad checksum problem
PR:		ports/176707
Submitted by:	John Marino <draco@marino.st>, miwi, bdrewery
2013-03-07 11:21:11 +00:00
Baptiste Daroussin
2bf75330b6 Add a note about the new USES macro and the new USES= pathfix fuse
Reviewed by:	miwi
2013-03-07 11:14:13 +00:00
Frederic Culot
9fffcf1ab4 - Update to 0.09
Changes:	http://search.cpan.org/dist/URI-Encode/Changes
2013-03-07 10:33:32 +00:00
Pietro Cerutti
c1f1225e78 - Update to 05_20130303
Changes:

  * The library editline.s7i has been added. This library defines a
    file type for linewise editing with history.
  * The manual chapter describing types, especially the type program,
    has been improved.
  * The calc.sd7 example has been improved to allow linewise editing.
  * The handling of the internal program representation in interpreter
    and compiler has been improved to free most unused memory.
  * The handling of the functions prgGlobalObjects, refArrToList,
    refHshDataToList, refHshKeyToList, refLocalVars and refSctToList
    in compiler and run-time library has been improved to free unused
    memory.
  * The stack trace has been improved to display infix operators
    better and to write parameter names.
  * The compiler has been improved to support the action TYP_FUNC.
  * The functions copy_expression and free_expression in listutl.c
    have been optimized.
  * The function substitute_params has been added to match.c .
  * The functions free_params and free_name_list have been added to
    name.c .
  * The function dump_list has been added to objutl.c .
  * The function copy_params has been added to entutl.c .
  * The functions prot_float and prot_params have been added to
    traceutl.c .
  * The functions free_type and close_type have been added to
    typeutl.c .
  * The free list management has been improved to be configurable
    in config.h.
  * The memory management in heaputl.h has been improved to work with
    and without DO_HEAPSIZE_COMPUTATION.
  * The function free_file and remove_prog_files have been added to
    infile.c.
  * The functions itf_cpy and itf_cpy2 in itflib.c have been improved
    to support assigning forward declared objects to an interface.
  * The function emptylist and the macro to_empty_list have been
    renamed to free_list and free_list2.
  * In prg_comp.c the function prgDeclObjects has been renamed to
    prgGlobalObjects.
  * In ref_data.c the functions refArrmaxidx, refArrminidx,
    refArrtolist, refScttolist and refHshKeyToList have been renamed
    to refArrMaxIdx, refArrMinIdx, refArrToList, refSctToList and
    refHshKeysToList.
  * In ref_data.c the functions refResult, refResini and refSetParams
    have been improved to raise RANGE_ERROR when the argument is NULL
    or when it is not a BLOCKOBJECT.
  * In progs.s7i the functions sys_var, error_count, declared_objects,
    params, setParams, func_result, func_res_init, local_consts,
    local_vars, array_to_list, array_min_index, array_max_index,
    struct_to_list, hash_data_to_list, hash_key_to_list,
    interface_to_struct, obj_number, type_number and match_obj have
    been renamed to sysVar errorCount, globalObjects, formalParams,
    setFormalParams, resultVar, resultInitValue, localConsts,
    localVars, arrayToList, arrayMinIdx, arrayMaxIdx, structToList,
    hashDataToList, hashKeysToList, interfaceToStruct, objNumber,
    typeNumber and typeObject.
  * In seed7_05.s7i the functions is_func, is_varfunc, result_type and
    is_derived have been renamed to isFunc, isVarfunc, resultType and
    isDerived.
2013-03-07 09:54:34 +00:00
Pietro Cerutti
c15f277de0 - Update to 1.0.11.002
Changes:
  * Fix intended centering on parent of unplaced dialogs.
  * Fix some issues reported by clang.
  * Build silently (use AM_SILENT_RULES).
  * Fix using e16 with xcompmgr.
2013-03-07 09:48:38 +00:00
Alex Dupre
c0825b809f Import pecl-zendoptimizerplus to replace ZendOptimizer. It supports all PHP
releases we have in ports tree.

The Zend Optimizer+ provides faster PHP execution through opcode caching and
optimization. It improves PHP performance by storing precompiled script
bytecode in the shared memory. This eliminates the stages of reading code from
the disk and compiling it on future access. In addition, it applies a few
bytecode optimization patterns that make code execution faster.

WWW: https://github.com/zend-dev/ZendOptimizerPlus
2013-03-07 09:31:55 +00:00
Alex Dupre
bf1934e1bc Add support to register Zend extensions.
Submitted by:	delphij
2013-03-07 09:20:22 +00:00
Frederic Culot
5e5ca933da - Update to 1.5.3
Changes:        https://github.com/marcinkuzminski/rhodecode/blob/master/docs/changelog.rst
PR:             ports/176704
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
2013-03-07 08:00:10 +00:00
Beech Rintoul
47a77e767a - Update to 2013.1
PR:		ports/176644
Submitted by:	Green Dog <fiziologus@gmail.com> (maintainer)
2013-03-07 07:47:55 +00:00
Beech Rintoul
50d32184ce - Update to 3.0.7
PR:		ports/176664
Submitted by:	Richard Hirner <hirner@bitfire.at> (maintainer)
2013-03-07 07:34:53 +00:00
Michael Scheidell
92adb6c171 - Undo patch for buggy Net:DNS .69. caused 404 errors <.69
PR:		ports/174505
2013-03-07 06:20:38 +00:00
Ruslan Makhmatkhanov
60b10d1789 - add patch to fix build with devel/py-dateutil 2.1
- sort pkg-plist a bit
- tab -> space change in pkg-descr:WWW

PR:		176699
Submitted by:	rm (myself)
Approved by:	Alexandros Kosiaris <akosiaris@gmail.com> (maintainer)
2013-03-07 06:09:44 +00:00
Brendan Fabeny
5cc9202f91 correct the dependency check for the (non-default) leptonica option 2013-03-07 04:38:30 +00:00
Brendan Fabeny
51cd110a01 update math/R to 2.15.3, and adjust dependent ports 2013-03-07 04:21:34 +00:00
Brendan Fabeny
dc19206756 update to the Oxygen release 2013-03-07 03:56:51 +00:00
Brendan Fabeny
4cc34ccea9 switch to the new options format 2013-03-07 03:46:47 +00:00
Bryan Drewery
6910bf819a - Please welcome back Chris Petrik as maintainer of
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
2013-03-07 03:25:10 +00:00
Rene Ladan
a155d81752 Remove compatibility with FreeBSD 7.X
While here pet Makefile headers.
2013-03-06 23:31:58 +00:00
Nicola Vitale
2bce83c642 - Fix a typo 2013-03-06 23:22:27 +00:00
Beech Rintoul
cb7e833c12 - Fix configure with ffmpeg
- Fix build with clang

PR:		ports/176592
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
Approved by:	"Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer)
2013-03-06 23:21:55 +00:00
Nicola Vitale
d0d8641ec7 - Add an entry for audio/liblastfm (updating to 1.0.6) 2013-03-06 23:18:23 +00:00
Nicola Vitale
504ec80031 Tomahawk is a music player that fundamentally changes the way music is
consumed and shared.

It decouples the name of the song from the source it was shared from - and
fulfills the request using all of your available sources.

This creates a universal translation layer across music repositories,
streaming services and geographic territories.

WWW: http://www.tomahawk-player.org/
2013-03-06 22:55:59 +00:00
Nicola Vitale
6e24ca6748 QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.

WWW: http://quazip.sourceforge.net/
2013-03-06 22:55:05 +00:00
Nicola Vitale
ed9c9cedc1 C++ Qt based Twitter library
WWW: https://github.com/minimoog/QTweetLib
2013-03-06 22:54:15 +00:00
Nicola Vitale
5f4ec43f7e libechonest is a collection of C++/Qt classes designed to make a developer's
life easy when trying to use the APIs provided by The Echo Nest.

WWW: http://github.com/dschimdt/libechonest
2013-03-06 22:53:30 +00:00
Nicola Vitale
c29f6bcc81 Jreen is extensible Qt-based asynchronious Jabber library.
WWW: https://github.com/euroelessar/jreen
2013-03-06 22:52:36 +00:00
Koop Mast
1280414a45 Unbreak libgsf-gnome by making sure the PLIST_FILES line only applies to libgsf
itself.

Reported by:	build runs (by miwi)
2013-03-06 22:50:17 +00:00
Nicola Vitale
af6872d832 - Update to 1.0.6 [1]
- Trim header  [1]
- Switch to the active, and officially supported by the Lasf.fm staff,
  fork on GitHub as master download site
- Update COMMENT
- Add LICENSE (GPLv3)
- Add options FINGERPRINT (default ON), TESTS (default OFF)  [1]
- Update WWW URL and description in pkg-descr
- Remove files/*  [1]

PR:	ports/175779
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>  [1]
Approved by:	Matt Tosto <datahead4@gmail.com> (mantainer timeout > 1 month)
2013-03-06 22:37:48 +00:00
Guido Falsi
9913440af2 Basic GUI for Microsoft's Media Transfer Protocol (MTP)
including file transer and some playlist handling.

WWW: http://gmtp.sourceforge.net/

PR:		ports/176113
Submitted by:	Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
2013-03-06 22:31:04 +00:00
Marcus von Appen
4e2436e351 - Update to 0.27.0 2013-03-06 22:15:16 +00:00
Marcus von Appen
92085752c8 - Update to 0.24.2 2013-03-06 22:13:19 +00:00
Marcus von Appen
f5e2fe92ed - fix PLIST entries for the 0.59.0 update 2013-03-06 22:10:56 +00:00
Thierry Thomas
8c70ee93a4 Upgrade to 1.05.
Changelog at <http://pinotdev.blogspot.sg/2013/03/pinot-105.html>.
2013-03-06 22:09:56 +00:00
Marcus von Appen
f39cfbb65d - Update to 0.59.0 2013-03-06 22:09:43 +00:00
Jung-uk Kim
0e898485a5 Update to 1.0.8. 2013-03-06 20:49:41 +00:00
Chris Rees
15374243c5 Reversed logic
Submitted by:	Domagoj Smolcic <rank1seeker@gmail.com>
Pointyhat to:	crees
2013-03-06 20:49:22 +00:00
Nicola Vitale
3b74c37703 - Update to 0.7.10
- Include fix of pkg-plist when Python version >= 3.2
2013-03-06 20:20:35 +00:00
Ruslan Makhmatkhanov
5c1494138d - correct dependency on py-salt the same way as in r313502
Approved by:	maintainer (implicit)
2013-03-06 19:49:07 +00:00
Chris Rees
e1ec71d455 Update to 1.1:
- Error to stderr

- Assume that the user will set their own pager.

Submitted by:	ak
2013-03-06 18:57:05 +00:00
Ruslan Makhmatkhanov
b874bb4d02 - update MASTER_SITES [1]
- trim Makefile headers
- limit python version to 2.x only (print)
- convert to optionsng (DOCS case)
- update pkg-descr:WWW

PR:		176693
Reported by:	John Marino <draco@marino.st> [1]
2013-03-06 18:49:33 +00:00
Sunpoet Po-Chuan Hsieh
bd554455a6 - Fix build with clang
- Convert NOPORTDOCS/NOPORTEXAMPLES to new options framework

Submitted by:	sunpoet (myself)
Approved by:	tmseck (maintainer)
2013-03-06 18:47:55 +00:00
Nicola Vitale
f0766b14e2 - Disable check whether GTK3 is supported
- Disable color output of cmake
- Remove DOCS and NLS from OPTIONS_DEFAULT
2013-03-06 17:46:27 +00:00