aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-11-11 03:52:06 +0800
committerdinoex <dinoex@FreeBSD.org>2005-11-11 03:52:06 +0800
commita9d2919528775b65cba88bec6ce91e2a559fd9ac (patch)
tree2f13be24905019ccab0b7fc6549cdd90cee1884a /devel
parent131b61d326c755aca2f11f861dd6239f1c17391b (diff)
downloadfreebsd-ports-gnome-a9d2919528775b65cba88bec6ce91e2a559fd9ac.tar.gz
freebsd-ports-gnome-a9d2919528775b65cba88bec6ce91e2a559fd9ac.tar.zst
freebsd-ports-gnome-a9d2919528775b65cba88bec6ce91e2a559fd9ac.zip
- Update descriptions
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-transactionsimple/Makefile2
-rw-r--r--devel/rubygem-transactionsimple/pkg-descr6
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/