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] libtasn1: Tiny ASN.1 library


Hi

I would like to adopt and maintain the monolythic 'libtasn1' package from 
Gerrit P.Haase and split it into 'libtasn1/libtasn1_3/libtasn1-devel' packages.

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

sdesc: "Tiny ASN.1 library - (development)"
ldesc: "A library for Abstract Syntax Notation One (ASN.1) and Distinguish
Encoding Rules (DER) manipulation."
category: Devel Libs
requires: cygwin libtasn1_3
external-source: libtasn1

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

sdesc: "Tiny ASN.1 library - (runtime)"
ldesc: "A library for Abstract Syntax Notation One (ASN.1) and Distinguish
Encoding Rules (DER) manipulation."
category: Libs
requires: cygwin
external-source: libtasn1

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

sdesc: "Tiny ASN.1 library - (utilities)"
ldesc: "A library for Abstract Syntax Notation One (ASN.1) and Distinguish
Encoding Rules (DER) manipulation."
category: Libs
requires: cygwin libtasn1_3



For downloading 

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

mkdir -p libtasn1/libtasn1_3 libtasn1/libtasn1-devel

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

cd libtasn1_3
wget http://volkerzell.de/cygwin/ITP/libtasn1/libtasn1_3/setup.hint
wget http://volkerzell.de/cygwin/ITP/libtasn1/libtasn1_3/libtasn1_3-1.3-1.tar.bz2

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