Files
jigdo/02.address_change.patch
2018-01-17 03:52:05 -08:00

2523 lines
94 KiB
Diff

diff -u jigdo-0.7.3/Makefile.in jigdo-0.7.3/Makefile.in
--- jigdo-0.7.3/Makefile.in
+++ jigdo-0.7.3/Makefile.in
@@ -1,7 +1,7 @@
# Project: Jigdo (Jigsaw download)
# __ _
# |_) /| Copyright (C) 2001-2006 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
# this Makefile mostly forwards make commands to the other directories
srcdir = @srcdir@
diff -u jigdo-0.7.3/doc/jigdo-file.1 jigdo-0.7.3/doc/jigdo-file.1
--- jigdo-0.7.3/doc/jigdo-file.1
+++ jigdo-0.7.3/doc/jigdo-file.1
@@ -1172,4 +1172,4 @@
Jigsaw
-Download <URL:http://atterer.net/jigdo/> was written by Richard Atterer
-<jigdo atterer.net>, to make downloading of CD ROM
+Download <URL:http://atterer.org/jigdo/> was written by Richard Atterer
+<jigdo atterer.org>, to make downloading of CD ROM
images for the Debian Linux distribution more convenient.
diff -u jigdo-0.7.3/scripts/jigdo-mirror jigdo-0.7.3/scripts/jigdo-mirror
--- jigdo-0.7.3/scripts/jigdo-mirror
+++ jigdo-0.7.3/scripts/jigdo-mirror
@@ -1,7 +1,7 @@
#! /bin/sh
# __ _
# |_) /| Copyright (C) 2002 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2. See
diff -u jigdo-0.7.3/src/Makefile.in jigdo-0.7.3/src/Makefile.in
--- jigdo-0.7.3/src/Makefile.in
+++ jigdo-0.7.3/src/Makefile.in
@@ -1,7 +1,7 @@
# Project: Jigdo (Jigsaw download)
# __ _
# |_) /| Copyright (C) 2001-2004 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
srcdir = @srcdir@
VPATH = @srcdir@
diff -u jigdo-0.7.3/src/compat.hh jigdo-0.7.3/src/compat.hh
--- jigdo-0.7.3/src/compat.hh
+++ jigdo-0.7.3/src/compat.hh
@@ -1,7 +1,7 @@
/* $Id: compat.hh,v 1.6 2005/07/02 17:21:35 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
diff -u jigdo-0.7.3/src/gtk/gtk-single-url.cc jigdo-0.7.3/src/gtk/gtk-single-url.cc
--- jigdo-0.7.3/src/gtk/gtk-single-url.cc
+++ jigdo-0.7.3/src/gtk/gtk-single-url.cc
@@ -1,7 +1,7 @@
/* $Id: gtk-single-url.cc,v 1.20 2005/10/15 21:27:39 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
diff -u jigdo-0.7.3/src/gtk/jigdo.cc jigdo-0.7.3/src/gtk/jigdo.cc
--- jigdo-0.7.3/src/gtk/jigdo.cc
+++ jigdo-0.7.3/src/gtk/jigdo.cc
@@ -1,7 +1,7 @@
/* $Id: jigdo.cc,v 1.14 2005/07/09 22:21:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
diff -u jigdo-0.7.3/src/jigdo-file.cc jigdo-0.7.3/src/jigdo-file.cc
--- jigdo-0.7.3/src/jigdo-file.cc
+++ jigdo-0.7.3/src/jigdo-file.cc
@@ -1,7 +1,7 @@
/* $Id: jigdo-file.cc,v 1.20 2006/05/14 18:23:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
@@ -286,7 +286,7 @@
if (detailed) {
cout << subst(_(
"\n"
- "Copyright (C) 2001-%1 Richard Atterer <http://atterer.net>\n"
+ "Copyright (C) 2001-%1 Richard Atterer <http://atterer.org>\n"
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License, version 2. See\n"
"the file COPYING or <http://www.gnu.org/copyleft/gpl.html> for details.\n"
diff -u jigdo-0.7.3/src/net/proxyguess-test.cc jigdo-0.7.3/src/net/proxyguess-test.cc
--- jigdo-0.7.3/src/net/proxyguess-test.cc
+++ jigdo-0.7.3/src/net/proxyguess-test.cc
@@ -1,7 +1,7 @@
/* $Id: proxyguess-test.cc,v 1.5 2004/09/11 23:26:30 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
diff -u jigdo-0.7.3/src/recursedir.cc jigdo-0.7.3/src/recursedir.cc
--- jigdo-0.7.3/src/recursedir.cc
+++ jigdo-0.7.3/src/recursedir.cc
@@ -1,7 +1,7 @@
/* $Id: recursedir.cc,v 1.10 2006/05/14 18:23:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
diff -u jigdo-0.7.3/src/util/configfile.cc jigdo-0.7.3/src/util/configfile.cc
--- jigdo-0.7.3/src/util/configfile.cc
+++ jigdo-0.7.3/src/util/configfile.cc
@@ -1,7 +1,7 @@
/* $Id: configfile.cc,v 1.2 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
diff -u jigdo-0.7.3/src/util/md5sum.hh jigdo-0.7.3/src/util/md5sum.hh
--- jigdo-0.7.3/src/util/md5sum.hh
+++ jigdo-0.7.3/src/util/md5sum.hh
@@ -1,7 +1,7 @@
/* $Id: md5sum.hh,v 1.5 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
"Ported" to C++ by RA. Actual MD5 code taken from glibc
diff -u jigdo-0.7.3/src/util/string-utf.cc jigdo-0.7.3/src/util/string-utf.cc
--- jigdo-0.7.3/src/util/string-utf.cc
+++ jigdo-0.7.3/src/util/string-utf.cc
@@ -1,7 +1,7 @@
/* $Id: string-utf.cc,v 1.6 2004/09/11 23:26:30 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/README
+++ jigdo-0.7.3/README
@@ -5,10 +5,10 @@
See the doc/ directory for documentation - start with the HOWTO
for an introduction to jigdo.
-Jigsaw Download homepage: <http://atterer.net/jigdo/>
+Jigsaw Download homepage: <http://atterer.org/jigdo/>
Debian CD images via jigdo: <http://www.debian.org/CD/jigdo-cd/>
<richard@
-Written by Richard Atterer: atterer.net>
+Written by Richard Atterer: atterer.org>
----------------------------------------------------------------------
@@ -71,7 +71,7 @@
----------------------------------------------------------------------
Copyright (C) 2001-2006 | richard@
-Richard Atterer | atterer.net
+Richard Atterer | atterer.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/deb/control
+++ jigdo-0.7.3/deb/control
@@ -1,7 +1,7 @@
Source: jigdo
Section: utils
Priority: extra
-Maintainer: Richard Atterer <jigdo.atterer.net>
+Maintainer: Richard Atterer <jigdo.atterer.org>
Build-Depends: debhelper (>= 4), zlib1g-dev, libbz2-dev, libdb4.3-dev | libdb4.2-dev | libdb4-dev, libgtk2.0-dev, libcurl3-dev | libcurl2-dev
Standards-Version: 3.5.6
@@ -26,7 +26,7 @@
This package contains "jigdo", the GTK+ download tool.
.
This package was built directly from the author's source package at
- <http://atterer.net/jigdo/>. IT IS NOT AN OFFICIAL DEBIAN PACKAGE.
+ <http://atterer.org/jigdo/>. IT IS NOT AN OFFICIAL DEBIAN PACKAGE.
Package: jigdo-file
Architecture: any
@@ -53,4 +53,4 @@
images.
.
This package was built directly from the author's source package at
- <http://atterer.net/jigdo/>. IT IS NOT AN OFFICIAL DEBIAN PACKAGE.
+ <http://atterer.org/jigdo/>. IT IS NOT AN OFFICIAL DEBIAN PACKAGE.
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/deb/copyright
+++ jigdo-0.7.3/deb/copyright
@@ -1,5 +1,5 @@
Copyright (C) 2001-2005 | richard@
-Richard Atterer | atterer.net
+Richard Atterer | atterer.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/deb/rules
+++ jigdo-0.7.3/deb/rules
@@ -11,7 +11,7 @@
dpkg-buildpackage -rfakeroot -us -uc -b
rm -f debian deb/changelog
debian/changelog:
- printf "jigdo (%s) unstable; urgency=low\n\n * This version was built directly from upstream sources. It is not\n an official Debian package.\n\n -- Richard Atterer <jigdo%satterer.net> %s\n" "`read a b v <jigdo.spec && echo $$v`" "@" "`date -R`" >deb/changelog
+ printf "jigdo (%s) unstable; urgency=low\n\n * This version was built directly from upstream sources. It is not\n an official Debian package.\n\n -- Richard Atterer <jigdo%satterer.org> %s\n" "`read a b v <jigdo.spec && echo $$v`" "@" "`date -R`" >deb/changelog
src/Makedeps:
$(MAKE) depend
@@ -52,7 +52,7 @@
"debian/jigdo/usr/share/jigdo/COPYING"
for package in jigdo jigdo-file; do \
mkdir -p debian/$$package/usr/share/bug/$$package; \
- at="@"; echo "Send-To: jigdo\${at}atterer.net" \
+ at="@"; echo "Send-To: jigdo\${at}atterer.org" \
>debian/$$package/usr/share/bug/$$package/control; \
done
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/Hacking.txt
+++ jigdo-0.7.3/doc/Hacking.txt
@@ -81,7 +81,7 @@
It'd also be nice if someone ensured that it builds on
Redhat/SuSE/Mandrake, and maintained the jigdo.spec file. Paul Bolle
- <jigdo-rpm atterer.net> has been doing this, get in touch with him
+ <jigdo-rpm atterer.org> has been doing this, get in touch with him
if you want to improve the .spec file.
Andrew Mathieson has started maintaining a Mac OS X port - the Fink
@@ -431,5 +431,5 @@
--
__ _
|_) /| Richard Atterer
- | \/¯| http://atterer.net
+ | \/¯| http://atterer.org
¯ '` ¯
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/Makefile.in
+++ jigdo-0.7.3/doc/Makefile.in
@@ -1,7 +1,7 @@
# Project: Jigdo (Jigsaw download)
# __ _
# |_) /| Copyright (C) 2001-2003 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
srcdir = @srcdir@
VPATH = @srcdir@
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/README-bindist.txt
+++ jigdo-0.7.3/doc/README-bindist.txt
@@ -4,10 +4,10 @@
Jigsaw Download (jigdo)
~~~~~~~~~~~~~~~~~~~~~~~
-Jigsaw Download homepage: <http://atterer.net/jigdo/>
+Jigsaw Download homepage: <http://atterer.org/jigdo/>
Debian CD images via jigdo: <http://www.debian.org/CD/jigdo-cd/>
<richard@
-Written by Richard Atterer: atterer.net>
+Written by Richard Atterer: atterer.org>
jigdo-lite
~~~~~~~~~~
@@ -65,7 +65,7 @@
----------------------------------------------------------------------
Copyright (C) 2001-2005 | richard@
-Richard Atterer | atterer.net
+Richard Atterer | atterer.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/README-windist.txt
+++ jigdo-0.7.3/doc/README-windist.txt
@@ -1,10 +1,10 @@
Jigsaw Download (jigdo) for Windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Jigsaw Download homepage: <http://atterer.net/jigdo/>
+Jigsaw Download homepage: <http://atterer.org/jigdo/>
Debian CD images via jigdo: <http://www.debian.org/CD/jigdo-cd/>
<richard@
-Written by Richard Atterer: atterer.net>
+Written by Richard Atterer: atterer.org>
jigdo-lite
~~~~~~~~~~
@@ -47,7 +47,7 @@
----------------------------------------------------------------------
Copyright (C) 2001-2005 | richard@
-Richard Atterer | atterer.net
+Richard Atterer | atterer.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/debian-jigdo-mini-howto.html
+++ jigdo-0.7.3/doc/debian-jigdo-mini-howto.html
@@ -460,7 +460,7 @@
lucifer$ jigdo-lite sarge-i386-1.jigdo
Jigsaw Download "lite"
- Copyright 2001-2003 by Richard Atterer &lt;jigdo@atterer.net&gt;
+ Copyright 2001-2003 by Richard Atterer &lt;jigdo@atterer.org&gt;
Getting mirror information from /etc/apt/sources.list
-----------------------------------------------------------------
@@ -623,7 +623,7 @@
-----------------------------------------------------------------
Jigsaw Download "lite"
- Copyright 2001-2002 by Richard Atterer &lt;jigdo@atterer.net&gt;
+ Copyright 2001-2002 by Richard Atterer &lt;jigdo@atterer.org&gt;
Loading settings from `/home/p/.jigdo-lite'
-----------------------------------------------------------------
@@ -690,7 +690,7 @@
-----------------------------------------------------------------
Jigsaw Download "lite"
- Copyright 2001-2002 by Richard Atterer &lt;jigdo@atterer.net&gt;
+ Copyright 2001-2002 by Richard Atterer &lt;jigdo@atterer.org&gt;
Loading settings from `/home/p/.jigdo-lite'
-----------------------------------------------------------------
@@ -1106,8 +1106,8 @@
<P></P>
<DIV>
<DL>
- <DT><A HREF="http://atterer.net/jigdo" TARGET="_top"
- >http://atterer.net/jigdo</A></DT>
+ <DT><A HREF="http://atterer.org/jigdo" TARGET="_top"
+ >http://atterer.org/jigdo</A></DT>
<DD>
<P>This is the jigdo home site. You should definitely browse this
site; lots of information about ports, GUI clients and everything
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/debian-jigdo-mini-howto.sgml
+++ jigdo-0.7.3/doc/debian-jigdo-mini-howto.sgml
@@ -514,7 +514,7 @@
lucifer$ jigdo-lite sarge-i386-1.jigdo
Jigsaw Download "lite"
- Copyright 2001-2003 by Richard Atterer &lt;jigdo@atterer.net&gt;
+ Copyright 2001-2003 by Richard Atterer &lt;jigdo@atterer.org&gt;
Getting mirror information from /etc/apt/sources.list
-----------------------------------------------------------------
@@ -756,7 +756,7 @@
-----------------------------------------------------------------
Jigsaw Download "lite"
- Copyright 2001-2002 by Richard Atterer &lt;jigdo@atterer.net&gt;
+ Copyright 2001-2002 by Richard Atterer &lt;jigdo@atterer.org&gt;
Loading settings from `/home/p/.jigdo-lite'
-----------------------------------------------------------------
@@ -830,7 +830,7 @@
-----------------------------------------------------------------
Jigsaw Download "lite"
- Copyright 2001-2002 by Richard Atterer &lt;jigdo@atterer.net&gt;
+ Copyright 2001-2002 by Richard Atterer &lt;jigdo@atterer.org&gt;
Loading settings from `/home/p/.jigdo-lite'
-----------------------------------------------------------------
@@ -1366,7 +1366,7 @@
<variablelist>
<varlistentry>
<term>
- <ulink url="http://atterer.net/jigdo">http://atterer.net/jigdo</ulink>
+ <ulink url="http://atterer.org/jigdo">http://atterer.org/jigdo</ulink>
</term>
<listitem>
<para>This is the jigdo home site. You should definitely browse this site; lots of
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo-file.html
+++ jigdo-0.7.3/doc/jigdo-file.html
@@ -949,9 +949,9 @@
</P></DIV>
<DIV><A NAME="AUTHOR"></A>
<H2>AUTHOR</H2>
- <P><A HREF="http://atterer.net/jigdo/" TARGET="_top">Jigsaw Download</A
+ <P><A HREF="http://atterer.org/jigdo/" TARGET="_top">Jigsaw Download</A
> was written by Richard Atterer <CODE>&#60;<A HREF="mailto:jigdo
- atterer.net">jigdo atterer.net</A>&#62;</CODE>, to make downloading of
+ atterer.org">jigdo atterer.org</A>&#62;</CODE>, to make downloading of
CD ROM images for the Debian Linux distribution more convenient.</P
></DIV>
</BODY>
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo-file.sgml
+++ jigdo-0.7.3/doc/jigdo-file.sgml
@@ -2,7 +2,7 @@
<refentry lang="en">
<refentryinfo>
- <address>jigdo atterer.net</address>
+ <address>jigdo atterer.org</address>
<author>
<firstname>Richard</firstname><surname>Atterer</surname>
</author>
@@ -1513,9 +1513,9 @@
<refsect1 id="author">
<title>AUTHOR</title>
- <para><ulink url="http://atterer.net/jigdo/">Jigsaw
+ <para><ulink url="http://atterer.org/jigdo/">Jigsaw
Download</ulink> was written by Richard Atterer
- <email>jigdo atterer.net</email>, to make downloading of CD ROM
+ <email>jigdo atterer.org</email>, to make downloading of CD ROM
images for the Debian Linux distribution more convenient.</para>
</refsect1>
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo-lite.1
+++ jigdo-0.7.3/doc/jigdo-lite.1
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "JIGDO-LITE" "1" "19 May 2006" "" ""
+.TH "JIGDO-LITE" "1" "May 04, 2002" "" ""
.SH NAME
jigdo-lite \- Download jigdo files using wget
@@ -62,6 +62,6 @@
.SH "AUTHOR"
.PP
Jigsaw
-Download <URL:http://atterer.net/jigdo/> was written by Richard Atterer
-<jigdo atterer.net>, to make downloading of CD ROM
+Download <URL:http://atterer.org/jigdo/> was written by Richard Atterer
+<jigdo atterer.org>, to make downloading of CD ROM
images for the Debian Linux distribution more convenient.
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo-lite.html
+++ jigdo-0.7.3/doc/jigdo-lite.html
@@ -59,9 +59,9 @@
jigdo</A>.</P></DIV>
<DIV><A NAME="AUTHOR"></A>
<H2>AUTHOR</H2>
- <P><A HREF="http://atterer.net/jigdo/" TARGET="_top">Jigsaw Download</A
+ <P><A HREF="http://atterer.org/jigdo/" TARGET="_top">Jigsaw Download</A
> was written by Richard Atterer <CODE>&#60;<A HREF="mailto:jigdo
- atterer.net">jigdo atterer.net</A>&#62;</CODE>, to make downloading of
+ atterer.org">jigdo atterer.org</A>&#62;</CODE>, to make downloading of
CD ROM images for the Debian Linux distribution more convenient.</P
></DIV>
</BODY>
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo-lite.sgml
+++ jigdo-0.7.3/doc/jigdo-lite.sgml
@@ -2,7 +2,7 @@
<refentry lang="en">
<refentryinfo>
- <address>jigdo atterer.net</address>
+ <address>jigdo atterer.org</address>
<author>
<firstname>Richard</firstname><surname>Atterer</surname>
</author>
@@ -117,9 +117,9 @@
<refsect1 id="author">
<title>AUTHOR</title>
- <para><ulink url="http://atterer.net/jigdo/">Jigsaw
+ <para><ulink url="http://atterer.org/jigdo/">Jigsaw
Download</ulink> was written by Richard Atterer
- <email>jigdo atterer.net</email>, to make downloading of CD ROM
+ <email>jigdo atterer.org</email>, to make downloading of CD ROM
images for the Debian Linux distribution more convenient.</para>
</refsect1>
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo-mirror.1
+++ jigdo-0.7.3/doc/jigdo-mirror.1
@@ -57,6 +57,6 @@
.SH "AUTHOR"
.PP
Jigsaw
-Download <URL:http://atterer.net/jigdo/> was written by Richard Atterer
-<jigdo atterer.net>, to make downloading of CD ROM
+Download <URL:http://atterer.org/jigdo/> was written by Richard Atterer
+<jigdo atterer.org>, to make downloading of CD ROM
images for the Debian Linux distribution more convenient.
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo-mirror.html
+++ jigdo-0.7.3/doc/jigdo-mirror.html
@@ -49,9 +49,9 @@
jigdo</A>.</P></DIV>
<DIV><A NAME="AUTHOR"></A>
<H2>AUTHOR</H2>
- <P><A HREF="http://atterer.net/jigdo/" TARGET="_top">Jigsaw Download</A
+ <P><A HREF="http://atterer.org/jigdo/" TARGET="_top">Jigsaw Download</A
> was written by Richard Atterer <CODE>&#60;<A HREF="mailto:jigdo
- atterer.net">jigdo atterer.net</A>&#62;</CODE>, to make downloading of
+ atterer.org">jigdo atterer.org</A>&#62;</CODE>, to make downloading of
CD ROM images for the Debian Linux distribution more convenient.</P
></DIV>
</BODY>
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo-mirror.sgml
+++ jigdo-0.7.3/doc/jigdo-mirror.sgml
@@ -2,7 +2,7 @@
<refentry lang="en">
<refentryinfo>
- <address>jigdo atterer.net</address>
+ <address>jigdo atterer.org</address>
<author>
<firstname>Richard</firstname><surname>Atterer</surname>
</author>
@@ -88,9 +88,9 @@
<refsect1 id="author">
<title>AUTHOR</title>
- <para><ulink url="http://atterer.net/jigdo/">Jigsaw
+ <para><ulink url="http://atterer.org/jigdo/">Jigsaw
Download</ulink> was written by Richard Atterer
- <email>jigdo atterer.net</email>, to make downloading of CD ROM
+ <email>jigdo atterer.org</email>, to make downloading of CD ROM
images for the Debian Linux distribution more convenient.</para>
</refsect1>
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo.1
+++ jigdo-0.7.3/doc/jigdo.1
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "JIGDO" "1" "19 May 2006" "" ""
+.TH "JIGDO" "1" "May 05, 2003" "" ""
.SH NAME
jigdo \- GTK+ download manager.
@@ -30,6 +30,6 @@
.SH "AUTHOR"
.PP
Jigsaw
-Download <URL:http://atterer.net/jigdo/> was written by Richard Atterer
-<jigdo atterer.net>, to make downloading of CD ROM
+Download <URL:http://atterer.org/jigdo/> was written by Richard Atterer
+<jigdo atterer.org>, to make downloading of CD ROM
images for the Debian Linux distribution more convenient.
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo.html
+++ jigdo-0.7.3/doc/jigdo.html
@@ -27,9 +27,9 @@
> </P></DIV>
<DIV><A NAME="AUTHOR"></A>
<H2>AUTHOR</H2>
- <P><A HREF="http://atterer.net/jigdo/" TARGET="_top">Jigsaw Download</A
+ <P><A HREF="http://atterer.org/jigdo/" TARGET="_top">Jigsaw Download</A
> was written by Richard Atterer <CODE>&#60;<A HREF="mailto:jigdo
- atterer.net">jigdo atterer.net</A>&#62;</CODE>, to make downloading of
+ atterer.org">jigdo atterer.org</A>&#62;</CODE>, to make downloading of
CD ROM images for the Debian Linux distribution more convenient.</P
></DIV>
</BODY>
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/doc/jigdo.sgml
+++ jigdo-0.7.3/doc/jigdo.sgml
@@ -2,7 +2,7 @@
<refentry lang="en">
<refentryinfo>
- <address>jigdo atterer.net</address>
+ <address>jigdo atterer.org</address>
<author>
<firstname>Richard</firstname><surname>Atterer</surname>
</author>
@@ -64,9 +64,9 @@
<refsect1 id="author">
<title>AUTHOR</title>
- <para><ulink url="http://atterer.net/jigdo/">Jigsaw
+ <para><ulink url="http://atterer.org/jigdo/">Jigsaw
Download</ulink> was written by Richard Atterer
- <email>jigdo atterer.net</email>, to make downloading of CD ROM
+ <email>jigdo atterer.org</email>, to make downloading of CD ROM
images for the Debian Linux distribution more convenient.</para>
</refsect1>
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/jigdo.spec
+++ jigdo-0.7.3/jigdo.spec
@@ -104,8 +104,8 @@
Version: %{version}
Release: %{release}
Group: %{group}
-URL: http://atterer.net/jigdo/
-Source: http://atterer.net/jigdo/%{name}-%{version}.tar.bz2
+URL: http://atterer.org/jigdo/
+Source: http://atterer.org/jigdo/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
License: GPL
@@ -201,28 +201,28 @@
%changelog
-* Sun Jun 1 2003 Paul Bolle <jigdo-rpm@atterer.net> 0.7.0-5
+* Sun Jun 1 2003 Paul Bolle <jigdo-rpm@atterer.org> 0.7.0-5
- Some optimizations (too lazy to specifiy)
- Small typo in %%description
- Added dependency: ImageMagick (Red Hat Linux)
- added --prefix =/usr to configure (Red Hat Linux)
- preliminary work for SuSE (mostly fake!)
-* Fri May 16 2003 Paul Bolle <jigdo-rpm@atterer.net> 0.7.0-4
+* Fri May 16 2003 Paul Bolle <jigdo-rpm@atterer.org> 0.7.0-4
- Minimization of use of buildforredhat and buildformandrake
- Minor optimizations
-* Tue May 13 2003 Paul Bolle <jigdo-rpm@atterer.net> 0.7.0-3
+* Tue May 13 2003 Paul Bolle <jigdo-rpm@atterer.org> 0.7.0-3
- Use jigdo-icon.png instead of 3 png.bz2 of mandrake.src.rpm
- Deleted double listing of pixmaps in %%files
-* Sun May 11 2003 Paul Bolle <jigdo-rpm@atterer.net> 0.7.0-2
+* Sun May 11 2003 Paul Bolle <jigdo-rpm@atterer.org> 0.7.0-2
- Richard Atterer reminded me that I had suggested to use %%{_vendor}
- Deleted VERSION from %%doc and added all html's
- Added build-dependencies: zlib-devel, gtk2-devel (Red Hat Linux)
- Added dependencie: wget (Red Hat Linux)
-* Sat May 10 2003 Paul Bolle <jigdo-rpm@atterer.net> 0.7.0-1
+* Sat May 10 2003 Paul Bolle <jigdo-rpm@atterer.org> 0.7.0-1
- First Red Hat Linux 9 enabled rewrite
* Sat Dec 28 2002 Alexander Skwar <ASkwar@DigitalProjects.com> 0.6.8-3mdk
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/po/Makefile.in
+++ jigdo-0.7.3/po/Makefile.in
@@ -1,7 +1,7 @@
# Project: Jigdo (Jigsaw download)
# __ _
# |_) /| Copyright (C) 2001-2002 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
srcdir = @srcdir@
VPATH = @srcdir@
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/po/de.po
+++ jigdo-0.7.3/po/de.po
@@ -20,26 +20,26 @@
#: gtk/gui.cc:201
msgid ""
"\n"
-"\tCopyright © 2001-%1 Richard Atterer <richard%2atterer.net>\n"
-"\tJigsaw Download homepage: http://atterer.net/jigdo\n"
+"\tCopyright © 2001-%1 Richard Atterer <richard%2atterer.org>\n"
+"\tJigsaw Download homepage: http://atterer.org/jigdo\n"
"\n"
msgstr ""
"\n"
-"\tCopyright © 2001-%1 Richard Atterer <richard%2atterer.net>\n"
-"\tHomepage von Jigsaw Download: http://atterer.net/jigdo\n"
+"\tCopyright © 2001-%1 Richard Atterer <richard%2atterer.org>\n"
+"\tHomepage von Jigsaw Download: http://atterer.org/jigdo\n"
"\n"
#: jigdo-file.cc:288
msgid ""
"\n"
-"Copyright (C) 2001-%1 Richard Atterer <http://atterer.net>\n"
+"Copyright (C) 2001-%1 Richard Atterer <http://atterer.org>\n"
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License, version 2. See\n"
"the file COPYING or <http://www.gnu.org/copyleft/gpl.html> for details.\n"
"\n"
msgstr ""
"\n"
-"Copyright © 2001-%1 Richard Atterer <http://atterer.net>\n"
+"Copyright © 2001-%1 Richard Atterer <http://atterer.org>\n"
"Dieses Programm ist Freie Software; Weitergabe und/oder Änderungen sind\n"
"erlaubt unter den Bedingungen der GNU General Public License, Version 2.\n"
"Details siehe Datei COPYING oder <http://www.gnu.org/copyleft/gpl.html>.\n"
@@ -730,12 +730,12 @@
"<span weight=\"bold\" foreground=\"black\"><span size=\"x-large\">Jigsaw "
"Download %F1</span>\n"
"Copyright 2001-%2 Richard Atterer\n"
-"http://atterer.net/jigdo</span>"
+"http://atterer.org/jigdo</span>"
msgstr ""
"<span weight=\"bold\" foreground=\"black\"><span size=\"x-large\">Jigsaw "
"Download %F1</span>\n"
"Copyright 2001-%2 Richard Atterer\n"
-"http://atterer.net/jigdo</span>"
+"http://atterer.org/jigdo</span>"
#: job/jigdo-io.cc:534
msgid "A new section must be started after [Include]"
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/po/jigdo.pot
+++ jigdo-0.7.3/po/jigdo.pot
@@ -22,15 +22,15 @@
#: gtk/gui.cc:201
msgid ""
"\n"
-"\tCopyright © 2001-%1 Richard Atterer <richard%2atterer.net>\n"
-"\tJigsaw Download homepage: http://atterer.net/jigdo\n"
+"\tCopyright © 2001-%1 Richard Atterer <richard%2atterer.org>\n"
+"\tJigsaw Download homepage: http://atterer.org/jigdo\n"
"\n"
msgstr ""
#: jigdo-file.cc:288
msgid ""
"\n"
-"Copyright (C) 2001-%1 Richard Atterer <http://atterer.net>\n"
+"Copyright (C) 2001-%1 Richard Atterer <http://atterer.org>\n"
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License, version 2. See\n"
"the file COPYING or <http://www.gnu.org/copyleft/gpl.html> for details.\n"
@@ -577,7 +577,7 @@
"<span weight=\"bold\" foreground=\"black\"><span size=\"x-large\">Jigsaw "
"Download %F1</span>\n"
"Copyright 2001-%2 Richard Atterer\n"
-"http://atterer.net/jigdo</span>"
+"http://atterer.org/jigdo</span>"
msgstr ""
#: job/jigdo-io.cc:534
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/scripts/convert-cvsmirrors.awk
+++ jigdo-0.7.3/scripts/convert-cvsmirrors.awk
@@ -1,7 +1,7 @@
#! /usr/bin/gawk -f
# __ _
# |_) /| Copyright (C) 2001 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/scripts/depend.awk
+++ jigdo-0.7.3/scripts/depend.awk
@@ -1,7 +1,7 @@
#! /usr/bin/env awk -f
# __ _
# |_) /| Copyright (C) 2000 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/scripts/glade-filter.awk
+++ jigdo-0.7.3/scripts/glade-filter.awk
@@ -1,7 +1,7 @@
#! /usr/bin/env awk -f
# __ _
# |_) /| Copyright (C) 2001-2003 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/scripts/html-beautify.awk
+++ jigdo-0.7.3/scripts/html-beautify.awk
@@ -1,7 +1,7 @@
#! /usr/bin/env awk -f
# __ _
# |_) /| Copyright (C) 2000 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/scripts/jigdo-lite
+++ jigdo-0.7.3/scripts/jigdo-lite
@@ -653,7 +657,7 @@
echo
echo 'Jigsaw Download "lite"'
echo "Copyright (C) 2001-2005 | jigdo@"
-echo "Richard Atterer | atterer.net"
+echo "Richard Atterer | atterer.org"
jigdoFile="jigdo-file"
jigdo-file --version >/dev/null 2>/dev/null
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/scripts/make-templates
+++ jigdo-0.7.3/scripts/make-templates
@@ -1,7 +1,7 @@
#! /bin/sh -e
# __ _
# |_) /| Copyright (C) 2001 | richard@
-# | \/¯| Richard Atterer | atterer.net
+# | \/¯| Richard Atterer | atterer.org
# ¯ '` ¯
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/cachefile.cc
+++ jigdo-0.7.3/src/cachefile.cc
@@ -1,7 +1,7 @@
/* $Id: cachefile.cc,v 1.8 2005/07/21 11:31:43 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/cachefile.hh
+++ jigdo-0.7.3/src/cachefile.hh
@@ -1,7 +1,7 @@
/* $Id: cachefile.hh,v 1.4 2005/07/21 11:31:43 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/compat.cc
+++ jigdo-0.7.3/src/compat.cc
@@ -1,7 +1,7 @@
/* $Id: compat.cc,v 1.6 2006/05/19 16:05:40 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/config.h.in
+++ jigdo-0.7.3/src/config.h.in
@@ -232,7 +232,7 @@
const char TEMPLATE_HDR[] = "JigsawDownload template ";
/** Info URL written in .template/.jigdo file header */
- const char* const URL = "http://atterer.net/jigdo/";
+ const char* const URL = "http://atterer.org/jigdo/";
/** Approximate size of chunks into which unmatched data is chopped up when
included in template file. Measured in bytes of *uncompressed*
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/dirent.hh
+++ jigdo-0.7.3/src/dirent.hh
@@ -1,7 +1,7 @@
/* $Id: dirent.hh,v 1.2 2004/09/12 21:08:28 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/glibcurl/glibcurl-example.c
+++ jigdo-0.7.3/src/glibcurl/glibcurl-example.c
@@ -1,7 +1,7 @@
/* $Id: glibcurl-example.c,v 1.5 2004/12/04 13:57:06 atterer Exp $ -*- C -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
All rights reserved.
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/glibcurl/glibcurl.c
+++ jigdo-0.7.3/src/glibcurl/glibcurl.c
@@ -1,7 +1,7 @@
/* $Id: glibcurl.c,v 1.14 2004/12/05 16:15:12 atterer Exp $ -*- C -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
All rights reserved.
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/glibcurl/glibcurl.h
+++ jigdo-0.7.3/src/glibcurl/glibcurl.h
@@ -1,7 +1,7 @@
/* $Id: glibcurl.h,v 1.7 2004/12/04 13:58:29 atterer Exp $ -*- C -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
All rights reserved.
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/gtk-makeimage.cc
+++ jigdo-0.7.3/src/gtk/gtk-makeimage.cc
@@ -1,7 +1,7 @@
/* $Id: gtk-makeimage.cc,v 1.19 2005/04/10 16:36:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/gtk-makeimage.hh
+++ jigdo-0.7.3/src/gtk/gtk-makeimage.hh
@@ -1,7 +1,7 @@
/* $Id: gtk-makeimage.hh,v 1.11 2005/04/10 16:36:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/gtk-single-url.hh
+++ jigdo-0.7.3/src/gtk/gtk-single-url.hh
@@ -1,7 +1,7 @@
/* $Id: gtk-single-url.hh,v 1.17 2005/07/02 17:21:35 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/gui.cc
+++ jigdo-0.7.3/src/gtk/gui.cc
@@ -1,7 +1,7 @@
/* $Id: gui.cc,v 1.16 2005/07/10 20:24:17 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
@@ -99,7 +99,7 @@
"<span weight=\"bold\" foreground=\"black\">"
"<span size=\"x-large\">Jigsaw Download %F1</span>\n"
"Copyright 2001-%2 Richard Atterer\n"
- "http://atterer.net/jigdo</span>"), JIGDO_VERSION, CURRENT_YEAR);
+ "http://atterer.org/jigdo</span>"), JIGDO_VERSION, CURRENT_YEAR);
gtk_label_set_markup(aboutJigdoLabel, banner.c_str());
gtk_label_set_justify(aboutJigdoLabel, GTK_JUSTIFY_CENTER);
//gtk_label_set_justify(GTK_LABEL(GUI::window.aboutJigdoButtonLabel),
@@ -199,8 +199,8 @@
gtk_text_buffer_insert_with_tags(textBuf, &iter,
_("\nJigsaw Download License\n"), -1, large, center, NULL);
string copy = subst(_("\n"
- "\tCopyright © 2001-%1 Richard Atterer <richard%2atterer.net>\n"
- "\tJigsaw Download homepage: http://atterer.net/jigdo\n"
+ "\tCopyright © 2001-%1 Richard Atterer <richard%2atterer.org>\n"
+ "\tJigsaw Download homepage: http://atterer.org/jigdo\n"
"\n"), CURRENT_YEAR, '@');
gtk_text_buffer_insert_with_tags(textBuf, &iter, copy.c_str(), -1,
center, NULL);
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/gui.hh
+++ jigdo-0.7.3/src/gtk/gui.hh
@@ -1,7 +1,7 @@
#/* $Id: gui.hh,v 1.2 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/jobline.cc
+++ jigdo-0.7.3/src/gtk/jobline.cc
@@ -1,7 +1,7 @@
/* $Id: jobline.cc,v 1.7 2004/06/26 11:28:46 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/jobline.fh
+++ jigdo-0.7.3/src/gtk/jobline.fh
@@ -1,7 +1,7 @@
/* $Id: jobline.fh,v 1.1.1.1 2003/07/04 22:29:48 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/jobline.hh
+++ jigdo-0.7.3/src/gtk/jobline.hh
@@ -1,7 +1,7 @@
/* $Id: jobline.hh,v 1.5 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/joblist.cc
+++ jigdo-0.7.3/src/gtk/joblist.cc
@@ -1,7 +1,7 @@
/* $Id: joblist.cc,v 1.15 2005/07/02 17:21:35 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/joblist.hh
+++ jigdo-0.7.3/src/gtk/joblist.hh
@@ -1,7 +1,7 @@
/* $Id: joblist.hh,v 1.10 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/messagebox.cc
+++ jigdo-0.7.3/src/gtk/messagebox.cc
@@ -1,7 +1,7 @@
/* $Id: messagebox.cc,v 1.6 2003/09/12 23:08:01 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/messagebox.hh
+++ jigdo-0.7.3/src/gtk/messagebox.hh
@@ -1,7 +1,7 @@
/* $Id: messagebox.hh,v 1.4 2005/10/15 21:27:39 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/treeiter.cc
+++ jigdo-0.7.3/src/gtk/treeiter.cc
@@ -1,7 +1,7 @@
/* $Id: treeiter.cc,v 1.1.1.1 2003/07/04 22:29:41 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/gtk/treeiter.hh
+++ jigdo-0.7.3/src/gtk/treeiter.hh
@@ -1,7 +1,7 @@
/* $Id: treeiter.hh,v 1.2 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/jigdo-file-cmd.cc
+++ jigdo-0.7.3/src/jigdo-file-cmd.cc
@@ -1,7 +1,7 @@
/* $Id: jigdo-file-cmd.cc,v 1.16 2005/07/10 11:12:18 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/jigdo-file-cmd.hh
+++ jigdo-0.7.3/src/jigdo-file-cmd.hh
@@ -1,7 +1,7 @@
/* $Id: jigdo-file-cmd.hh,v 1.13 2005/07/05 12:26:20 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/jigdoconfig-test.cc
+++ jigdo-0.7.3/src/jigdoconfig-test.cc
@@ -1,7 +1,7 @@
/* $Id: jigdoconfig-test.cc,v 1.5 2004/09/12 21:08:28 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/jigdoconfig.cc
+++ jigdo-0.7.3/src/jigdoconfig.cc
@@ -1,7 +1,7 @@
/* $Id: jigdoconfig.cc,v 1.6 2005/04/09 14:44:50 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/jigdoconfig.fh
+++ jigdo-0.7.3/src/jigdoconfig.fh
@@ -1,7 +1,7 @@
/* $Id: jigdoconfig.fh,v 1.1.1.1 2003/07/04 22:29:16 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/jigdoconfig.hh
+++ jigdo-0.7.3/src/jigdoconfig.hh
@@ -1,7 +1,7 @@
/* $Id: jigdoconfig.hh,v 1.5 2005/04/09 14:44:50 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/cached-url.cc
+++ jigdo-0.7.3/src/job/cached-url.cc
@@ -1,7 +1,7 @@
/* $Id: cached-url.cc,v 1.7 2005/07/02 17:21:35 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/cached-url.hh
+++ jigdo-0.7.3/src/job/cached-url.hh
@@ -1,7 +1,7 @@
/* $Id: cached-url.hh,v 1.3 2004/09/09 23:50:21 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/datasource.cc
+++ jigdo-0.7.3/src/job/datasource.cc
@@ -1,7 +1,7 @@
/* $Id: datasource.cc,v 1.2 2004/08/29 01:01:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/datasource.hh
+++ jigdo-0.7.3/src/job/datasource.hh
@@ -1,7 +1,7 @@
/* $Id: datasource.hh,v 1.7 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/jigdo-io-test.cc
+++ jigdo-0.7.3/src/job/jigdo-io-test.cc
@@ -1,7 +1,7 @@
/* $Id: jigdo-io-test.cc,v 1.13 2005/04/09 22:31:29 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/jigdo-io.cc
+++ jigdo-0.7.3/src/job/jigdo-io.cc
@@ -1,7 +1,7 @@
/* $Id: jigdo-io.cc,v 1.26 2005/04/10 16:36:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/jigdo-io.fh
+++ jigdo-0.7.3/src/job/jigdo-io.fh
@@ -1,7 +1,7 @@
/* $Id: jigdo-io.fh,v 1.3 2003/09/03 19:28:13 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/jigdo-io.hh
+++ jigdo-0.7.3/src/job/jigdo-io.hh
@@ -1,7 +1,7 @@
/* $Id: jigdo-io.hh,v 1.16 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/jigdodownload.cc
+++ jigdo-0.7.3/src/job/jigdodownload.cc
@@ -1,7 +1,7 @@
/* $Id: jigdodownload.cc,v 1.9 2004/09/11 23:26:30 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/jigdodownload.hh
+++ jigdo-0.7.3/src/job/jigdodownload.hh
@@ -1,7 +1,7 @@
/* $Id: jigdodownload.hh,v 1.11 2005/07/04 10:25:10 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/job.hh
+++ jigdo-0.7.3/src/job/job.hh
@@ -1,7 +1,7 @@
/* $Id: job.hh,v 1.9 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/makeimage.cc
+++ jigdo-0.7.3/src/job/makeimage.cc
@@ -1,7 +1,7 @@
/* $Id: makeimage.cc,v 1.1.1.1 2003/07/04 22:29:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/makeimage.hh
+++ jigdo-0.7.3/src/job/makeimage.hh
@@ -1,7 +1,7 @@
/* $Id: makeimage.hh,v 1.10 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/makeimagedl-info-test.cc
+++ jigdo-0.7.3/src/job/makeimagedl-info-test.cc
@@ -1,7 +1,7 @@
/* $Id: makeimagedl-info-test.cc,v 1.7 2004/09/11 23:26:30 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/makeimagedl-info.cc
+++ jigdo-0.7.3/src/job/makeimagedl-info.cc
@@ -1,7 +1,7 @@
/* $Id: makeimagedl-info.cc,v 1.4 2004/02/04 15:34:40 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/makeimagedl.cc
+++ jigdo-0.7.3/src/job/makeimagedl.cc
@@ -1,7 +1,7 @@
/* $Id: makeimagedl.cc,v 1.30 2005/07/06 22:06:34 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/makeimagedl.fh
+++ jigdo-0.7.3/src/job/makeimagedl.fh
@@ -1,7 +1,7 @@
/* $Id: makeimagedl.fh,v 1.1 2003/08/17 15:51:19 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/makeimagedl.hh
+++ jigdo-0.7.3/src/job/makeimagedl.hh
@@ -1,7 +1,7 @@
/* $Id: makeimagedl.hh,v 1.27 2005/10/15 21:34:28 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/single-url.cc
+++ jigdo-0.7.3/src/job/single-url.cc
@@ -1,7 +1,7 @@
/* $Id: single-url.cc,v 1.17 2005/04/09 22:31:29 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2002-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/single-url.hh
+++ jigdo-0.7.3/src/job/single-url.hh
@@ -1,7 +1,7 @@
/* $Id: single-url.hh,v 1.15 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2002-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/url-mapping-test.cc
+++ jigdo-0.7.3/src/job/url-mapping-test.cc
@@ -1,7 +1,7 @@
/* $Id: url-mapping-test.cc,v 1.5 2005/04/10 17:04:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/url-mapping.cc
+++ jigdo-0.7.3/src/job/url-mapping.cc
@@ -1,7 +1,7 @@
/* $Id: url-mapping.cc,v 1.8 2005/07/06 14:55:41 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/url-mapping.fh
+++ jigdo-0.7.3/src/job/url-mapping.fh
@@ -1,7 +1,7 @@
/* $Id: url-mapping.fh,v 1.2 2004/08/09 08:35:05 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/job/url-mapping.hh
+++ jigdo-0.7.3/src/job/url-mapping.hh
@@ -1,7 +1,7 @@
/* $Id: url-mapping.hh,v 1.9 2005/04/10 17:04:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/mkimage.cc
+++ jigdo-0.7.3/src/mkimage.cc
@@ -1,7 +1,7 @@
/* $Id: mkimage.cc,v 1.15 2005/07/09 19:14:46 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
@@ -285,27 +285,27 @@
//______________________________________________________________________
namespace {
- const int SIZE_WIDTH = 12;
+ const int J_SIZE_WIDTH = 12;
}
ostream& JigdoDesc::ImageInfo::put(ostream& s) const {
- s << "image-info " << setw(SIZE_WIDTH) << size() << " "
+ s << "image-info " << setw(J_SIZE_WIDTH) << size() << " "
<< md5() << ' ' << blockLength() << '\n';
return s;
}
ostream& JigdoDesc::UnmatchedData::put(ostream& s) const {
- s << "in-template " << setw(SIZE_WIDTH) << offset() << ' '
- << setw(SIZE_WIDTH) << size() << '\n';
+ s << "in-template " << setw(J_SIZE_WIDTH) << offset() << ' '
+ << setw(J_SIZE_WIDTH) << size() << '\n';
return s;
}
ostream& JigdoDesc::MatchedFile::put(ostream& s) const {
- s << "need-file " << setw(SIZE_WIDTH) << offset() << ' '
- << setw(SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
+ s << "need-file " << setw(J_SIZE_WIDTH) << offset() << ' '
+ << setw(J_SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
return s;
}
ostream& JigdoDesc::WrittenFile::put(ostream& s) const {
- s << "have-file " << setw(SIZE_WIDTH) << offset() << ' '
- << setw(SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
+ s << "have-file " << setw(J_SIZE_WIDTH) << offset() << ' '
+ << setw(J_SIZE_WIDTH) << size() << ' ' << md5() << ' ' << rsync() << '\n';
return s;
}
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/mkimage.hh
+++ jigdo-0.7.3/src/mkimage.hh
@@ -1,7 +1,7 @@
/* $Id: mkimage.hh,v 1.3 2004/09/12 21:08:28 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/mkjigdo.cc
+++ jigdo-0.7.3/src/mkjigdo.cc
@@ -1,7 +1,7 @@
/* $Id: mkjigdo.cc,v 1.2 2004/09/09 23:50:21 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/mktemplate.cc
+++ jigdo-0.7.3/src/mktemplate.cc
@@ -1,7 +1,7 @@
/* $Id: mktemplate.cc,v 1.16 2005/07/06 15:29:59 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
@@ -345,7 +345,7 @@
"very likely broken! To help me find the bug, please rerun the\n"
"command as follows:\n"
" [previous-command] --report=noprogress --debug=make-template >log 2>&1\n"
- "and send the _compressed_ `log' file to <jigdo" << "@atterer.net>."
+ "and send the _compressed_ `log' file to <jigdo" << "@atterer.org>."
<< endl;
printed = true;
}
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/mktemplate.hh
+++ jigdo-0.7.3/src/mktemplate.hh
@@ -1,7 +1,7 @@
/* $Id: mktemplate.hh,v 1.10 2006/05/14 18:23:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/net/download.cc
+++ jigdo-0.7.3/src/net/download.cc
@@ -1,7 +1,7 @@
/* $Id: download.cc,v 1.22 2004/12/05 16:15:12 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
@@ -90,7 +90,7 @@
userAgent += ')';
}
# endif
- userAgent += " (+http://atterer.net/jigdo/) ";
+ userAgent += " (+http://atterer.org/jigdo/) ";
//userAgent += curl_version();
const char* p = curl_version();
while (*p != ' ' && *p != '\0') userAgent += *p++;
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/net/download.hh
+++ jigdo-0.7.3/src/net/download.hh
@@ -1,7 +1,7 @@
/* $Id: download.hh,v 1.17 2006/05/14 18:23:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/net/libwww.hh
+++ jigdo-0.7.3/src/net/libwww.hh
@@ -1,7 +1,7 @@
/* $Id: libwww.hh,v 1.8 2003/09/12 23:08:01 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/net/proxyguess.cc
+++ jigdo-0.7.3/src/net/proxyguess.cc
@@ -1,7 +1,7 @@
/* $Id: proxyguess.cc,v 1.14 2005/07/02 17:21:35 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/net/proxyguess.hh
+++ jigdo-0.7.3/src/net/proxyguess.hh
@@ -1,7 +1,7 @@
/* $Id: proxyguess.hh,v 1.2 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/net/uri-test.cc
+++ jigdo-0.7.3/src/net/uri-test.cc
@@ -1,7 +1,7 @@
/* $Id: uri-test.cc,v 1.4 2005/07/02 17:21:35 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/net/uri.cc
+++ jigdo-0.7.3/src/net/uri.cc
@@ -1,7 +1,7 @@
/* $Id: uri.cc,v 1.6 2004/09/08 16:47:25 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/net/uri.hh
+++ jigdo-0.7.3/src/net/uri.hh
@@ -1,7 +1,7 @@
/* $Id: uri.hh,v 1.5 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/partialmatch.cc
+++ jigdo-0.7.3/src/partialmatch.cc
@@ -1,7 +1,7 @@
/* $Id: partialmatch.cc,v 1.1.1.1 2003/07/04 22:29:14 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/partialmatch.hh
+++ jigdo-0.7.3/src/partialmatch.hh
@@ -1,7 +1,7 @@
/* $Id: partialmatch.hh,v 1.5 2004/09/12 21:08:28 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/partialmatch.ih
+++ jigdo-0.7.3/src/partialmatch.ih
@@ -1,7 +1,7 @@
/* $Id: partialmatch.ih,v 1.5 2003/08/15 11:38:30 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/recursedir-test.cc
+++ jigdo-0.7.3/src/recursedir-test.cc
@@ -1,7 +1,7 @@
/* $Id: recursedir-test.cc,v 1.1.1.1 2003/07/04 22:29:18 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/recursedir.fh
+++ jigdo-0.7.3/src/recursedir.fh
@@ -1,7 +1,7 @@
/* $Id: recursedir.fh,v 1.1.1.1 2003/07/04 22:29:24 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/recursedir.hh
+++ jigdo-0.7.3/src/recursedir.hh
@@ -1,7 +1,7 @@
/* $Id: recursedir.hh,v 1.7 2006/05/14 18:23:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/scan.cc
+++ jigdo-0.7.3/src/scan.cc
@@ -1,7 +1,7 @@
/* $Id: scan.cc,v 1.11 2005/07/02 22:05:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/scan.fh
+++ jigdo-0.7.3/src/scan.fh
@@ -1,7 +1,7 @@
/* $Id: scan.fh,v 1.1.1.1 2003/07/04 22:29:08 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/scan.hh
+++ jigdo-0.7.3/src/scan.hh
@@ -1,7 +1,7 @@
/* $Id: scan.hh,v 1.6 2006/05/19 14:46:25 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/serialize.hh
+++ jigdo-0.7.3/src/serialize.hh
@@ -1,7 +1,7 @@
/* $Id: serialize.hh,v 1.5 2005/07/04 10:25:10 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/torture.cc
+++ jigdo-0.7.3/src/torture.cc
@@ -1,7 +1,7 @@
/* $Id: torture.cc,v 1.9 2005/07/02 17:21:35 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/autonullptr-test.cc
+++ jigdo-0.7.3/src/util/autonullptr-test.cc
@@ -1,7 +1,7 @@
/* $Id: autonullptr-test.cc,v 1.2 2004/09/09 23:50:22 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/autonullptr.hh
+++ jigdo-0.7.3/src/util/autonullptr.hh
@@ -1,7 +1,7 @@
/* $Id: autonullptr.hh,v 1.5 2005/07/04 10:25:10 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/autoptr.hh
+++ jigdo-0.7.3/src/util/autoptr.hh
@@ -1,7 +1,7 @@
/* $Id: autoptr.hh,v 1.2 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/bstream-counted.hh
+++ jigdo-0.7.3/src/util/bstream-counted.hh
@@ -1,7 +1,7 @@
/* $Id: bstream-counted.hh,v 1.5 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/bstream.cc
+++ jigdo-0.7.3/src/util/bstream.cc
@@ -1,7 +1,7 @@
/* $Id: bstream.cc,v 1.2 2004/12/28 00:23:14 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/bstream.hh
+++ jigdo-0.7.3/src/util/bstream.hh
@@ -1,7 +1,7 @@
/* $Id: bstream.hh,v 1.19 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/configfile-test.cc
+++ jigdo-0.7.3/src/util/configfile-test.cc
@@ -1,7 +1,7 @@
/* $Id: configfile-test.cc,v 1.2 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/configfile.hh
+++ jigdo-0.7.3/src/util/configfile.hh
@@ -1,7 +1,7 @@
/* $Id: configfile.hh,v 1.5 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/debug.cc
+++ jigdo-0.7.3/src/util/debug.cc
@@ -1,7 +1,7 @@
/* $Id: debug.cc,v 1.9 2005/07/02 17:21:35 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 1999-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/debug.hh
+++ jigdo-0.7.3/src/util/debug.hh
@@ -1,7 +1,7 @@
/* $Id: debug.hh,v 1.9 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 1999-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/gunzip-test.cc
+++ jigdo-0.7.3/src/util/gunzip-test.cc
@@ -1,7 +1,7 @@
/* $Id: gunzip-test.cc,v 1.5 2004/09/12 21:08:28 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/gunzip.cc
+++ jigdo-0.7.3/src/util/gunzip.cc
@@ -1,7 +1,7 @@
/* $Id: gunzip.cc,v 1.6 2006/05/14 18:23:31 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/gunzip.hh
+++ jigdo-0.7.3/src/util/gunzip.hh
@@ -1,7 +1,7 @@
/* $Id: gunzip.hh,v 1.3 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/ilist.hh
+++ jigdo-0.7.3/src/util/ilist.hh
@@ -1,7 +1,7 @@
/* $Id: ilist.hh,v 1.10 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/log-test.cc
+++ jigdo-0.7.3/src/util/log-test.cc
@@ -1,7 +1,7 @@
/* $Id: log-test.cc,v 1.3 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/log.cc
+++ jigdo-0.7.3/src/util/log.cc
@@ -1,7 +1,7 @@
/* $Id: log.cc,v 1.8 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/log.hh
+++ jigdo-0.7.3/src/util/log.hh
@@ -1,7 +1,7 @@
/* $Id: log.hh,v 1.10 2005/07/02 14:53:59 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/md5sum-test.cc
+++ jigdo-0.7.3/src/util/md5sum-test.cc
@@ -1,7 +1,7 @@
/* $Id: md5sum-test.cc,v 1.2 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/md5sum.cc
+++ jigdo-0.7.3/src/util/md5sum.cc
@@ -1,7 +1,7 @@
/* $Id: md5sum.cc,v 1.4 2004/06/20 20:35:15 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
"Ported" to C++ by RA. Uses glibc code for the actual algorithm.
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/md5sum.fh
+++ jigdo-0.7.3/src/util/md5sum.fh
@@ -1,7 +1,7 @@
/* $Id: md5sum.fh,v 1.2 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
"Ported" to C++ by RA. Actual MD5 code taken from glibc
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/md5sum.ih
+++ jigdo-0.7.3/src/util/md5sum.ih
@@ -1,7 +1,7 @@
/* $Id: md5sum.ih,v 1.3 2004/06/20 20:35:15 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/mimestream-test.cc
+++ jigdo-0.7.3/src/util/mimestream-test.cc
@@ -1,7 +1,7 @@
/* $Id: mimestream-test.cc,v 1.2 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/mimestream.hh
+++ jigdo-0.7.3/src/util/mimestream.hh
@@ -1,7 +1,7 @@
/* $Id: mimestream.hh,v 1.7 2005/07/02 14:53:59 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/nocopy.hh
+++ jigdo-0.7.3/src/util/nocopy.hh
@@ -1,7 +1,7 @@
/* $Id: nocopy.hh,v 1.2 2004/09/09 23:50:22 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/progress.cc
+++ jigdo-0.7.3/src/util/progress.cc
@@ -1,7 +1,7 @@
/* $Id: progress.cc,v 1.7 2003/08/15 11:38:30 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/progress.fh
+++ jigdo-0.7.3/src/util/progress.fh
@@ -1,7 +1,7 @@
/* $Id: progress.fh,v 1.2 2003/08/28 23:21:00 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/progress.hh
+++ jigdo-0.7.3/src/util/progress.hh
@@ -1,7 +1,7 @@
/* $Id: progress.hh,v 1.9 2004/09/09 23:50:22 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/random.cc
+++ jigdo-0.7.3/src/util/random.cc
@@ -1,7 +1,7 @@
/* $Id: random.cc,v 1.1 2005/07/04 15:00:37 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2005 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/rsyncsum-test.cc
+++ jigdo-0.7.3/src/util/rsyncsum-test.cc
@@ -1,7 +1,7 @@
/* $Id: rsyncsum-test.cc,v 1.3 2004/11/24 10:38:44 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/rsyncsum.cc
+++ jigdo-0.7.3/src/util/rsyncsum.cc
@@ -1,7 +1,7 @@
/* $Id: rsyncsum.cc,v 1.2 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/rsyncsum.hh
+++ jigdo-0.7.3/src/util/rsyncsum.hh
@@ -1,7 +1,7 @@
/* $Id: rsyncsum.hh,v 1.4 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/rsyncsum.ih
+++ jigdo-0.7.3/src/util/rsyncsum.ih
@@ -1,7 +1,7 @@
/* $Id: rsyncsum.ih,v 1.2 2003/09/27 21:31:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/smartptr.hh
+++ jigdo-0.7.3/src/util/smartptr.hh
@@ -1,7 +1,7 @@
/* $Id: smartptr.hh,v 1.7 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2000-2004 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2 or
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/status.hh
+++ jigdo-0.7.3/src/util/status.hh
@@ -1,7 +1,7 @@
/* $Id: status.hh,v 1.4 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/string-utf-test.cc
+++ jigdo-0.7.3/src/util/string-utf-test.cc
@@ -1,7 +1,7 @@
/* $Id: string-utf-test.cc,v 1.1 2003/09/16 23:32:10 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/string-utf.hh
+++ jigdo-0.7.3/src/util/string-utf.hh
@@ -1,7 +1,7 @@
/* $Id: string-utf.hh,v 1.2 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2003 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/string.cc
+++ jigdo-0.7.3/src/util/string.cc
@@ -1,7 +1,7 @@
/* $Id: string.cc,v 1.6 2005/04/09 10:38:21 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/string.hh
+++ jigdo-0.7.3/src/util/string.hh
@@ -1,7 +1,7 @@
/* $Id: string.hh,v 1.8 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/util/unistd-jigdo.h
+++ jigdo-0.7.3/src/util/unistd-jigdo.h
@@ -1,7 +1,7 @@
/* $Id: unistd-jigdo.h,v 1.1 2005/07/04 14:55:05 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2005 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2. See the file
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/zstream-bz.cc
+++ jigdo-0.7.3/src/zstream-bz.cc
@@ -1,7 +1,7 @@
/* $Id: zstream-bz.cc,v 1.2 2005/04/04 21:58:17 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004-2005 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/zstream-bz.hh
+++ jigdo-0.7.3/src/zstream-bz.hh
@@ -1,7 +1,7 @@
/* $Id: zstream-bz.hh,v 1.3 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004-2005 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/zstream-gz.cc
+++ jigdo-0.7.3/src/zstream-gz.cc
@@ -1,7 +1,7 @@
/* $Id: zstream-gz.cc,v 1.3 2005/04/04 21:58:17 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004-2005 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/zstream-gz.hh
+++ jigdo-0.7.3/src/zstream-gz.hh
@@ -1,7 +1,7 @@
/* $Id: zstream-gz.hh,v 1.5 2005/04/09 23:09:52 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2004-2005 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/zstream.cc
+++ jigdo-0.7.3/src/zstream.cc
@@ -1,7 +1,7 @@
/* $Id: zstream.cc,v 1.11 2005/04/04 21:58:17 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2005 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/zstream.fh
+++ jigdo-0.7.3/src/zstream.fh
@@ -1,7 +1,7 @@
/* $Id: zstream.fh,v 1.1.1.1 2003/07/04 22:29:41 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2002 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See
only in patch2:
unchanged:
--- jigdo-0.7.3.orig/src/zstream.hh
+++ jigdo-0.7.3/src/zstream.hh
@@ -1,7 +1,7 @@
/* $Id: zstream.hh,v 1.10 2005/07/02 22:05:04 atterer Exp $ -*- C++ -*-
__ _
|_) /| Copyright (C) 2001-2005 | richard@
- | \/¯| Richard Atterer | atterer.net
+ | \/¯| Richard Atterer | atterer.org
¯ '` ¯
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2. See