Steve Wills
c1013d1622
Mission:
...
Development of an open-source solution for asynchronous, master-master
replication of relational databases that is
- ridiculously easy to use
- database independent
Currently supports PostgreSQL and MySQL.
WWW: http://www.rubyrep.org/
PR: ports/158605
Submitted by: Eirik Oeverby <ltning@anduin.net>
2011-07-31 13:26:05 +00:00
Sunpoet Po-Chuan Hsieh
d006e7d8be
- Update to 0.44
...
Changes: http://search.cpan.org/dist/MongoDB/Changes
2011-07-31 10:58:00 +00:00
Sunpoet Po-Chuan Hsieh
9ea8f48bcd
- Update to 0.1707
...
Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
2011-07-31 06:52:28 +00:00
Sunpoet Po-Chuan Hsieh
6b89a47687
- Update to 0.08195
...
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
2011-07-31 06:43:15 +00:00
Sunpoet Po-Chuan Hsieh
085a5694c5
- Update to 0.11
...
Changes: http://search.cpan.org/dist/Class-DBI-Sweet/Changes
2011-07-31 06:42:22 +00:00
Sunpoet Po-Chuan Hsieh
b00bfda30e
- Update to 1.41
...
Changes: http://search.cpan.org/dist/Dancer-Plugin-Database/Changes
2011-07-31 06:35:28 +00:00
Sunpoet Po-Chuan Hsieh
aec7b0dae0
- Update to 1.89
...
Changes: http://search.cpan.org/dist/BDB/Changes
2011-07-31 06:16:55 +00:00
Koop Mast
ca18c5b1d8
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.
2011-07-30 09:39:44 +00:00
Frederic Culot
54518e8225
- Update to 2.10.12
...
PR: ports/159240
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2011-07-28 17:28:49 +00:00
Julien Laffaye
df05f28b02
- Update MASTER_SITES
...
- Bump PORTREVISION because this is a new version but upstream still call it 1.2.0
PR: ports/157907
Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua> (maintainer)
2011-07-28 10:05:43 +00:00
Martin Matuska
f4ab40d31a
Update to 1.0.3
2011-07-28 09:49:46 +00:00
Martin Matuska
1179a6687d
message
2011-07-28 09:35:35 +00:00
Palle Girgensohn
b057ed2b9d
accept version 9.1beta3
...
PR: 158740
2011-07-26 13:13:53 +00:00
Sergey A. Osokin
0fc8a3a7fc
Fix fetching by update MASTER_SITES.
2011-07-26 12:17:47 +00:00
Sergey A. Osokin
7943c57657
Update from 2.2.11 to 2.2.12.
...
<ChangeLog>
* the Slowlog feature was backported to Redis 2.2.
* a number of fixes related blocking operations on lists when
mixed with AOF and Replication.
* fixed bad interactions between EXPIRE, EXPIREAT, and in
general volatile keys when AOF is enabled. More details in
the Redis Google Group here:
http://groups.google.com/group/redis-db/browse_frm/thread/5a931fefb88b16d5?tvc=1
* no more allocation stats info in INFO.
* colorized make for 2.2 as well.
* fixed a problem with AOF when it is stopped via CONFIG SET
appendonly no.
* warn the user enabling VM that VM is deprecated and discouraged.
* prepareForShutdown() fixed for correctness.
* close the listening sockets on exit for faster restarts.
</ChangeLog>
2011-07-26 11:51:30 +00:00
Ryan Steinmetz
3decd2cb74
Update to 3.4.3.2
...
PR: ports/159143
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> [maintainer]
Approved by: wxs (mentor)
2011-07-26 01:21:53 +00:00
Ryan Steinmetz
3bb538877f
# New ports collection makefile for: phpMyAdmin
...
# Date created: 19 Jan 2001
# Whom: nbm
#
# $FreeBSD: ports/databases/phpmyadmin/Makefile,v 1.139 2011/07/13 01:23:50 sunpoet Exp $
#
PORTNAME= phpMyAdmin
DISTVERSION= 3.4.3.2
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= A set of PHP-scripts to manage MySQL over the web
LICENSE= GPLv2
USE_MYSQL= compat
IGNORE_WITH_PHP= 4
IGNORE_WITH_MYSQL= 323 40 41
USE_BZIP2= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= ctype mysql session filter mbstring json spl
.endif
# Note: default settings will pull in X11 client support. If you don't
# want this, either turn off GD in the config dialog, or else turn off
# FONTCONFIG in the graphics/gd port options.
OPTIONS= SUPHP "suPHP support" off \
BZ2 "bzip2 library support" on \
GD "GD library support (requires X11)" on \
MYSQLI "Improved MySQL support" off \
OPENSSL "OpenSSL support" on \
PDF "PDFlib support" on \
ZLIB "ZLIB support" on \
MCRYPT "MCrypt library support" on \
ZIP "Zip compression support" on \
APC "APC (animated progress bar) support" on
.include <bsd.port.options.mk>
.if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP)
PKGNAMESUFFIX= -suphp
RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp
WANT_PHP_CGI= yes
.else
WANT_PHP_WEB= yes
.endif
# USERS is only used WITH_SUPHP
GROUPS?= ${WWWGRP}
CFGFILE= config.inc.php
PLIST= ${WRKDIR}/plist
PLIST_SUB+= PMA_GRP=${GROUPS}
.if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP)
USERS?= _pma
SUB_LIST+= PMA_USR=${USERS} \
PMA_GRP=${GROUPS}
SUB_FILES+= pkg-install pkg-deinstall
.endif
SUB_LIST+= PKGNAME=${PKGNAME}
SUB_FILES+= pkg-message
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
.if !defined(WITHOUT_PHP_DEPENDS)
# Options that default to on:
.for opt in BZ2 GD OPENSSL PDF ZLIB MCRYPT MBSTRING ZIP APC
. if !defined(WITHOUT_${opt}) || defined(WITH_${opt})
USE_PHP+= ${opt:L}
. endif
.endfor
# Options that default to off:
.for opt in MYSQLI
. if defined(WITH_${opt}) && !defined(WITHOUT_${opt})
USE_PHP+= ${opt:L}
. endif
.endfor
.endif
.SILENT:
# When creating a package, empty directories will not be generated
# from the pkg tarball. Therefore make sure no directories are empty.
post-patch:
cd ${WRKSRC} ; \
for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \
${TOUCH} $${emptydir}/.keep-me ; \
done ; \
${CP} ${FILESDIR}/${CFGFILE}.sample ${WRKSRC}/${CFGFILE}.sample ; \
${FIND} . ! -type d ! -name ${CFGFILE}.sample ! -name '*.bak' | \
${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," >${PLIST} ; \
${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \
${FIND} . -type d | ${SORT} -r | ${SED} \
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${PLIST}
do-install: install-app install-conf
install-app:
cd ${WRKSRC} ; \
for src in $$( ${FIND} . ! -name .cvsignore ! -name '*.bak' ) ; do \
dst=${WWWDIR}$${src#.} ; \
if ${TEST} -d "$$src" ; then \
${MKDIR} "$$dst" ; \
else \
${INSTALL_DATA} "$$src" "$$dst" ; \
fi \
done
install-conf: install-app
cd ${WWWDIR} ; \
${CHMOD} 0640 ${CFGFILE}.sample ; \
${CHGRP} ${WWWGRP} ${CFGFILE}.sample ; \
if ${TEST} ! -f ${CFGFILE} ; then \
${CP} -p ${CFGFILE}.sample ${CFGFILE} ; \
fi
post-install:
.if defined(WITH_SUPHP)
${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
2011-07-26 01:13:02 +00:00
Martin Matuska
1e092d576d
Fix PORTSCOUT setting
2011-07-25 06:44:25 +00:00
Sunpoet Po-Chuan Hsieh
fe10c5c8de
- Update to 0.1701
...
Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
2011-07-25 02:39:36 +00:00
Sunpoet Po-Chuan Hsieh
98bc05a5ff
- Update to 0.08194
...
- Sort MAN3
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
2011-07-25 02:38:07 +00:00
Sunpoet Po-Chuan Hsieh
38432eb815
- Update to 1.3.1
...
- Sort MAN3
Changes: http://search.cpan.org/dist/DBIx-Class-QueryLog/Changes
2011-07-25 01:26:31 +00:00
Steve Wills
28aa9f9bba
- Fix build with Ruby 1.9
2011-07-24 21:37:52 +00:00
Steve Wills
1bfde2272e
- Update to 1.8.78
2011-07-24 21:35:17 +00:00
Olli Hauer
a5760db608
- update to 4.1.0
...
- fix postgresql properties file installation
- add postgresql 9.x support
PR: ports/159094
Submitted by: Jason Helfman <jhelfman _at_ experts-exchange.com> (maintainer)
2011-07-23 21:33:34 +00:00
Martin Matuska
53e172d9ff
CPPFLAGS are now passed automatically to configure
...
Skip portscout checks
2011-07-23 17:23:10 +00:00
Beech Rintoul
a05e4d1422
- Update to 2.10.11
...
PR: ports/159122
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2011-07-23 00:07:05 +00:00
Li-Wen Hsu
a0dc848483
Add py-pymysql 0.4, pure Python MySQL Driver.
2011-07-22 17:07:28 +00:00
Sergey A. Osokin
80f1925c91
Add redis-scripting, version 2.2.111, an experimental version of
...
Redis 2.2.11 with support for Lua scripting, backported from the
scripting branch. Instructions about how to use it are contained
in following blog post:
http://antirez.com/post/scripting-branch-released.html
Connect to build.
Add CONFLICTS and bump PORTREVISION for databases/redis.
2011-07-22 10:32:41 +00:00
Mark Linimon
06e6677793
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
...
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Steve Wills
e093ab8685
- Don't specify DISTNAME as it's not needed
2011-07-21 01:25:28 +00:00
Steve Wills
859ad189ae
- Connect rubygem-sqlite3-ruby to the build
...
Pointyhat to: swills
2011-07-21 01:11:32 +00:00
Steve Wills
7203528536
- Update to 1.3.3
2011-07-21 00:38:11 +00:00
Steve Wills
2a54b48a1b
- Use the older rubygem-sqlite3-ruby now that it's repo copied
...
- Change portname on rubygem-sqlite3-ruby
PR: ports/154958
Submitted by: wen
2011-07-21 00:37:18 +00:00
Frederic Culot
c8f9a91ab6
- Update to 2.10.10 [1]
...
- Add missing entries to pkg-plist (cgbackup, cgmkdb and cgrecover)
PR: ports/159054 [1]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2011-07-20 12:57:55 +00:00
Palle Girgensohn
03edc1bece
Update to 9.1 beta 3
...
Fix broken plist for the postgres user's home directory
Release notes at http://www.postgresql.org/about/news.1331
2011-07-20 12:09:56 +00:00
Julien Laffaye
7b03e9b732
Update to 0.5.0
...
PR: ports/158433
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: maintainer timeout
2011-07-20 11:11:58 +00:00
Julien Laffaye
93ac77d12c
Update to 0.14
...
PR: ports/159000
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
2011-07-20 11:09:37 +00:00
Alberto Villa
372fb60029
- Fix MASTER_SITES: they were changed recently.
2011-07-17 17:52:04 +00:00
Alberto Villa
d5ce86264d
- Update to 1.6.0.
...
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> via area51
2011-07-17 15:39:24 +00:00
Frederic Culot
5464022bc1
- Update to 2.10.8 [1]
...
- Pet portlint(1) by moving LICENSE earlier
PR: ports/158991 [1]
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2011-07-17 11:38:27 +00:00
Sunpoet Po-Chuan Hsieh
b379d26e76
- Add p5-AnyEvent-BDB 1.1
...
AnyEvent::BDB is an AnyEvent user, you need to make sure that you use and run a
supported event loop.
Loading this module will install the necessary magic to seamlessly integrate BDB
into AnyEvent, i.e. you no longer need to concern yourself with calling
BDB::poll_cb or any of that stuff (you still can, but this module will do it in
case you don't).
The AnyEvent watcher can be disabled by executing undef $AnyEvent::BDB::WATCHER.
Please notify the author of when and why you think this was necessary.
WWW: http://search.cpan.org/dist/AnyEvent-BDB/
2011-07-17 07:28:07 +00:00
Sunpoet Po-Chuan Hsieh
7d45d100a3
- Add p5-BDB 1.88
...
BDB is a Perl module to provide asynchronous Berkeley DB access.
WWW: http://search.cpan.org/dist/BDB/
2011-07-17 07:26:34 +00:00
Steve Wills
4ad7273111
- Don't need to set PLIST_DIRS it's included automatically, this fixes
...
an uninstall warning
- Don't echo about installing docs, just do it
- Include cvs ID tag in rc script
- Get the right keywords in the rc script
- Use SIGKILL in rc script due to upstream bug
- Simplify rc script by using sig_stop variable
- Don't set pidfile redundantly in rc script
- Clean up flag handling in rc script
- These should all have been done pre-commit, thanks to dougb@ for review
Pointy hat to: swills
2011-07-17 01:20:08 +00:00
Steve Wills
74f300b971
MemcacheQ is a Simple Queue Service over Memcache.
...
Features:
* damn simple
* very fast
* multiple queue
* concurrent well
* memcache protocol compatible
WWW: http://memcachedb.org/memcacheq/
PR: ports/153422
Submitted by: Mikhail T. <m.tsatsenko at gmail.com>
2011-07-16 23:27:39 +00:00
Ryan Steinmetz
72a02a04ab
Update my email address on the ports I maintain.
...
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00
Philippe Audeoud
df97f7f81d
- Update to 1.31
...
- Changes: http://search.cpan.org/dist/DBD-ODBC/Changes#Changes_in_DBD::ODBC_1.31_June_21,_2011
2011-07-15 08:05:30 +00:00
Martin Matuska
96cc2bdcf8
Set maintainer of Horde ports to horde@FreeBSD.org
...
Approved by: maintainer (beech@ and mm@)
2011-07-14 20:33:30 +00:00
Sunpoet Po-Chuan Hsieh
3680587ef9
- Use CPAN :id subdir macro
...
- Add LICENSE
- Cleanup dependencies
PR: ports/158866
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
2011-07-14 06:46:11 +00:00
Sunpoet Po-Chuan Hsieh
ba932efaa4
- Remove outmoded message
...
PR: ports/158844
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
2011-07-13 01:23:50 +00:00
Sunpoet Po-Chuan Hsieh
33b237b869
- Mark DEPRECATED and set EXPIRATION_DATE as 2012-01-12
...
PR: ports/158843
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2011-07-13 01:22:41 +00:00