public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] libaprutil1-1.3.4-1
@ 2008-09-01  8:22 David Rothenberger
  2008-09-01  8:29 ` David Rothenberger
  2008-10-07 14:45 ` Corinna Vinschen
  0 siblings, 2 replies; 6+ messages in thread
From: David Rothenberger @ 2008-09-01  8:22 UTC (permalink / raw)
  To: cygapps

I would like to adopt APR Utils. I've packaged the latest release
(1.3.4).

I've changed the package structure as follows:
  * libaprutil1: Runtime library and documentation.
  * libaprutil1-devel: Development headers and libraries.
  * aprutil1: Empty transition library.

aprutil1 is marked obsolete and depends on libapr1-devel to provide
a transition from the old package structure.

aprutil1 setup.hint
----------------------------------------------------------------------
category: _obsolete
requires: libaprutil1-devel
external-source: libaprutil1
sdesc: "Apache Portable Runtime utility library (transition)"
ldesc: "The mission of the Apache Portable Runtime (APR) project is to
create and maintain software libraries that provide a predictable and
consistent interface to underlying platform-specific implementations.
The primary goal is to provide an API to which software developers may
code and be assured of predictable if not identical behaviour regardless
of the platform on which their software is built, relieving them of the
need to code special-case conditions to work around or take advantage of
platform-specific deficiencies or features."

libaprutil1 setup.hint
----------------------------------------------------------------------
category: Libs
requires: cygwin crypt libapr1 libdb4.2 libexpat1 libgdbm4 libiconv2 libopenldap2_3_0 libpq5 libsqlite3_0
sdesc: "Apache Portable Runtime utility library (runtime)"
ldesc: "The mission of the Apache Portable Runtime (APR) project is to
create and maintain software libraries that provide a predictable and
consistent interface to underlying platform-specific implementations.
The primary goal is to provide an API to which software developers may
code and be assured of predictable if not identical behaviour regardless
of the platform on which their software is built, relieving them of the
need to code special-case conditions to work around or take advantage of
platform-specific deficiencies or features."

libaprutil1-devel setup.hint
----------------------------------------------------------------------
category: Libs
requires: cygwin libaprutil1 crypt libapr1-devel libdb4.2-devel libexpat-devel libgdbm-devel libiconv
external-source: libaprutil1
sdesc: "Apache Portable Runtime utility library (development)"
ldesc: "The mission of the Apache Portable Runtime (APR) project is to
create and maintain software libraries that provide a predictable and
consistent interface to underlying platform-specific implementations.
The primary goal is to provide an API to which software developers may
code and be assured of predictable if not identical behaviour regardless
of the platform on which their software is built, relieving them of the
need to code special-case conditions to work around or take advantage of
platform-specific deficiencies or features."

download:
------------------------------------------------------------
wget -x -nH --cut-dirs=2 \
   http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/aprutil1/aprutil1-1.3.4-1.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/aprutil1/setup.hint \
   http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/libaprutil1-1.3.4-1-src.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/libaprutil1-1.3.4-1.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/libaprutil1-devel/libaprutil1-devel-1.3.4-1.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/libaprutil1-devel/setup.hint \
   http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/setup.hint

-- 
David Rothenberger  ----  daveroth@acm.org

Talkers are no good doers.
                 -- William Shakespeare, "Henry VI"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITA] libaprutil1-1.3.4-1
  2008-09-01  8:22 [ITA] libaprutil1-1.3.4-1 David Rothenberger
@ 2008-09-01  8:29 ` David Rothenberger
  2008-09-15 15:26   ` David Rothenberger
  2008-10-07 14:45 ` Corinna Vinschen
  1 sibling, 1 reply; 6+ messages in thread
From: David Rothenberger @ 2008-09-01  8:29 UTC (permalink / raw)
  To: cygapps

On 9/1/2008 1:21 AM, David Rothenberger wrote:
> libaprutil1 setup.hint
> ----------------------------------------------------------------------
> category: Libs
> requires: cygwin crypt libapr1 libdb4.2 libexpat1 libgdbm4 libiconv2 
> libopenldap2_3_0 libpq5 libsqlite3_0
> sdesc: "Apache Portable Runtime utility library (runtime)"
> ldesc: "The mission of the Apache Portable Runtime (APR) project is to
> create and maintain software libraries that provide a predictable and
> consistent interface to underlying platform-specific implementations.
> The primary goal is to provide an API to which software developers may
> code and be assured of predictable if not identical behaviour regardless
> of the platform on which their software is built, relieving them of the
> need to code special-case conditions to work around or take advantage of
> platform-specific deficiencies or features."

I should point out that I'm still building against libdb4.2 because I 
don't know what effect upgrading to libdb4.6 would have on packages like 
subversion. Specifically, I don't know if this would require repository 
dumps and reloads if the repository uses bdb.

Also, the ldap, PostgreSQL, and SQLite3 dependencies are for included 
loadable modules; they are not required for the main library. Should I 
include those as dependencies or let other packages that actually use 
the modules declare them?

-- 
David Rothenberger  ----  daveroth@acm.org

Talkers are no good doers.
                 -- William Shakespeare, "Henry VI"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITA] libaprutil1-1.3.4-1
  2008-09-01  8:29 ` David Rothenberger
@ 2008-09-15 15:26   ` David Rothenberger
  0 siblings, 0 replies; 6+ messages in thread
From: David Rothenberger @ 2008-09-15 15:26 UTC (permalink / raw)
  To: cygwin-apps

Ping.

Is there anything else I need to do before this is uploaded?

On 9/1/2008 1:28 AM, David Rothenberger wrote:
> On 9/1/2008 1:21 AM, David Rothenberger wrote:
>> libaprutil1 setup.hint
>> ----------------------------------------------------------------------
>> category: Libs
>> requires: cygwin crypt libapr1 libdb4.2 libexpat1 libgdbm4 libiconv2 
>> libopenldap2_3_0 libpq5 libsqlite3_0
>> sdesc: "Apache Portable Runtime utility library (runtime)"
>> ldesc: "The mission of the Apache Portable Runtime (APR) project is to
>> create and maintain software libraries that provide a predictable and
>> consistent interface to underlying platform-specific implementations.
>> The primary goal is to provide an API to which software developers may
>> code and be assured of predictable if not identical behaviour regardless
>> of the platform on which their software is built, relieving them of the
>> need to code special-case conditions to work around or take advantage of
>> platform-specific deficiencies or features."
> 
> I should point out that I'm still building against libdb4.2 because I 
> don't know what effect upgrading to libdb4.6 would have on packages like 
> subversion. Specifically, I don't know if this would require repository 
> dumps and reloads if the repository uses bdb.
> 
> Also, the ldap, PostgreSQL, and SQLite3 dependencies are for included 
> loadable modules; they are not required for the main library. Should I 
> include those as dependencies or let other packages that actually use 
> the modules declare them?
> 


-- 
David Rothenberger  ----  daveroth@acm.org

Sex is like air.  It's only a big deal if you can't get any.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITA] libaprutil1-1.3.4-1
  2008-09-01  8:22 [ITA] libaprutil1-1.3.4-1 David Rothenberger
  2008-09-01  8:29 ` David Rothenberger
@ 2008-10-07 14:45 ` Corinna Vinschen
  2008-10-07 15:08   ` David Rothenberger
  1 sibling, 1 reply; 6+ messages in thread
From: Corinna Vinschen @ 2008-10-07 14:45 UTC (permalink / raw)
  To: cygwin-apps

On Sep  1 01:21, David Rothenberger wrote:
> wget -x -nH --cut-dirs=2 \
>   
> http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/aprutil1/aprutil1-1.3.4-1.tar.bz2 
> \[...]

I can't download.  All I get is:

http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/aprutil1/aprutil1-1.3.4-1.tar.bz2
  => `aprutil1/aprutil1-1.3.4-1.tar.bz2'
Resolving mysite.verizon.net... 206.46.230.44
Connecting to mysite.verizon.net|206.46.230.44|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:41:52 ERROR 404: Not Found.
[...etc...]


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITA] libaprutil1-1.3.4-1
  2008-10-07 14:45 ` Corinna Vinschen
@ 2008-10-07 15:08   ` David Rothenberger
  2008-10-07 16:23     ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: David Rothenberger @ 2008-10-07 15:08 UTC (permalink / raw)
  To: cygwin-apps

On 10/7/2008 7:44 AM, Corinna Vinschen wrote:
> On Sep  1 01:21, David Rothenberger wrote:
>> wget -x -nH --cut-dirs=2 \
>>   
>> http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/aprutil1/aprutil1-1.3.4-1.tar.bz2 
>> \[...]
> 
> I can't download.  All I get is:
> 
> http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/aprutil1/aprutil1-1.3.4-1.tar.bz2
>   => `aprutil1/aprutil1-1.3.4-1.tar.bz2'
> Resolving mysite.verizon.net... 206.46.230.44
> Connecting to mysite.verizon.net|206.46.230.44|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 14:41:52 ERROR 404: Not Found.
> [...etc...]

My apologies. I had a syntax error in the download script. Here are
the corrected URLs.

wget -x -nH --cut-dirs=2 \
   http://mysite.verizon.net/res00a7j/cygwin/libaprutil1/aprutil1/aprutil1-1.3.4-1.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwin/libaprutil1/aprutil1/setup.hint \
   http://mysite.verizon.net/res00a7j/cygwin/libaprutil1/libaprutil1-1.3.4-1-src.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwin/libaprutil1/libaprutil1-1.3.4-1.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwin/libaprutil1/libaprutil1-devel/libaprutil1-devel-1.3.4-1.tar.bz2 \
   http://mysite.verizon.net/res00a7j/cygwin/libaprutil1/libaprutil1-devel/setup.hint \
   http://mysite.verizon.net/res00a7j/cygwin/libaprutil1/setup.hint

-- 
David Rothenberger  ----  daveroth@acm.org

Steinbach's Guideline for Systems Programming:
         Never test for an error condition you don't know how to handle.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ITA] libaprutil1-1.3.4-1
  2008-10-07 15:08   ` David Rothenberger
@ 2008-10-07 16:23     ` Corinna Vinschen
  0 siblings, 0 replies; 6+ messages in thread
From: Corinna Vinschen @ 2008-10-07 16:23 UTC (permalink / raw)
  To: cygwin-apps

On Oct  7 08:07, David Rothenberger wrote:
> On 10/7/2008 7:44 AM, Corinna Vinschen wrote:
>> On Sep  1 01:21, David Rothenberger wrote:
>>> wget -x -nH --cut-dirs=2 \
>>>   
>>> http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/aprutil1/aprutil1-1.3.4-1.tar.bz2 
>>> \[...]
>> I can't download.  All I get is:
>> http://mysite.verizon.net/res00a7j/cygwinlibaprutil1/aprutil1/aprutil1-1.3.4-1.tar.bz2
>>   => `aprutil1/aprutil1-1.3.4-1.tar.bz2'
>> Resolving mysite.verizon.net... 206.46.230.44
>> Connecting to mysite.verizon.net|206.46.230.44|:80... connected.
>> HTTP request sent, awaiting response... 404 Not Found
>> 14:41:52 ERROR 404: Not Found.
>> [...etc...]
>
> My apologies. I had a syntax error in the download script. Here are
> the corrected URLs.

Uploaded.  Thanks for taking over.  I did the same directory layout
change here as with apr1/libapr1.  There was also a bug in setup.hint:

-requires: cygwin libaprutil1 crypt libapr1-devel libdb4.2-devel libexpat-devel libgdbm-devel libiconv
+requires: cygwin libaprutil1 crypt libapr1-devel libdb4.2-devel libexpat1-devel libgdbm-devel libiconv

It's libexpat1-devel, not libexpat-devel.


Thanks again,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-10-07 16:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-01  8:22 [ITA] libaprutil1-1.3.4-1 David Rothenberger
2008-09-01  8:29 ` David Rothenberger
2008-09-15 15:26   ` David Rothenberger
2008-10-07 14:45 ` Corinna Vinschen
2008-10-07 15:08   ` David Rothenberger
2008-10-07 16:23     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).