Commit graph

12567 commits

Author SHA1 Message Date
Kurt Jaeger
33a13f5e9e databases/cego: update 2.20.1 -> 2.20.9
PR:             ports/186776
Submitted by:   pi
Approved by:    jadawin (mentor)
2014-05-02 20:20:07 +00:00
Steven Kreuzer
614d917bf3 - Stage
- Add LICENSE
- Pet portlint

PR:		ports/188648
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-02 19:23:06 +00:00
Veniamin Gvozdikov
53f1e83083 Up to 0.38:
* Parser doesn't segfault if tarantool replies by broken package.

Submitted by:	myself
2014-05-02 18:15:43 +00:00
Veniamin Gvozdikov
b8ae48cb31 Up to 1.5.3:
* Added new plugins: sql, sophia (disk storage)
* Added broken on FreeBSD less than 9.0 (doesn't build)

Submitted by:	myself
2014-05-02 17:07:03 +00:00
Veniamin Gvozdikov
e339f8a956 Update to 1.4.8.
Changelog: https://github.com/basho/riak/blob/1.4/RELEASE-NOTES.md

PR:		ports/188692
Submitted by:	myself
Approved by:	maintainer (timeout)
2014-05-02 09:40:06 +00:00
Wen Heping
f8ab407af7 - Pass maintainership to new volunteer 2014-05-02 07:11:45 +00:00
Wen Heping
cdbe4d64f6 - Allow install lite version
PR:		189211
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
2014-05-02 00:48:17 +00:00
Koop Mast
d12d4acc86 There is no _WITH/_WITHOUT support in bsd.options.mk. Use _ON/_OFF instead
for the kerberos option and fix typo in _OFF line.

Submitted by:	John Hein <john.hein@microsemi.com>
2014-05-01 08:31:24 +00:00
Koop Mast
e2199fa514 Fix kerberos enable/disable flags.
PR:		ports/189037 (based on)
Submitted by:	barbara@
2014-04-29 21:09:26 +00:00
Sunpoet Po-Chuan Hsieh
bcd2ccb2b1 - Update to 1.001002
- Add LICENSE

Changes:	http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/Changes
2014-04-29 13:21:45 +00:00
Barbara Guida
ed5302cc0f Update to 4.0.1.14.48
Submitted by:	bar (myself)
Approved by:	jjuanino@gmail.com (maintainer)
2014-04-28 21:43:18 +00:00
Guido Falsi
e81683c1d9 ODBC driver for SQLite 2 and 3.
WWW: http://www.ch-werner.de/sqliteodbc/
2014-04-28 21:12:23 +00:00
Wen Heping
2e5f891019 - Update to 6.0.1
- Add LICENSE
- Pass maintainership to submitter

PR:		189070
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-28 15:07:11 +00:00
Wen Heping
e311fe5f91 - Update to 4.1.0
- Added STAGE support

PR:		189051
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-28 04:32:27 +00:00
Antoine Brodin
7d06e3b526 Mark a few unfetchable ports BROKEN
With hat:	portmgr
2014-04-27 14:38:18 +00:00
Matthew Seaman
a9a884db2b Update to 4.1.14
This is a routine bugfix update

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.14/phpMyAdmin-4.1.14-notes.html/view
2014-04-27 08:22:33 +00:00
Sunpoet Po-Chuan Hsieh
a1524b126a - Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:18:39 +00:00
Sunpoet Po-Chuan Hsieh
a6420e8374 - Update to 0.6.5
- Add LICENSE
- Use USES=gmake
- Support STAGEDIR
- Pass maintainership to submitter
- While I'm here:
  - Use USES=pathfix
  - Use MANPAGES instead of MAN
  - Simplify Makefile
  - Remove Author line

PR:		ports/188601
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:14:03 +00:00
Martin Wilke
0b4661ab00 - Update to 1.5.1
PR:		188717
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-25 12:18:39 +00:00
Martin Wilke
a94eb32ae6 - Update to 0.100
- Add LICENSE

PR:		188957
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-25 12:16:02 +00:00
Baptiste Daroussin
806a85a643 Switch to USES=libtool
Use options helpers
Use options sub
strip binaries
2014-04-25 06:30:28 +00:00
Tijl Coosemans
0b27797e0e Convert to USES=libtool. 2014-04-24 17:18:40 +00:00
Boris Samorodov
1620dd0dff . fix plist; [1]
. do not use desktop-file-utils (there are no mime types at the desktop file);
. bump PORTREVISION.

Reported by:	jenkins (swills via e-mail)  [1]
2014-04-24 14:32:32 +00:00
William Grzybowski
04bb15a9f6 databases/pymongo: update to 2.7 2014-04-24 14:18:46 +00:00
Boris Samorodov
970c39484c . support staging; [1]
. update to version 0.9.6.1.

PR:		ports/188871  [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>  [1]
2014-04-23 14:04:38 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Kubilay Kocak
dc25f558f7 databases/py-gdbm: Make install PREFIX-safe
Pass a PREFIX-safe Python library directory to Python --install arguments.

While I'm here:

- Re-order and sort USE(S) and PYDISTUTILS entries
- Whitespace alignment
2014-04-23 11:49:08 +00:00
Baptiste Daroussin
273a8ba3a2 Support stage 2014-04-21 23:49:17 +00:00
Baptiste Daroussin
dfeaf523bb Switch to lua 5.2
Obtained from:	pkgsrc
2014-04-21 21:41:24 +00:00
John Marino
a6a0c60093 databases/sqlbuddy: Unbreak and stage
The maintainer actually provided a PR to address the breakage long
before it was marked broken.  itetcu asked him a valid question: Why
is sqlbuddy defaulting to sqlite when it is primarily a mysql tool?
The question was never answered and the PR got thrown back on the heap.

The SQLite component is what is missing.  Let's remove sqlite as an
option to restore the build and stage while here.  It's bumped because
of the change in default options.

PR:		ports/181708
submitted by:	maintainer (Chenguang Li)
modified by:	marino
MFH:		2014Q2
2014-04-21 19:02:18 +00:00
Timur I. Bakeyev
0345c64a75 Add NO_PYTHON knob to make lev@ a bit happier. Minor version update of tdb. 2014-04-20 23:46:59 +00:00
Antoine Brodin
ae758be51a Mark broken, fails to build
ocamlfind ocamlc -g -package unix,extlib,pcre,calendar,csv \
  -pp "camlp4o pa_extend.cmo q_MLast.cmo  -parser Camlp4MacroParser -impl" \
  -I +camlp4 -c -impl pa_pgsql.ml4
File "pa_pgsql.ml4", line 127, characters 16-16:
Error: Unbound value _loc

Reported by:	pkg-fallout
With hat:	portmgr
2014-04-20 19:06:04 +00:00
Baptiste Daroussin
69693724c0 Update to 1.0
Support stage
Use lua 5.2
2014-04-20 09:16:29 +00:00
Raphael Kubo da Costa
d4b26346b5 Update to 1.12.1.
1.12.1                           07-April-2014
----------------------------------------------
- Fixed deadlock in SearchManager
- Fixed notification emission when appending items
- Fixed ItemRetriever ignoring changeSince argument
- Fixed X-AKAPPEND command response
- Fixed RID-based FETCH
- Fixed data loss in case of long-lasting copy or move operations
2014-04-18 18:13:12 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Pietro Cerutti
891e69b5e4 - Unbreak by depending on OpenSSL from ports
- Bump PORTREVISION (dependencies changed)

Reported by:	pkg-fallout
2014-04-16 09:21:11 +00:00
Steve Wills
4ca93c8687 - Stage
- Add LICENSE
- Pet portlint
- pkg-plist fix

PR:		ports/188664
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> (maintainer)
2014-04-15 17:45:54 +00:00
Steve Wills
d966983243 - Stage
PR:		ports/188652
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 17:29:54 +00:00
William Grzybowski
b2e42129b2 databases/py-sqlobject: update to 1.5.2 2014-04-15 17:06:31 +00:00
Steve Wills
185d57e0e3 - Stage
- Pet portlint

PR:		ports/188650
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 15:58:00 +00:00
Steve Wills
51a7646919 - Stage [1]
- Add LICENSE [1]
- Pet portlint [1]
- Move freetds version check to pre-build to avoid issues when patching when freetds isn't installed

PR:		ports/188646
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 15:53:59 +00:00
Steve Wills
d157d78b69 - Stage [1]
- Add LICENSE [1]
- Pet portlint [1]
- Avoid deprecated USE_PYDISTUTILS=easy_install
- Switch to automatic PLIST
- Bump PORTREVISION due to package change

PR:		ports/188622 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by:	portmgr@ (blanket)
2014-04-15 15:29:47 +00:00
Steve Wills
45c04e0941 - Stage
- Pet portlint

PR:		ports/188619
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 15:21:24 +00:00
Steve Wills
3258269daa - Stage
PR:		ports/188606
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 15:16:52 +00:00
Steve Wills
8724c999c1 - Stage
- Fix pkg-plist
- Add LICENSE
- Pet portlint

PR:		ports/188605
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 15:13:59 +00:00
Steve Wills
20dc98147a - Stage
- Pet portlint

PR:		ports/188602
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-04-15 14:39:06 +00:00
Wen Heping
38f8ccaac3 - Fix the conflicts with py27-py-restclient
Reported by:	swills@
2014-04-15 07:54:35 +00:00
Wen Heping
17be9275e7 - Stage support [1]
- Pet portlint [1]
- Update to 1.9.7
- Convert to PYDISTUTILS_AUTOPLIST
- Update WWW
- Add LICENSE

PR:		188610 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-15 07:16:52 +00:00
Wen Heping
e1c43a37b1 - Stage support [1]
- Pet portlint [1]
- Add LICENSE [1]
- Convert to PYDISTUTILS_AUTOPLIST
- Mark DEPRECATED
- Reset maintainer to ports@

PR:		188620 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-15 02:48:03 +00:00
Antoine Brodin
7ab5f517c7 Fix plist
With hat:	portmgr
2014-04-13 21:14:45 +00:00
Matthew Seaman
14354ea858 Update to 4.1.13
This is a routine bugfix update

Change log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.13/phpMyAdmin-4.1.13-notes.html/view
2014-04-13 12:10:09 +00:00
Baptiste Daroussin
15d27efc50 Remove leftovers 2014-04-11 15:14:49 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
2014-04-11 13:20:44 +00:00
Baptiste Daroussin
73a1598250 Remove ancient gnome libraries and tools superseeded by libgda since version 4
Discussed with:	gnome (kwm)
2014-04-11 11:38:50 +00:00
Sunpoet Po-Chuan Hsieh
98f0310a3c - Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
2014-04-11 08:25:12 +00:00
Sunpoet Po-Chuan Hsieh
aa9e6f2952 - Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
2014-04-11 08:25:08 +00:00
Sunpoet Po-Chuan Hsieh
8501d9a2e6 - Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
2014-04-11 08:25:04 +00:00
Bryan Drewery
e3b5cbc4c5 - Take maintainership
- Stage
- Fix DOXYGEN support
- Replace tab with space in WWW
- Add LICENSE
2014-04-10 00:04:16 +00:00
Baptiste Daroussin
33201e7481 Mark as broken non staged ports using the ruby framework
With hat:	portmgr
2014-04-09 07:47:01 +00:00
Glen Barber
191eda2b51 Reset maintainer.
Sponsored by:	The FreeBSD Foundation
2014-04-09 01:12:52 +00:00
Baptiste Daroussin
679dfa95cb Add forgotten option DOCS 2014-04-07 13:25:05 +00:00
Baptiste Daroussin
fa9ff8c3c8 Support stage 2014-04-07 13:24:15 +00:00
Baptiste Daroussin
cec919ed80 Support stage
Allow packaging as a user
2014-04-07 13:23:10 +00:00
Baptiste Daroussin
c12b600a5f Support stage
Allow packaging as a user
2014-04-07 13:19:11 +00:00
Baptiste Daroussin
9e12b7916b Support stage 2014-04-07 13:16:29 +00:00
Baptiste Daroussin
e21e35a6a9 Support stage 2014-04-07 13:15:27 +00:00
Baptiste Daroussin
3d5c41b131 Support stage 2014-04-07 13:14:46 +00:00
Baptiste Daroussin
d911f4654e Support stage 2014-04-07 13:13:54 +00:00
Baptiste Daroussin
5a80bd9e8a Support stage 2014-04-07 13:12:49 +00:00
Baptiste Daroussin
32d90c7402 Support stage 2014-04-07 13:08:42 +00:00
Alex Dupre
252f79cf69 Update to 2.4.10 release. 2014-04-07 10:35:14 +00:00
Sunpoet Po-Chuan Hsieh
9ac6370f76 - Update to 0.2100
Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		188309
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-04-07 10:12:53 +00:00
Alex Kozlov
c082a48ac8 - Fix typo in LIB_DEPENDS
- Use tar:bz2
- Convert spaces to tabs

PR:	ports/188204
Submitted by:	"Mohammad S. Babaei" <info@babaei.net> (maintainer)
2014-04-06 09:58:09 +00:00
Sunpoet Po-Chuan Hsieh
eab3d37c7f - Allow build with php55
- Remove DEFAULT_PHP_VER
- Bump PORTREVISION for dependency change
- While I'm here:
  - Use USE_PHPEXT and PHP_MODNAME
  - Remove unnecessary CONFIGURE_ARGS
  - Simplify Makefile: move common part of two extra patches to patch-adodb.c
  - Use USES=dos2unix
  - Support STAGEDIR
  - Use single space after WWW:

PR:		ports/188236
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-04-06 05:49:11 +00:00
Martin Matuska
19fe325df7 Horde package update:
Horde_ActiveSync 2.13.3 -> 2.13.4
Horde_Alarm 2.1.0 -> 2.2.0
Horde_Argv 2.0.7 -> 2.0.8
Horde_Auth 2.1.2 -> 2.1.3
Horde_Cache 2.4.1 -> 2.4.2
Horde_Cli 2.0.4 -> 2.0.5
Horde_Crypt 2.4.1 -> 2.4.2
Horde_Date 2.0.8 -> 2.0.9
Horde_Db 2.1.0 -> 2.1.1
Horde_Form 2.0.7 -> 2.0.8
Horde_HashTable 1.1.1 -> 1.1.2
Horde_History 2.2.1 -> 2.3.0
Horde_Http 2.0.5 -> 2.1.0
Horde_Image 2.0.5 -> 2.0.6
Horde_Imap_Client 2.19.1 -> 2.19.2
Horde_ListHeaders 1.1.0 -> 1.1.1
Horde_Mail 2.1.5 -> 2.1.6
Horde_Smtp 1.4.0 -> 1.4.1
Horde_TimeZone 1.0.5 -> 1.0.6
2014-04-05 20:32:20 +00:00
Frederic Culot
430f42032a - Fix Makefile's header [1]
- Add LICENSE (MIT) [1]
- Pet portlint(1) by reformatting WWW link

PR:		ports/188242 [1]
Submitted by: 	Rober Kruus <rob.kruus@gmail.com> (maintainer)
2014-04-05 06:34:54 +00:00
Frederic Culot
51162bd38d - Update to 3.8.4.2
PR:		ports/188225
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-04-05 06:06:47 +00:00
Frederic Culot
64b5c12b0b - Update to 3.8.4.2
Changes:	http://www.sqlite.org/releaselog/3_8_4_2.html
PR:		ports/1878224
Submitted by:	Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
2014-04-05 06:05:11 +00:00
Baptiste Daroussin
b863439006 s/post-patch-script/post-patch/ 2014-04-04 13:03:39 +00:00
Sunpoet Po-Chuan Hsieh
79b6e60e47 - Use MAKE_CMD 2014-04-04 09:48:35 +00:00
Sunpoet Po-Chuan Hsieh
fbff2ff8b0 - Use MAKE_CMD 2014-04-04 09:47:54 +00:00
Emanuel Haupt
b3948eb981 - Support staging
- Correct LICENSE definition
- Specify LICENSE_FILE
- Convert USE_BZIP2=yes to USES=tar:bzip2
- Use DEFAULT_VERSIONS instead of DEFAULT_PHP_VER
- Use COPYTREE_SHARE istead of CP
2014-04-04 07:50:26 +00:00
Rene Ladan
b5e4d37e4f Remove expired ports:
2014-04-03 www/aolserver: abandonware, messing up on clusters
2014-04-03 www/openacs-dotlrn: Depends on expiring www/aolserver
2014-04-03 www/openacs: Depends on expiring www/aolserver
2014-04-03 security/aolserver-nsmcrypt: abandonware, messing up on clusters
2014-04-03 www/aolserver-xotcl: abandonware, messing up on clusters
2014-04-03 graphics/aolserver-nsgd: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsencrypt: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsmhash: abandonware, messing up on clusters
2014-04-03 archivers/aolserver-nszlib: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsopenssl: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nspostgres: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nsmysql: abandonware, messing up on clusters
2014-04-03 security/aolserver-nssha1: abandonware, messing up on clusters
2014-04-03 23:01:30 +00:00
Raphael Kubo da Costa
3c83be781a Update to 1.12.0.
Changes since 1.11.0:
* Improved 'akonadictl status' command output
* Server-search support
* Search plugins support
* Tags support
* Fixes and improvements in search
* Fixes in protocol parser
* Fixed inter-resource moves
* Fixed .desktop files parsing
* Optimized collections tasks scheduling
* Optimized flags handling
* Optimized appending new items via AK-APPEND
* Handle database transactions deadlocks and timeouts
* Improved PostgreSQL support
* Soprano is now an optional dependency
* Removed MySQL Embedded support
2014-04-03 21:06:04 +00:00
Andrej Zverev
a1ffdbd611 - restore databases/p5-DBD-InterBase
- set maintainership to Yuri Perezhilin <yuri@rivera.ru>

PR:		ports/187579
Submitted by:	Yuri Perezhilin <yuri@rivera.ru>
2014-04-03 13:08:22 +00:00
Sunpoet Po-Chuan Hsieh
0f44a9ad3f - Update to 0.06
Changes:	http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
2014-04-02 19:01:24 +00:00
Rusmir Dusko
4882dbc20c Galera wsrep provider to Galera Cluster for MySQL, an easy-to-use
high-availability solution with high system up-time, no data loss,
and scalability for future growth.

WWW: http://galeracluster.com

PR:		ports/184654
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-04-01 20:02:16 +00:00
Sunpoet Po-Chuan Hsieh
0485bffe3c - Sort PLIST
- Use @dirrm instead of @dirrmtry for sub-directory of a @dirrm'd directory
2014-04-01 12:02:40 +00:00
Baptiste Daroussin
1746d93405 Reapply stage
Fix license
2014-04-01 11:56:24 +00:00
Felippe de Meirelles Motta
b149d92079 - Update to 0.702.2 version.
PR:             ports/185013
Submitted by:   Alexandre Biancalana <ale@biancalanas.net>
2014-03-31 23:11:32 +00:00
Sergey A. Osokin
3beb6fb6e6 Update from 2.8.7 to 2.8.8.
Update pkg-plist to be more convenient with pkgng(1).
2014-03-31 22:04:26 +00:00
Koop Mast
daa3834038 Stagify. 2014-03-31 20:39:34 +00:00
John Marino
1ca4f94c50 ocaml-sqlite3: Fix typo in patch (only affects DF) 2014-03-31 16:34:39 +00:00
Steve Wills
34b813a9fc - Update the pkg-descr to include the current home page and the description
from there

Reported by:	"vadim s. sabinich" <vadim@sabini.ch>
2014-03-31 14:16:48 +00:00
Alex Dupre
b6efe925db Update to 5.6.17 release. 2014-03-31 12:29:12 +00:00
Alex Dupre
204ad20ce0 Update to 5.5.37 release. 2014-03-31 12:28:49 +00:00
Rene Ladan
5969ca5b26 - Add stage support, install manual pages unconditionally
- Define an explicit option for the optional SASL dependency
- Bump PORTREVISION

Approved by:	 portmgr (blanket infrastructure)
2014-03-31 11:26:53 +00:00
Steve Wills
521524a0ce - Fix STR2CSTR usage [1]
- While here, stage.

PR:		ports/188079 [1]
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> [1]
2014-03-31 03:26:38 +00:00
Dirk Meyer
67fe3229dc - new USES= 2014-03-30 19:44:48 +00:00
Dirk Meyer
bf0e5cfa05 - use STAGEDIR 2014-03-30 14:21:24 +00:00
Rene Ladan
3de1607e21 Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
2014-03-30 00:46:52 +00:00
Steve Wills
dc25ab18c8 An awesome nested set implementation for Active Record
WWW: https://github.com/collectiveidea/awesome_nested_set
2014-03-29 22:02:32 +00:00
Matthew Seaman
cee39373ce Update to 5.1.30
Change log:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-30.html
2014-03-29 18:48:00 +00:00
Gabor Pali
8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00
Brad Davis
d6230a0dfc - Add databases/puppetdb-terminus
PR:		187938
Submitted by:	Geoff Garside  < freebsd at geoffgarside.co.uk >
Reviewed by:	swills@
2014-03-28 16:00:26 +00:00
Matthew Seaman
33dc6a15ba Update to 4.1.12
This is a routine bugfix release

Release Notes:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.12/phpMyAdmin-4.1.12-notes.html/view
2014-03-27 22:30:27 +00:00
Renato Botelho
84bdd1f3a0 Support stage
Approved by:	portmgr (blanket)
2014-03-27 18:28:05 +00:00
John Marino
92a3e465c3 Add new Ocaml port: databases/dbm
The initial version submitted in the PR was augmented by later changes
seen in pkgsrc where the counterpart is maintained by the submitter.

==
This OCaml library is a binding to the NDBM/GDBM Unix "databases". It
provides persistent storage of key-value pairs of strings.

WWW: http://forge.ocamlcore.org/projects/camldbm/
==

PR:		ports/176115
Submitted by:	Jaap Boender
Maintainer:	Jaap Boender
Stage support:	Taken from pkgsrc
2014-03-27 09:41:44 +00:00
John Marino
999946259f databases/ocaml-sqlite3: Upgrade from 1.6.1 -> 2.0.4 and stage
The referenced PR was implemented, and then augmented with stage
support from pkgsrc.  The unique license was also documented.

PR:		ports/176067
Submitted by:	maintainer (Jaap Boender)
Stage support:	Taken from pkgsrc
2014-03-27 01:14:25 +00:00
Antoine Brodin
ddc50965ce Stage support 2014-03-26 20:40:26 +00:00
Jose Alonso Cardenas Marquez
14627e1fc1 - Update to 2.6.4 2014-03-26 03:32:45 +00:00
John Marino
bfd732afd7 APQ ports: apq, apq-mysql, apq-pgsql, apq-odbc
Without direction, GPRconfig will create a cgpr file at the standard
$PREFIX/lib/gnat repository.  This is the cause of the builder
failures because it touches a part of the userland it's not supposed to.

GPRconfig should be modified not to do this; it is never desirable.
In the meantime, the fix for APQ is to specify .cgpr targets which do
not exist so GPRconfig creates them there instead of $PREFIX/lib/gnat.

Reported by: swills
2014-03-26 01:39:57 +00:00
Sunpoet Po-Chuan Hsieh
a5e42e835b - Update to 0.00013
- Sort *_DEPENDS
- Convert to new options helper
- Remove USE_PERL5=extract and outdated post-extract:
- Remove no-op SHA option

Changes:	http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes
2014-03-25 19:34:17 +00:00
Sunpoet Po-Chuan Hsieh
9593682e2b - Update to 4.027
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2014-03-25 19:34:13 +00:00
Sunpoet Po-Chuan Hsieh
be215db625 - Update to 1.42
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2014-03-25 19:34:08 +00:00
John Marino
197ad92ef8 Add new Ada database ports: apq, apq-mysql, apq-pgsql, apq-odbc
APQ is a database interface library written in Ada95.  This is the base
library, but it is not useful without a driver.  There are three drivers
available for PostgreSQL, MySQL, and ODBC in separate ports.

Some features:
  * Thick binding
  * Strong typing support
  * Full BLOB support (PGSQL)
  * High performance BLOB I/O via streams
  * Full support for NULL Values
  * Fully portable (database neutral) code possible
  * Four levels of debug tracing

WWW: https://bitbucket.org/kowframework/apq
2014-03-25 11:28:38 +00:00
Florian Smeets
4e4d2b1bf7 - Update to 5.6.16-64.1
- Also pass --defaults-extra-file to mysql_install_db [1]

Submitted by:	Daniel Ylitalo <daniel@203core.se>
2014-03-24 20:17:52 +00:00
Florian Smeets
c141a2e8c1 - Update to 5.5.36-34.1
- Also pass --defaults-extra-file to mysql_install_db [1]

Submitted by:	Daniel Ylitalo <daniel@203core.se>
2014-03-24 20:16:31 +00:00
Rene Ladan
0a26f84351 Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot.  Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
2014-03-24 19:51:54 +00:00
Sunpoet Po-Chuan Hsieh
4fdc65ba36 - Update to 0.2001
Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		ports/187710
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-03-24 12:32:03 +00:00
Jose Alonso Cardenas Marquez
997aa1f3f1 - Mark DEPRECATED. Firebird 2.0 has been discontinued. Use firebird21 or
firebird25 instead
2014-03-24 00:17:30 +00:00
Sergey A. Osokin
90a82a8785 Upgrade from 3.0.0-beta1 to 3.0.0-beta2.
Rewrite entries for pkg-plist.

<ChangeLog>

>> General

* [FIX] Sometimes the absolute config file path was obtained in a wrong way.
        This happened when there was a "dir" directive inside the config file
        and at the same time the configuration file was given as a relative
        path to redis-server or redis-sentinel executables.
* [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are
        called during an interactive session.
* [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other
        archs not capable of dealing with unaligned accesses. This also makes
        the code faster in archs where unaligned accesses are allowed.
* [FIX] Force INFO used_memory_peak to match peak memory. This generated some
        confusion among users even if it was not an actual bug.
* [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not
        propagate to AOF / Slaves correctly under certain conditions.
        See issue #1549 at Github for more information.
* [FIX] Fixed multiple bugs resulting into closing the link with master or slave
        during replication without good reasons. This will result in useless
        resynchronizations, or infinite loops where the replication link can't
        be established.
* [FIX] Don't count the time needed to populate the buffers of clients waiting
        in MONITOR mode when populating the Slow Log entries.

* [NEW] Redis-cli updated to use SCAN instead of random sampling via
        RANDOMKEY in order to implement --bigkeys feature. Moreover the
        implementation now supports pipelining and reports more information
        at the end of the scan. Much faster, much better. A special thank
        you to Michael Grunder for this improvement.
* [NEW] redis-cli now supports a new --intrinsic-latency mode that is able
        to meter the latency of a system due to kernel / hypervisor.
        How to use it is explained at http://redis.io/topics/latency.
* [NEW] New command BITPOS: find first bit set or clear in a bitmap.
* [NEW] CONFIG REWRITE calls are now logged.
* [NEW] AOF write errors (like no space on device) no longer abort Redis if the
        fsync policy is none or every second. The database enters a read-only
        mode where every write is refused with an error. Normal operations are
        restored as soon as Redis is able to append again data to the AOF file.
* [NEW] Sentinel now accepts SHUTDOWN command.

>> Cluster

* [FIX] Bind the first interface listed in the "bind" configuration directive
        if any, in order to perform outgoing connections. This fixes Cluster
        usage when an address is bound but there are multiple interfaces that
        may be used to connect with other nodes.
* [FIX] When an "Importing" slot is closed via CLUSTER SETSLOT NODE ...
        increment the configEpoch in the special case it is zero.
* [FIX] Current transaction is invalidated on redirection errors.
* [FIX] Abort if port does not allow for a valid cluster bus port that is
        always at fixed +10000 offset.
* [FIX] Keys extraction algorithm fixed for ZUNIONSTORE/ZINTERSTORE and SORT.
* [FIX] Better failover timeout and retry times: failover should now work
        reliabily when node-timeout is very small (a few milliseconds).
* [FIX] Don't allow SORT GET/BY options in Cluster mode.
* [FIX] Clear importing/migrating state when turning from master to slave role.
* [FIX] Set slot error if we receive an update for a busy slot.
* [FIX] Update node configEpoch on UPDATE messages.

* [NEW] Support multi-key operations as long as keys resolve to the same
        hash slot, and the slot is not migrating, or it is migrating but all
        the mentioned keys are available.
* [NEW] New DEBUG command CMDKEYS available to debug / test keys identification
        in Redis commands.
* [NEW] redis-trib: create subcommand is now able to assign spare slaves.
* [NEW] redis-trib: new subcommand 'call'. Exec command in all nodes.

>> Sentinel

* [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the
        new Sentinel design. This error was actually a fix for a design error
        in the first implementation of Sentinel.
* [FIX] Sentinel: added a missing exit() call to abort after config file
        checks at startup. This error was introduced with an improvement in
        a previous 2.8 release.
* [FIX] Sentinel: better nodes fail over start time desynchronization to avoid
        split-brain during the voting process needed to get authorization to
        fail over. This means the system is less likely to need to retry
        and will fail over faster. No changes in behavior / correctness.

* [NEW] Sentinel unit tests and framework. More tests needed and units must
        be improved in order to have less false positives, but it is a start
        and features a debugging console that is useful to fix tests or to
        inspect bugs causing tests failures.
* [NEW] New Sentinel events: +/-monitor and +set used to monitor when an
        instance to monitor is added or removed, or when a configuration
        is modified via SENTINEL SET.

</ChangeLog>
2014-03-23 16:51:10 +00:00
Palle Girgensohn
5db75f5d5d Fix problem building postgresql84-server with ICU patch
PR:	ports/186875
2014-03-23 10:32:45 +00:00
Steve Wills
1a6ab1b9d7 - Update to 1.3.9 2014-03-23 06:21:13 +00:00
Matthew Seaman
c4d156427a Update to 4.1.11
This is a quick-reaction update to fix a regression in 4.1.10 released
earlier today:

   reCaptcha on the login panel no longer worked

Release notes:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.11/phpMyAdmin-4.1.11-notes.html/view
2014-03-22 19:59:05 +00:00
Matthew Seaman
2146896d6e Update to 4.1.10
* USE_XZ -> USES tar:xz

This is a routine bugfix update.

Release notes:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.10/phpMyAdmin-4.1.10-notes.html/view
2014-03-22 17:37:41 +00:00
Palle Girgensohn
9b588a49ff Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will need
the ossp library present, and then we never use it.
2014-03-21 08:15:26 +00:00
Palle Girgensohn
2ff65cdb88 Fixed bad filesize in distinfo 2014-03-20 23:09:05 +00:00
Palle Girgensohn
4082f0b6db The PostgreSQL Global Development Group has released an update to all supported
version of the database system, including versions 9.3.4, 9.2.8, 9.1.13,
9.0.17, and 8.4.21. This minor release fixes a data corruption issue with
replication and crash recovery in version 9.3, as well as several other minor
issues in all versions.  All users of version 9.3 are urged to update their
installations at the next possible downtime.  Users of older versions should
update at their convenience.

The data corruption issue in PostgreSQL 9.3 affects binary replication
standbys, servers being recovered from point-in-time-recovery backup, and
standalone servers which recover from a system crash. The bug causes
unrecoverable index corruption during recovery due to incorrect replay of row
locking operations.  This can then cause query results to be inconsistent
depending on whether or not an index is used, and eventually lead to primary
key violations and similar issues.  For this reason, users are encouraged to
replace each of their standby databases with a new base backup after applying
the update.

See release notes for more changes.

URL:	http://www.postgresql.org/docs/current/static/release.html
URL:	https://wiki.postgresql.org/wiki/20140320UpdateIssues

A change specific to the FreeBSD port:
Modify the contrib/uuid-ossp to actually work (not crashing the backend) by
using the libc implementation of uuid instead of the ossp port. Schemas and
queries will just work. Based on the work of Andrew Gierth. 9.1+ EXTENSION
support added by girgen@.

URL:	http://pgfoundry.org/projects/uuid-freebsd
PR:	ports/121745, ports/182846
2014-03-20 13:43:15 +00:00
Emanuel Haupt
c02e789d7e - Support staging
- Use shebangfix
- Define DOCS option
2014-03-20 08:34:41 +00:00
Baptiste Daroussin
7888d1b415 Revert switch to libevent-2.0 (configure fails to properly discover it and I don't have time to investigate)
Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
2014-03-19 17:19:34 +00:00
Antoine Brodin
b8220e44f1 Remove expired ports:
2014-03-18 databases/ludia: Broken since June 2013
2014-03-18 lang/schemetoc: Broken since July 2013
2014-03-18 18:03:09 +00:00
Sunpoet Po-Chuan Hsieh
c1483697ef - Strip binary executable and shared library in post-install: phase 2014-03-18 16:14:03 +00:00
Sunpoet Po-Chuan Hsieh
70a73aa61d - Strip binary executable and shared library in post-install: phase
- Add regression-test:
2014-03-18 16:13:58 +00:00
Dmitry Sivachenko
1dde51176b Fix SSL support.
PR:		187666
Submitted by:	Michael Gmelin <freebsd@grem.de>
2014-03-18 15:10:46 +00:00
Jun Kuriyama
895fe0cbfa This module provides interface to access redis key-value store, it
transparently handles disconnects and forks, supports transactions,
pipelining, and subscription mode.  Module includes XS and pure Perl
versions of the parser.

WWW: http://search.cpan.org/dist/RedisDB/
2014-03-18 09:16:50 +00:00
Jun Kuriyama
678dc51df3 This module provides methods to build redis requests and parse replies
from the server.

WWW: http://search.cpan.org/dist/RedisDB-Parser/
2014-03-18 09:10:44 +00:00
Timur I. Bakeyev
7af2ea95df Explicitly disable gettext. 2014-03-18 04:28:46 +00:00
Steve Wills
9677e5537f - Update to 0.8.4
- Support STAGEDIR

PR:		ports/187662
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-03-17 19:53:51 +00:00
Antoine Brodin
8aabb4abca Package the pkg-config file 2014-03-16 16:12:20 +00:00
Pawel Pekala
be463c9008 - Update to version 3.8.4.1 [1]
- Strip library [1]
- Remove optional instalation of example files

PR:		ports/187603 [1]
Submitted by:	maintainer
2014-03-15 18:07:47 +00:00
Pawel Pekala
db85db64ed Update to version 3.8.4.1
PR:		ports/187604
Submitted by:	maintainer
2014-03-15 18:05:04 +00:00
Martin Matuska
ba06303884 Make proftpd-mod_sql_tds use its own version 2014-03-15 16:55:47 +00:00
Martin Matuska
7edc75ef57 Add MASTER_SITES to databases/proftpd-mod_sql_tds 2014-03-15 16:29:16 +00:00
Alexey Dokuchaev
ba31c6c887 Kill bogus EOL whitespace. 2014-03-15 15:58:50 +00:00
Tijl Coosemans
a19b165d3b Fix double occurences of USES= 2014-03-14 20:59:20 +00:00
Sunpoet Po-Chuan Hsieh
27bc13707a - Use USES=tar:xz 2014-03-14 15:51:47 +00:00
Sunpoet Po-Chuan Hsieh
3abca268a6 - Use USES=tar:xz 2014-03-14 10:09:26 +00:00
Sunpoet Po-Chuan Hsieh
91cf42cbc5 - Use USES=tar:xz 2014-03-14 10:09:23 +00:00
Sunpoet Po-Chuan Hsieh
864312b03d - Use USES=tar:tgz
- Simplify Makefile
2014-03-14 08:18:12 +00:00