Commit graph

11 commits

Author SHA1 Message Date
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
taca
a75abed9d2 Cosmetic change with pkglint(1). 2005-03-06 12:58:04 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
taca
cd75be0412 Update ruby-vapor package to 0.81 migrating to use new framework.
Version 0.81 (tagged 22 Nov 2003, revision 279)

Bug Fixes:
 * correct mistake in Usage Example, operator for wildcard searching
   is ~, not =
 * raise proper errors on various methods of Persistable when no
   PersistenceManager is available, instead of NoMethodError

Version 0.80 (tagged 19 Nov 2003, revision 275)

Features:
 * transaction logging, record information about time, committer and log
   message as well as list of objects modified per transaction
 * basic versioning support, retrieval of historic object states
 * vaporadmin: removal of classes and all their instances using the "remove" command
 * vaporadmin: modification of class' metadata using the "update" command
 * new operator (~) for wildcard searches on Strings

Bug Fixes:
 * allow SQL keywords as names of persistent attributes
 * fix bug where camelCase variables would not be correctly set on object loading
 * correctly transfer newly persistent objects back to transient state during
   rollback(). This bug caused incomprehensible ObjectDeletedErrors when manually
   or automatically rolling back.
 * check REXML::Version instead of REXML::VERSION_MAJOR, which does not exist
   in the REXML version that is included in Ruby 1.8
 * minimize number of warnings issued when using `ruby -w', including those
   from Ruby 1.8.x, that are issued regardless of -w

Incompatible Repository Changes: (Repository needs to be recreated from scratch)
 * repository schema version 3
 * add fields and tables for versioning
2004-11-27 15:50:33 +00:00
recht
8dc45652d4 Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
2004-07-24 22:45:14 +00:00
snj
5cf13969c6 Convert to buildlink3. 2004-05-11 04:40:59 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
taca
6cb323f186 Importing databases/ruby-vapor 0.7.0 pacakge, based on PR pkg/22296
by Rasputin <rasputin at idoru dot mine dot nu>.

Vapor is a persistent Object-Repository for Ruby, providing
transparent persistence of Ruby objects to a PostgreSQL database.
It's goal is to provide developers with an easy-to-use persistence
framework that does not interfere with the code of classes that
are to be persistently stored.
Vapor does not require any knowledge about relational databases,
so developers can concentrate on the task of writing their application logic.

Some of Vapor's general design was inspired by the JDO
(Java Data Objects) standard.
2003-09-16 16:29:11 +00:00