Summary: | New Port: databases/p5-DBIx-DBSchema | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Erich Zigler <erich> |
Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Erich Zigler
2002-05-13 04:00:05 UTC
State Changed From-To: open->feedback The shar appears to be broken, would you please re-submit corrected version? Also, it would be nice to make pkg-descr a bit more descriptive; for p5 ports, the first one or two paragraphs from the DESCRIPTION section of the module documentation usually does the trick. After waiting awhile for this to happen, I decided 2.5 months is long enough, and did the work myself. --Pete # 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: # # databases/p5-DBIx-DBSchema # databases/p5-DBIx-DBSchema/Makefile # databases/p5-DBIx-DBSchema/distinfo # databases/p5-DBIx-DBSchema/pkg-plist # databases/p5-DBIx-DBSchema/pkg-descr # databases/p5-DBIx-DBSchema/pkg-comment # echo c - databases/p5-DBIx-DBSchema mkdir -p databases/p5-DBIx-DBSchema > /dev/null 2>&1 echo x - databases/p5-DBIx-DBSchema/Makefile sed 's/^X//' >databases/p5-DBIx-DBSchema/Makefile << 'END-of-databases/p5-DBIx-DBSchema/Makefile' X# New ports collection makefile for: databases/p5-DBIx-DBSchema X# Date created: 21 September 2002 X# Whom: Peter Avalos <pavalos@theshell.com> X# X# $FreeBSD$ X# X XPORTNAME= DBIx-DBSchema XPORTVERSION= 0.21 XCATEGORIES= databases perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBIx XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= DBIx::DBSchema.3 DBIx::DBSchema::ColGroup.3 \ X DBIx::DBSchema::ColGroup::Index.3 DBIx::DBSchema::ColGroup::Unique.3 \ X DBIx::DBSchema::Column.3 DBIx::DBSchema::DBD.3 \ X DBIx::DBSchema::DBD::mysql.3 DBIx::DBSchema::DBD::Pg.3 \ X DBIx::DBSchema::DBD::Sybase.3 DBIx::DBSchema::Table.3 X X.include <bsd.port.mk> END-of-databases/p5-DBIx-DBSchema/Makefile echo x - databases/p5-DBIx-DBSchema/distinfo sed 's/^X//' >databases/p5-DBIx-DBSchema/distinfo << 'END-of-databases/p5-DBIx-DBSchema/distinfo' XMD5 (DBIx-DBSchema-0.21.tar.gz) = 1f7c936b287d2895aee0ee17a24358bb END-of-databases/p5-DBIx-DBSchema/distinfo echo x - databases/p5-DBIx-DBSchema/pkg-plist sed 's/^X//' >databases/p5-DBIx-DBSchema/pkg-plist << 'END-of-databases/p5-DBIx-DBSchema/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/DBSchema/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup/Unique.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup/Index.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/Column.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD/Pg.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD/Sybase.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD/mysql.pm Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/Table.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/DBSchema X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/DBD X@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true END-of-databases/p5-DBIx-DBSchema/pkg-plist echo x - databases/p5-DBIx-DBSchema/pkg-descr sed 's/^X//' >databases/p5-DBIx-DBSchema/pkg-descr << 'END-of-databases/p5-DBIx-DBSchema/pkg-descr' XThis module implements an OO-interface to database schemas. Using this module, Xyou can create a database schema with an OO Perl interface. You can read the Xschema from an existing database. You can save the schema to disk and restore Xit in a different process. Most importantly, DBIx::DBSchema can write SQL XCREATE statements for different databases from a single source. X XWWW: http://www.420.am/dbix-dbschema/ END-of-databases/p5-DBIx-DBSchema/pkg-descr echo x - databases/p5-DBIx-DBSchema/pkg-comment sed 's/^X//' >databases/p5-DBIx-DBSchema/pkg-comment << 'END-of-databases/p5-DBIx-DBSchema/pkg-comment' XAn OO-interface to database schemas END-of-databases/p5-DBIx-DBSchema/pkg-comment exit State Changed From-To: feedback->open Feedback has been submitted State Changed From-To: open->closed Committed, Thanks! |