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]

[ITP] libidn/libidn11/libidn-devel: Internationalized domain name library


Hi

I would like to contribute and maintain the libidn package:

 o http://www.gnu.org/software/libidn/   (Homepage)
 o http://josefsson.org/libidn/releases/ (Download location)


The package can be found in the following distros:

 o http://packages.debian.org/stable/source/libidn
 

Here are the setup.hint files:

libidn:
=======
sdesc: "Internationalized domain name library (utilities)"
ldesc: "Libidn is a package for internationalized string handling
based on the Stringprep, Punycode and IDNA specifications."
category: Libs Net
requires: cygwin libidn11

libidn11:
=========
sdesc: "Internationalized domain name library (runtime)"
ldesc: "Libidn is a package for internationalized string handling
based on the Stringprep, Punycode and IDNA specifications."
category: Libs
requires: cygwin libiconv2 libintl8
external-source: libidn


libidn-devel:
=============
sdesc: "Internationalized domain name library (development)"
ldesc: "Libidn is a package for internationalized string handling
based on the Stringprep, Punycode and IDNA specifications."
category: Libs
requires: cygwin libidn11
external-source: libidn


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

mkdir -p libidn/libidn11 libidn/libidn-devel

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

cd libidn11
wget http://volkerzell.de/cygwin/ITP/libidn/libidn11/setup.hint
wget http://volkerzell.de/cygwin/ITP/libidn/libidn11/libidn11-1.2-1.tar.bz2

cd ../libidn-devel
wget http://volkerzell.de/cygwin/ITP/libidn/libidn-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/libidn/libidn-devel/libidn-devel-1.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]