[44873] trunk/dports/databases

mcalhoun at macports.org mcalhoun at macports.org
Sun Jan 4 01:05:26 PST 2009


Revision: 44873
          http://trac.macports.org/changeset/44873
Author:   mcalhoun at macports.org
Date:     2009-01-04 01:05:24 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
New Port: db47 (Version 4.7 of the Berkeley Data Base library)

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

Added: trunk/dports/databases/db47/Portfile
===================================================================
--- trunk/dports/databases/db47/Portfile	                        (rev 0)
+++ trunk/dports/databases/db47/Portfile	2009-01-04 09:05:24 UTC (rev 44873)
@@ -0,0 +1,79 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name			db47
+version			4.7.25
+set branch		[join [lrange [split ${version} .] 0 1] {}]
+categories		databases
+maintainers		mcalhoun openmaintainer
+platforms		darwin
+description		The Berkeley DB package, version 4.7
+long_description	\
+    Version 4.7 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.
+
+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/
+patch_sites     http://www.oracle.com/technology/products/berkeley-db/db/update/${version}/
+patchfiles \
+    patch.${version}.1 \
+    patch.${version}.2 \
+    patch.${version}.3
+
+distname		db-${version}
+patch.dir		${workpath}/${distname}
+
+checksums		\
+    ${distname}${extract.suffix} \
+    md5     ec2b87e833779681a0c3a814aa71359e \
+    sha1    957c10358df1211e1dc37ea997aadef42117d6a5 \
+    rmd160  9a5d8149d61452906c3f1c36f2859a2033c8bc3b \
+    patch.${version}.1 \
+    md5     5fdf101259e5164dea1c8c86214fde38 \
+    sha1    3ae3c02fb541dc8f8dee903a75450d2dbc0736a7 \
+    rmd160  89c58f5235f95e82e65bab447d1b9019bf26ed25 \
+    patch.${version}.2 \
+    md5     bd410a11c71fee52fddb6aa2d8d4f80c \
+    sha1    e3d56ad6e4a9bc092495f62c40c0cdf11ab2443c \
+    rmd160  097a6bc3e8efd43fe5bd0fd77a4b793cd0d6bc18 \
+    patch.${version}.3 \
+    md5     6fcd69f64f5b34bfe8f0a63cc2e402c1 \
+    sha1    1f707e6c65c8ebe9fa7b36333c6de76f2d480cf5 \
+    rmd160  a0ef673d8127be825444aaa12711dcf75b7fda1a
+
+worksrcdir		${distname}/build_unix
+
+configure.cmd		../dist/configure
+configure.args		\
+    --enable-cxx \
+    --enable-tcl \
+    --with-tcl=${prefix}/lib \
+    --enable-java \
+    --includedir=\\\${prefix}/include/db${branch} \
+    --libdir=\\\${prefix}/lib/db${branch}
+
+use_parallel_build	yes
+
+destroot.destdir	\
+    prefix=${destroot}${prefix} \
+    docdir=${destroot}${prefix}/share/doc/${name}
+
+post-destroot {
+	foreach bin [glob -tails -directory ${destroot}${prefix}/bin/ db_*] {
+        set newbin [regsub {^db_} ${bin} "db${branch}_"]
+		move ${destroot}${prefix}/bin/${bin} \
+			${destroot}${prefix}/bin/${newbin}
+	}
+}
+
+livecheck.check regex
+livecheck.url   http://www.oracle.com/technology/documentation/berkeley-db/db/ref/changelog/[join [lrange [split ${version} .] 0 1] .].html
+livecheck.regex {Berkeley DB (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/d49f3e85/attachment-0001.html>


More information about the macports-changes mailing list