diff --git a/devel/Makefile b/devel/Makefile index 2fc39ad87f50..8ad2145ff34b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -488,6 +488,7 @@ SUBDIR += p5-ReadLine-Perl SUBDIR += p5-Religion SUBDIR += p5-Resources + SUBDIR += p5-SPOPS SUBDIR += p5-Search-Binary SUBDIR += p5-Server-FastPL SUBDIR += p5-Set-NestedGroups diff --git a/devel/p5-SPOPS/Makefile b/devel/p5-SPOPS/Makefile new file mode 100644 index 000000000000..812f5068a38e --- /dev/null +++ b/devel/p5-SPOPS/Makefile @@ -0,0 +1,77 @@ +# New ports collection makefile for: SPOPS +# Date created: 17 Dec 2001 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= SPOPS +PORTVERSION= 0.61 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S|/modules/by-module|/authors/id|} +MASTER_SITE_SUBDIR= C/CW/CWINTERS +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Class/Date.pm:${PORTSDIR}/devel/p5-Class-Date \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Carp/Assert.pm:${PORTSDIR}/devel/p5-Carp-Assert \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Fields.pm:${PORTSDIR}/devel/p5-Class-Fields \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Class/Factory.pm:${PORTSDIR}/devel/p5-Class-Factory \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +CONFIGURE_ARGS= Installing examples for ${PKGNAME}" + @${MKDIR} ${EXAMPLESDIR}/My + @${INSTALL_SCRIPT} ${WRKSRC}/eg/*.pl ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/eg/*.sql ${WRKSRC}/eg/README \ + ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/eg/My/*.pm ${EXAMPLESDIR}/My +.endif + +.include diff --git a/devel/p5-SPOPS/distinfo b/devel/p5-SPOPS/distinfo new file mode 100644 index 000000000000..e3988adcf2e2 --- /dev/null +++ b/devel/p5-SPOPS/distinfo @@ -0,0 +1 @@ +MD5 (SPOPS-0.61.tar.gz) = 0b156bd7198b203560f311ad5dd75054 diff --git a/devel/p5-SPOPS/pkg-comment b/devel/p5-SPOPS/pkg-comment new file mode 100644 index 000000000000..28ede5688437 --- /dev/null +++ b/devel/p5-SPOPS/pkg-comment @@ -0,0 +1 @@ +Simple Perl Object Persistence with Security 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 diff --git a/devel/p5-SPOPS/pkg-plist b/devel/p5-SPOPS/pkg-plist new file mode 100644 index 000000000000..703fdd165f5f --- /dev/null +++ b/devel/p5-SPOPS/pkg-plist @@ -0,0 +1,128 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SPOPS/.packlist +lib/perl5/site_perl/%%PERL_VER%%/SPOPS.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/ClassFactory.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/ClassFactory/DBI.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/ClassFactory/DefaultBehavior.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/ClassFactory/LDAP.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Configure.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Configure/DBI.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Configure/Ruleset.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/DBI.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/DBI/InterBase.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/DBI/MySQL.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/DBI/Oracle.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/DBI/Pg.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/DBI/SQLite.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/DBI/Sybase.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Error.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Exception.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Exception/DBI.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Exception/LDAP.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Exception/Security.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Export.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Export/DBI/Data.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Export/Object.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Export/Perl.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Export/SQL.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Export/XML.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/GDBM.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/HashFile.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/Data.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/Table.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/TableTransform.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/TableTransform/InterBase.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/TableTransform/MySQL.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/TableTransform/Oracle.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/TableTransform/Pg.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/TableTransform/SQLite.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/TableTransform/Sybase.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/Object.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Initialize.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Iterator.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Iterator/DBI.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Iterator/LDAP.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Iterator/WrapList.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Key/DBI/HandleField.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Key/DBI/Identity.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Key/DBI/Pool.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Key/DBI/Sequence.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Key/Random.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Key/UUID.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/LDAP.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/LDAP/MultiDatasource.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Loopback.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/CodeGeneration.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Configuration.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Cookbook.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Datasource.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Exceptions.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/ImportExport.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Intro.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Object.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/ObjectRules.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Relationships.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Security.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual/Serialization.pod +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/SQLInterface.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Secure.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Secure/Hierarchy.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tie.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tie/StrictField.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool/DBI/Datasource.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool/DBI/DiscoverField.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool/DBI/FindDefaults.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool/LDAP/Datasource.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool/ReadOnly.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool/UTFConvert.pm +lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Utility.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/My/Common.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/My/Doodad.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/My/Group.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/My/LDAPConnect.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/My/Security.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/My/User.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/README +%%PORTDOCS%%%%EXAMPLESDIR%%/datasource_configure.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/datasource_configure_ldap.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/export_doodads.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/fetch_all.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/fetch_doodads.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/find_defaults_demo.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/ldap_multidatasource.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/stock_doodads.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/stock_user_group.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_clear.sql +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_clear_interbase.sql +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_clear_oracle.sql +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_clear_pgsql.sql +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_interbase.sql +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_mysql.sql +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_oracle.sql +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_pgsql.sql +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_sqlite.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/users_groups_tsql.sql +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/My +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/ClassFactory +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Configure +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/DBI +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Exception +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Export/DBI +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Export +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI/TableTransform +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import/DBI +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Import +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Iterator +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Key/DBI +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Key +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/LDAP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Manual +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Secure +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tie +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool/DBI +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool/LDAP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS/Tool +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SPOPS +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SPOPS