Your message dated Wed, 25 Jul 2001 14:56:40 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#104272: fixed in gpcl 2.31-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 11 Jul 2001 07:53:53 +0000 >From [EMAIL PROTECTED] Wed Jul 11 02:53:53 2001 Return-path: <[EMAIL PROTECTED]> Received: from gallium.icp.inpg.fr [::ffff:195.83.80.230] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15KEoj-0000kI-00; Wed, 11 Jul 2001 02:53:53 -0500 Received: by gallium.icp.inpg.fr via sendmail from stdin id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102) for [EMAIL PROTECTED]; Wed, 11 Jul 2001 09:51:44 +0200 (CEST) Date: Wed, 11 Jul 2001 09:51:44 +0200 From: Rafael Laboissiere <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], Alan Murta <[EMAIL PROTECTED]> Subject: ITP: gpcl -- General Polygon Clipper Library + Octave bindings Message-ID: <[EMAIL PROTECTED]> Reply-To: Rafael Laboissiere <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Institut de la Communication Parlee, Grenoble, France Delivered-To: [EMAIL PROTECTED] Package: wnpp Severity: wishlist [ Note: I am crossposting this message, originally intented to the Debian Bug Tracking System, to the help-octave and octave-dev mailing list. I am to busy/lazy to do several announcements. ] I am in the process of packaging Alan Murta's General Polygon Clipper Library. Its web site is the following: http://www.cs.man.ac.uk/~amurta/software/index.html#gpc Unfortunately, the licence terms (non-commercial distribution only) will prevent the packages from going into main. It will land on non-free. I added autoconf/automake/libtool support to the upstream sources, but I am considering this modification as a Debian specific one (hence the modifications will appear only in the diff.gz file). I also generated Octave bindings for the library, allowing easy access to the polygon clipping routines, as well as plotting, from Octave programs, like this: s = gpc_read ("subj1.gpf"); c = gpc_read ("clip1.gpf"); r = gpc_clip (s,c); gpc_plot (s, "r"); gpc_plot (c, "g"); gpc_plot (r, "b"); I am planning to contribute the Octave bindings to octave.sf.net. Here are the descriptions of the Debian packages: Package: libgpcl0 Version: 2.31-1 Section: non-free/math Priority: optional Architecture: i386 Depends: libc6 (>= 2.2.3-1) Installed-Size: 88 Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]> Source: gpcl Description: A general polygon clipper library A flexible and highly robust polygon set operations library for use with C applications, as referenced in the comp.graphics.algorithms FAQ and the UIUC Computational Geometry Pages. . Features: * Difference, intersection, exclusive-or and union clip operations are supported. * Polygons may be comprised of multiple disjoint contours. * Contour vertices may be given in any order - clockwise or anticlockwise. * Contours may be convex, concave or self-intersecting. * Contours may be nested (i.e. polygons may have holes). * Output may take the form of either polygon contours or tristrips. * Hole and external contours are differentiated in the result. * Coincident edges and degenerate regions are handled correctly. . For more information see: http://www.cs.man.ac.uk/~amurta/software/index.html#gpc Package: libgpcl-dev Version: 2.31-1 Section: non-free/math Priority: optional Architecture: i386 Depends: libgpcl0 (= 2.31-1), libc6-dev Installed-Size: 220 Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]> Source: gpcl Description: A general polygon clipper library -- development package A flexible and highly robust polygon set operations library for use with C applications, as referenced in the comp.graphics.algorithms FAQ and the UIUC Computational Geometry Pages. . This package contains the include files and static library for the GPC library. Also included some example polygons and HTML documentation. . For more information see : http://www.cs.man.ac.uk/~amurta/software/index.html#gpc Package: octave-gpc Version: 0.1-1 Section: contrib/math Priority: optional Architecture: i386 Depends: octave2.1, libc6 (>= 2.2.3-1), libgpcl0, libstdc++2.10-glibc2.2 Installed-Size: 188 Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]> Description: Octave bindings for the General Polygon Clipper Library GPC is a flexible and highly robust polygon set operations library for use with C applications. This package contains bindings for use of the library functions with Octave. -- Rafael Laboissiere <[EMAIL PROTECTED]> --------------------------------------- Received: (at 104272-close) by bugs.debian.org; 25 Jul 2001 19:05:48 +0000 >From [EMAIL PROTECTED] Wed Jul 25 14:05:48 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [::ffff:206.246.226.45] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 15PTye-0003fR-00; Wed, 25 Jul 2001 14:05:48 -0500 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 15PTpo-0007WT-00; Wed, 25 Jul 2001 14:56:40 -0400 From: Rafael Laboissiere <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#104272: fixed in gpcl 2.31-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 25 Jul 2001 14:56:40 -0400 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of gpcl, which has been installed in the Debian FTP archive: libgpcl0_2.31-1_i386.deb to pool/non-free/g/gpcl/libgpcl0_2.31-1_i386.deb gpcl_2.31.orig.tar.gz to pool/non-free/g/gpcl/gpcl_2.31.orig.tar.gz gpcl_2.31-1.dsc to pool/non-free/g/gpcl/gpcl_2.31-1.dsc libgpcl-dev_2.31-1_i386.deb to pool/non-free/g/gpcl/libgpcl-dev_2.31-1_i386.deb gpcl_2.31-1.diff.gz to pool/non-free/g/gpcl/gpcl_2.31-1.diff.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rafael Laboissiere <[EMAIL PROTECTED]> (supplier of updated gpcl package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 11 Jul 2001 09:32:22 +0200 Source: gpcl Binary: libgpcl0 libgpcl-dev Architecture: source i386 Version: 2.31-1 Distribution: unstable Urgency: low Maintainer: Rafael Laboissiere <[EMAIL PROTECTED]> Changed-By: Rafael Laboissiere <[EMAIL PROTECTED]> Description: libgpcl-dev - A general polygon clipper library -- development package libgpcl0 - A general polygon clipper library Closes: 104272 Changes: gpcl (2.31-1) unstable; urgency=low . * Initial Release (closes: #104272). Files: ea67530f34c17134397aa6f4335e0c5d 610 non-free/math optional gpcl_2.31-1.dsc 18b4b31cb14384781e4175039b58fef4 52395 non-free/math optional gpcl_2.31.orig.tar.gz f4b9ce53162acca7e8e413c8e2be26fe 100689 non-free/math optional gpcl_2.31-1.diff.gz 852be20f75a64f6104a09dfc46777d36 15490 non-free/math optional libgpcl0_2.31-1_i386.deb bdcf541a3e7a8f3aee8be8e0f28d7001 55024 non-free/math optional libgpcl-dev_2.31-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjtb7zkACgkQk3oga0pdcv4/uQCdF6TGWzQKRhwfWt2/rOfDMgoC B7QAnRFqkaNJx5Tg+2Fe1yPYgOGCV3jp =eZMc -----END PGP SIGNATURE-----