| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: maintainer (tobez@ via IM)
Notes:
svn path=/head/; revision=298050
|
|
|
|
| |
Notes:
svn path=/head/; revision=298005
|
|
|
|
| |
Notes:
svn path=/head/; revision=298001
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Include patch to setup.py from PR: ports/158036
- Add LICENSE_FILE
- Update pkg-plist
PR: ports/168362
Submitted by: koobs <koobs dot freebsd_AT_gmail dot com>
Notes:
svn path=/head/; revision=297983
|
|
|
|
| |
Notes:
svn path=/head/; revision=297967
|
|
|
|
| |
Notes:
svn path=/head/; revision=297933
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
PR: ports/168478
Submitted by: Gea-Suan Lin
Approved by: shaun (mentor)
Notes:
svn path=/head/; revision=297914
|
|
|
|
|
|
|
| |
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=297898
|
|
|
|
| |
Notes:
svn path=/head/; revision=297871
|
|
|
|
|
|
|
| |
Reported by: pav@
Notes:
svn path=/head/; revision=297851
|
|
|
|
|
|
|
|
|
| |
http://www.postgresql.org/about/news/1397/
With hat: pgsql
Notes:
svn path=/head/; revision=297840
|
|
|
|
|
|
|
|
|
|
|
| |
Notice that the ability to specify 0 or 1 from a list is achieved
in opentracker by adding a third option, ACCESSLIST_OPEN which effectively
does nothing
(for openradius, use bsd.port.options.mk)
Notes:
svn path=/head/; revision=297820
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
Notes:
svn path=/head/; revision=297789
|
|
|
|
|
|
|
|
| |
PR: 168138
Submitted by: maintainer
Notes:
svn path=/head/; revision=297760
|
|
|
|
|
|
|
|
|
| |
This fix make describe with new option framework
With hat: portmgr
Notes:
svn path=/head/; revision=297691
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Rose-DB/Changes
Notes:
svn path=/head/; revision=297656
|
|
|
|
| |
Notes:
svn path=/head/; revision=297641
|
|
|
|
| |
Notes:
svn path=/head/; revision=297607
|
|
|
|
| |
Notes:
svn path=/head/; revision=297606
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=297605
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=297598
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=297587
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/cego_blog.html
PR: ports/168368
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=297575
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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>
Notes:
svn path=/head/; revision=297573
|
|
|
|
|
|
|
|
|
| |
undeclared (first use in this function)".
Hat: portmgr
Notes:
svn path=/head/; revision=297517
|
|
|
|
|
|
|
|
| |
PR: ports/168291
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Notes:
svn path=/head/; revision=297506
|
|
|
|
| |
Notes:
svn path=/head/; revision=297477
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/168302
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=297471
|
|
|
|
|
|
|
|
|
| |
PR: 167479
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=297406
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Cache-Memcached-Managed/CHANGELOG
Notes:
svn path=/head/; revision=297403
|
|
|
|
|
|
|
|
|
| |
PR: ports/168330
Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer)
Approved by: decke (mentor)
Notes:
svn path=/head/; revision=297393
|
|
|
|
|
|
|
|
|
| |
PR: ports/168329
Submitted by: Pavel I Volkov <pavelivolkov _at_ googlemail.com> (maintainer)
Approved by: decke (mentor)
Notes:
svn path=/head/; revision=297392
|
|
|
|
|
|
|
| |
ChangeLog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.35/ChangeLog
Notes:
svn path=/head/; revision=297381
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=297370
|
|
|
|
| |
Notes:
svn path=/head/; revision=297369
|
|
|
|
|
|
|
|
|
| |
- sip to 4.13.2
- PyQt4 to 4.9.1
- QScintilla to 2.6.1
Notes:
svn path=/head/; revision=297368
|
|
|
|
| |
Notes:
svn path=/head/; revision=297367
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=297353
|
|
|
|
|
|
|
|
| |
PR: 168153
Submitted by: lbartoletti <coder@tuxfamily.org>
Notes:
svn path=/head/; revision=297312
|
|
|
|
| |
Notes:
svn path=/head/; revision=297308
|
|
|
|
|
|
|
| |
PR: ports/164072 (part I)
Notes:
svn path=/head/; revision=297295
|
|
|
|
|
|
|
|
|
| |
PR: ports/168254
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer
Notes:
svn path=/head/; revision=297286
|
|
|
|
|
|
|
| |
Reported by: phw
Notes:
svn path=/head/; revision=297282
|
|
|
|
|
|
|
|
|
| |
it wasn't installed before so no need to bump portrevision
Submitted by: Pavel Volkov <pavelivolkov@googlemail.com> (by private mail)
Notes:
svn path=/head/; revision=297281
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBI/Changes
Notes:
svn path=/head/; revision=297279
|
|
|
|
| |
Notes:
svn path=/head/; revision=297269
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=297227
|
|
|
|
|
|
|
|
|
| |
PR: ports/166189
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer
Notes:
svn path=/head/; revision=297221
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
PR: ports/167712
Submitted by: William Grzybowski <william88 gmail com>
Notes:
svn path=/head/; revision=297212
|