diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-11-10 19:52:06 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-11-10 19:52:06 +0000 |
commit | a869b499c45050d37980b18d57bde595d66927e9 (patch) | |
tree | eefb869456c83fbe963ca997255c905b277edd59 /devel/rubygem-transactionsimple | |
parent | ea8ef29cd4c028ffa709034f890f44a00e5fef6b (diff) |
Notes
Diffstat (limited to 'devel/rubygem-transactionsimple')
-rw-r--r-- | devel/rubygem-transactionsimple/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-transactionsimple/pkg-descr | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/rubygem-transactionsimple/Makefile b/devel/rubygem-transactionsimple/Makefile index 24a8f7ef0b84..b3533d4f7e8d 100644 --- a/devel/rubygem-transactionsimple/Makefile +++ b/devel/rubygem-transactionsimple/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://rubyforge.org/frs/download.php/4334/ DISTNAME= transaction-simple-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -COMMENT= Provides active transactional support +COMMENT= Simple object transaction support .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" diff --git a/devel/rubygem-transactionsimple/pkg-descr b/devel/rubygem-transactionsimple/pkg-descr index 54ea914ce29c..bf9ab4043d72 100644 --- a/devel/rubygem-transactionsimple/pkg-descr +++ b/devel/rubygem-transactionsimple/pkg-descr @@ -1,4 +1,6 @@ -Transaction::Simple provides active ("live", non-backend) -transactional support to Marshal-able objects. +Transaction::Simple provides a generic way to add active transaction support +to objects. The transaction methods added by this module will work with most +objects, excluding those that cannot be Marshal-ed (bindings, procedure +objects, IO instances, or singleton objects). WWW: http://rubyforge.org/projects/trans-simple/ |