freebsd-ports/devel/p5-SPOPS/pkg-descr
Doug Barton 989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00

21 lines
1.1 KiB
Text

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!
Author: Chris Winters <chris@cwinters.com>
WWW: http://search.cpan.org/dist/SPOPS/