This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] neon/libneon26: HTTP and WebDAV library


Hi

I would like to adopt and maintain the 'neon/libneon26' packages from Max Bowsher
and split them into 'neon/libneon27/libneon-devel' packages.


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./libneon-devel/setup.hint

sdesc: "HTTP and WebDAV library - (development)"
ldesc: "neon is an HTTP and WebDAV client library, with a C language API."
category: Devel Libs Web
requires: cygwin libneon27 libexpat1-devel gettext openssl-devel bash coreutils sed
external-source: neon

-------------------------------------------------------------------------------------------
./libneon27/setup.hint

sdesc: "HTTP and WebDAV library - (runtime)"
ldesc: "neon is an HTTP and WebDAV client library, with a C language API."
category: Libs Web
requires: cygwin libexpat1 libintl8 openssl zlib
external-source: neon

-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "HTTP and WebDAV library - (utilities)"
ldesc: "neon is an HTTP and WebDAV client library, with a C language API."
category: Libs Web
requires: cygwin libneon27



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p neon/libneon27 neon/libneon-devel

cd neon
wget http://volkerzell.de/cygwin/ITP/neon/setup.hint
wget http://volkerzell.de/cygwin/ITP/neon/neon-0.28.2-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/neon/neon-0.28.2-1.tar.bz2

cd libneon27
wget http://volkerzell.de/cygwin/ITP/neon/libneon27/setup.hint
wget http://volkerzell.de/cygwin/ITP/neon/libneon27/libneon27-0.28.2-1.tar.bz2

cd ../libneon-devel
wget http://volkerzell.de/cygwin/ITP/neon/libneon-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/neon/libneon-devel/libneon-devel-0.28.2-1.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]