--- ircmarkers-0.14.orig/example.map +++ ircmarkers-0.14/example.map @@ -13,6 +13,9 @@ # ...and resize it #view_width 200 +#font /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf +#fontsize 8 + # we want green labels label_color 0 255 0 --- ircmarkers-0.14.orig/debian/control +++ ircmarkers-0.14/debian/control @@ -0,0 +1,20 @@ +Source: ircmarkers +Section: graphics +Priority: extra +Maintainer: Christoph Berg +Build-Depends: debhelper (>= 5) +Standards-Version: 3.8.1 +Vcs-Browser: http://svn.df7cb.de/ircmarkers/trunk/ +Vcs-Svn: http://svn.df7cb.de/ircmarkers/trunk/ +Homepage: http://www.df7cb.de/projects/ircmarkers/ + +Package: ircmarkers +Architecture: any +Depends: libgd-gd2-perl, ${shlibs:Depends}, ${misc:Depends} +Suggests: gnupg, ttf-dejavu-core +Description: place markers on maps at given coordinates + IrcMarkers takes a map in .png or .jpg format and a list of coordinates and + labels in xplanet format and places markers on the map. It was written to + generate user maps of IRC channels. GnuPG/PGP key ids can be associated with + each marker, to create "maps of trust". +Tag: field::geography, implemented-in::perl, interface::commandline, role::program, scope::utility, use::TODO, use::entertaining, works-with-format::jpg, works-with-format::png, works-with::image:raster --- ircmarkers-0.14.orig/debian/watch +++ ircmarkers-0.14/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.df7cb.de/projects/ircmarkers/packages/ircmarkers_([0-9.-]*)(?:.orig)?.tar.gz --- ircmarkers-0.14.orig/debian/NEWS +++ ircmarkers-0.14/debian/NEWS @@ -0,0 +1,6 @@ +ircmarkers (0.10-1) unstable; urgency=low + + * ircmarkers now supports exporting its config in pisg(1) syntax, so you can + share the per-nickname part of the config files for both programs. + + -- Christoph Berg Fri, 28 Jul 2006 19:06:06 +0200 --- ircmarkers-0.14.orig/debian/rules +++ ircmarkers-0.14/debian/rules @@ -0,0 +1,51 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +VERSION=$(shell dpkg-parsechangelog 2>&1|egrep ^Version|cut -d " " -f 2) + +build: build-stamp +build-stamp: + dh_testdir + $(MAKE) VERSION="ircmarkers $(VERSION)" + touch build-stamp + +clean: + dh_testdir + rm -f build-stamp configure-stamp + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/ircmarkers + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- ircmarkers-0.14.orig/debian/compat +++ ircmarkers-0.14/debian/compat @@ -0,0 +1 @@ +5 --- ircmarkers-0.14.orig/debian/changelog +++ ircmarkers-0.14/debian/changelog @@ -0,0 +1,141 @@ +ircmarkers (0.14-2) unstable; urgency=low + + * Suggest ttf-dejavu-core, our fixed_01.ttf doesn't support the more fancy + unicode characters. (Closes: 528220) + + -- Christoph Berg Tue, 26 May 2009 22:40:33 +0200 + +ircmarkers (0.14-1) unstable; urgency=low + + * Support coordinates in N 51° 11.123 E 006° 25.846 and similar formats. + + -- Christoph Berg Fri, 21 Mar 2008 16:46:02 +0100 + +ircmarkers (0.13-1) unstable; urgency=low + + * Allow + prefix on coordinates. + + -- Christoph Berg Sat, 24 Nov 2007 15:26:16 +0100 + +ircmarkers (0.12-2) unstable; urgency=low + + * Support DEB_BUILD_OPTIONS=nostrip (Closes: #437232). + + -- Christoph Berg Sat, 11 Aug 2007 12:58:28 +0200 + +ircmarkers (0.12-1) unstable; urgency=low + + * Fix segfault when all markers are outside the visible area, and print + warning in that case. + * The -x and -y documentation was mixed up in the --help output. + Spotted by Andreas Gockel. + + -- Christoph Berg Wed, 20 Dec 2006 16:08:28 +0100 + +ircmarkers (0.11-1) unstable; urgency=low + + * Support Maidenhead (QTH) locator format. + * Do not bark on markers without coordinates. + * Draw US-AU links across the Pacific. + + -- Christoph Berg Fri, 3 Nov 2006 16:41:57 +0100 + +ircmarkers (0.10-2) unstable; urgency=low + + * Move to Priority: extra. + * Add debtags to debian/control. + + -- Christoph Berg Fri, 22 Sep 2006 14:28:33 +0200 + +ircmarkers (0.10-1) unstable; urgency=low + + * Add option for data export in pisg(1) syntax. + + -- Christoph Berg Fri, 28 Jul 2006 17:00:19 +0200 + +ircmarkers (0.9-1) unstable; urgency=low + + * Add recv-keys option. + * Fix overlap.c memory allocator and clean up code. + * Update copyright stuff. + + -- Christoph Berg Wed, 22 Feb 2006 01:46:11 +0100 + +ircmarkers (0.8-1) unstable; urgency=low + + * Disable non-functional help_convert_crop code. + * Non-native package. + + -- Christoph Berg Fri, 16 Dec 2005 00:55:23 +0100 + +ircmarkers (0.7) unstable; urgency=low + + * Support markers without label (thanks to Torbjörn Svensson for the + suggestion). + * Bump Standards-Version. + * Finally an upload after 0.6 being used locally for a year... + + -- Christoph Berg Sun, 4 Dec 2005 22:11:31 +0100 + +ircmarkers (0.6) unreleased; urgency=low + + * Could previously not draw markers with lat = 0. + * Add support for HTML image maps. + * Marker labels do not have to be unique anymore. + * Compute better bounding box. + * Compute links per marker instead per key. + * Code cleanup. + * Add debian/watch. + + -- Christoph Berg Sun, 14 Nov 2004 01:51:42 +0100 + +ircmarkers (0.5) unstable; urgency=low + + * Fix several parsing bugs. + * Links take color as option, support link_color none. + * Computes rough bounding box (requested by Uli Martens). + + -- Christoph Berg Sat, 18 Sep 2004 13:34:10 +0200 + +ircmarkers (0.4) unstable; urgency=low + + * Allow arbitrary whitespace in config (requested by Uli Martens). + * Fix center_lon check (requested by Elmar Hoffmann). + * Support ~/ in file names. + * Support negative label positions. + + -- Christoph Berg Tue, 7 Sep 2004 02:46:50 +0200 + +ircmarkers (0.3) unstable; urgency=low + + * Suggests: gnupg. + * Removed unused dependency on libttf2. + * Colors/borders/fonts/dotsize/shape configurable per marker. + * Support all GD file formats. + * Accept -o on command line. + * Catch error for non-existing map. + * Fix error in sinusoidal projection. + * Complain about some unreasonable map defintions (thanks to Elmar Hoffmann + for these suggestions). + * Non-marker labels (for headlines etc). + * Manpage: provide pointers to freely available maps. + * Wrote INSTALL, example.map, and README.Debian files. + + -- Christoph Berg Wed, 1 Sep 2004 21:35:09 +0200 + +ircmarkers (0.2) unstable; urgency=low + + * Added view_lat/view_lon (thanks to Alexander Wirt for suggesting this). + * Made size of output map configurable. + * Added pointers to sites with coordinates to manpage. + * Created Debian package (Closes: #262120). + * Sponsored upload by Alexander Wirt + + -- Christoph Berg Sat, 31 Jul 2004 15:29:25 +0200 + +ircmarkers (0.1) unstable; urgency=low + + * Initial Release. + + -- Christoph Berg Sat, 10 Jul 2004 18:56:37 +0200 + --- ircmarkers-0.14.orig/debian/dirs +++ ircmarkers-0.14/debian/dirs @@ -0,0 +1,5 @@ +usr/bin +usr/lib/ircmarkers +usr/share/perl5/IrcMarkers +usr/share/ircmarkers +usr/share/man/man1 --- ircmarkers-0.14.orig/debian/README.Debian +++ ircmarkers-0.14/debian/README.Debian @@ -0,0 +1,10 @@ +Debian README for ircmarkers +============================ + +This package provides a TrueType font in /usr/share/ircmarkers/fixed_01.ttf. +Many other fonts are available in the ttf-* packages. Note that fixed_01.ttf +only supports a limited selection of unicode characters. If you are looking for +a replacement, /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf from +ttf-dejavu-core is a good choice. + + -- Christoph Berg Tue, 26 May 2009 22:50:50 +0200 --- ircmarkers-0.14.orig/debian/copyright +++ ircmarkers-0.14/debian/copyright @@ -0,0 +1,56 @@ +This package was debianized by Christoph Berg on +Sat, 10 Jul 2004 18:56:37 +0200. + +Upstream Author: Christoph Berg + +Copyright: + +Copyright (C) 2004, 2005, 2006 Christoph Berg + 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; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301 USA + +IrcMarkers is an improved version of MapMarkers. +Copyright (C) 2002, 2003 Guillaume Leclanche (Mo-Ize) + + This program has been really inspired by two programs: + + * xplanet (http://xplanet.sourceforge.net). + I have reused xplanet's overlap correction algorithm, and have ported it to + C (which makes it quite faster than the C++ xplanet corrector). + + * Image::WorldMap (http://www.astray.com/WorldMap/) Author: Léon Brocard + The module API comes from this perl module. + +The font provides with this package, fixed_01.ttf, has been created by the +Orgdot team, http://www.orgdot.com/aliasfonts/. + + (c) 2001 http://www.orgdot.com: you can copy, use, modify and distribute this + code and/or artwork for educational, commercial or recreational use. all we + ask is that you include this copyright notice in the materialyou distribute. + for compiled code, you will need to make accessible this copyright notice + somewhere in the distribution, and/or via a link on the web. there are + several reasons for this caveat - the most important being that open source + is based on one main principle: what you find and use, others should also + have access to. don't keep it to yourself! this software is provided by the + author and contributors "as is" and any express or implied warranties, + including, but not limited to, the implied warranties of merchantability and + fitness for a particular purpose are disclaimed. in no event shall the author + or contributors be liable for any direct, indirect, incidental, special, + exemplary, or consequential damages (including, but not limited to, + procurement of substitute goods or services; loss of use, data, or profits; + or business interruption) however caused and on any theory of liability, + whether in contract, strict liability, or tort (including negligence or + otherwise) arising in any way out of the use of this software, even if + advised of the possibility of such damage.