Commit graph

10318 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
8ff3465c7f - Add kyototycoon 0.9.56
Kyoto Tycoon is a lightweight database server with auto expiration mechanism,
which is useful to handle cache data and persistent data of various
applications. Kyoto Tycoon is also a package of network interface to the DBM
called Kyoto Cabinet. Though the DBM has high performance and high concurrency,
you might bother in case that multiple processes share the same database, or
remote processes access the database. Thus, Kyoto Tycoon is provided for
concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of
the server process managing multiple databases and its access library for client
applications.

The network protocol between the server and clients is HTTP so that you can
write client applications and client libraries in almost all popular languages.
Both of RESTful-style interface by the GET, HEAD, PUT, DELETE methods and
RPC-style inteface by the POST method are supported. The server can handle more
than 10 thousand connections at the same time because it uses modern I/O event
notification facilities such as "epoll" and "kqueue" of underlying systems. The
server supports high availability mechanisms, which are hot backup, update
logging, and asynchronous replication. The server can embed Lua, a lightweight
script language so that you can define arbitrary operations of the database.

WWW: http://fallabs.com/kyototycoon/
2012-05-30 14:41:10 +00:00
Martin Wilke
4e4ff5a297 - Mark deprecated
PR:		168138
Submitted by:	maintainer
2012-05-30 10:09:11 +00:00
Baptiste Daroussin
92a2040134 Fix bogus old OPTIONS definition
This fix make describe with new option framework

With hat:	portmgr
2012-05-29 16:12:55 +00:00
Frederic Culot
04ed5b515b - Update to 0.769
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2012-05-29 08:38:20 +00:00
Martin Matuska
93830bec3e Update to 1.1.1 2012-05-29 06:06:36 +00:00
Sunpoet Po-Chuan Hsieh
5bf9e637d2 - Bump PORTREVISION for databases/kyotocabinet shlib change 2012-05-28 17:14:31 +00:00
Sunpoet Po-Chuan Hsieh
62c69d2def - Update to 1.22 2012-05-28 17:13:06 +00:00
Sunpoet Po-Chuan Hsieh
0af7eae6b6 - Update to 1.2.76
Changes:
- kcthread.cc (CondVar::wait): a bug on Win32 was fixed.
- kcdbext.h (IndexDB::set, IndexDB::replace): a bug of updating existing records
  was fixed.
- kcdb.h (DB::check): new function.
2012-05-28 17:12:11 +00:00
Sunpoet Po-Chuan Hsieh
4f5f4a6c77 - Update to 0.16
- Add LICENSE
- Use TEST_DEPENDS for test-only dependencies

Changes:	http://search.cpan.org/dist/DBD-Multi/Changes
PR:		ports/168144
Submitted by:	sunpoet (myself)
Approved by:	snowfly <snowfly@yuntech.edu.tw> (maintainer)
2012-05-28 16:48:28 +00:00
Michael Scheidell
6e459bc84e - Mark Deprecated (again, see history), maybe it will stay this way.
- Upstream unavaialble for a long time. No updates for over 5 years
- No maintainer. If you want to fix this, take maintainer ship.

PR:		ports/150903
Submitted by:	scheidell@ (me)
Approved by:	The little elves (maintainer)
2012-05-28 12:54:14 +00:00
Frederic Culot
b45b36611e - Update to 2.13.1
Changes:	http://www.lemke-it.com/cego_blog.html
PR:		ports/168368
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-05-28 07:50:20 +00:00
Sergey A. Osokin
0d32f8a129 Update from 2.4.13 to 2.4.14.
<ChangeLog>

UPGRADE URGENCY: high, many non trivial bugs fixed in this release.

* [BUGFIX] Fixed issue #518 (Redis 99% CPU when master down).
* [BUGFIX] Fixed issue #516 (ZINTERSTORE mixing sets and zsets).
* [BUGFIX] Fixed a bug in install_server.sh when using chkconfig
* [BUGFIX] Fixes to --test-memory implementation.
* [BUGFIX] Allow PREFIX to be overridden in Makefile.
* [BUGFIX] The test is now more reliable on slow computers.
* redis-cli --pipe mode, see http://redis.io/topics/mass-insert
* Much better expired keys collection algorithm that makes the server much
  more responsive when a lot of keys are expiring at the same time.

</ChangeLog>
2012-05-28 07:23:16 +00:00
Mark Linimon
2819597092 Mark as broken on powerpc/sparc64 (and probably ia64): "error: 'rightend'
undeclared (first use in this function)".

Hat:		portmgr
2012-05-27 06:42:02 +00:00
Michael Scheidell
553e0cf1eb - Update to 1.1.1
PR:		ports/168291
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-05-27 01:31:35 +00:00
Jun Kuriyama
171bc9ad90 - Upgrade to 0.28. 2012-05-26 13:10:13 +00:00
Michael Scheidell
2c46b87021 - Fix for building failed with PHP 5.4
- Bump PORTREVISION

PR:		ports/168302
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2012-05-26 11:11:12 +00:00
Martin Wilke
fa4d1291c8 - Update to 1.0.5
PR:		167479
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-25 13:37:25 +00:00
Frederic Culot
6ad79f042d - Update to 0.24
Changes:	http://search.cpan.org/dist/Cache-Memcached-Managed/CHANGELOG
2012-05-25 12:34:01 +00:00
Armin Pirkovitsch
861f624e0b - Update to 3.7.12.1
PR:           ports/168330
Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer)
Approved by:  decke (mentor)
2012-05-25 10:17:28 +00:00
Armin Pirkovitsch
8a2a3edabc - Update to 3.7.12.1
PR:           ports/168329
Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer)
Approved by:  decke (mentor)
2012-05-25 10:16:24 +00:00
Wen Heping
d77ee3ea89 - Update to 0.35
ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.35/ChangeLog
2012-05-25 07:13:39 +00:00
Max Brazhnikov
4319d23808 Update KDE related ports:
databases/akonadi to 1.7.2
devel/libdbusmenu-qt to 0.9.2
devel/qtscriptgenerator to 0.2.0
multimedia/phonon to 4.6.0
multimedia/phonon-gstreamer to 4.6.0
multimedia/phonon-vlc to 0.5.0
sysutils/qzeitgeist to 0.8.0
2012-05-25 01:53:50 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Max Brazhnikov
359fcf18da KDE/FreeBSD team presents update for PyQt ports:
- sip to 4.13.2
 - PyQt4 to 4.9.1
 - QScintilla to 2.6.1
2012-05-25 01:49:08 +00:00
Max Brazhnikov
d76f1d8bf4 KDE/FreeBSD team presents Qt 4.8.1 in ports! 2012-05-25 01:44:04 +00:00
Jason Helfman
f17a104ab6 - Update to 3.1.07.42
- while here standardize IGNORE, and drop pkg-message from SUB_FILES
and move to pkg-message as nothing is being substituted

PR:     ports/168163
Submitted by:   maintainer, jjuanino@gmail.com
2012-05-24 18:52:57 +00:00
Wen Heping
52b4e22cc8 - Update to 3.0.1
PR:		168153
Submitted by:	lbartoletti <coder@tuxfamily.org>
2012-05-24 01:30:23 +00:00
Wen Heping
4ed740b8ed - Update to 0.93.011 2012-05-24 00:00:40 +00:00
Philip M. Gollucci
f61b8b83d0 - Update the (unconnected) percona ports to be percona instead of MySQL
PR:             ports/164072 (part I)
2012-05-23 18:53:30 +00:00
Florian Smeets
4f4696291d Update to 1.6.6
PR:		ports/168254
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
2012-05-23 17:03:24 +00:00
Martin Wilke
1385d1e286 - Switch to FETCH_DEPENDS to fix fetch during build
Reported by:	phw
2012-05-23 13:34:12 +00:00
Baptiste Daroussin
775a657ffa remove useless example.tcl
it wasn't installed before so no need to bump portrevision

Submitted by:	Pavel Volkov <pavelivolkov@googlemail.com> (by private mail)
2012-05-23 12:43:40 +00:00
Sunpoet Po-Chuan Hsieh
1a0a4c804f - Update to 1.621
Changes:	http://search.cpan.org/dist/DBI/Changes
2012-05-23 12:05:09 +00:00
Alex Dupre
ad060c357f Set MANUAL_PACKAGE_BUILD. 2012-05-23 07:51:27 +00:00
Pav Lucistnik
1ec97365eb - Mark BROKEN: does not compile
php5/xapian_wrap.cc: In function 'void* SWIG_ZTS_ConvertResourcePtr(zval*, swig_type_info*, int)':
  php5/xapian_wrap.cc:863: error: invalid conversion from 'const char*' to 'char*'

Reported by:	pointyhat
2012-05-22 21:00:53 +00:00
Florian Smeets
7d35bd11cb Update to 1.6.5
PR:		ports/166189
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
2012-05-22 20:04:07 +00:00
Xin LI
a72654a0fc - Update to 0.7.5.
- Pass maintainership to submitter.

PR:		ports/167712
Submitted by:	William Grzybowski <william88 gmail com>
2012-05-22 17:57:19 +00:00
Sunpoet Po-Chuan Hsieh
06d2ac1b3e - Add CPAN as primary WWW 2012-05-22 15:49:17 +00:00
Bernhard Froehlich
c039bae4e3 - Fix to not require internet access during building
Submitted by:	myself
Approved by:	Akinori MUSHA <knu@FreeBSD.org> (maintainer)
Reported by:	pointyhat-west
2012-05-22 15:23:28 +00:00
Baptiste Daroussin
5aee2b99f6 This is the SQLite extension for Tcl using the Tcl Extension
Architecture (TEA).

WWW:	http://www.sqlite.org

PR:		ports/168232
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com>
2012-05-22 14:11:39 +00:00
Frederic Culot
19d86f668c - Update to 1.30
- Add LICENSE (Artistic 1 & GPL 1)
- Remove SITE_PERL from *_DEPENDS

Changes:	http://search.cpan.org/dist/Cache-Memcached/ChangeLog
2012-05-22 08:01:05 +00:00
Greg Larkin
beab2a9311 - Deprecate due to no upstream development for 5 years and other ports
(databases/php5-sqlite3 and databases/php53-sqlite3) have superseded
  this one. Expiration set for 1 month.
2012-05-21 21:26:28 +00:00
Jeremy Messenger
51fdc43b80 Fix the build with Heimdal 1.5.x.
PR:		ports/167989
Reported by:	truckman
2012-05-20 16:27:31 +00:00
Alex Dupre
77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00
Matthew Seaman
12ce6c87dd Fix QPS calculation for MySQL 5.0.76 or later.
Submitted by:	    Gea-Suan Lin
PR:	  	    ports/168094
Obtained from:	    Gentoo Portage
Approved by:	    shaun (mentor)
2012-05-20 06:03:30 +00:00
Raphael Kubo da Costa
ddcd8cc3a4 Update to 1.1.0, for cego 2.13.0.
PR:		ports/168137
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-05-19 18:07:28 +00:00
Sunpoet Po-Chuan Hsieh
9c7f3409d5 - Bump PORTREVISION for graphics/gdal shlib change 2012-05-19 10:07:14 +00:00
Rene Ladan
08865bed1d Remove expired unmaintained ports:
2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead
2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month
2012-05-10 net-im/pino: BROKEN for more than 6 month
2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree
2012-05-18 13:18:31 +00:00
Martin Wilke
9984d870c5 - Fix WRKSRC
PR:		168089
Submitted by:	Stephon Chen <stephon@gmail.com>
Approved by:	maintainer
2012-05-18 04:38:55 +00:00
Martin Wilke
798f8eda99 - Update to 0.3.1
PR:		167992
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	maintainer
2012-05-17 12:06:18 +00:00
Martin Wilke
1c7a34cbea - Update to 1.1.1
- Remove pkg file was my mistake

PR:		167960
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
2012-05-17 12:02:25 +00:00
Alex Dupre
e748e69581 Update to 2.0.1 release to add php 5.4 support.
PR:		ports/167991
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2012-05-17 10:51:53 +00:00
Eitan Adler
f6e06604fb Mark sqlite as MAKE_JOBS_UNSAFE
PR:		ports/167934
Submitted by:	"Bryan Drewery" <bryan@shatow.net>
Approved by:	Pavel Volkov <pavelivolkov@googlemail.com> (maintainer)
2012-05-16 19:36:02 +00:00
Florian Smeets
902a0675be readd php 5.3.13 and all its modules as php53* 2012-05-16 09:46:51 +00:00
Alex Dupre
292ba1d22d Switch to default PHP 5.3, since not compatible with PHP 5.4. 2012-05-16 07:37:04 +00:00
Alex Dupre
0926c2d681 Update to 5.4.3 release:
- add support for embedded php library
- add support for dtrace

Re-organize bsd.php.mk:
 - add WANT_PHP_EMD
 - fix handling of WANT_PHP_*
 - remove php4 extensions

From UPDATING:
  Suhosin patch has been disabled until the
  new version will be released (soon). Suhosing extension will take more
  time. LINKTHR option is now enabled by default, be sure to flag it if
  you are updating using an old saved configuration. sqlite2 extension
  has been permanently removed.
  If you want to remain at PHP 5.3, a new port (lang/php53) will be
  committed soon.
2012-05-16 07:36:13 +00:00
Martin Matuska
f358a6ff48 Add nothrow patch and echo debug command from upstream
(c4a5370a82 and ee3a23acd2)

PR:		ports/167924
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
2012-05-16 06:31:05 +00:00
Martin Wilke
551d88a25e The mysqlnd query result cache plugin is a mysqlnd plugin.
WWW: http://pecl.php.net/package/mysqlnd_qc

PR:		ports/165474
Submitted by:	johnpupu <johnpupu@gmail.com>
2012-05-16 05:09:15 +00:00
Martin Wilke
7da4b45d35 - Update to 0.10.8
PR:		167453
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-16 04:26:18 +00:00
Martin Wilke
3e0f96ae6a - Update to 0.10.8
PR:		167452
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-16 04:23:40 +00:00
Martin Wilke
612b5cafd3 - Update to 0.10.8
PR:		167450
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-16 04:21:19 +00:00
Martin Wilke
c3e8d45060 - Update to 0.10.8
PR:		167451
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-16 04:19:07 +00:00
Martin Wilke
e32c57c527 - Unbreak build 2012-05-16 04:10:28 +00:00
Palle Girgensohn
e0673330c9 The PostgreSQL Global Development Group announces the beta release of
PostgreSQL 9.2, which will include major increases in performance and
both vertical and horizontal scalability.  The PostgreSQL Project asks
all users to download and begin testing 9.2 Beta as soon as possible.

Major performance and scalability advances in this version include:

* Index-only scans, allowing users to avoid inefficient scans of base
  tables
* Enhanced read-only workload scaling to 64 cores and over 300,000
  queries per second
* Improvements to data write speeds, including group commit
* Reductions in CPU power consumption
* Cascading replication, supporting geographically distributed standby
  databases

PostgreSQL 9.2 will also offer many new features for application
developers, including:

* JSON data support, enabling hybrid document-relational databases
* Range types, supporting new types of calendar, time-series and
* analytic applications
* Multiple improvements to ALTER and other statements, easing runtime
* database updates

For a full listing of the features in version 9.2 Beta, please see the
release notes:
http://www.postgresql.org/docs/devel/static/release-9-2.html

We depend on our community to help test the next version in order to
guarantee that it is high-performance and bug-free.  Please install
PostgreSQL 9.2 Beta and try it with your workloads and applications as
soon as you can, and give feedback to the PostgreSQL developers.  More
information on how to test and report issues:
http://www.postgresql.org/developer/beta
2012-05-15 22:14:55 +00:00
Frederic Culot
625c2d36bb - Update to 1.2.0
PR:		ports/167839
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-05-15 18:20:11 +00:00
Baptiste Daroussin
a13c9f62c7 - Update to 3.7.12
- switch to autoconf version (no more need of tcl)

PR:		ports/167913 [1], ports/155908 [2]
Submitted by:	Pavel I Volkov <pavelivolkov@googlemail.com> (maintainer), bapt[2]
2012-05-15 12:52:45 +00:00
Sunpoet Po-Chuan Hsieh
f379466f05 - Update to 0.04
- Update *_DEPENDS: p5-parent is already in perl >= 5.10.1

Changes:	http://search.cpan.org/dist/DBIx-Class-DynamicDefault/Changes
2012-05-15 12:47:58 +00:00
Sunpoet Po-Chuan Hsieh
7ff6a441fe - Update to 1.3.2
Changes:	http://search.cpan.org/dist/DBIx-Class-QueryLog/Changes
2012-05-15 11:33:43 +00:00
Sunpoet Po-Chuan Hsieh
fcee1430db - Update to 1.034
- Mark DEPRECATED

Changes:	http://search.cpan.org/dist/Class-DBI-Lite/Changes
2012-05-15 02:44:50 +00:00
Sunpoet Po-Chuan Hsieh
4147d25e3d - Update to 1.006
- Mark DEPRECATED

Changes:	http://search.cpan.org/dist/Ima-DBI-Contextual/Changes
2012-05-15 02:43:50 +00:00
Julien Laffaye
9ce21e5462 Add py-MySQLdb55, a slave port of py-MySQLdb with MySQL 5.5.
PR:		ports/152066
Submitted by:	Tom Judge <tom@tomjudge.com>
2012-05-14 22:17:24 +00:00
Julien Laffaye
8b80f20ccd Add py-MySQLdb51, a slave port of py-MySQLdb with MySQL 5.1.
PR:		ports/152066
Submitted by:	Tom Judge <tom@tomjudge.com>
2012-05-14 22:16:32 +00:00
Julien Laffaye
120fcbafc4 Add py-MySQLdb50, a slave port of py-MySQLdb with MySQL 5.0.
PR:		ports/152066
Submitted by:	Tom Judge <tom@tomjudge.com>
2012-05-14 22:15:40 +00:00
Julien Laffaye
f9eace9cf8 Add py-MySQLdb41, a slave port of py-MySQLdb with MySQL 4.1.
PR:		ports/152066
Submitted by:	Tom Judge <tom@tomjudge.com>
2012-05-14 22:14:29 +00:00
Julien Laffaye
49869194d3 - Pass maintainership to Tom Judge <tom@tomjudge.com> (discussed on IRC) 2012-05-14 22:10:13 +00:00
Julien Laffaye
41594ed4bf - Update to 20120330
PR:		ports/167343
Submitted by:	jlaffaye
Approved by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-05-14 22:03:32 +00:00
Julien Laffaye
9d779315cf - Update to 20120405
PR:		ports/167342
Submitted by:	jlaffaye, Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2012-05-14 22:01:25 +00:00
Frederic Culot
f3cfc196d8 - Update to 2.13.0
Changes:	http://www.lemke-it.com/cego_blog.html
PR:		ports/167838
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-05-14 19:20:03 +00:00
Sunpoet Po-Chuan Hsieh
bc24ff0b72 - Update to 1.2.10.0
- Add PORTSCOUT knob to skip development versions

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.10
2012-05-14 18:46:00 +00:00
Sunpoet Po-Chuan Hsieh
1004f96c88 - Update to 1.2.10.0
- Add PORTSCOUT knob to skip development versions

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.10
		http://search.cpan.org/dist/Search-Xapian/Changes
2012-05-14 18:45:36 +00:00
Sunpoet Po-Chuan Hsieh
cf3014b5f5 - Update to 1.2.10.0
- Add PORTSCOUT knob to skip development versions
- Cosmetic change

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.10
2012-05-14 18:44:51 +00:00
Sunpoet Po-Chuan Hsieh
cc67ed8398 - Update to 0.768
Changes:	http://search.cpan.org/dist/Rose-DB/Changes
2012-05-14 18:33:52 +00:00
Philippe Audeoud
d94b4810ae - Update to 0.34
- Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.34/ChangeLog
2012-05-14 14:07:24 +00:00
Alberto Villa
1405eec02f - Update to 0.3.1.
This will be the last release: starting from KDE SC 4.9, the
project will be part of deskutils/kdepim4-runtime.
2012-05-13 23:56:45 +00:00
Pav Lucistnik
fb463718fe - Mark BROKEN: does not compile
debugfile.C: In member function 'bool debugfile::openDebugFile()':
  debugfile.C:50: error: 'umask' was not declared in this scope

Reported by:	pointyhat
2012-05-13 20:26:24 +00:00
Pav Lucistnik
b3b634bbad - Mark BROKEN: does not patch
Reported by:	pointyhat
2012-05-13 20:09:49 +00:00
Lars Thegler
ead07c2873 - pass maintainership 2012-05-13 12:40:25 +00:00
Max Brazhnikov
50b237ff70 Fix build with Qt 4.7
Reported by:	pav/pointyhat
2012-05-13 12:19:04 +00:00
Sylvio Cesar Teixeira
c7984b2e77 - Fix problem of build with json
- Comment line LDFLAGS to fix problem with version upgrade.
- BUMP PORTREVISION
2012-05-11 20:57:25 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Baptiste Daroussin
f44915884b 2012-05-10 archivers/php4-bz2: php4 is EOLed
2012-05-10 archivers/php4-zlib: php4 is EOLed
2012-05-10 converters/php4-iconv: php4 is EOLed
2012-05-10 converters/php4-mbstring: php4 is EOLed
2012-05-10 converters/php4-recode: php4 is EOLed
2012-05-10 databases/php4-dba: php4 is EOLed
2012-05-10 databases/php4-dbase: php4 is EOLed
2012-05-10 databases/php4-dbx: php4 is EOLed
2012-05-10 databases/php4-filepro: php4 is EOLed
2012-05-10 databases/php4-interbase: php4 is EOLed
2012-05-10 databases/php4-mssql: php4 is EOLed
2012-05-10 databases/php4-mysql: php4 is EOLed
2012-05-10 databases/php4-odbc: php4 is EOLed
2012-05-10 databases/php4-oracle: php4 is EOLed
2012-05-10 databases/php4-pgsql: php4 is EOLed
databases/php4-rrdtool: php4 is EOLed
2012-05-10 databases/php4-sybase_ct: php4 is EOLed
2012-05-10 devel/php4-dio: php4 is EOLed
2012-05-10 devel/php4-gettext: php4 is EOLed
2012-05-10 devel/php4-mcve: php4 is EOLed
2012-05-10 devel/php4-ncurses: php4 is EOLed
2012-05-10 devel/php4-pcntl: php4 is EOLed
2012-05-10 devel/php4-pcre: php4 is EOLed
2012-05-10 devel/php4-readline: php4 is EOLed
2012-05-10 devel/php4-shmop: php4 is EOLed
2012-05-10 devel/php4-sysvmsg: php4 is EOLed
2012-05-10 devel/php4-sysvsem: php4 is EOLed
2012-05-10 devel/php4-sysvshm: php4 is EOLed
2012-05-10 devel/php4-tokenizer: php4 is EOLed
2012-05-10 finance/php4-pfpro: php4 is EOLed
2012-05-10 ftp/php4-curl: php4 is EOLed
2012-05-10 ftp/php4-ftp: php4 is EOLed
2012-05-10 graphics/php4-chartdirector: php4 is EOLed
2012-05-10 graphics/php4-exif: php4 is EOLed
2012-05-10 graphics/php4-gd: php4 is EOLed
lang/php4: php4 is EOLed
2012-05-10 lang/php4-extensions: php4 is EOLed
2012-05-10 lang/php4-overload: php4 is EOLed
2012-05-10 mail/php4-imap: php4 is EOLed
2012-05-10 math/php4-bcmath: php4 is EOLed
2012-05-10 math/php4-gmp: php4 is EOLed
2012-05-10 misc/php4-calendar: php4 is EOLed
2012-05-10 misc/php4-mcal: php4 is EOLed
2012-05-10 net/php4-ldap: php4 is EOLed
2012-05-10 net/php4-sockets: php4 is EOLed
2012-05-10 net/php4-xmlrpc: php4 is EOLed
2012-05-10 net/php4-yp: php4 is EOLed
2012-05-10 net-mgmt/php4-snmp: php4 is EOLed
2012-05-10 security/php4-crack: php4 is EOLed
2012-05-10 security/php4-mcrypt: php4 is EOLed
2012-05-10 security/php4-mhash: php4 is EOLed
2012-05-10 security/php4-openssl: php4 is EOLed
2012-05-10 sysutils/php4-posix: php4 is EOLed
2012-05-10 textproc/php4-ctype: php4 is EOLed
2012-05-10 textproc/php4-domxml: php4 is EOLed
2012-05-10 textproc/php4-pspell: php4 is EOLed
2012-05-10 textproc/php4-wddx: php4 is EOLed
2012-05-10 textproc/php4-xml: php4 is EOLed
2012-05-10 textproc/php4-xslt: php4 is EOLed
2012-05-10 www/php4-session: php4 is EOLed
2012-05-10 archivers/pecl-zip: php4 is EOLed
2012-05-10 databases/pecl-sqlite: php4 is EOLed
2012-05-11 devel/pear-XML_XPath: php4 is EOLed
2012-05-11 devel/pecl-json: php4 is EOLed
2012-05-10 www/pecl-tidy: php4 is EOLed
2012-05-10 www/php-dyn: php4 is EOLed
2012-05-11 security/pecl-hash: php4 is EOLed
2012-05-11 net/phpldapadmin098: php4 is EOLed
graphics/jpgraph: php4 is EOLed
2012-05-11 19:36:53 +00:00
Pietro Cerutti
53ced10e3e - Add a patch (http://tdbc.tcl.tk/index.cgi/tktview?name=0dda7dbb73)
- Respect PREFIX
2012-05-10 13:49:03 +00:00
Wen Heping
3c0b16323c - Update to 2.1.8 2012-05-10 12:48:55 +00:00
Steve Wills
f36c6a356f - Update to 1.3.6
PR:		ports/167323
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org>
2012-05-10 01:31:13 +00:00
Pawel Pekala
e2896562bb Update to version 1.0.10
PR:		ports/167728
Submitted by:	Radim Kolar <hsn@sendmail.cz>
2012-05-09 21:59:41 +00:00
Alex Dupre
83688fcd9f Update to 1.0.6 release.
Submitted by:	maintainer
2012-05-09 10:30:32 +00:00
Alex Dupre
b3e6dae4d7 Update to 5.5.24 release. 2012-05-09 10:16:55 +00:00
Alex Dupre
bd7a3d0546 Update to 5.1.63 release. 2012-05-09 10:16:34 +00:00
Sunpoet Po-Chuan Hsieh
9848a7f13e - Update to 0.07024
Changes:	http://search.cpan.org/dist/DBIx-Class-Schema-Loader/Changes
2012-05-09 09:44:27 +00:00
Max Brazhnikov
c02c892e11 Update to 0.4 for KDE 4
Take maintainership
2012-05-08 23:02:44 +00:00