etc: Enable a tty for a serial port by default.
[dragora.git] / patches / giflib / recover-giffilter-docs.patch
blob871ca421d87231fae973f187a866d88c6df133e7
1 Description: Recover the giffilter manual page
2 Author: David Suárez <david.sephirot@gmail.com>
3 Origin: vendor
4 Bug: https://sourceforge.net/p/giflib/bugs/154/
5 Last-Update: 2020-12-20
7 --- /dev/null
8 +++ b/doc/giffilter.xml
9 @@ -0,0 +1,42 @@
10 +<?xml version="1.0" encoding="ISO-8859-1"?>
11 +<!DOCTYPE refentry PUBLIC
12 + "-//OASIS//DTD DocBook XML V4.1.2//EN"
13 + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
14 +<!ENTITY email "esr@thyrsus.com">
15 +]>
16 +<refentry id='giffilter.1'>
17 +<refentryinfo><date>2 May 2012</date></refentryinfo>
18 +<refmeta>
19 +<refentrytitle>giffilter</refentrytitle>
20 +<manvolnum>1</manvolnum>
21 +<refmiscinfo class="source">GIFLIB</refmiscinfo>
22 +<refmiscinfo class="manual">GIFLIB Documentation</refmiscinfo>
23 +</refmeta>
24 +<refnamediv id='name'>
25 +<refname>giffilter</refname>
26 +<refpurpose>expensive GIF copy, a model for filter utilities</refpurpose>
27 +</refnamediv>
29 +<refsynopsisdiv id='synopsis'>
31 +<cmdsynopsis>
32 + <command>giffilter</command>
33 +</cmdsynopsis>
34 +</refsynopsisdiv>
36 +<refsect1><title>Description</title>
38 +<para>This is an expensive way to copy a GIF. The source is included
39 +as a skeleton for more sophisticated filters. See the source in the
40 +util directory for details.</para>
42 +<para>Also has some utility as a test of the sequential GIF record I/O
43 +routines. The output should be bytewise identical to the input.</para>
45 +</refsect1>
46 +<refsect1><title>Author</title>
48 +<para>Eric S. Raymond <email>&email;</email></para>
50 +</refsect1>
51 +</refentry>
52 --- a/Makefile
53 +++ b/Makefile
54 @@ -67,6 +67,7 @@
55 doc/gifbuild.1 \
56 doc/gifclrmp.1 \
57 doc/gifecho.1 \
58 + doc/giffilter.1 \
59 doc/giffix.1 \
60 doc/gifinto.1 \
61 doc/giflib.1 \
62 --- a/doc/Makefile
63 +++ b/doc/Makefile
64 @@ -22,6 +22,7 @@
65 gifbuild.xml \
66 gifclrmp.xml \
67 gifecho.xml \
68 + giffilter.xml \
69 giffix.xml \
70 gifinto.xml \
71 giflib.xml \