[20556] trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 6 13:58:24 PST 2006


Revision: 20556
          http://trac.macosforge.org/projects/macports/changeset/20556
Author:   dluke at macports.org
Date:     2006-11-06 13:58:24 -0800 (Mon, 06 Nov 2006)

Log Message:
-----------
New port, db45, based on db44 port

Added Paths:
-----------
    trunk/dports/databases/db45/
    trunk/dports/databases/db45/Portfile

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
f2dd1c64-7982-4318-98ce-263798263e0a:/local:20502
   + a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
f2dd1c64-7982-4318-98ce-263798263e0a:/local:20609

Added: trunk/dports/databases/db45/Portfile
===================================================================
--- trunk/dports/databases/db45/Portfile	                        (rev 0)
+++ trunk/dports/databases/db45/Portfile	2006-11-06 21:58:24 UTC (rev 20556)
@@ -0,0 +1,53 @@
+# $Id: /local/dports/databases/db44/Portfile 20494 2006-11-03T15:09:15.023969Z dluke  $
+
+PortSystem 1.0
+name			db45
+version			4.5.20
+categories		databases
+maintainers		nomaintainer at macports.org
+platforms		darwin
+description		The Berkely DB package, version 4.5
+long_description	\
+			Version 4.5 of the Berkeley Data Base library which offers \
+			(key/value) storage with optional concurrent access or \
+			transactions interface. This port will install the AES (American \
+			Encryption Standard) enabled version. Utilities are included in \
+			the distribution to convert v1.85 databases to v4.4 databases, and \
+			a backwards compatible API is provided to maintain compatibility \
+			with programs using the v1.85 interface.
+
+homepage		http://www.oracle.com/database/berkeley-db/index.html
+master_sites		http://download-west.oracle.com/berkeley-db/ \
+			http://download-east.oracle.com/berkeley-db/ \
+			http://download-uk.oracle.com/berkeley-db/ 
+distname		db-${portversion}
+dist_subdir		db4
+checksums		md5 b0f1c777708cb8e9d37fb47e7ed3312d
+
+worksrcdir		${distname}/build_unix
+
+configure.cmd	../dist/configure
+configure.args	--enable-cxx --enable-compat185 --enable-dump185 \
+				--includedir=\\\${prefix}/include/db44 \
+				--libdir=\\\${prefix}/lib/db45 \
+				--program-transform-name="s,^db,db45," \
+				--disable-tcl
+
+destroot.destdir	prefix=${destroot}${prefix} \
+				docdir=${destroot}${prefix}/share/${name}-${version}/
+
+post-destroot {
+	file delete -force ${destroot}${prefix}/share
+	foreach lib { libdb.a libdb_cxx.a } {
+		file delete ${destroot}${prefix}/lib/db45/${lib}
+	}
+	foreach bin { archive hotbackup dump dump185 printlog upgrade checkpoint recover verify deadlock load stat } {
+		file rename ${destroot}${prefix}/bin/db_${bin} \
+			${destroot}${prefix}/bin/db45_${bin}
+	}
+}
+
+platform darwin 8 {
+	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061106/02f38bb5/attachment.html


More information about the macports-changes mailing list