Bug 38013 - New Port: databases/p5-DBIx-DBSchema
Summary: New Port: databases/p5-DBIx-DBSchema
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-13 04:00 UTC by Erich Zigler
Modified: 2002-11-22 20:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Zigler 2002-05-13 04:00:05 UTC
	New port databases/p5-DBIx-DBSchema

# shar databases/p5-DBIx-DBSchema/*
# 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/Makefile
#       databases/p5-DBIx-DBSchema/distinfo
#       databases/p5-DBIx-DBSchema/pkg-comment
#       databases/p5-DBIx-DBSchema/pkg-descr
#       databases/p5-DBIx-DBSchema/pkg-plist
#
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:   p5-DBIx-DBSchema
X# Date created:                                12 May 2002
X# Whom:                                        Erich Zigler <erich@tacni.net>
X
XPORTNAME=      DBIx-DBSchema
XPORTVERSION=   0.20
XCATEGORIES=    databases perl5
XMASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=    DBIx
XPKGNAMEPREFIX= p5-
X
XMAINTAINER=    erich@tacni.net
X
XBUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/FreezeThaw.pm:${PO
RTSDIR}/devel/p5-FreezeThaw \
X               ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm
:${PORTSDIR}/databases/p5-DBI
X
XPERL_CONFIGURE=        yes
X
XMAN3=           DBIx::DBSchema::DBD.3 \
X               DBIx::DBSchema.3 \
X               DBIx::DBSchema::DBD::Pg.3 \
X               DBIx::DBSchema::ColGroup.3 \
X                DBIx::DBSchema::DBD::Sybase.3 \
X               DBIx::DBSchema::ColGroup::Index.3 \
X               DBIx::DBSchema::DBD::mysql.3 \
X               DBIx::DBSchema::ColGroup::Unique.3 \
X               DBIx::DBSchema::Table.3 \
X               DBIx::DBSchema::Column.3
X
XMANPREFIX=      ${PREFIX}/lib/perl5/${PERL_VERSION}
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-D
BSchema/distinfo'
XMD5 (DBIx-DBSchema-0.20.tar.gz) = 1d0e286055dbb15a29a4e1e25f111c56
END-of-databases/p5-DBIx-DBSchema/distinfo
echo x - databases/p5-DBIx-DBSchema/pkg-comment
sed 's/^X//' >databases/p5-DBIx-DBSchema/pkg-comment << 'END-of-databases/p5-DBI
x-DBSchema/pkg-comment'
XPerl5 module to access and use scp protocol
END-of-databases/p5-DBIx-DBSchema/pkg-comment
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'
X  Description
X  -----------
X
X       It's not here yet.
END-of-databases/p5-DBIx-DBSchema/pkg-descr
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%%/DBIx/DBSchema.pm
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup.pm
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup/Index.pm
Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/DBSchema/ColGroup/Unique.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
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/DBSchema/.packlist
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@dirrm lib/perl5/site_perl/%%PERL_VER%%/DBIx
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/DBSchema/
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/de
v/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
exit
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2002-07-04 10:37:48 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.
Comment 2 Peter Avalos 2002-09-22 03:18:08 UTC
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
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2002-10-31 14:52:14 UTC
State Changed
From-To: feedback->open

Feedback has been submitted
Comment 4 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-11-22 20:05:28 UTC
State Changed
From-To: open->closed

Committed, Thanks!