Subversion Repositories liboop

Compare Revisions

Ignore whitespace Rev 32 → Rev 31

/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/liboop.org/oop_adns_query.html
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/watch
===================================================================
--- 1.0-6/debian/watch (revision 32)
+++ 1.0-6/debian/watch (nonexistent)
@@ -1,3 +0,0 @@
-version=3
-
-http://download.ofb.net/liboop/liboop-(.*)\.tar\.gz
Index: 1.0-6/debian/changelog
===================================================================
--- 1.0-6/debian/changelog (revision 32)
+++ 1.0-6/debian/changelog (nonexistent)
@@ -1,110 +0,0 @@
-liboop (1.0-6) unstable; urgency=low
-
- * Build with libreadline6 instead of libreadline5 (drop the
- libreadline5-dev Build-Depends alternative).
- * Add ${misc:Depends} to all Depends in case Debhelper needs it.
- * Remove libc6-dev from Depends of liboop-dev; it's build-essential.
- * Bump Standards-Version to 3.8.3.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 27 Sep 2009 21:29:45 +0200
-
-liboop (1.0-5) unstable; urgency=low
-
- * Build with GLib 2.0 instead of 1.2 (Closes: #523688).
- * Switch to Debhelper level 5.
- * Bump Standards-Version to 3.8.1.
- * Skip unnecessary dh_installdirs; delete unused files from the debian
- directory.
-
- -- Magnus Holmgren <holmgren@debian.org> Mon, 13 Apr 2009 20:36:57 +0200
-
-liboop (1.0-4) unstable; urgency=low
-
- * New maintainer (Closes: #487130).
- * Fix documentation file name extensions (Closes: #307732).
- * Build liboop-doc in binary-indep target (Closes: #475573).
- * Add debian/compat; remove DH_COMPAT from debian/rules.
- * Don't ignore "make distclean" errors.
- * Move sharutils to Build-Depends-Indep.
- * debian/copyright: Update postal address of the FSF.
- * Patch configure.ac as suggested in bug 359930, run autoreconf for good
- measure and remove autogenerated files in clean target. I don't like
- huge Debian diffs. Copying files from autotools-dev thus becomes
- redundant.
- * Update doc-base section to match current structure.
- * debian/control: Replace ${Source-Version} with ${binary:Version}.
- * Standards-Version upgraded to 3.8.0 with the above change.
- * Add Homepage field and watch file, and update download location in
- debian/copyright to one that works.
-
- -- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 13:03:42 +0200
-
-liboop (1.0-3.3) unstable; urgency=high
-
- * Non-maintainer upload.
- * Drop unused libwww-dev build-dependency. Closes: #458866.
- * This fixes an FTBFS in testing, set urgency to high.
-
- -- Regis Boudin <regis@debian.org> Thu, 10 Apr 2008 21:47:16 +0100
-
-liboop (1.0-3.2) unstable; urgency=low
-
- * Non-maintainer upload.
- * Relibtoolize. Closes: #359930.
-
- -- Aurelien Jarno <aurel32@debian.org> Wed, 23 Jan 2008 22:22:53 +0100
-
-liboop (1.0-3.1) unstable; urgency=medium
-
- * Non-maintainer upload.
- * Build against libreadline5. Closes: #350647.
-
- -- Matej Vela <vela@debian.org> Thu, 16 Mar 2006 16:50:24 +0100
-
-liboop (1.0-3) unstable; urgency=low
-
- * Include pkg-config files. (Closes: Bug#227061)
- * New liboop-doc package that includes documentation from liboop.org.
- (Closes: Bug#224392)
-
- -- Simon Law <sfllaw@debian.org> Sun, 11 Jul 2004 16:53:38 -0400
-
-liboop (1.0-2) unstable; urgency=low
-
- * New maintainer.
- * Update 'missing' binary from Automake 1.6.
- * Use Policy 3.6.1.
- * Use Debconf 4.
-
- -- Simon Law <sfllaw@debian.org> Wed, 02 Jun 2004 17:39:12 -0400
-
-liboop (1.0-1) unstable; urgency=low
-
- * New upstream release (closes: #224210)
-
- -- Timshel Knoll <timshel@debian.org> Fri, 19 Dec 2003 00:55:53 +1100
-
-liboop (0.9-1) unstable; urgency=low
-
- * New upstream release (closes: #191305)
- + liboop SONAME has been bumped to 4, so name of source and binary
- packages is now liboop4, to allow co-existence with liboop3
- * Moved liboop-dev to libdevel section
- * Fixed configure{.in,} to build libwww support, Build-Depend on libwww-dev
- * Policy 3.5.9
-
- -- Timshel Knoll <timshel@debian.org> Wed, 30 Apr 2003 22:50:34 +1000
-
-liboop (0.8-2) unstable; urgency=low
-
- * debian/rules: update config.{sub,guess} in `clean' target
- (closes: #142310)
-
- -- Timshel Knoll <timshel@debian.org> Sat, 20 Apr 2002 02:25:49 +1000
-
-liboop (0.8-1) unstable; urgency=low
-
- * Initial Release. (closes: #135810)
-
- -- Timshel Knoll <timshel@debian.org> Tue, 26 Feb 2002 13:29:09 +1100
-
Index: 1.0-6/debian/liboop-doc.files
===================================================================
--- 1.0-6/debian/liboop-doc.files (revision 32)
+++ 1.0-6/debian/liboop-doc.files (nonexistent)
@@ -1 +0,0 @@
-usr/share/doc/liboop-doc/html/*
Index: 1.0-6/debian/copyright
===================================================================
--- 1.0-6/debian/copyright (revision 32)
+++ 1.0-6/debian/copyright (nonexistent)
@@ -1,31 +0,0 @@
-This package was debianized by Timshel Knoll <timshel@debian.org> on
-Tue, 26 Feb 2002 13:29:09 +1100.
-
-It was downloaded from http://download.ofb.net/liboop/
-
-Upstream Author: Dan Egnor <egnor@ofb.net>
-With contributions by Ian Jackson <ian@chiark.greenend.org.uk>
-
-Copyright:
-
- Copyright (C) 1999, 2000, 2001 Dan Egnor, Ian Jackson
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- 02110-1301, USA.
-
-On Debian GNU/Linux systems, the complete text of the GNU Lesser
-General Public License can be found in `/usr/share/common-licenses/LGPL'.
-
- -- Timshel Knoll <timshel@debian.org> Tue, 26 Feb 2002 13:47:55 +1100
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])