Browse Source

libasr: Added libasr 1.0.1 - A free, simple and portable asynchronous resolver library.

master
Nagy Károly Gábriel 9 years ago
parent
commit
13b580afe7
4 changed files with 96 additions and 0 deletions
  1. +21
    -0
      develop/libasr/libasr.cache
  2. +16
    -0
      develop/libasr/libasr.conf
  3. +35
    -0
      develop/libasr/libasr.desc
  4. +24
    -0
      develop/libasr/support_old_autostuff.patch

+ 21
- 0
develop/libasr/libasr.cache

@ -0,0 +1,21 @@
[TIMESTAMP] 1431425336 Tue May 12 10:08:56 2015
[BUILDTIME] 20 (5)
[SIZE] 0.15 MB, 12 files
[DEP] bash
[DEP] binutils
[DEP] coreutils
[DEP] diffutils
[DEP] file
[DEP] gawk
[DEP] gcc
[DEP] glibc
[DEP] grep
[DEP] groff
[DEP] linux-header
[DEP] make
[DEP] openssl
[DEP] sed
[DEP] sysfiles
[DEP] util-linux

+ 16
- 0
develop/libasr/libasr.conf

@ -0,0 +1,16 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libasr/libasr.conf
# Copyright (C) 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# we have old autostuff :/
hook_add preconf 5 "autoreconf -vif"

+ 35
- 0
develop/libasr/libasr.desc

@ -0,0 +1,35 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../libasr/libasr.desc
[COPY] Copyright (C) 2015 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] A free, simple and portable asynchronous resolver library.
[T] It allows to run dns queries and perform hostname resolutions in a fully
[T] asynchronous fashion. The implementation is thread-less, fork-less, and
[T] does not make use of signals or other "tricks" that might get in the developer's
[T] way. The API was initially developped for the OpenBSD operating system,
[T] where it is natively supported.
[U] http://www.opensmtpd.org/archives
[A] Eric Faurot
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org>
[C] extra/tool
[L] BSD
[S] Stable
[V] 1.0.1
[P] X -?---5---9 149.000
[D] 369191412 libasr-1.0.1.tar.gz http://www.opensmtpd.org/archives/

+ 24
- 0
develop/libasr/support_old_autostuff.patch

@ -0,0 +1,24 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libasr/support_old_autostuff.patch
# Copyright (C) 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- libasr-1.0.1/Makefile.am.orig 2015-02-01 22:06:11.000000000 +0000
+++ libasr-1.0.1/Makefile.am 2015-05-12 10:03:26.483788072 +0000
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS = foreign
+
SUBDIRS = src
ACLOCAL_AMFLAGS = -I m4

Loading…
Cancel
Save