[20605] trunk/dports/databases

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 8 14:02:56 PST 2006


Revision: 20605
          http://trac.macosforge.org/projects/macports/changeset/20605
Author:   blair at macports.org
Date:     2006-11-08 14:02:56 -0800 (Wed, 08 Nov 2006)

Log Message:
-----------
Whitespace cleanup.

Modified Paths:
--------------
    trunk/dports/databases/db41/Portfile
    trunk/dports/databases/db42/Portfile
    trunk/dports/databases/db43/Portfile
    trunk/dports/databases/db44/Portfile
    trunk/dports/databases/db45/Portfile

Modified: trunk/dports/databases/db41/Portfile
===================================================================
--- trunk/dports/databases/db41/Portfile	2006-11-08 21:45:50 UTC (rev 20604)
+++ trunk/dports/databases/db41/Portfile	2006-11-08 22:02:56 UTC (rev 20605)
@@ -8,24 +8,26 @@
 platforms		darwin
 description		The Berkely DB package, version 4.1
 long_description	\
-			Version 4.1 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.1 databases, and \
-			a backwards compatible API is provided to maintain compatibility \
-			with programs using the v1.85 interface.
+			Version 4.1 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.1 \
+			databases, and a backwards compatible API is \
+			provided to maintain compatibility with programs \
+			using the v1.85 interface.
 
 homepage		http://www.sleepycat.com/update/
-master_sites	http://downloads.sleepycat.com/
+master_sites		http://downloads.sleepycat.com/
 distname		db-${portversion}
 dist_subdir		db4
 checksums		sha1 1c595d43c062cd340f430cb051c7d6a106ad5191
 
 worksrcdir		${distname}/build_unix
 
-configure.cmd	../dist/configure
-configure.args	--enable-cxx --enable-compat185 --enable-dump185 \
+configure.cmd		../dist/configure
+configure.args		--enable-cxx --enable-compat185 --enable-dump185 \
 				--includedir=\\\${prefix}/include/db41 \
 				--libdir=\\\${prefix}/lib/db41 \
 				--program-transform-name="s,^db,db41," \
@@ -48,4 +50,3 @@
 platform darwin 8 {
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
-

Modified: trunk/dports/databases/db42/Portfile
===================================================================
--- trunk/dports/databases/db42/Portfile	2006-11-08 21:45:50 UTC (rev 20604)
+++ trunk/dports/databases/db42/Portfile	2006-11-08 22:02:56 UTC (rev 20605)
@@ -8,24 +8,26 @@
 platforms		darwin
 description		The Berkely DB package, version 4.2
 long_description	\
-			Version 4.2 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.2 databases, and \
-			a backwards compatible API is provided to maintain compatibility \
-			with programs using the v1.85 interface.
+			Version 4.2 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.2 \
+			databases, and a backwards compatible API is \
+			provided to maintain compatibility with programs \
+			using the v1.85 interface.
 
 homepage		http://www.sleepycat.com/update/
-master_sites	http://downloads.sleepycat.com/
+master_sites		http://downloads.sleepycat.com/
 distname		db-${portversion}
 dist_subdir		db4
 checksums		sha1 a7eae0ce16dd12d030c2843e14a84a37881ec4b1
 
 worksrcdir		${distname}/build_unix
 
-configure.cmd	../dist/configure
-configure.args	--enable-cxx --enable-compat185 --enable-dump185 \
+configure.cmd		../dist/configure
+configure.args		--enable-cxx --enable-compat185 --enable-dump185 \
 				--includedir=\\\${prefix}/include/db42 \
 				--libdir=\\\${prefix}/lib/db42 \
 				--program-transform-name="s,^db,db42," \
@@ -48,4 +50,3 @@
 platform darwin 8 {
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
-

Modified: trunk/dports/databases/db43/Portfile
===================================================================
--- trunk/dports/databases/db43/Portfile	2006-11-08 21:45:50 UTC (rev 20604)
+++ trunk/dports/databases/db43/Portfile	2006-11-08 22:02:56 UTC (rev 20605)
@@ -8,24 +8,26 @@
 platforms		darwin
 description		The Berkely DB package, version 4.3
 long_description	\
-			Version 4.3 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.3 databases, and \
-			a backwards compatible API is provided to maintain compatibility \
-			with programs using the v1.85 interface.
+			Version 4.3 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.3 \
+			databases, and a backwards compatible API is \
+			provided to maintain compatibility with programs \
+			using the v1.85 interface.
 
 homepage		http://www.sleepycat.com/update/
-master_sites	http://downloads.sleepycat.com/
+master_sites		http://downloads.sleepycat.com/
 distname		db-${portversion}
 dist_subdir		db4
 checksums		sha1 49c31bb12144e3a8fb8b7f64e7bf989b72f2981a
 
 worksrcdir		${distname}/build_unix
 
-configure.cmd	../dist/configure
-configure.args	--enable-cxx --enable-compat185 --enable-dump185 \
+configure.cmd		../dist/configure
+configure.args		--enable-cxx --enable-compat185 --enable-dump185 \
 				--includedir=\\\${prefix}/include/db43 \
 				--libdir=\\\${prefix}/lib/db43 \
 				--program-transform-name="s,^db,db43," \
@@ -48,4 +50,3 @@
 platform darwin 8 {
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
-

Modified: trunk/dports/databases/db44/Portfile
===================================================================
--- trunk/dports/databases/db44/Portfile	2006-11-08 21:45:50 UTC (rev 20604)
+++ trunk/dports/databases/db44/Portfile	2006-11-08 22:02:56 UTC (rev 20605)
@@ -8,24 +8,26 @@
 platforms		darwin
 description		The Berkely DB package, version 4.4
 long_description	\
-			Version 4.4 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.
+			Version 4.4 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.sleepycat.com/update/
-master_sites	http://downloads.sleepycat.com/
+master_sites		http://downloads.sleepycat.com/
 distname		db-${portversion}
 dist_subdir		db4
 checksums		sha1 bb4c68a4afc14712eb2954b7991f5dc9fe93bf7b
 
 worksrcdir		${distname}/build_unix
 
-configure.cmd	../dist/configure
-configure.args	--enable-cxx --enable-compat185 --enable-dump185 \
+configure.cmd		../dist/configure
+configure.args		--enable-cxx --enable-compat185 --enable-dump185 \
 				--includedir=\\\${prefix}/include/db44 \
 				--libdir=\\\${prefix}/lib/db44 \
 				--program-transform-name="s,^db,db44," \
@@ -48,4 +50,3 @@
 platform darwin 8 {
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
-

Modified: trunk/dports/databases/db45/Portfile
===================================================================
--- trunk/dports/databases/db45/Portfile	2006-11-08 21:45:50 UTC (rev 20604)
+++ trunk/dports/databases/db45/Portfile	2006-11-08 22:02:56 UTC (rev 20605)
@@ -8,13 +8,15 @@
 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.5 databases, and \
-			a backwards compatible API is provided to maintain compatibility \
-			with programs using the v1.85 interface.
+			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.5 \
+			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/ \
@@ -26,8 +28,8 @@
 
 worksrcdir		${distname}/build_unix
 
-configure.cmd	../dist/configure
-configure.args	--enable-cxx --enable-compat185 --enable-dump185 \
+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," \
@@ -50,4 +52,3 @@
 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/20061108/cb3aa0c4/attachment.html


More information about the macports-changes mailing list