From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 692 invoked by alias); 5 Jun 2006 07:16:43 -0000 Received: (qmail 669 invoked by uid 22791); 5 Jun 2006 07:16:38 -0000 X-Spam-Check-By: sourceware.org Received: from lb01nat10.inode.at (HELO smartmx-10.inode.at) (62.99.145.10) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Jun 2006 07:16:11 +0000 Received: from [62.99.252.218] (port=13995 helo=[192.168.1.3]) by smartmx-10.inode.at with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1Fn9Jn-0002YY-DP for cygwin-apps@cygwin.com; Mon, 05 Jun 2006 09:16:08 +0200 Message-ID: <4483DA43.8000904@x-ray.at> Date: Mon, 05 Jun 2006 07:16:00 -0000 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.0.2) Gecko/20060404 SeaMonkey/1.0.1 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Please test: postgresql-8.1.4-1 (new layout) Content-Type: multipart/mixed; boundary="------------060001020509080801030400" X-IsSubscribed: yes Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2006-06/txt/msg00010.txt.bz2 This is a multi-part message in MIME format. --------------060001020509080801030400 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-length: 863 As advertised I split up the monolithic postgresql package into a debian-like layout, just multiple parallel installations are not yet supported. The only changes from debian are non-versioned names, -dev renamed to -devel to be consistent with our naming, and postgresql-server-dev renamed to postgresql-devel. I'd appreciate external testing esp. from the php and xemacs maintainers, so that they can fix their setup.hint's to include only the smaller libpq4. Max, esp. for your php setup.hint: libpq4 instead of postgresql You can also add "http://xarch.tu-graz.ac.at/publ/cygwin/" to your mirror site to install the as test marked libpq4-8.1.4 and postgresql-8.1.4 packages. [Exp] I've created various backwards compatible libpq's: libpq3-7.4.5 libpq4-8.0.7 libpq4-8.1.4 -- Reini Urban http://phpwiki.org/ http://helsinki.at/ http://spacemovie.mur.at/ --------------060001020509080801030400 Content-Type: text/plain; name="get.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="get.sh" Content-length: 2467 # create the new postgresql 8.1.4 layout and download it mkdir libecpg-compat1 \ libecpg-compat2 \ libecpg-devel \ libecpg4 \ libecpg5 \ libpgtypes1 \ libpgtypes2 \ libpq-devel \ libpq3 \ libpq4 \ postgresql-client \ postgresql-contrib \ postgresql-devel \ postgresql-doc \ postgresql-plperl \ postgresql-plpython url="http://xarch.tu-graz.ac.at/publ/cygwin/release/postgresql" wget $url/setup.hint wget $url/$url/postgresql-8.1.4-1-src.tar.bz2 wget $url/$url/postgresql-8.1.4-1.tar.bz2 cd libecpg-compat1 wget $url/libecpg-compat1/libecpg_compat1-7.4.5-1.tar.bz2 wget $url/libecpg-compat1/setup.hint cd ../libecpg-compat2 wget $url/libecpg-compat2/libecpg-compat2-8.1.4-1.tar.bz2 wget $url/libecpg-compat2/setup.hint cd ../libecpg-devel wget $url/libecpg-devel/libecpg-devel-8.1.4-1.tar.bz2 wget $url/libecpg-devel/setup.hint cd ../libecpg4 wget $url/libecpg4/libecpg4-7.4.5-1.tar.bz2 wget $url/libecpg4/setup.hint cd ../libecpg5 wget $url/libecpg5/libecpg5-8.1.4-1.tar.bz2 wget $url/libecpg5/setup.hint cd ../libpgtypes1 wget $url/libpgtypes1/libpgtypes1-7.4.5-1.tar.bz2 wget $url/libpgtypes1/setup.hint cd ../libpgtypes2 wget $url/libpgtypes2/libpgtypes2-8.1.4-1.tar.bz2 wget $url/libpgtypes2/setup.hint cd ../libpq-devel wget $url/libpq-devel/libpq-devel-8.1.4-1.tar.bz2 wget $url/libpq-devel/setup.hint # external source for 7.4.5 cd ../libpq3 mv ../postgresql-7.4.5-1-src.tar.bz2 ./libpq3-7.4.5-1-src.tar.bz2 wget $url/libpq3/libpq3-7.4.5-1.tar.bz2 wget $url/libpq3/setup.hint cd ../libpq4 wget $url/libpq4/libpq4-8.0.7-1.tar.bz2 wget $url/libpq4/libpq4-8.1.4-1.tar.bz2 wget $url/libpq4/setup.hint cd ../postgresql-client wget $url/postgresql-client/postgresql-client-8.0.7-1.tar.bz2 wget $url/postgresql-client/postgresql-client-8.1.4-1.tar.bz2 wget $url/postgresql-client/setup.hint cd ../postgresql-contrib wget $url/postgresql-contrib/postgresql-contrib-8.1.4-1.tar.bz2 wget $url/postgresql-contrib/setup.hint cd ../postgresql-devel wget $url/postgresql-devel/postgresql-devel-8.1.4-1.tar.bz2 wget $url/postgresql-devel/setup.hint cd ../postgresql-doc wget $url/postgresql-doc/postgresql-doc-8.1.4-1.tar.bz2 wget $url/postgresql-doc/setup.hint cd ../postgresql-plperl wget $url/postgresql-plperl/postgresql-plperl-8.1.4-1.tar.bz2 wget $url/postgresql-plperl/setup.hint cd ../postgresql-plpython wget $url/postgresql-plpython/postgresql-plpython-8.1.4-1.tar.bz2 wget $url/postgresql-plpython/setup.hint cd .. rm postgresql-7.4.5-1.tar.bz2 --------------060001020509080801030400--