1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

907 Commits

Author SHA1 Message Date
Jimmy Olgeni
4391611f29 Add c3p0, a Java library for augmenting traditional (DriverManager-based)
JDBC drivers with JNDI-bindable DataSources, including DataSources
that implement Connection and Statement Pooling.
2010-09-23 15:59:11 +00:00
Philip M. Gollucci
417f3033b7 The lib_mysqludf_xql library provides an array of functions,
which can be used to create XML output directly from MySQL
using a single SQL query. This prevents having to convert a
MySQL result to XML in a PHP script, Ruby script, etc.

The library provides the same functionality as SQL/XML, seen
in MS SQL server and Oracle. However it uses normal functions.
By using subqueries the same results as SQL/XML can be generated.

WWW: http://www.mysqludf.org/lib_mysqludf_xql/index.php

PR:		ports/142086
Submitted by:	Mina R Waheeb <syncer at gmail.com>
2010-09-23 02:35:54 +00:00
Matthias Andree
9078d26a63 New version 5.1 of Oracle Berkeley DB 5.0, descended and repocopied from db50. 2010-09-21 09:29:37 +00:00
Sergey A. Osokin
d4cdf34e25 Disconnect from build redis-devel.
Connect to build redis1.
2010-09-20 17:48:16 +00:00
Wen Heping
78fe1f23f9 Swift is a highly available, distributed, eventually consistent
object/blob store.

WWW:    http://launchpad.net/swift

PR:		ports/150063
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2010-09-17 03:13:32 +00:00
Baptiste Daroussin
1d16ff67be SOCI is a database access library for C++ that makes the illusion of embedding
SQL queries in the regular C++ code, staying entirely within the Standard C++.
The idea is to provide C++ programmers a way to access SQL databases in the most
natural and intuitive way. If you find existing libraries too difficult for your
needs or just distracting, SOCI can be a good alternative.

WWW:	http://soci.sourceforge.net/

PR:		ports/150527
Submitted by:	Julien Laffaye <kimelto at gmail.com>
2010-09-15 13:27:01 +00:00
Renato Botelho
4025cbbf33 Remove ports with EXPIRATION_DATE set
2010-09-05 databases/sqlite-ext-inet: Please install databases/sqlite-ext-mobigroup instead
2010-08-31 devel/codeville: Dead project.
2010-08-07 editors/koffice-kde4-l10n-fy
2010-08-07 editors/koffice-kde4-l10n-hne
2010-06-14 graphics/xaralx-devel: Does not compile with png-1.4 and latest version is from Aug 2006
2010-06-14 graphics/xaralx: Does not compile with png-1.4 and latest version is from Aug 2006
2010-04-01 misc/kde4-l10n-bn_IN
2010-04-01 misc/kde4-l10n-hne
2010-04-01 misc/kde4-l10n-ku
2010-04-01 misc/kde4-l10n-mr
2010-09-14 11:51:42 +00:00
Philip M. Gollucci
4efbad704c MySQL Adapter for DataMapper
WWW: http://github.com/datamapper/dm-mysql-adapter

PR:		ports/150469
Submitted by:	Jyun-Yan You <jyyou at cs.nctu.edu.tw>
2010-09-11 20:14:41 +00:00
Philip M. Gollucci
b5d5a59f36 DataObjects Adapter for DataMapper
WWW: http://github.com/datamapper/dm-do-adapter

PR:		ports/150468
Submitted by:	Jyun-Yan You <jyyou at cs.nctu.edu.tw>
2010-09-11 20:14:14 +00:00
Wesley Shields
d881a47106 Remove databases/mongodb-devel. It was older than the non -devel and was
not going to be updated by the maintainer.
Remove conflicts that no longer apply in databases/mongodb.

PR:		ports/148966
Submitted by:	wxs@
Approved by:	ivoras@ (maintainer of databases/mongodb-devel)
2010-09-11 12:32:25 +00:00
Doug Barton
12c1d27aee As previously advertised, remove the remaining ports that have no
SHA256 checksum information in the distinfo file.
2010-09-05 01:06:44 +00:00
Philip M. Gollucci
7bd33b57b4 Presenting Rails 3.0
http://weblog.rubyonrails.org/2010/8/29/rails-3-0-it-s-done

N.B.:
  lang/ruby19 does not work with rails3 until the upgrade to 1.9.2
  by stas@ happens.

- Update www/rubygem-rails to 3.0.0

Sponsored by:       RideCharge Inc. / Taximagic
2010-09-02 02:43:28 +00:00
Philip M. Gollucci
1ee4780f99 BigRecord is built from ActiveRecord, and intended to seamlessly integrate
into your Ruby on Rails applications.

WWW: http://www.bigrecord.org/
2010-08-27 01:29:50 +00:00
Philip M. Gollucci
32ec46f2bb DataMapper is a Object Relational Mapper written in Ruby. The goal is to create
an ORM which is fast, thread-safe and feature rich.

                Please Welcome 1.0.0

http://datamapper.org/

PR:             ports/147800
Submitted by:   myself (pgollucci)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-08-27 01:09:44 +00:00
Li-Wen Hsu
c443cfcf3e Add my2cego 1.0.0, imports mysqldump files into cego.
PR:		ports/149782
Submitted by:	Kurt Jaeger <fbsd-ports at opsec.eu>
2010-08-22 12:52:07 +00:00
Sergey Skvortsov
5ce8467a52 Add hypertable , high performance distributed data storage system. 2010-08-20 11:13:23 +00:00
Sergey A. Osokin
e4943dc60d Connect to build databases/redis-devel. 2010-08-15 09:25:21 +00:00
Greg Larkin
579520ca91 These SQLite extension libraries provide the following functions:
IPv4 functions (loaded with ".load libsqliteipv4.so"):
  ISINNET, ISSAMENET
  IP2INT, INT2IP
  NETFROM, NETTO
  NETLENGTH, NETMASKLENGTH

Shell environment functions (loaded with ".load libsqliteenv.so"):
  CURRENT_USER
  CURRENT_LOCALE
  GETENV

MD5 message-digest algorithm functions (loaded with ".load libsqlitemd5.so"):
  GROUP_MD5
  MD5
  MD5FILE

WWW: http://sqlite.mobigroup.ru/wiki?name=extensions

PR:		ports/149053
Submitted by:	Pavel Volkov <pavelivolkov at googlemail.com>
2010-08-11 14:39:09 +00:00
Sylvio Cesar Teixeira
515764819e A DBI driver for the Cego database for Perl 5
Many more details are available at:

WWW:	http://www.lemke-it.com/

PR:		ports/148331
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Feature safe:	yes
2010-07-07 14:06:02 +00:00
Wen Heping
d01c3db229 PostgreSQL::PLPerl::Trace is simple way to trace execution of
Perl statements in PL/Perl.

WWW:    http://search.cpan.org/dist/PostgreSQL-PLPerl-Trace/

PR:		ports/148352
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:	yes
2010-07-04 03:36:12 +00:00
Wen Heping
e3ff0b9d15 PostgreSQL::PLPerl::Call is a simple interface for calling SQL functions
from PostgreSQL PL/Perl.

WWW:    http://search.cpan.org/dist/PostgreSQL-PLPerl-Call/

PR:		ports/148351
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:	yes
2010-07-04 02:55:25 +00:00
Martin Wilke
78deb64942 Cego is a Relational Database Management System (RDBMS). Cego
supports transactional SQL query requests in a multithreaded
architecture. For high availablility requirements, Cego supports a
database shadowing feature. Several compute nodes can be defined in
a Cego database configuration, where each node is able to manage a
number of so called table sets. For each tableset, a backup node
can be defined, which runs is recover mode for the corresponding
tableset. If required, the tableset can be switched to the backup
node and this node gets the active node for the tableset.

Many more details are available at:

WWW: http://www.lemke-it.com/

PR:		ports/147822
Submitted by:	Kurt Jaeger <fbsd-ports at opsec.eu>
Feature safe:	yes
2010-07-01 05:49:29 +00:00
Philip M. Gollucci
1e9c6f7732 If you like Ima::DBI but need it to be more context-aware i
(eg: tie dbi connections to more than the name and process id)
then you need Ima::DBI::Contextual.

WWW: http://search.cpan.org/dist/Ima-DBI-Contextual
2010-06-09 05:44:52 +00:00
Wesley Shields
585086eca1 This port has been broken for a while with no update from maintainer
or upstream. Putting it in the Attic for now.

PR:		ports/141139
Submitted by:	Vyacheslav <f.fenix@gmail.com>
Approved by:	maintainer timeout
2010-06-04 10:42:15 +00:00
Martin Wilke
8715b1f933 mysqlsniffer is a tcpdump clone specifically for dumping/sniffing/watching MySQL
network protocol traffic over TCP/IP networks.
mysqlsniffer is coded in C using the pcap library and works with MySQL version
4.0 and newer. mysqlsniffer is the only MySQL-specific network sniffer.

WWW: http://hackmysql.com/mysqlsniffer

PR:		ports/147079
Submitted by:	Frederic Hardy <frederic.hardy at mageekbox.net>
2010-06-03 17:07:57 +00:00
Mark Linimon
1c81b26146 Remove postgresql-contrib.
Forgotten by:	girgen
2010-06-02 13:33:00 +00:00
Norikatsu Shigemura
4bfc868fa3 Add flare 1.0.9, is distributed, and persistent key-value storage
compatible / memcached, and has more features(as follows):

 * persistent storage (you can use flare as persistent memcached)
 * pluggable storage (currently only Tokyo Cabinet is available, though:)
 * data replication (synchronous or asynchronous)
 * data partitioning (automatically partitioned according to # of master
   servers (clients do not have to care about it))
 * dynamic reconstruction, and partitioning (you can dynamically (I mean,
   without any service interruption) add slave servers and partition
   master servers)
 * node monitoring and failover (if any server is down, the server is
   automatically isolated from active servers and another slave server
   is promoted to master server)
 * request proxy (you can always get same result regardless of servers
   you connect to. so you can think flare servers as one big key-value
   storage)
 * over 256 bytes keys, and over 1M bytes values are available

WWW:	http://labs.gree.jp/Top/OpenSource/Flare-en.html
2010-05-30 04:41:50 +00:00
Shaun Amott
819aa3b86c New port: xtrabackup: An OpenSource version of InnoDB backup with
support of Percona extensions.

PR:		ports/145144 [1], ports/144939 [2]
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> [1],
		Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> [2]
2010-05-25 18:12:15 +00:00
Martin Wilke
a9f9994077 - Fix now really INDEX 2010-05-22 04:07:02 +00:00
Martin Wilke
c41120fce8 - Fix INDEX
Pointy hat to:	girgen
2010-05-21 07:12:59 +00:00
Jun Kuriyama
843eeeffc7 Perl extension for TokyoCabinet.
WWW: http://search.cpan.org/dist/TokyoCabinet/
2010-05-04 11:41:50 +00:00
Martin Wilke
02331ba6e0 2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache
2010-05-02 10:45:51 +00:00
Greg Larkin
24e6cf3011 This PHP extension provides a wrapper for libdrizzle, the
client and protocol library for the Drizzle database.

WWW:	http://pecl.php.net/package/drizzle
2010-04-30 21:50:24 +00:00
Greg Larkin
eeb6c01969 Drizzle is a high-performance microkernel DBMS for scale-out
applications.  It is a community-driven project based on the popular
MySQL DBMS and focused on MySQL's original goals of ease-of-use,
reliability and performance.

WWW:    http://drizzle.org/wiki/Main_Page
2010-04-29 15:29:32 +00:00
Akinori MUSHA
ccbba1d3fb Add ruby-kyotocabinet, Ruby (1.9.1+) binding to Kyoto Cabinet. 2010-04-28 05:28:59 +00:00
Matthias Andree
2771c1d785 Add new port databases/db50, to package Oracle Berkeley DB 5.0.21.
Approved by:	garga (mentor)
2010-04-26 07:40:15 +00:00
Dirk Meyer
9df4805a9c - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-24 05:38:34 +00:00
Dirk Meyer
1daaf3f427 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-24 05:37:47 +00:00
Dirk Meyer
4df5745bbf - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 22:25:27 +00:00
Dirk Meyer
2771825788 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 22:21:56 +00:00
Dirk Meyer
c65eb7dc0e - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:34:39 +00:00
Dirk Meyer
c323b908ec - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:30:34 +00:00
Dirk Meyer
8966664073 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:29:44 +00:00
Dirk Meyer
63c1f44780 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:28:07 +00:00
Dirk Meyer
419eb50b7a - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:27:19 +00:00
Dirk Meyer
36211f041c - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:25:56 +00:00
Dirk Meyer
7b8f5e205b - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:24:42 +00:00
Dirk Meyer
26eb6dacc7 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:23:44 +00:00
Dirk Meyer
3cfae34491 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:17:41 +00:00
Dirk Meyer
9623458383 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:14:04 +00:00