mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-Tangram 2.04,
orthogonal Object Persistence in Relational Databases.
This commit is contained in:
parent
1683c7d6ba
commit
52c813c97b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60109
@ -91,6 +91,7 @@
|
||||
SUBDIR += p5-Mysql
|
||||
SUBDIR += p5-Pg
|
||||
SUBDIR += p5-SQL-Statement
|
||||
SUBDIR += p5-Tangram
|
||||
SUBDIR += p5-Text-Query-SQL
|
||||
SUBDIR += p5-Tie-DBI
|
||||
SUBDIR += p5-hp200lx-db
|
||||
|
35
databases/p5-Tangram/Makefile
Normal file
35
databases/p5-Tangram/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: Tangram
|
||||
# Date created: 08 April 2002
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tangram
|
||||
PORTVERSION= 2.04
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tangram
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Set/Object.pm:${PORTSDIR}/devel/p5-Set-Object \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Tangram.3 Tangram::Array.3 Tangram::Core.3 Tangram::Cursor.3 \
|
||||
Tangram::DateTime.3 Tangram::Deploy.3 Tangram::Dialect.3 \
|
||||
Tangram::Expr.3 Tangram::FlatArray.3 Tangram::FlatHash.3 \
|
||||
Tangram::IntrArray.3 Tangram::IntrSet.3 Tangram::PerlDump.3 \
|
||||
Tangram::Ref.3 Tangram::Relational.3 \
|
||||
Tangram::Relational::Mappings.3 Tangram::Remote.3 \
|
||||
Tangram::Scalar.3 Tangram::Schema.3 Tangram::Set.3 \
|
||||
Tangram::Springfield.3 Tangram::Storage.3 Tangram::Sybase.3 \
|
||||
Tangram::Tour.3 Tangram::Type.3 Tangram::Type::Extending.3 \
|
||||
Tangram::mysql.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/p5-Tangram/distinfo
Normal file
1
databases/p5-Tangram/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Tangram-2.04.tar.gz) = bb48b40e34d56169f0b1dd35a890cbbd
|
11
databases/p5-Tangram/files/patch-Makefile.PL
Normal file
11
databases/p5-Tangram/files/patch-Makefile.PL
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.PL.orig Mon Apr 8 15:33:42 2002
|
||||
+++ Makefile.PL Mon Apr 8 15:35:06 2002
|
||||
@@ -24,7 +24,7 @@
|
||||
print q{Do you plan to run the regression tests?
|
||||
(you will need to set up an *EMPTY* database)};
|
||||
|
||||
-goto NOTESTS unless yes();
|
||||
+goto NOTESTS;
|
||||
|
||||
my $configured;
|
||||
|
1
databases/p5-Tangram/pkg-comment
Normal file
1
databases/p5-Tangram/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Orthogonal Object Persistence in Relational Databases
|
11
databases/p5-Tangram/pkg-descr
Normal file
11
databases/p5-Tangram/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Tangram is an object-relational mapper. It makes objects persist in relational
|
||||
databases, and provides powerful facilities for retrieving and filtering them.
|
||||
Tangram fully supports object-oriented programming, including polymorphism,
|
||||
multiple inheritance and collections. It does so in an orthogonal fashion,
|
||||
that is, it doesn't require your classes to implement support functions nor
|
||||
inherit from a utility class.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Tangram
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@FreeBSD.org
|
65
databases/p5-Tangram/pkg-plist
Normal file
65
databases/p5-Tangram/pkg-plist
Normal file
@ -0,0 +1,65 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tangram/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/AbstractArray.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/AbstractHash.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/AbstractSet.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Array.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Array.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Coll.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Core.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Core.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Cursor.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Cursor.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/DMDateTime.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/DateTime.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Deploy.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Deploy.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Dialect.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Expr.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Expr.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/FlatArray.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/FlatArray.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/FlatHash.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/FlatHash.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Hash.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/IntrArray.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/IntrArray.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/IntrHash.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/IntrSet.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/IntrSet.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/PerlDump.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/PerlDump.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/RawDate.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/RawDateTime.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/RawTime.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Ref.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Ref.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Relational.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Relational.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Relational/Engine.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Relational/Mappings.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Remote.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Scalar.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Scalar.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Schema.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Schema.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Set.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Set.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Springfield.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Springfield.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Storage.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Storage.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Sybase.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Sybase.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Tour.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Type.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Type.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/Type/Extending.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/mysql.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tangram/mysql.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Tangram/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Tangram/Relational
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Tangram/Type
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Tangram
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tangram
|
Loading…
Reference in New Issue
Block a user