Date: Sat, 18 Feb 2006 12:15:03 -0700 (MST) From: hideo <hideo@lastamericanempire.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/93533: [New Port] databases/p5-Oryx: Meta-Model Driven Object Persistance Message-ID: <20060218191503.C7E8F33C22@darwin.lastamericanempire.com> Resent-Message-ID: <200602181920.k1IJK5ct033862@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93533 >Category: ports >Synopsis: [New Port] databases/p5-Oryx: Meta-Model Driven Object Persistance >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 18 19:20:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Feb 6 13:09:38 MST 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: Oryx is an object persistence framework which supports both object-relational mapping as well as DMB style databases and as such is not coupled with any particular storage back-end. >How-To-Repeat: >Fix: --- p5-Oryx begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Oryx # p5-Oryx/pkg-descr # p5-Oryx/pkg-plist # p5-Oryx/Makefile # p5-Oryx/distinfo # echo c - p5-Oryx mkdir -p p5-Oryx > /dev/null 2>&1 echo x - p5-Oryx/pkg-descr sed 's/^X//' >p5-Oryx/pkg-descr << 'END-of-p5-Oryx/pkg-descr' XOryx is an object persistence framework which supports both object-relational Xmapping as well as DMB style databases and as such is not coupled with any Xparticular storage back-end. In other words, you should be able to Xswap out an RDMBS with a DBM style database (and vice versa) without Xchanging your persistent classes at all. X XWWW: http://search.cpan.org/dist/Oryx/ END-of-p5-Oryx/pkg-descr echo x - p5-Oryx/pkg-plist sed 's/^X//' >p5-Oryx/pkg-plist << 'END-of-p5-Oryx/pkg-plist' X%%SITE_PERL%%/Oryx.pm X%%SITE_PERL%%/Oryx/Association.pm X%%SITE_PERL%%/Oryx/Association/Array.pm X%%SITE_PERL%%/Oryx/Association/Hash.pm X%%SITE_PERL%%/Oryx/Association/Reference.pm X%%SITE_PERL%%/Oryx/Attribute.pm X%%SITE_PERL%%/Oryx/Class.pm X%%SITE_PERL%%/Oryx/DBI.pm X%%SITE_PERL%%/Oryx/DBI/Association.pm X%%SITE_PERL%%/Oryx/DBI/Association/Array.pm X%%SITE_PERL%%/Oryx/DBI/Association/Hash.pm X%%SITE_PERL%%/Oryx/DBI/Association/Reference.pm X%%SITE_PERL%%/Oryx/DBI/Attribute.pm X%%SITE_PERL%%/Oryx/DBI/Class.pm X%%SITE_PERL%%/Oryx/DBI/Method.pm X%%SITE_PERL%%/Oryx/DBI/Parent.pm X%%SITE_PERL%%/Oryx/DBI/Util.pm X%%SITE_PERL%%/Oryx/DBI/Util/Pg.pm X%%SITE_PERL%%/Oryx/DBI/Util/SQLite.pm X%%SITE_PERL%%/Oryx/DBI/Util/mysql.pm X%%SITE_PERL%%/Oryx/DBM.pm X%%SITE_PERL%%/Oryx/DBM/Association.pm X%%SITE_PERL%%/Oryx/DBM/Association/Array.pm X%%SITE_PERL%%/Oryx/DBM/Association/Hash.pm X%%SITE_PERL%%/Oryx/DBM/Association/Reference.pm X%%SITE_PERL%%/Oryx/DBM/Attribute.pm X%%SITE_PERL%%/Oryx/DBM/Class.pm X%%SITE_PERL%%/Oryx/DBM/Method.pm X%%SITE_PERL%%/Oryx/DBM/Parent.pm X%%SITE_PERL%%/Oryx/DBM/Util.pm X%%SITE_PERL%%/Oryx/Manual/Guts.pod X%%SITE_PERL%%/Oryx/MetaClass.pm X%%SITE_PERL%%/Oryx/Parent.pm X%%SITE_PERL%%/Oryx/Schema.pm X%%SITE_PERL%%/Oryx/Value.pm X%%SITE_PERL%%/Oryx/Value/Binary.pm X%%SITE_PERL%%/Oryx/Value/Boolean.pm X%%SITE_PERL%%/Oryx/Value/Complex.pm X%%SITE_PERL%%/Oryx/Value/DateTime.pm X%%SITE_PERL%%/Oryx/Value/Float.pm X%%SITE_PERL%%/Oryx/Value/Integer.pm X%%SITE_PERL%%/Oryx/Value/Oid.pm X%%SITE_PERL%%/Oryx/Value/String.pm X%%SITE_PERL%%/Oryx/Value/Text.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Oryx/.packlist X@dirrm %%SITE_PERL%%/Oryx/DBI/Association X@dirrm %%SITE_PERL%%/Oryx/DBM/Association X@dirrm %%SITE_PERL%%/Oryx/Association X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Oryx X@dirrm %%SITE_PERL%%/Oryx/DBI/Util X@dirrm %%SITE_PERL%%/Oryx/Manual X@dirrm %%SITE_PERL%%/Oryx/Value X@dirrm %%SITE_PERL%%/Oryx/DBI X@dirrm %%SITE_PERL%%/Oryx/DBM X@dirrm %%SITE_PERL%%/Oryx END-of-p5-Oryx/pkg-plist echo x - p5-Oryx/Makefile sed 's/^X//' >p5-Oryx/Makefile << 'END-of-p5-Oryx/Makefile' X# New ports collection makefile for: databases/p5-Oryx X# Date created: 18 February 2006 X# Whom: Zach Thompson <hideo@lastamericanempire.com> X# X# $FreeBSD$ X# X XPORTNAME= Oryx XPORTVERSION= 0.19 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= XML/RHUNDT XPKGNAMEPREFIX= p5- X XMAINTAINER= hideo@lastamericanempire.com XCOMMENT= Meta-Model Driven Object Persistance with Multiple Inheritance X XBUILD_DEPENDS= ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \ X ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \ X ${SITE_PERL}/DBM/Deep.pm:${PORTSDIR}/databases/p5-DBM-Deep \ X ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ X ${SITE_PERL}/${PERL_ARCH}/Class/Date.pm:${PORTSDIR}/devel/p5-Class-Date \ X ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ X ${SITE_PERL}/Ima/DBI.pm:${PORTSDIR}/databases/p5-Ima-DBI \ X ${SITE_PERL}/Data/Types.pm:${PORTSDIR}/devel/p5-Data-Types \ X ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Oryx.3 Oryx::Association.3 Oryx::Association::Array.3 Oryx::Attribute.3 \ X Oryx::Class.3 Oryx::DBI.3 Oryx::DBI::Util.3 Oryx::DBM.3 Oryx::Manual::Guts.3 \ X Oryx::MetaClass.3 Oryx::Parent.3 Oryx::Schema.3 Oryx::Value.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again X.endif X X.include <bsd.port.post.mk> END-of-p5-Oryx/Makefile echo x - p5-Oryx/distinfo sed 's/^X//' >p5-Oryx/distinfo << 'END-of-p5-Oryx/distinfo' XMD5 (Oryx-0.19.tar.gz) = f80fcd3178c35aef2009187e21248cc3 XSHA256 (Oryx-0.19.tar.gz) = db410b3590d7c32524efbb8459ac402152f873cbf2cbf0c8f7dd2251e8721e84 XSIZE (Oryx-0.19.tar.gz) = 46493 END-of-p5-Oryx/distinfo exit --- p5-Oryx ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060218191503.C7E8F33C22>