Initial import of several DBI-related perl modules.
all from Sam Smith <S at msmith.net>
This commit is contained in:
parent
926d447532
commit
a60ce5902e
28
databases/p5-Class-DBI-AbstractSearch/Makefile
Normal file
28
databases/p5-Class-DBI-AbstractSearch/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "abstract Class::DBI's SQL with SQL::Abstract"
|
||||
|
||||
DISTNAME= Class-DBI-AbstractSearch-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||||
::databases/p5-SQL-Abstract
|
||||
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-AbstractSearch/distinfo
Normal file
3
databases/p5-Class-DBI-AbstractSearch/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-AbstractSearch-0.03.tar.gz) = 303df3695d5ae7d7971240c51b5141aa
|
||||
RMD160 (Class-DBI-AbstractSearch-0.03.tar.gz) = 970ac1be5b6e7f1308f13fa5b43e76768b2c86cc
|
||||
SHA1 (Class-DBI-AbstractSearch-0.03.tar.gz) = bb427cf249d0ad3f40e1db2cb55397cb56667d70
|
2
databases/p5-Class-DBI-AbstractSearch/pkg/DESCR
Normal file
2
databases/p5-Class-DBI-AbstractSearch/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Class::DBI::AbstractSearch is a Class::DBI plugin to glue
|
||||
SQL::Abstract into Class::DBI.
|
7
databases/p5-Class-DBI-AbstractSearch/pkg/PLIST
Normal file
7
databases/p5-Class-DBI-AbstractSearch/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI/AbstractSearch.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/AbstractSearch/.packlist
|
||||
man/man3p/Class::DBI::AbstractSearch.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/AbstractSearch
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
28
databases/p5-Class-DBI-AsForm/Makefile
Normal file
28
databases/p5-Class-DBI-AsForm/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "produce HTML form elements for database columns"
|
||||
|
||||
DISTNAME= Class-DBI-AsForm-2.2
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||||
::databases/p5-Class-DBI-Plugin-Type \
|
||||
::www/p5-HTML-Tree
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-AsForm/distinfo
Normal file
3
databases/p5-Class-DBI-AsForm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-AsForm-2.2.tar.gz) = 09a3824bfbf260f2b12583828dce5068
|
||||
RMD160 (Class-DBI-AsForm-2.2.tar.gz) = fef5bea227667724610aaa78976e30f9d9b254bd
|
||||
SHA1 (Class-DBI-AsForm-2.2.tar.gz) = ce1a2b47d683993bd87303fcf6146762785294ee
|
1
databases/p5-Class-DBI-AsForm/pkg/DESCR
Normal file
1
databases/p5-Class-DBI-AsForm/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
|
7
databases/p5-Class-DBI-AsForm/pkg/PLIST
Normal file
7
databases/p5-Class-DBI-AsForm/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI/AsForm.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/AsForm/.packlist
|
||||
man/man3p/Class::DBI::AsForm.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/AsForm
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
27
databases/p5-Class-DBI-FromCGI/Makefile
Normal file
27
databases/p5-Class-DBI-FromCGI/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "update Class::DBI objects through CGI::Untaint"
|
||||
|
||||
DISTNAME= Class-DBI-FromCGI-0.94
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5 www
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||||
::www/p5-CGI-Untaint
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-FromCGI/distinfo
Normal file
3
databases/p5-Class-DBI-FromCGI/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-FromCGI-0.94.tar.gz) = 126040b7e83218197786de2c6699100f
|
||||
RMD160 (Class-DBI-FromCGI-0.94.tar.gz) = 36bd771bb6ecffe35a344b5a89db2d337bc16618
|
||||
SHA1 (Class-DBI-FromCGI-0.94.tar.gz) = 52041add6da4dbc28605b29198fd602e6ac8a14c
|
1
databases/p5-Class-DBI-FromCGI/pkg/DESCR
Normal file
1
databases/p5-Class-DBI-FromCGI/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Update Class::DBI data using CGI::Untaint.
|
7
databases/p5-Class-DBI-FromCGI/pkg/PLIST
Normal file
7
databases/p5-Class-DBI-FromCGI/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI/FromCGI.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/FromCGI/.packlist
|
||||
man/man3p/Class::DBI::FromCGI.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/FromCGI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
28
databases/p5-Class-DBI-Loader-Relationship/Makefile
Normal file
28
databases/p5-Class-DBI-Loader-Relationship/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "easier relationship specification in CDBI::L"
|
||||
|
||||
DISTNAME= Class-DBI-Loader-Relationship-1.2
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||||
::databases/p5-Class-DBI-Loader \
|
||||
::textproc/p5-Lingua-EN-Inflect-Number
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-Loader-Relationship/distinfo
Normal file
3
databases/p5-Class-DBI-Loader-Relationship/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-Loader-Relationship-1.2.tar.gz) = d5a3262146ee4c63a46a5c87205c5619
|
||||
RMD160 (Class-DBI-Loader-Relationship-1.2.tar.gz) = 842c677e38d22ca12357e034d31cccdace45da5c
|
||||
SHA1 (Class-DBI-Loader-Relationship-1.2.tar.gz) = 1c5784bb977522523d5951fc74ca371869dd92f2
|
4
databases/p5-Class-DBI-Loader-Relationship/pkg/DESCR
Normal file
4
databases/p5-Class-DBI-Loader-Relationship/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This module acts as a mix-in, adding the relationship method to
|
||||
Class::DBI::Loader. Since Class::DBI::Loader knows how to map
|
||||
between table names and class names, there ought to be no need to
|
||||
replicate the names.
|
8
databases/p5-Class-DBI-Loader-Relationship/pkg/PLIST
Normal file
8
databases/p5-Class-DBI-Loader-Relationship/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI/Loader/Relationship.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/Loader/Relationship/.packlist
|
||||
man/man3p/Class::DBI::Loader::Relationship.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/Loader/Relationship
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/Loader
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
26
databases/p5-Class-DBI-Loader/Makefile
Normal file
26
databases/p5-Class-DBI-Loader/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "dynamic definition of Class::DBI sub classes"
|
||||
|
||||
DISTNAME= Class-DBI-Loader-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-Loader/distinfo
Normal file
3
databases/p5-Class-DBI-Loader/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-Loader-0.02.tar.gz) = 694b312aedc564e08f67e0736094421e
|
||||
RMD160 (Class-DBI-Loader-0.02.tar.gz) = b9bfd64fa6eef8bf2fdccadbf36da48ba5b22780
|
||||
SHA1 (Class-DBI-Loader-0.02.tar.gz) = 472c8b17655e66a5879b9bba3594aa04ddb082d8
|
1
databases/p5-Class-DBI-Loader/pkg/DESCR
Normal file
1
databases/p5-Class-DBI-Loader/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Class::DBI::Loader automates the definition of Class::DBI sub classes.
|
16
databases/p5-Class-DBI-Loader/pkg/PLIST
Normal file
16
databases/p5-Class-DBI-Loader/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI/Loader.pm
|
||||
${P5SITE}/Class/DBI/Loader/Generic.pm
|
||||
${P5SITE}/Class/DBI/Loader/Pg.pm
|
||||
${P5SITE}/Class/DBI/Loader/SQLite.pm
|
||||
${P5SITE}/Class/DBI/Loader/mysql.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/Loader/.packlist
|
||||
man/man3p/Class::DBI::Loader.3p
|
||||
man/man3p/Class::DBI::Loader::Generic.3p
|
||||
man/man3p/Class::DBI::Loader::Pg.3p
|
||||
man/man3p/Class::DBI::Loader::SQLite.3p
|
||||
man/man3p/Class::DBI::Loader::mysql.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/Loader
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
||||
@dirrm ${P5SITE}/Class/DBI/Loader
|
27
databases/p5-Class-DBI-Pager/Makefile
Normal file
27
databases/p5-Class-DBI-Pager/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "pager utility for Class::DBI"
|
||||
|
||||
DISTNAME= Class-DBI-Pager-0.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||||
::databases/p5-Data-Page
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-Pager/distinfo
Normal file
3
databases/p5-Class-DBI-Pager/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-Pager-0.05.tar.gz) = ab4eb2c465318f992308dd2445ae55a9
|
||||
RMD160 (Class-DBI-Pager-0.05.tar.gz) = d02dfe040b406f09c9f7592dd371571982f13e54
|
||||
SHA1 (Class-DBI-Pager-0.05.tar.gz) = 8622c244beb7e107e4a89cf603c4bbe0a93ef7f7
|
3
databases/p5-Class-DBI-Pager/pkg/DESCR
Normal file
3
databases/p5-Class-DBI-Pager/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Class::DBI::Pager is a plugin for Class::DBI, which glues
|
||||
Data::Page with Class::DBI.
|
||||
|
7
databases/p5-Class-DBI-Pager/pkg/PLIST
Normal file
7
databases/p5-Class-DBI-Pager/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI/Pager.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/Pager/.packlist
|
||||
man/man3p/Class::DBI::Pager.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/Pager
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
26
databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile
Normal file
26
databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "more complex retrieve_all() for Class::DBI"
|
||||
|
||||
DISTNAME= Class-DBI-Plugin-RetrieveAll-1
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||||
::databases/p5-SQL-Abstract
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-Plugin-RetrieveAll/distinfo
Normal file
3
databases/p5-Class-DBI-Plugin-RetrieveAll/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-Plugin-RetrieveAll-1.tar.gz) = 90683c19c505813a4640f549d33bd5e4
|
||||
RMD160 (Class-DBI-Plugin-RetrieveAll-1.tar.gz) = d0a2e5248d3d93831ac723f0f86a9a91de23a2a4
|
||||
SHA1 (Class-DBI-Plugin-RetrieveAll-1.tar.gz) = cbc4410e8b485caa69e45d60da91d02c0bb9f88d
|
2
databases/p5-Class-DBI-Plugin-RetrieveAll/pkg/DESCR
Normal file
2
databases/p5-Class-DBI-Plugin-RetrieveAll/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This is a simple plugin to a Class::DBI subclass which provides a
|
||||
'retrieve_all_sorted_by' method.
|
9
databases/p5-Class-DBI-Plugin-RetrieveAll/pkg/PLIST
Normal file
9
databases/p5-Class-DBI-Plugin-RetrieveAll/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI/Plugin/RetrieveAll.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/Plugin/RetrieveAll/.packlist
|
||||
man/man3p/Class::DBI::Plugin::RetrieveAll.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/Plugin/RetrieveAll
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/Plugin
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
||||
@dirrm ${P5SITE}/Class/DBI/Plugin
|
25
databases/p5-Class-DBI-Plugin-Type/Makefile
Normal file
25
databases/p5-Class-DBI-Plugin-Type/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "determine type information for columns "
|
||||
|
||||
DISTNAME= Class-DBI-Plugin-Type-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-Plugin-Type/distinfo
Normal file
3
databases/p5-Class-DBI-Plugin-Type/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-Plugin-Type-0.02.tar.gz) = 2f80426ccc67629543404ee9376a6d3e
|
||||
RMD160 (Class-DBI-Plugin-Type-0.02.tar.gz) = 36ff2f143e06894ba764761cbe807b35fd543f6f
|
||||
SHA1 (Class-DBI-Plugin-Type-0.02.tar.gz) = 2801f42e7511f0ec6c3367f3efcf86d8296d93eb
|
4
databases/p5-Class-DBI-Plugin-Type/pkg/DESCR
Normal file
4
databases/p5-Class-DBI-Plugin-Type/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
This module allows Class::DBI-based classes to query their
|
||||
columns for data type information in a database-
|
||||
independent manner.
|
||||
|
9
databases/p5-Class-DBI-Plugin-Type/pkg/PLIST
Normal file
9
databases/p5-Class-DBI-Plugin-Type/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI/Plugin/Type.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/Plugin/Type/.packlist
|
||||
man/man3p/Class::DBI::Plugin::Type.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/Plugin/Type
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/Plugin
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
||||
@dirrm ${P5SITE}/Class/DBI/Plugin
|
28
databases/p5-Class-DBI-SQLite/Makefile
Normal file
28
databases/p5-Class-DBI-SQLite/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "extensions to Class::DBI for SQLite"
|
||||
|
||||
DISTNAME= Class-DBI-SQLite-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||||
::databases/p5-DBD-SQLite \
|
||||
::databases/p5-SQL-Statement
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-SQLite/distinfo
Normal file
3
databases/p5-Class-DBI-SQLite/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-SQLite-0.04.tar.gz) = c798f639a537aa831d6d8b63081cabff
|
||||
RMD160 (Class-DBI-SQLite-0.04.tar.gz) = f8db068df6176d81eaf0afcdb355246b69ed8030
|
||||
SHA1 (Class-DBI-SQLite-0.04.tar.gz) = c506e2672eb4ca76ac1b19cb87f088201a478949
|
2
databases/p5-Class-DBI-SQLite/pkg/DESCR
Normal file
2
databases/p5-Class-DBI-SQLite/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite,
|
||||
which allows you to populate auto incremented row id after insert.
|
7
databases/p5-Class-DBI-SQLite/pkg/PLIST
Normal file
7
databases/p5-Class-DBI-SQLite/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:08 sturm Exp $
|
||||
${P5SITE}/Class/DBI/SQLite.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/SQLite/.packlist
|
||||
man/man3p/Class::DBI::SQLite.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/SQLite
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
32
databases/p5-Class-DBI-mysql/Makefile
Normal file
32
databases/p5-Class-DBI-mysql/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:08 sturm Exp $
|
||||
|
||||
COMMENT= "extensions to Class::DBI for MySQL "
|
||||
|
||||
DISTNAME= Class-DBI-mysql-0.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||||
::databases/p5-DBD-mysql
|
||||
REGRESS_DEPENDS=:mysql-server-4.*:databases/mysql,-server
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
pre-regress:
|
||||
@mysqladmin ping >/dev/null 2>&1 || (echo 'mysql needs to be running'; exit 1)
|
||||
-@mysqladmin create test >/dev/null 2>&1
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI-mysql/distinfo
Normal file
3
databases/p5-Class-DBI-mysql/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-mysql-0.22.tar.gz) = a800b64d88c8ce681e7a23e472156615
|
||||
RMD160 (Class-DBI-mysql-0.22.tar.gz) = f96fc6b162771172768b10eb9ccbd5712b7b8f80
|
||||
SHA1 (Class-DBI-mysql-0.22.tar.gz) = a5fa9ba055b59989fe58b1e4308e22502b3122a4
|
3
databases/p5-Class-DBI-mysql/pkg/DESCR
Normal file
3
databases/p5-Class-DBI-mysql/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This is an extension to Class::DBI, containing several functions and
|
||||
optimisations for the MySQL database. Instead of setting Class::DBI
|
||||
as your base class, use this instead.
|
7
databases/p5-Class-DBI-mysql/pkg/PLIST
Normal file
7
databases/p5-Class-DBI-mysql/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:08 sturm Exp $
|
||||
${P5SITE}/Class/DBI/mysql.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/mysql/.packlist
|
||||
man/man3p/Class::DBI::mysql.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI/mysql
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
31
databases/p5-Class-DBI/Makefile
Normal file
31
databases/p5-Class-DBI/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "simple database abstraction"
|
||||
|
||||
DISTNAME= Class-DBI-0.95
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-Class-Accessor \
|
||||
::devel/p5-Class-Data-Inheritable \
|
||||
::devel/p5-Class-Trigger \
|
||||
::devel/p5-Universal-moniker \
|
||||
::databases/p5-DBD-SQLite \
|
||||
::databases/p5-Ima-DBI
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Class-DBI/distinfo
Normal file
3
databases/p5-Class-DBI/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-DBI-0.95.tar.gz) = ca8a0a4f817351dee82b16153920eb97
|
||||
RMD160 (Class-DBI-0.95.tar.gz) = de45321e7d20d4e603f596f0d25196f96c3b2c5f
|
||||
SHA1 (Class-DBI-0.95.tar.gz) = 470854e79d0eb37cedf75949204f935b5bbe51c7
|
6
databases/p5-Class-DBI/pkg/DESCR
Normal file
6
databases/p5-Class-DBI/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Class::DBI provides a simple database to object mapping
|
||||
layer, but can be used to implement several higher order
|
||||
database functions (triggers, referential integrity,
|
||||
cascading delete etc.), at the application level, rather
|
||||
than at the database.
|
||||
|
15
databases/p5-Class-DBI/pkg/PLIST
Normal file
15
databases/p5-Class-DBI/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Class/DBI.pm
|
||||
${P5SITE}/Class/DBI/Column.pm
|
||||
${P5SITE}/Class/DBI/ColumnGrouper.pm
|
||||
${P5SITE}/Class/DBI/Iterator.pm
|
||||
${P5SITE}/Class/DBI/Query.pm
|
||||
@comment ${P5ARCH}/auto/Class/DBI/.packlist
|
||||
man/man3p/Class::DBI.3p
|
||||
man/man3p/Class::DBI::Column.3p
|
||||
man/man3p/Class::DBI::ColumnGrouper.3p
|
||||
man/man3p/Class::DBI::Iterator.3p
|
||||
man/man3p/Class::DBI::Query.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Class/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Class
|
||||
@dirrm ${P5SITE}/Class/DBI
|
29
databases/p5-Ima-DBI/Makefile
Normal file
29
databases/p5-Ima-DBI/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
|
||||
COMMENT= "database connection caching and organization"
|
||||
|
||||
DISTNAME= Ima-DBI-0.33
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= databases perl5
|
||||
|
||||
MAINTAINER= Sam Smith <S@msmith.net>
|
||||
|
||||
# Same as Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/TMTM/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
BUILD_DEPENDS=${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::databases/p5-DBI \
|
||||
::databases/p5-DBIx-ContextualFetch \
|
||||
::devel/p5-Class-Data-Inheritable \
|
||||
::devel/p5-Class-WhiteHole \
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-Ima-DBI/distinfo
Normal file
3
databases/p5-Ima-DBI/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Ima-DBI-0.33.tar.gz) = 3d72cfbca2aa5e2b631020122858e3ae
|
||||
RMD160 (Ima-DBI-0.33.tar.gz) = 9db6e03ce617189c4343bebf80562b0dc7dd181f
|
||||
SHA1 (Ima-DBI-0.33.tar.gz) = 180618d915d62bc67b42df014036f6fc6fa013a3
|
2
databases/p5-Ima-DBI/pkg/DESCR
Normal file
2
databases/p5-Ima-DBI/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Ima::DBI attempts to organize and facilitate caching and make more
|
||||
efficient use of database connections and statement handles.
|
7
databases/p5-Ima-DBI/pkg/PLIST
Normal file
7
databases/p5-Ima-DBI/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||||
${P5SITE}/Ima/DBI.pm
|
||||
@comment ${P5ARCH}/auto/Ima/DBI/.packlist
|
||||
man/man3p/Ima::DBI.3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Ima/DBI
|
||||
@comment @dirrm ${P5ARCH}/auto/Ima
|
||||
@dirrm ${P5SITE}/Ima
|
Loading…
Reference in New Issue
Block a user