Subversion Repositories liboop-bad

Compare Revisions

Regard whitespace Rev 32 → Rev 27

/tags/1.0-6/liboop.org/oop_adns_query.html
File deleted
/tags/1.0-6/liboop.org/logo.shar
File deleted
/tags/1.0-6/liboop.org/on_time.html
File deleted
/tags/1.0-6/liboop.org/oop_glib.html
File deleted
/tags/1.0-6/liboop.org/alloc.html
File deleted
/tags/1.0-6/liboop.org/oop_rl.html
File deleted
/tags/1.0-6/liboop.org/oop_sys.html
File deleted
/tags/1.0-6/liboop.org/how.html
File deleted
/tags/1.0-6/liboop.org/oop_tcl.html
File deleted
/tags/1.0-6/liboop.org/oop_www.html
File deleted
/tags/1.0-6/liboop.org/oop_adns.html
File deleted
/tags/1.0-6/liboop.org/why.html
File deleted
/tags/1.0-6/liboop.org/index.html
File deleted
/tags/1.0-6/liboop.org/on_signal.html
File deleted
/tags/1.0-6/liboop.org/Makefile
File deleted
/tags/1.0-6/liboop.org/oop_sys_source.html
File deleted
/tags/1.0-6/liboop.org/ref.html
File deleted
/tags/1.0-6/liboop.org/oop_sys_run.html
File deleted
/tags/1.0-6/liboop.org/style.css
File deleted
/tags/1.0-6/liboop.org/on_fd.html
File deleted
/tags/1.0-6/debian/watch
File deleted
/tags/1.0-6/debian/changelog
File deleted
/tags/1.0-6/debian/liboop-doc.files
File deleted
/tags/1.0-6/debian/copyright
File deleted
/tags/1.0-6/debian/liboop4.files
File deleted
/tags/1.0-6/debian/rules
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: 1.0-6/debian/README.Debian
===================================================================
--- 1.0-6/debian/README.Debian (revision 32)
+++ 1.0-6/debian/README.Debian (nonexistent)
@@ -1,28 +0,0 @@
-liboop for Debian
------------------
-
-I've chosen at this stage not to package the adapter libraries separately,
-since the package only weighs in at just over 500k when unpacked. If anyone
-would rather that these were all in separate packages, please let me know
-and I'll think again about doing this ... At the moment, the package _DOES
-NOT DEPEND_ on any of the libraries required to use the adapter libraries,
-so if your package uses one of the adapter libraries, you _must_ depend on
-the appropriate library (ie. if you link with liboop-tcl, you must also
-depend on tcl8.3 ...). The same goes for Build-Depends.
-
-My reasoning for packaging liboop in this way is to avoid having to install
-excessive numbers of large-ish packages (tcl for instance) just to install
-your program that depends on liboop.
-
-I haven't compiled in the libwww adapter support - this is primarily because
-the current libwww0 package in Debian doesn't include libwwwxml, because when
-this library is compiled there is a name clash (libwww also includes
-libxmltok and libxmlparse, which are in the libxmltok1 package). It's
-difficult to compile liboop support for libwww libraries excluding libwwwxml,
-as the configure script simply links liboop-www with all of the libwww
-libraries, including libwwwxml. I'm working on a solution to this with the
-libwww maintainer. In the meantime, liboop Build-Conflicts: libwww-dev. If
-you need this support urgently, feel free to contact me and I'll hurry up
-my work on this (no real urgency at the moment, however ...)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 5 Mar 2002 15:41:41 +1100
Index: 1.0-6/debian/control
===================================================================
--- 1.0-6/debian/control (revision 32)
+++ 1.0-6/debian/control (nonexistent)
@@ -1,58 +0,0 @@
-Source: liboop
-Section: libs
-Priority: optional
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Build-Depends: libtool, autoconf, automake1.9,
- debhelper (>= 5), libadns1-dev,
- libglib2.0-dev, libreadline-dev,
- tcl8.4-dev | tcl8.3-dev
-Build-Depends-Indep: sharutils
-Standards-Version: 3.8.3
-Homepage: http://liboop.ofb.net/
-
-Package: liboop4
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: liboop
-Replaces: liboop3
-Description: Event loop management library
- Liboop is a low-level event loop management library for POSIX-based
- operating systems. It supports the development of modular, multiplexed
- applications which may respond to events from several sources. It
- replaces the "select() loop" and allows the registration of event
- handlers for file and network I/O, timers and signals. Since processes
- use these mechanisms for almost all external communication, liboop can
- be used as a basis for almost any application.
-
-Package: liboop-dev
-Section: libdevel
-Architecture: any
-Depends: liboop4 (= ${binary:Version}), ${misc:Depends}
-Description: Event loop management library - development files
- Liboop is a low-level event loop management library for POSIX-based
- operating systems. It supports the development of modular, multiplexed
- applications which may respond to events from several sources. It
- replaces the "select() loop" and allows the registration of event
- handlers for file and network I/O, timers and signals. Since processes
- use these mechanisms for almost all external communication, liboop can
- be used as a basis for almost any application.
- .
- This package contains the liboop development libraries and header
- files, required to develop and/or compile applications that use liboop.
-
-Package: liboop-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: Event loop management library - documentation
- Liboop is a low-level event loop management library for POSIX-based
- operating systems. It supports the development of modular, multiplexed
- applications which may respond to events from several sources. It
- replaces the "select() loop" and allows the registration of event
- handlers for file and network I/O, timers and signals. Since processes
- use these mechanisms for almost all external communication, liboop can
- be used as a basis for almost any application.
- .
- This package contains a mirror of the http://liboop.org website and its
- associated HTML documentation for the liboop library.
Index: 1.0-6/debian/liboop-dev.files
===================================================================
--- 1.0-6/debian/liboop-dev.files (revision 32)
+++ 1.0-6/debian/liboop-dev.files (nonexistent)
@@ -1,4 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
Index: 1.0-6/debian/liboop-doc.doc-base
===================================================================
--- 1.0-6/debian/liboop-doc.doc-base (revision 32)
+++ 1.0-6/debian/liboop-doc.doc-base (nonexistent)
@@ -1,11 +0,0 @@
-Document: liboop-doc
-Title: Liboop Website and Manuals
-Author: Dan Egnor
-Abstract: This website describes the liboop library, and includes manuals.
- There is an introduction and overview of the library, as well as a
- hypertext reference manual.
-Section: Programming/C
-
-Format: HTML
-Index: /usr/share/doc/liboop-doc/html/index.html
-Files: /usr/share/doc/liboop-doc/html/*
Index: 1.0-6/debian/compat
===================================================================
--- 1.0-6/debian/compat (revision 32)
+++ 1.0-6/debian/compat (nonexistent)
@@ -1 +0,0 @@
-5
Index: 1.0-6/debian
===================================================================
--- 1.0-6/debian (revision 32)
+++ 1.0-6/debian (nonexistent)
/1.0-6/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property
Index: 1.0-6/configure.ac
===================================================================
--- 1.0-6/configure.ac (revision 32)
+++ 1.0-6/configure.ac (nonexistent)
@@ -1,127 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-AC_INIT(INSTALL)
-AM_INIT_AUTOMAKE(liboop,1.0)
-AC_CANONICAL_HOST
-AM_PROG_LIBTOOL
-AC_PROG_CC
-AC_PROG_INSTALL
-PROG_LDCONFIG=:
-
-AC_ARG_WITH(adns, AC_HELP_STRING(--without-adns,disable ADNS adapter))
-AC_ARG_WITH(readline, AC_HELP_STRING(--without-readline,disable readline adapter))
-AC_ARG_WITH(glib, AC_HELP_STRING(--without-glib,disable GLib adapter))
-AC_ARG_WITH(tcl, AC_HELP_STRING(--without-tcl,disable Tcl/Tk adapter))
-AC_ARG_WITH(libwww, AC_HELP_STRING(--with-libwww,build libwww adapter))
-
-dnl System type checks.
-case "$host" in
- *-linux-*|*-k*bsd*|*-gnu*)
- AC_PATH_PROG(PROG_LDCONFIG, ldconfig, :, $PATH:/usr/sbin:/sbin)
- no_wacky_libs=yes
- ;;
- *-sgi-irix6*)
- if test -n "$LPATH" ; then
- LDFLAGS="-Wl,-rpath,$LPATH $LDFLAGS"
- fi
- no_wacky_libs=yes
- ;;
-esac
-
-AC_CHECK_HEADERS(poll.h sys/select.h sys/socket.h string.h strings.h)
-
-if test xno != x$with_adns; then
- AC_CHECK_LIB(adns,adns_init,[
- LIBOOP_LIBS="liboop-adns.la $LIBOOP_LIBS"
- ADNS_LIBS="-ladns"
- AC_DEFINE(HAVE_ADNS)
- ])
-fi
-
-if test xno != x$with_readline; then
- AC_CHECK_LIB(readline,rl_callback_handler_install,[
- AC_CHECK_HEADER(readline/readline.h,[
- LIBOOP_LIBS="liboop-rl.la $LIBOOP_LIBS"
- READLINE_LIBS="-lreadline"
- AC_DEFINE(HAVE_READLINE)
- ])])
-fi
-
-if test xno != x$with_glib; then
- save_libs="$LIBS"
- save_cppflags="$CPPFLAGS"
- AC_CHECK_PROG(PROG_GLIB_CONFIG,glib-config,glib-config)
- if test -n "$PROG_GLIB_CONFIG" ; then
- GLIB_INCLUDES="`glib-config --cflags`"
- GLIB_LIBS="`glib-config --libs`"
- LIBS="$save_libs $GLIB_LIBS"
- CPPFLAGS="$save_cppflags $GLIB_INCLUDES"
- AC_CHECK_FUNC(g_main_set_poll_func,[
- AC_CHECK_HEADER(glib.h,[
- LIBOOP_LIBS="liboop-glib.la $LIBOOP_LIBS"
- AC_DEFINE(HAVE_GLIB)
- ])])
- fi
- LIBS="$save_libs"
- CPPFLAGS="$save_cppflags"
-
- PKG_CHECK_MODULES(GLIB2,glib-2.0 >= 2.0,[
- LIBOOP_LIBS="liboop-glib2.la $LIBOOP_LIBS"
- AC_DEFINE(HAVE_GLIB)
- ],[:])
-fi
-
-if test xno != x$with_tcl; then
- for version in 8.4 8.3 8.2 8.1 8.0 ; do
- CPPFLAGS="$save_cppflags -I/usr/include/tcl$version"
- AC_CHECK_LIB(tcl$version,Tcl_Main,[
- AC_CHECK_HEADER(tcl.h,[
- LIBOOP_LIBS="liboop-tcl.la $LIBOOP_LIBS"
- AC_DEFINE(HAVE_TCL)
- TCL_INCLUDES="-I/usr/include/tcl$version"
- TCL_LIBS="-ltcl$version"
- break
- ])])
- done
- CPPFLAGS="$save_cppflags"
-fi
-
-if test xyes = x$with_libwww; then
- save_libs="$LIBS"
- save_cppflags="$CPPFLAGS"
- AC_CHECK_PROG(PROG_WWW_CONFIG,libwww-config,libwww-config)
- if test -n "$PROG_WWW_CONFIG" ; then
- WWW_INCLUDES="`libwww-config --cflags`"
- WWW_LIBS="`libwww-config --libs`"
- LIBS="$save_libs $WWW_LIBS"
- CPPFLAGS="$save_cppflags $WWW_INCLUDES"
- AC_CHECK_FUNC(HTEvent_setRegisterCallback,[
- LIBOOP_LIBS="liboop-www.la $LIBOOP_LIBS"
- AC_DEFINE(HAVE_WWW)
- ])
- fi
- LIBS="$save_libs"
- CPPFLAGS="$save_cppflags"
-fi
-
-if test -z "$no_wacky_libs" ; then
- AC_CHECK_LIB(resolv,res_query)
- AC_SEARCH_LIBS(gethostbyname,nsl)
- AC_SEARCH_LIBS(socket,socket)
-fi
-
-test yes = "$GCC" &&
-CFLAGS="-Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings $CFLAGS"' $(EXTRA_CFLAGS)'
-
-AC_SUBST(PROG_LDCONFIG)
-AC_SUBST(GLIB_INCLUDES)
-AC_SUBST(GLIB_LIBS)
-AC_SUBST(GLIB2_CFLAGS)
-AC_SUBST(GLIB2_LIBS)
-AC_SUBST(TCL_INCLUDES)
-AC_SUBST(TCL_LIBS)
-AC_SUBST(ADNS_LIBS)
-AC_SUBST(WWW_INCLUDES)
-AC_SUBST(WWW_LIBS)
-AC_SUBST(READLINE_LIBS)
-AC_SUBST(LIBOOP_LIBS)
-AC_OUTPUT([Makefile liboop.pc liboop-glib2.pc])