head 1.6; access; symbols; locks; strict; comment @# @; 1.6 date 2000.09.19.15.58.06; author rse; state Exp; branches; next 1.5; 1.5 date 2000.08.12.12.01.14; author rse; state Exp; branches; next 1.4; 1.4 date 2000.03.02.09.45.51; author rse; state Exp; branches; next 1.3; 1.3 date 99.11.30.17.11.58; author rse; state Exp; branches; next 1.2; 1.2 date 99.11.30.15.46.35; author rse; state Exp; branches; next 1.1; 1.1 date 99.11.30.15.45.41; author rse; state Exp; branches; next ; desc @@ 1.6 log @Update blurb @ text @Package: adns Version: 1.0 Origins: http://www.gnu.org/software/adns/adns.html http://www.chiark.greenend.org.uk/~ian/adns/ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ Authors: Ian Jackson License: GPL Description: Imports: cvs import -m 'Import of ADNS 1.X' adns vendor adns_1_X #!/bin/sh f=adns-1.0 t=src rm -rf $t mkdir $t cp -p $f/src/adns.h $t/adns.h cp -p $f/src/check.c $t/adns_check.c cp -p $f/src/config.h.in $t/adns_config.h.in cp -p $f/src/dlist.h $t/adns_dlist.h cp -p $f/src/event.c $t/adns_event.c cp -p $f/src/general.c $t/adns_general.c cp -p $f/src/internal.h $t/adns_internal.h cp -p $f/src/parse.c $t/adns_parse.c cp -p $f/src/poll.c $t/adns_poll.c cp -p $f/src/query.c $t/adns_query.c cp -p $f/src/reply.c $t/adns_reply.c cp -p $f/src/setup.c $t/adns_setup.c cp -p $f/src/transmit.c $t/adns_transmit.c cp -p $f/src/tvarith.h $t/adns_tvarith.c cp -p $f/src/types.c $t/adns_types.c cp -p $f/client/adnstest.c $t/adns_test.c cp -p $f/changelog $t/ChangeLog cp -p $f/README $t/ cp -p $f/acconfig.h $t/ cp -p $f/aclocal.m4 $t/ cp -p $f/configure.in $t/ cp -p $f/COPYING $t/ cp -p $f/INSTALL $t/ @ 1.5 log @- merge in conflicts of upgrade to ADNS 0.9 - upgrade to GNU shtool 1.5.1 - upgrade to GNU libtool 1.3.5 - replace LIST_ stuff with ADNS_LIST_ to avoid conflicts with FreeBSD @ text @d2 1 a2 1 Version: 0.9 d9 1 a9 1 Imports: cvs import -m 'Import of ADNS 0.X' adns vendor adns_0_X d11 1 a11 1 f=adns-0.X @ 1.4 log @Merge in vendor changes between 0.6 and 0.7 @ text @d2 1 a2 1 Version: 0.7 d9 1 a9 1 Imports: cvs import -m 'Import of adns 0.6; adjusted for OSSP' adns VENDOR adns_0_6 d11 1 a11 1 f=adns-0.6 d31 1 @ 1.3 log @Remove inline stuff @ text @d2 1 a2 1 Version: 0.6 @ 1.2 log @*** empty log message *** @ text @d28 1 a28 1 cp -p $f/src/tvarith.h $t/adns_tvarith.h @ 1.1 log @*** empty log message *** @ text @d8 29 a36 1 Imports: cvs import -m 'Import of adns 0.6; adjusted for OSSP' adns VENDOR adns_0_6 @