dassow
823a67adda
cpanify and change license to 'Perl'
...
ok steven@
2006-12-14 17:55:39 +00:00
dassow
803611e7b6
cpanify, set SHARED_ONLY, update plist, remove pfrag and bump
...
ok steven@
2006-12-14 17:47:55 +00:00
dassow
391448a652
cpanify and bump version
...
'just put it in' steven@
2006-12-14 17:41:27 +00:00
espie
574a6ba072
switch to newer package for run depends. from janus.
2006-12-11 21:29:08 +00:00
espie
53f8c2037c
add tangram pieces
2006-12-10 23:50:13 +00:00
espie
15cf8dd5cc
yet another OO DBMS for perl
2006-12-10 23:48:59 +00:00
espie
a3d88ae43b
go back to 1.12, as 1.13 has some really weird issues with Rose.
...
Okay robert@
2006-12-10 23:17:42 +00:00
espie
c14bc3c5fe
add rose pieces
2006-12-10 22:15:00 +00:00
espie
6550f521e3
Rose ODBMS.
2006-12-10 22:13:22 +00:00
espie
ea67ca1119
DBI abstraction layer for Rose OO RDBMS. A few tweaks that I may change
...
later...
2006-12-10 21:35:34 +00:00
espie
a90627d6a0
rose object framework
2006-12-10 18:01:33 +00:00
espie
70fd36781f
rose datetime utilities
2006-12-10 18:00:20 +00:00
espie
2a5f86a458
+SQL::ReservedWords
2006-12-10 12:59:19 +00:00
espie
1b7fb23d67
checks for reserved words in mostly all SQL-derived languages, allows
...
for selective quoting.
2006-12-10 12:58:10 +00:00
espie
ec8a056664
sprinkle cpan while around
2006-12-10 11:56:25 +00:00
espie
3647f546d2
fix build, make sure we don't pick stuff we should not...
2006-12-10 11:55:07 +00:00
bernd
f49fde21a1
Add missing @pkgpath after MULTI_PACKAGES conversion.
2006-12-07 11:42:37 +00:00
espie
c22127d6a0
better error messages, throw an exception if we try to set up a relationship
...
without a primary key.
2006-12-06 15:09:08 +00:00
msf
67a86d4476
update to 1.45 and convert to MODULE cpan
2006-12-05 06:34:07 +00:00
espie
51f3e24103
update. From maintainer
2006-11-28 10:15:35 +00:00
msf
8dfb0505c7
switch to CONFIGURE_STYLE= ruby extconf
2006-11-27 09:43:14 +00:00
espie
9790e69040
new MULTI_PACKAGES and a server fix (was missing some lib depends)
2006-11-26 11:08:32 +00:00
steven
b4749b23bc
new MULTI_PACKAGES
2006-11-26 10:24:36 +00:00
steven
21d692b90f
new MULTI_PACKAGES
...
fix WANTLIB while here
2006-11-25 22:54:27 +00:00
espie
21efc3ae0c
new MULTI_PACKAGES
2006-11-25 16:50:24 +00:00
bernd
a839511706
Update to qdbm-1.8.74.
2006-11-25 13:23:29 +00:00
espie
a82bd3404c
new MULTI_PACKAGES
2006-11-24 22:53:03 +00:00
steven
3164af20e2
sort
2006-11-24 08:29:12 +00:00
sturm
7682f7ae7a
p5-DBIx-Class-Validator -> p5-DBIx-Class-Validation
2006-11-24 05:02:05 +00:00
kili
7f006bdda1
new MULTI_PACKAGES
2006-11-23 21:21:54 +00:00
espie
158431da65
update DBIx-Class, and pull in some needed changes for dependent packages.
...
activate the related stuff that needs new Algorithm::C3 too.
Note that new Algorithm::C3 and its cache is ways faster than the old one.
DBIx::Class comes somewhat of age: some of its subclasses have been split
into other packages accordingly.
asked maintainer, no answer yet... and no breakage...
2006-11-23 18:46:27 +00:00
espie
1dafed5779
new MULTI_PACKAGES
2006-11-21 10:32:38 +00:00
bernd
f7d9c35ec1
Fix wrong BUILD_DEPENDS.
2006-11-20 18:32:38 +00:00
espie
b75dec414c
fix a few obviously wrong dependencies, and remove extra shells in ghc.
2006-11-20 13:07:19 +00:00
steven
b58292acd3
USE_X11
2006-11-20 08:07:40 +00:00
espie
5ead505131
cpan
2006-11-17 20:21:08 +00:00
espie
bfab232f3a
unique id component for DBIx::Class
2006-11-17 17:12:22 +00:00
espie
1e60391d84
in DBIx::Class updates, the ::Validation module has been split.
2006-11-17 16:22:21 +00:00
espie
7d6b32c835
update p5-Universal-exports, UNIVERSAL::require no longer included.
...
Update all dependencies accordingly, switch affected modules to cpan.
(after discussion with maintainers)
2006-11-17 16:02:48 +00:00
steven
87528f69c8
fix group.
2006-11-16 22:39:02 +00:00
mbalmer
455b8a5d85
Update to python-ldap 2.2.0.
2006-11-16 10:09:56 +00:00
kurt
cb60ca19b2
Allow this port to be built with a 1.4 or 1.5 jdk too by including javac
...
arguments -target 1.3 and -source 1.3 (if javac supports it).
2006-11-15 17:23:27 +00:00
msf
44a36637c3
+p5-DBD-LDAP
2006-11-13 14:59:21 +00:00
msf
b3f4b81cdf
import this with the right name
...
DBD::LDAP is a DBI extension module adding an SQL database interface to
standard LDAP databases to Perl's database-independent database interface.
requested by robert@
2006-11-13 14:57:55 +00:00
msf
f920812998
sigh... wrong name
2006-11-13 14:56:06 +00:00
msf
b6bd122ad5
initial import of DBD::LDAP 0.09
...
DBD::LDAP is a DBI extension module adding an SQL database interface to
standard LDAP databases to Perl's database-independent database interface.
requested by robert@
2006-11-13 14:53:54 +00:00
jcs
fcb26193ca
remove myself as maintainer for ports i no longer use and/or cannot
...
test
bump pkgname's accordingly
2006-11-12 23:28:42 +00:00
espie
12eb57b215
+Jifty-DBI
2006-11-12 18:05:00 +00:00
espie
e5fa6d2edc
yet another DBI schema loader, prereq of jifty
2006-11-12 18:02:23 +00:00
steven
87a90c296d
USE_X11
2006-11-11 21:04:27 +00:00
mbalmer
1c67fc1206
Explicitely set file ownership after extraction.
2006-11-10 14:54:50 +00:00
sturm
8d10c82e1e
@mode
2006-11-08 21:48:20 +00:00
espie
d1d1f414d4
belt and suspenders, best of both worlds.
...
bulk-builds will first try to build stuff with the java pseudo-flavor.
If that fails (because java is currently broken, or because it's not
supported on that arch), then it will build through the second line.
If the packages already exist, the infrastructure will notice, and the
second build line will do nothing.
consensus reached after discussion with nikolay, kurt, pval...
2006-11-07 19:37:57 +00:00
espie
c6f638e9af
add a few more catalyst plugins
2006-11-07 18:22:29 +00:00
espie
5d4c8b4ac6
catalyst model class for Class::DBI
2006-11-07 16:33:29 +00:00
espie
9e5f9b281a
add a few catalyst modules.
...
update the tutorial so everything in it runs out of the box.
2006-11-07 12:03:57 +00:00
espie
9b68a81cbd
introduces DBIx::Class to HTML::Widget for Catalyst's needs
2006-11-07 11:54:54 +00:00
espie
ac7b695f75
add catalyst crud scaffolding pieces and interface to prototype
2006-11-06 12:37:45 +00:00
espie
e4e061bb13
simple glue for Class::DBI and form validators
2006-11-06 12:15:30 +00:00
bernd
69c0ac6b34
Update to DBD::mysql 3.0008. The problems with the previous 3.x versions
...
should be fixed.
Thanks to Kyle George <kgeorge at tcpsoft dot com> for testing!
2006-11-05 14:34:51 +00:00
espie
9d89d76dac
+catalyst stuff
2006-11-05 12:32:33 +00:00
espie
c331b01c3c
catalyst model to DBIC
2006-11-05 11:53:23 +00:00
espie
5d78bad2b1
catalyst prereq
2006-11-05 11:12:15 +00:00
espie
994976aa28
insist on java for bulk-builds on i386, and for description.
...
Avoid re-building the same packages twice on i386...
2006-11-04 12:44:26 +00:00
kurt
0ecfdcc032
instead of building with java by default and a no_java pseudo flavor, go
...
with a a java pseudo flavor to enable the java build and subpackage.
no pkg bumps. as discussed with naddy@, pval@ & nikolay@
2006-11-04 12:27:19 +00:00
espie
6837ca4337
optimize table structure, idea from Martynas Venckus
2006-11-03 23:26:41 +00:00
mbalmer
fb7ef2e4ed
The major changes compared to the Mnemo H3 (2.1) version are:
...
* Small bug fixes and improvements.
* Added Slovenian translation and updated Brazilian Portuguese, Dutch,
French, German, Greek, Italian, and Traditional Chinese translations.
The full list of changes (from version H3 (2.1)) can be viewed here:
http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.63.2.31&r2=1.63.2.37&ty=h
2006-11-03 23:03:41 +00:00
espie
ae324520f0
use DROP IF EXISTS (from Martynas Venckus)
...
fix WANTLIB, regexp to strip version was totally wrong...
(more to come)
2006-11-03 23:03:09 +00:00
kurt
0eb48e6975
set MODJAVA_VER=1.3+ and MODJAVA_JRERUN=Yes for java subpackage
2006-11-03 04:50:39 +00:00
kurt
e3b4c2215b
fix stupid mistake. the java subpackage has shared libs, so lets install
...
them.
2006-11-02 15:04:39 +00:00
bernd
6ddcb28c12
Provide a no_java FLAVOR as discussed on icb.
...
ok robert@, msf@
2006-11-02 12:26:37 +00:00
kurt
ce2492ef91
enable java bindings for v4 and place into subpackage. with help and okay
...
from steven@
2006-11-01 22:26:28 +00:00
mbalmer
3f42f818b9
Update to version 2.1.
2006-11-01 10:51:55 +00:00
mbalmer
090a0271f4
Give slightly better advice on KerberosV usage.
...
From Bioern Sandell, <biorn@chalmers.se>, thanks.
2006-10-31 06:50:24 +00:00
brad
f94a4f6a91
upgrade to MySQL 5.0.27
2006-10-29 20:28:24 +00:00
mbalmer
04d275d832
Bring back support for KerberosV, from Bjoern Sandell <biorn@chalmers.se>
...
Thanks.
2006-10-29 10:37:59 +00:00
mbalmer
ead41b0039
Add a section on KerberosV support to the README.OpenBSD file.
...
From Tom McLaughlin <tmclaugh@sdf.lonestar.org>, thanks!
2006-10-29 09:29:29 +00:00
mbalmer
83caebe7ac
Add a section in the README file about the accounts involved in a PostgreSQL
...
database and point to two administrative user interfaces (phppgadmin and
pgadmin3).
2006-10-29 08:27:05 +00:00
brad
6ce4f3210c
argh! it turns out MySQL AB screwed up and made unintended API/ABI changes
...
with 5.0.26 which will be reverted with the next release. bump the major
version of the client shared libs.
2006-10-28 15:28:35 +00:00
espie
8b2b6ddc7f
a few more SHARED_LIBS reformat
2006-10-28 11:19:20 +00:00
espie
e32a176708
minor update. okay robert@
2006-10-23 10:06:03 +00:00
brad
84f9ee11be
Use the Alpha BWX instruction set as a workaround for an alignment
...
bug found in both gcc 2.x and gcc 3.x. This at least allows MySQL
to work on EV56 and newer CPUs.
Thanks to jason@ for tracking down the issue and recommending a
workaround.
2006-10-23 03:18:09 +00:00
mbalmer
d71ec43fd3
Update to DB 1.7.6
2006-10-22 13:36:54 +00:00
jasper
11fc436d30
add ruby-bdb
2006-10-21 17:32:39 +00:00
jasper
77684819c9
import ruby-bdb 0.5.9
...
ruby-bdb is an interface for Ruby to Berkeley DB
ok bernd
2006-10-21 17:31:18 +00:00
bernd
b23ced0880
add ruby-sqlite3
2006-10-20 15:36:08 +00:00
bernd
74a7776b6e
Initial import of ruby-sqlite3-1.1.0.
...
This module allows Ruby programs to interface with the SQLite3 database engine.
2006-10-20 15:34:34 +00:00
bernd
1b1fc03e16
Regen PLIST with updated ruby-gems. (added ri docs)
2006-10-19 16:52:01 +00:00
bernd
51419c26fc
Regen PLIST with updated ruby-gems. (added ri docs)
...
PKG_ARCH=*
2006-10-19 16:35:04 +00:00
wilfried
90b4dc0b71
forgot to add
2006-10-19 07:16:32 +00:00
bernd
51e003e33c
Don't install a default database with an empty root password. From now on,
...
the user has to create the initial database himself.
Inspired by mbalmer@s change to postgresql-server.
Additionally: Don't remove the databases when mysql-server is deinstalled
via 'pkg_delete -c'.
ok brad@, mbalmer@
2006-10-18 18:35:48 +00:00
mbalmer
cf556eb9ba
Typo in the MESSAGE-server file. Found by bernd, gracias!
2006-10-18 16:22:18 +00:00
wilfried
7718d75964
update mysql-administrator to 1.2.4 with the new bundle from mysql-gui-tools-5.0r4
2006-10-18 14:25:58 +00:00
wilfried
984bdba40c
update mysql-query-browser to 1.2.4 with the new bundle from mysqlt-gui-tools-5.0r4
2006-10-18 14:25:11 +00:00
aanriot
807f853dde
add pgadmin3.
2006-10-18 13:56:25 +00:00
mbalmer
8db0aad7ce
Do not install a default database when installing the -server subpackage,
...
instead give advice on how to install a dabase with proper protection.
ok pvalchev, bernd, krw
2006-10-18 13:54:22 +00:00
aanriot
4640142687
import pgadmin III, an administration and development platform for
...
PostgreSQL.
help from alek@ and bernd@, ok bernd@
2006-10-18 13:54:06 +00:00
steven
3c9d9e9fcb
homepage and master site moved to oracle.com
2006-10-18 11:05:55 +00:00
mbalmer
f0f100c3c1
Renove some stupid strays and fold a long line.
2006-10-15 20:26:33 +00:00
mbalmer
681b205576
Update to PostgreSQL 8.1.5. As the file sizes of the libraries are not the
...
same in most cases, I bumped the minor version just to be on the safe side.
2006-10-15 16:00:11 +00:00
espie
4904d6eb6e
move mksqlitedb in the port that uses it.
2006-10-15 09:41:44 +00:00
brad
0a2a566c1d
upgrade to MySQL 5.0.26
2006-10-14 05:04:54 +00:00
aanriot
06ac215488
put back "nohup", I should have read also this history. PostgreSQL runs
...
fine without it but we are not sure if the signal race has been fixed or
not, sorry.
spotted by bernd@
2006-10-09 12:22:53 +00:00
aanriot
1a5bf2fd3c
- remove "nohup" from the suggested rc script.
...
- get ride of INSTALL-server and move database init to PLIST-server.
- bump PKGNAME.
ok mbalmer@
2006-10-09 11:55:18 +00:00
mbalmer
4198223338
Update OpenLDAP to the current version.
...
That's one small committ for a developer, one giant leap for the community.
The giant leap, however, may come later.
2006-10-04 19:13:16 +00:00
brad
848191a380
upgrade to MySQL 5.0.24a + a few patches.
...
http://bugs.mysql.com/22227 ulong fix
http://bugs.mysql.com/21327 OpenSSL build fix
http://bugs.mysql.com/18630 security context issue fix
http://bugs.mysql.com/17647 case-sensitive fs issue fix
CVE-2006-4226, CVE-2006-4227
2006-10-03 04:52:03 +00:00
bernd
7f8d89d069
Update to qdbm-1.8.70. Reminded by Jeremy Evans.
2006-09-23 13:44:35 +00:00
espie
9b19a3a020
update to 3.3.7, talked to author, regression failures are known,
...
but not really important.
2006-09-19 11:26:38 +00:00
espie
ce10ad112b
remove patch obsoleted by USE_LIBTOOL, and add test to .PHONY targets,
...
fixes multiple runs of make regress.
2006-09-19 10:00:09 +00:00
espie
1f4bdba489
update to new version, okay maintainer
2006-09-19 08:05:22 +00:00
espie
d1d5e05ad4
remove `empty' version spec (.0.0) which is no longer needed to desambiguate
...
library names.
2006-09-18 11:40:06 +00:00
espie
629547efe8
new style libs
2006-09-18 09:04:03 +00:00
bernd
f65f3e714d
Downgrade to p5-DBD-mysql-2.9004.
...
The current version segfaults very often.
http://lists.mysql.com/perl/3933
http://rt.cpan.org/Public/Bug/Display.html?id=18884
Reported by Peter Hessler, thanks!
ok espie@, sturm@
2006-08-24 09:23:38 +00:00
sturm
f40b6dea93
add RUN_DEPENDS on ruby-gems for gems-based ports
...
bump PKGNAME where necessary
noticed by Ward Wouts <ward at wizeazz.nl> via markus, ok msf
2006-08-23 21:12:24 +00:00
sturm
f15bb48241
update ruby-rails (and associated ports) to 1.1.6
...
This fixes a security vulnerability in rails, permitting the evaluation
of Ruby code through a URL.
for details, see
http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure
2006-08-12 07:37:15 +00:00
steven
a94826e700
bump PKGNAME after changing DESCR
...
go ahead espie@
2006-08-04 23:09:00 +00:00
espie
9ec5df6d00
add new line (Pierre-Yves Ritschard)
2006-08-04 10:23:48 +00:00
espie
3d330a9627
new libspecs
2006-08-01 22:46:16 +00:00
espie
ccc1498fc1
more new libspecs.
2006-08-01 22:19:46 +00:00
espie
b160c64929
tweak for PKGPATH, name it correctly as FULLPKGPATH, and add a subsidiary
...
table to map FULLPKGPATH to PKGPATH, e.g.,
SELECT DISTINCT PKGPATH, VALUE FROM Wantlib,Paths WHERE Wantlib.FULLPKGPATH=Paths.FULLPKGPATH ORDER BY PKGPATH
2006-08-01 16:22:22 +00:00
espie
c1d12b9732
+p5-DBIx-Class
2006-08-01 09:18:53 +00:00
espie
897d95c070
p5-DBIx-Class, port written before the submissions on ports@... after
...
talk with msf about which one to commit.
2006-08-01 09:17:17 +00:00
pedro
c0485370be
Update to luasqlite3-0.4.1, okay sturm@
2006-07-30 04:51:39 +00:00
bernd
e4091875b6
Let mysqlcc work correctly with mysql 5.x.
...
ok brad@, wilfried@
2006-07-24 09:18:13 +00:00
steven
b5d180fc15
homepage fixes
2006-07-19 13:41:02 +00:00
alek
999c1937d5
Update to 3.52.4
2006-07-18 19:44:27 +00:00
steven
d436d1d17f
add a few missing REGRESS_DEPENDS
2006-07-18 14:11:44 +00:00
espie
61cbdad214
+p5-SQL-Translator
2006-07-18 08:30:17 +00:00
espie
7ee6644e22
universal database schema translator, can convert about any database
...
schema into anything else.
Very useful for people who want to migrate big databases from one system
to another, or who use different database engines for testing/production.
Can be used from perl as a set of modules, or through a command-line
interface (sqlt).
2006-07-18 08:29:32 +00:00
espie
863c13fb43
+p5-GDBM_File
2006-07-17 23:34:09 +00:00
espie
e91043c849
GDBM_File is part of perl's core, but it is a port, by necessity, since
...
gdbm is not in OpenBSD proper.
2006-07-17 23:33:21 +00:00
steven
0b4dd26818
update to 1.36
2006-07-13 08:02:42 +00:00
steven
26b92847b2
master site fixes
2006-07-13 07:43:40 +00:00
espie
80448819a5
Handle CONFIGURE_ARGS as a list, e.g.,
...
SELECT DISTINCT VALUE FROM ConfigureArgs
makes sense.
2006-07-10 14:34:01 +00:00
espie
64feab316c
Really process SHARED_LIBS
2006-07-10 11:44:30 +00:00
espie
307bf47c15
+sqlports
2006-07-10 10:58:48 +00:00
espie
2e019b5e25
package the database built from ports for any user.
2006-07-10 10:57:59 +00:00
steven
67934fdd5f
bump PKGNAME after changing depends...
2006-07-08 06:55:13 +00:00
sturm
f558671522
be sure to depend on tcl-8.4
2006-07-07 21:22:03 +00:00
pvalchev
fc6623f518
correct run/build dependencies; ok avsm
2006-06-29 17:37:27 +00:00
msf
bdee3c02c6
update to 2.00 and change maintainer to submitter Sean Comeau
...
ok sam smith (old maintainer)
2006-06-24 12:16:35 +00:00
sturm
7cbac1d637
ruby-postgres
2006-06-23 08:12:58 +00:00
sturm
de2689e8b9
Initial import of ruby-postgres 0.7.1
...
This is the extension library to access a PostgreSQL database from
Ruby. This library works with PostgreSQL 6.4 - 8.1.
from markus
2006-06-23 08:12:23 +00:00
bernd
09867abba9
Maintenance update to qdbm-1.8.60.
2006-06-20 10:42:05 +00:00
bernd
64cfee67cc
Security update to openldap-2.3.24. (CVE-2006-2754)
...
Fixes a status file handling buffer overflow in slurpd.
More information:
http://secunia.com/advisories/20126/
Remove obsolete MODGNU_SHARED_LIBS stuff.
ok mbalmer@ (MAINTAINER)
2006-06-19 08:22:35 +00:00
espie
4bb8af2504
update to 3.3.6, okay jolan@
2006-06-17 09:09:28 +00:00
espie
5be3e3f354
minor maintainance update, okay maintainer.
2006-06-17 09:07:40 +00:00
bernd
a47eb42d5a
- Fix a segfault on startup. gtk+2/glib2 fallout. (from Debian)
...
- Fix WANTLIB after gtk+2 update
ok brad@, no objections from wilfried@
2006-06-14 12:23:49 +00:00
bernd
c3e1e3a89e
Fix WANTLIB after gtk+2 upgrade.
2006-06-13 13:19:08 +00:00
sturm
08be3569ad
ruby-activerecord
2006-06-12 19:46:22 +00:00
sturm
7134988b3a
Initial import of ruby-activerecord 1.14.2
...
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
database tables and classes together for business objects, like Customer
or Subscription, that can find, save, and destroy themselves without
resorting to manual SQL.
from msf
2006-06-12 19:45:48 +00:00
alek
92e91b4ac4
Bump PKGNAMEs after recent python switch
2006-06-03 09:19:52 +00:00
bernd
c150c3f7ba
Security update to mysql-5.0.22.
...
From mysql ChangeLog:
An SQL-injection security hole has been found in multi-byte encoding
processing. The bug was in the server, incorrectly parsing the string
escaped with the mysql_real_escape_string() C API function. (Bug#8378)
Detailed information:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-22.html
ok brad@
2006-06-02 18:34:12 +00:00
avsm
049f84587e
+ocaml-sqlite3
2006-06-01 01:21:01 +00:00
avsm
90e83b7a7f
initial import of ocaml-sqlite3-0.2.0
...
--
OCaml bindings to the SQLite 3 database access library. The current
version provides low level access to the SQL queries and data
transfer. Aggregate/user-defined SQL function support is not
implemented.
2006-06-01 01:20:25 +00:00
msf
6128ecb42f
update to 3.0003, this resolves bugs encountered while testing RT
...
remove MAINTAINER at his request
ok brad@ wilfried@
2006-05-31 19:53:06 +00:00
alek
c02a12e437
Update to 2.2.2
...
From new maintainer Eric Faurot <eric.faurot@gmail.com>
2006-05-25 13:39:08 +00:00
steven
a63bbadbad
remove defunct master site and add a few more mirrors
2006-05-25 13:03:07 +00:00
bernd
53b2b248ac
Security update to postgresql-8.1.4.
...
Fixes SQL-injection attacks. (CVE-2006-2313, CVE-2006-2314)
For detailed information please see:
http://developer.postgresql.org/docs/postgres/release-8-1-4.html
http://secunia.com/advisories/20231/
ok mbalmer@ (MAINTAINER)
2006-05-24 11:18:29 +00:00
naddy
27937c90be
when you change dependencies, you MUST bump the package name
2006-05-23 20:23:36 +00:00
bernd
db79a7313d
Add missing dependecy. (textproc/p5-XML-Parser)
...
ok wilfried@
2006-05-12 08:20:23 +00:00
msf
dc8867c56b
add a missing dependency as pointed out by bernd@
2006-05-11 18:53:18 +00:00
espie
67f79cfa1c
use installed SQLite, okay robert@
2006-05-10 11:38:08 +00:00
brad
d5a5a6309f
upgrade to MySQL 5.0.21
2006-05-10 03:21:30 +00:00
espie
883266ff4c
+sqlitebrowser
2006-05-09 15:19:38 +00:00
espie
8f4643b15f
qt-based graphical browser for sqlite3 databases
2006-05-09 15:18:28 +00:00
robert
1351922e5d
bump PKGNAME due to the change of the pear dependencies;
2006-05-09 14:16:50 +00:00
naddy
1774a832ba
you are here ---> .
2006-05-07 22:14:14 +00:00
msf
38773e4631
update to 1.43
2006-05-06 19:44:40 +00:00
msf
ec29478731
+p5-DBIx-DBSchema
2006-05-06 19:37:24 +00:00
msf
7785eab14d
initial import of DBIx::DBSchema 0.31
...
This module implements an OO-interface to database schemas. Using this
module, you can create a database schema with an OO Perl interface. You
can read the schema from an existing database. You can save the schema
to disk and restore it a different process. Most importantly,
DBIx::DBSchema can write SQL CREATE statements statements for different
databases from a single source.
2006-05-06 19:36:12 +00:00
alek
84ec60158e
Add directoryassistant
2006-05-01 12:50:38 +00:00
alek
c4f5129460
Import directoryassistant 2.0
...
Directory Assistant is a small application for managing a LDAP address
book. The focus is to create a very easy to use program, with only the
few but necessary features. The target is novice users that have their
addresses in an LDAP server.
If you want an advanced application targeted at power users, check out
databases/gq port.
From Joerg Zinke <umaxx@oleco.net>
2006-05-01 12:35:54 +00:00
espie
d0afc0dcde
+mdbtools (forgot to say, thx jasper for tests)
2006-05-01 09:56:38 +00:00
espie
776f207b21
read access database files (jet format 3.0 and 4.0)
2006-05-01 09:55:33 +00:00
brad
c46274aa32
upgrade to MySQL 5.0.20a
2006-04-30 20:55:44 +00:00
brad
f6696873bd
update to 3.0002_5
...
From Sam Smith <S at mSmith dot net>, better MASTER_SITE URL from msf@
2006-04-29 10:30:31 +00:00
bernd
54ef961448
Update to qdbm-1.8.49.
2006-04-22 18:31:35 +00:00
steven
2fdb78c294
add REGRESS_DEPENDS
2006-04-15 19:26:43 +00:00
robert
0152a61c0c
upgrade to version 1.12; from Srebrenko Sehic <ssehic@gmail.com>
2006-04-14 15:30:37 +00:00
jolan
133c5e6d02
update to 3.3.5
2006-04-13 05:09:52 +00:00
sturm
e6f23d50f4
remove references to shellhung.org in MASTER_SITES and assorted cleanup
...
from jim razmus
2006-04-08 20:28:36 +00:00
steven
ae240bbd0d
add {BUILD,REGRESS}_DEPENDS
2006-04-06 18:29:54 +00:00
steven
947545ab6d
update to 0.11
...
ok bernd@
2006-04-06 18:27:10 +00:00
steven
80d23e5e75
update to 1.04
...
ok bernd@
2006-04-06 18:26:04 +00:00
steven
ea46a83c8f
update to 0.08
...
ok bernd@
2006-04-06 18:25:17 +00:00
steven
2e71aa35e1
update to 0.32
...
ok bernd@
2006-04-06 18:24:11 +00:00
steven
a5db2d1f70
update to 1.00
...
ok bernd@
2006-04-06 18:23:36 +00:00
steven
db16846a6f
update to 2.42
...
ok bernd@
2006-04-06 18:22:57 +00:00
steven
8e9e8efdee
update to 0.07
2006-04-06 18:22:19 +00:00
steven
4f134f4bc6
update to 3.0.14
...
ok bernd@
2006-04-06 18:21:38 +00:00
steven
4fd5b2aeb1
+ p5-SQL-Abstract-Limit
2006-04-05 12:41:41 +00:00
steven
5d2c9c6d92
import SQL::Abstract::Limit 0.12
...
portability layer for LIMIT emulation.
test/feedback/ok bernd@
2006-04-05 12:39:46 +00:00
steven
b39e8045cc
update to 1.21
...
go ahead bernd@
2006-04-05 11:56:05 +00:00
bernd
2437b9fd7b
- Update to p5-DBD-Pg-1.47.
...
- Remove regress FLAVOR and use REGRESS_FLAGS instead.
- Add postgresql-server to REGRESS_DEPENDS.
ok steven@, msf@
2006-04-05 09:03:52 +00:00
bernd
3264486c97
Update to p5-DBI-1.50.
...
From Srebrenko Sehic <ssehic at gmail.com>
ok steven@
2006-04-04 08:34:31 +00:00
bernd
24688702e8
Don't depend on a specific mysql-server version in REGRESS_DEPENDS.
...
Fixes regression tests.
2006-04-01 18:06:32 +00:00
bernd
0e49201962
Add p5-Devel-StackTrace to REGRESS_DEPENDS. Fixes regression test.
2006-04-01 18:00:34 +00:00
bernd
b676458e8d
Add REGRESS_IS_INTERACTIVE=Yes.
2006-04-01 11:51:06 +00:00
robert
91db17e0d5
do not try to pick up installed versions of sqlite3; use the included copy instead;
...
bump PKGNAME;
problem reported by naddy@
2006-03-23 15:50:30 +00:00