1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

14354 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
a16cb6df57 - Use BROKEN_RUBY21 and BROKEN_RUBY22 2015-09-03 16:23:45 +00:00
Sunpoet Po-Chuan Hsieh
c4ad7d142e - Add LICENSE
- Use BROKEN_RUBY22

Approved by:	portmgr (blanket)
With hat:	ruby
2015-09-03 16:23:41 +00:00
Sunpoet Po-Chuan Hsieh
93b6c74aa6 - Update to 2.09
- Convert to new options target helper

Changes:	http://search.cpan.org/dist/Mojo-Pg/Changes
2015-09-03 16:22:41 +00:00
Sunpoet Po-Chuan Hsieh
6e2a1c4495 - Update to 2.13
- Fix *_DEPENDS
- Add more TEST_DEPENDS
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes
2015-09-03 16:22:37 +00:00
Sunpoet Po-Chuan Hsieh
9b937ef87b - Update to 2.11
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
2015-09-03 16:22:32 +00:00
Vanilla I. Shu
daf06c09e8 Upgrade to 2.7.2. 2015-09-02 23:10:49 +00:00
Kurt Jaeger
c1368f6f2a devel/rudiments: 0.52 -> 0.53
databases/sqlrelay: 0.62 -> 0.63

0.53 - exposed codetreegrammar class and updated codetree class so that
		successive parses/writes can use the same grammar without
		having to reload it
	added insert/appendXml(File) methods to xmldomnode to parse and
		insert/append xml strings or files to a node
	fixed FILE->fileno detection for solaris 11.2,
		which doesn't have it at all
	llabs() is detected and preferred to abs()
	added partial xml namespace support (namespaces for tags)
	added partial support for extended ascii character set to character
		class
	added setgroups() call before setuid() call to drop extraneous groups
	updated rudiments-config man page, slightly
	removed outdated and unused dtd class
	updated file::resolveSymbolicLink() to use
		directory::maxPathLength(filename) as a starting point
	updated directory::getCurrentDirectory() to use
		MAX_PATH as a starting point
	serialport/serialportprofile, modemserver/modemclient classes are
		disabled in the default build now
	updated intro docs

0.63 - suppressed ruby configure warning
	fixed glib detection if pkg-config isn't present
	fixed mono detection on freebsd
	fixed node.js yes/no misreport bug in configure script
	added freetds tcl test
	fixed slashes in tcl tests for windows
	updated docs to mention firebird buffer size parameters
	updated MAX_ITEM_BUFFER_SIZE to 32768 for firebird
	fixed ruby detection on fedora 22
	fixed missing export for setAuth/ResponseTimeout in ruby api
	added manual include of inttypes.h in php api to work around issue with
		define/undef games, revealed on openbsd 5.7
	tweaked ruby cflags script for debian 8
	refactored mysql detection
	tweaked unixodbc detection to also look in /usr/include/odbc
	renamed "oracle8" connection plugin to "oracle"
	renamed "sybase" connection plugin to "sap"
	updated identity tests in api's/cmdline clients to use
		charstring::contains() rather than !charstring::compare()
	implemented missing destructors for ADO.NET Data Provider
2015-09-02 20:35:02 +00:00
Sunpoet Po-Chuan Hsieh
0e7ad38c34 - Strip shared library
- Bump PORTREVISION for package change
2015-09-02 17:03:23 +00:00
Sunpoet Po-Chuan Hsieh
2bd296cd89 - Allow concurrent installation (USE_PYTHON=concurrent) 2015-09-02 17:03:19 +00:00
Sunpoet Po-Chuan Hsieh
96128cb464 - Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
2015-09-02 17:03:14 +00:00
Sunpoet Po-Chuan Hsieh
a1ce6b3b46 - Update to 3.13.1
Changes:	https://github.com/facebook/rocksdb/releases
2015-09-02 17:02:40 +00:00
Sunpoet Po-Chuan Hsieh
9de9dacf00 - Convert to new options target helper 2015-09-02 08:54:03 +00:00
Dmitry Marakasov
c7e624b321 - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-09-01 16:20:47 +00:00
David Naylor
eeb1443b97 lang/pypy: update to 2.6.1
Changes:
 - Add external cffi ports (a la python):
   - databases/pypy-gdbm
   - databases/pypy-sqlite3
   - x11-toolkits/pypy-tkinter
 - Add bsd.pypy.mk for consistency between pypy ports.
 - Add bsd.pypy.cffi.mk for consistency with external cffi ports.
 - Switch back to using $PREFIX/pypy-X.Y (the '-' separator is required to
   differentiate between lang/pypy and lang/pypy3)
 - Remove all patches (upstreamed, see announcement below)

ChangeLog:
 - Bug Fixes
   - Revive non-SSE2 support
   - Fixes for detaching _io.Buffer*
   - Clear up contention in the garbage collector between trace-me-later and
     pinning
   - Issues reported with our previous release were resolved after reports from
     users on our issue tracker at https://bitbucket.org/pypy/pypy/issues or on
     IRC at #pypy.
 - New features:
   - cffi was updated to version 1.3
   - The python stdlib was updated to 2.7.10 from 2.7.9
   - vmprof now supports multiple threads
   - The translation process builds cffi import libraries for some stdlib
     packages, which should prevent confusion when package.py is not used
   - better support for gdb debugging
   - FreeBSD should be able to translate PyPy "out of the box" with no patches
 - Numpy:
   - Better support for record dtypes, including the align keyword
   - Implement casting and create output arrays accordingly (still missing some
     corner cases)
   - Support creation of unicode ndarrays
   - Better support ndarray.flags
   - Support axis argument in more functions
   - Refactor array indexing to support ellipses
   - Allow the docstrings of built-in numpy objects to be set at run-time
   - Support the buffered nditer creation keyword
 - Performance improvements:
   - Delay recursive calls to make them non-recursive
   - Skip loop unrolling if it compiles too much code
   - Tweak the heapcache
   - Add a list strategy for lists that store both floats and 32-bit integers.
     The latter are encoded as nonstandard NaNs. Benchmarks show that the speed
     of such lists is now very close to the speed of purely-int or purely-float
     lists.
   - Simplify implementation of ffi.gc() to avoid most weakrefs
   - Massively improve the performance of map() with more than one sequence
    argument

Differential Revision:	https://reviews.freebsd.org/D3285
2015-08-31 19:38:23 +00:00
Kurt Jaeger
3a4b2353ed databases/mysql-connector-odbc: build and interoperate with mariadb-10
PR:		198925
Submitted by:	Pavel Timofeev <timp87@gmail.com>
Approved by:	sergey@network-asp.biz (maintainer timeout)
2015-08-31 10:43:30 +00:00
Max Brazhnikov
d6d85a4541 databases/kbibtex: fix build on i386 2015-08-31 08:30:16 +00:00
Jan Beich
3a7475f899 Reset maintainership per mail on freebsd-ports@ list
Requested by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-08-30 20:13:29 +00:00
Jimmy Olgeni
c1c41af600 Upgrade to version 1.0.1. 2015-08-30 13:23:56 +00:00
Kurt Jaeger
8e110c6f3b databases/cego: 2.24.3 -> 2.24.4
- Fix in CegoAction::execViewCreate.
  Views must be compiled successful now immediately after creation.
  Otherwise, the calculated schema is not stored correctly into
  dictionary.
- Fix in CegoFactor::getId.
  If sysdate is used in queries, it should be resolved, otherwise
  query couldbe used from cache which returns invalid result

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-08-30 08:39:31 +00:00
Jimmy Olgeni
c43e245ed4 Upgrade to version 0.16.1, which now requires elixir-postgrex. 2015-08-30 08:16:43 +00:00
Sunpoet Po-Chuan Hsieh
0b1ebd96d9 - Remove MASTER_SITE_SUBDIR 2015-08-29 10:04:15 +00:00
TAKATSU Tomonari
91249c4f70 - Update to 0.10.5 2015-08-29 09:00:14 +00:00
Kurt Jaeger
69b310e9b0 databases/cego: 2.23.12 -> 2.24.3
- Implemented query cache
  http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en&section=cgdoc_cgadm.html#cgadm_querycache
- SQL keywords can now be used case-insensitive, with proper CSMODE
  http://www.lemke-it.com/litexec?request=pubcegodoc&user=&lang=en&section=cgdoc_database_running.html#compatattr

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2015-08-29 08:37:14 +00:00
Veniamin Gvozdikov
4549fdcdaf - Updated to 1.6.6
- Copied patch from lang/luajit
2015-08-28 19:02:10 +00:00
Dmitry Marakasov
296104b86a - Switch to options helpers 2015-08-28 15:38:33 +00:00
Dmitry Marakasov
940c2f66d0 - Switch to @sample; also fixes config removal on deinstall due to incorrect @unexec command
MFH:		2015Q3 (blanket)
2015-08-28 14:35:25 +00:00
Max Brazhnikov
ec4c6f8ce6 databases/kbibtex:
- Update to 0.6
- Remove obsolete patch
2015-08-28 10:11:41 +00:00
Dmitry Marakasov
69b49c55cf - Update to 1.1.0
PR:		202597
Submitted by:	coder@tuxfamily.org (maintainer)
2015-08-27 09:01:50 +00:00
Sunpoet Po-Chuan Hsieh
50029ce9a5 - Update to 0.3.20
Changes:	https://github.com/brianmario/mysql2/releases
2015-08-26 16:34:41 +00:00
Dmitry Marakasov
1bb7ab6aa3 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-08-26 02:45:31 +00:00
Dmitry Marakasov
9abebe1354 - Add LICENSE_FILE
- Switch to USES=autoreconf
- Switch to options helpers

Approved by:	portmgr blanket
2015-08-26 02:44:21 +00:00
Dmitry Marakasov
1387c6f50c - Fix build when CC contains slashes 2015-08-26 02:00:41 +00:00
Jimmy Olgeni
e2152c4d8e Upgrade to version 0.3.9. 2015-08-25 19:36:03 +00:00
Jimmy Olgeni
9c3f74c6ff Upgrade to version 1.0.0. 2015-08-25 19:35:26 +00:00
Jimmy Olgeni
827809bb9d Upgrade to version 0.13.2. 2015-08-25 19:31:54 +00:00
Sunpoet Po-Chuan Hsieh
02554757d3 - Update to 4.1.13
- Add NO_ARCH

Changes:	https://github.com/rails/rails/blob/4-1-stable/activerecord/CHANGELOG.md
2015-08-25 14:53:36 +00:00
Sunpoet Po-Chuan Hsieh
4b68ddb7d1 - Update to 4.1.13
- Add NO_ARCH

Changes:	https://github.com/rails/rails/blob/4-1-stable/activemodel/CHANGELOG.md
2015-08-25 14:53:32 +00:00
Sunpoet Po-Chuan Hsieh
b5347f086d - Update to 4.2.4
Changes:	https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md
2015-08-25 14:52:54 +00:00
Sunpoet Po-Chuan Hsieh
e22c31a13b - Update to 4.2.4
Changes:	https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md
2015-08-25 14:52:49 +00:00
Raphael Kubo da Costa
c61a5dfbdc percona56-client: Switch to USES=libedit.
Instead of manually adding both a build- and a run-time dependency on
libedit from ports, use USES=libedit instead. Not only does it take care of
adding the proper dependency, but it also sets CMAKE_PREFIX_PATH to
${LOCALBASE} to make sure that the version in ports is preferred instead of
the one in base.

This is a dependency for moving to CMake 3.3.x, as starting with 3.3.0 calls
to find_library() will also look in the $PATH environment variable and end
up finding libedit from base by default.

Approved by:	flo (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3468
2015-08-24 21:01:43 +00:00
Wen Heping
7c923f4e85 python-sql is a library to write SQL queries in a pythonic way.
WWW: http://python-sql.tryton.org/
2015-08-24 12:06:37 +00:00
Sunpoet Po-Chuan Hsieh
30df63cb0b - Update to 3.8.11.1
- Update MASTER_SITES

Changes:	https://www.sqlite.org/releaselog/3_8_11_1.html
PR:		202569
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2015-08-23 15:19:00 +00:00
Sunpoet Po-Chuan Hsieh
604086dd2e - Update to 3.8.11.1
- Update MASTER_SITES
- Sort USES
- Cosmetic change

Changes:	https://www.sqlite.org/releaselog/3_8_11_1.html
PR:		202568
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
2015-08-23 15:18:55 +00:00
Veniamin Gvozdikov
9120c7e54a - Update to 0.4.4.0
PR:		ports/202475
Submitted by:	Chris Petrik <chris@bsdjunk.com>
2015-08-23 15:00:55 +00:00
Veniamin Gvozdikov
1ae3b69e02 - Updated to lates 1.6.5-305-g3a9640b 2015-08-22 22:58:53 +00:00
Mathieu Arnold
7b6ee20e07 Fix depends on devel/pear-XML_Parser.
Sponsored by:	Absolight
2015-08-22 22:21:44 +00:00
Veniamin Gvozdikov
746fb0a42d New port: databases/tarantool-c
Tarantool-c is a client library written in C for Tarantool.

WWW: https://github.com/tarantool/tarantool-c
2015-08-22 22:17:18 +00:00
Veniamin Gvozdikov
4080606225 - Fix build with GCC 4.8
- Fix build on FreeBSD 9.X
- Fix build on i386
2015-08-22 21:58:12 +00:00
Xin LI
55cad84404 Update to 0.9.16. 2015-08-21 19:20:19 +00:00
Jun Kuriyama
f4e611d45e - Upgrade to 2.46. 2015-08-21 04:06:37 +00:00