update: bug-fixes, and new caching functionality, that can work together
with Apache::DBI
This commit is contained in:
parent
bf85c6df5a
commit
4a8a4c1877
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/09/15 20:34:01 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2008/01/12 14:29:39 espie Exp $
|
||||
|
||||
COMMENT= DBI wrapper and abstraction layer
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= Rose-DB-0.734
|
||||
DISTNAME= Rose-DB-0.737
|
||||
CATEGORIES= databases
|
||||
|
||||
# Same as Perl
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Rose-DB-0.734.tar.gz) = xNnpF42mJCgyh3NwxPuxnA==
|
||||
RMD160 (Rose-DB-0.734.tar.gz) = RjLB95u1GO6IPauQSS4PIpNwwXU=
|
||||
SHA1 (Rose-DB-0.734.tar.gz) = FDNrjBtlQuvXjaCfFofOWS61JpM=
|
||||
SHA256 (Rose-DB-0.734.tar.gz) = bvAFs9DOm5eZCR0sBLr8AFIU/Lc3OqkYjgrSn657NT4=
|
||||
SIZE (Rose-DB-0.734.tar.gz) = 86965
|
||||
MD5 (Rose-DB-0.737.tar.gz) = k9MVnAKNydgncFK9exVtrA==
|
||||
RMD160 (Rose-DB-0.737.tar.gz) = 3qGfAFx9sSvo1g8ocbyz4l09R/U=
|
||||
SHA1 (Rose-DB-0.737.tar.gz) = TC8bJ3Y9wikSv7VzHqk8KAYGtW4=
|
||||
SHA256 (Rose-DB-0.737.tar.gz) = srR6MaElqQoWd4E2i1EEjp/+GoGHQwFIHEW1yz3ajuw=
|
||||
SIZE (Rose-DB-0.737.tar.gz) = 94130
|
||||
|
@ -1,6 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/05/05 10:17:56 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/01/12 14:29:39 espie Exp $
|
||||
${P5SITE}/Rose/DB/
|
||||
${P5SITE}/Rose/DB.pm
|
||||
${P5SITE}/Rose/DB/Cache/
|
||||
${P5SITE}/Rose/DB/Cache.pm
|
||||
${P5SITE}/Rose/DB/Cache/Entry.pm
|
||||
${P5SITE}/Rose/DB/Constants.pm
|
||||
${P5SITE}/Rose/DB/Generic.pm
|
||||
${P5SITE}/Rose/DB/Informix.pm
|
||||
@ -14,6 +17,8 @@ ${P5SITE}/Rose/DB/Registry/Entry.pm
|
||||
${P5SITE}/Rose/DB/SQLite.pm
|
||||
${P5SITE}/Rose/DB/Tutorial.pod
|
||||
@man man/man3p/Rose::DB.3p
|
||||
@man man/man3p/Rose::DB::Cache.3p
|
||||
@man man/man3p/Rose::DB::Cache::Entry.3p
|
||||
@man man/man3p/Rose::DB::Constants.3p
|
||||
@man man/man3p/Rose::DB::Generic.3p
|
||||
@man man/man3p/Rose::DB::Informix.3p
|
||||
|
Loading…
Reference in New Issue
Block a user