diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 14:21:33 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 14:21:33 +0000 |
commit | ea39d5bc679140bde76aba5e7bb2bf3a894f4fd2 (patch) | |
tree | d1166b0718f5c120b0aa65f458b47f2f44934283 /devel/p5-SPOPS/pkg-descr | |
parent | b3d64975635daaddf04d03dff77df2ee4cc6bbda (diff) | |
download | ports-ea39d5bc679140bde76aba5e7bb2bf3a894f4fd2.tar.gz ports-ea39d5bc679140bde76aba5e7bb2bf3a894f4fd2.zip |
Notes
Diffstat (limited to 'devel/p5-SPOPS/pkg-descr')
-rw-r--r-- | devel/p5-SPOPS/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-SPOPS/pkg-descr b/devel/p5-SPOPS/pkg-descr new file mode 100644 index 000000000000..7dae51932f97 --- /dev/null +++ b/devel/p5-SPOPS/pkg-descr @@ -0,0 +1,23 @@ +SPOPS is a robust and powerful module that allows you to serialize objects. It +is unique in that it also allows you to apply security to these objects using +a fairly simple but powerful scheme of users and groups. + +It's also unique in that for most objects, you will not need to write any code. +A fairly simple configuration file is all you need which you can then feed to +SPOPS and have a class for your object ready to go, right out of thin air. + +The configuration you specify not only lists the properties of the object and +possibly some information about where its data should be stored, but can also +describe the relationship an object might have with another object (or +objects). + +One great benefit is that you can retrofit SPOPS to existing data. If you +don't use any of the metadata layers or security, you can simply describe your +data in a configuration file, process the configuration and start making (and +processing) objects. If you want to add security to these objects later, it's +easy! + +WWW: http://search.cpan.org/search?dist=SPOPS + +-- Sergey Skvortsov +skv@FreeBSD.org |