diff options
author | agc <agc> | 1999-07-26 15:12:23 +0000 |
---|---|---|
committer | agc <agc> | 1999-07-26 15:12:23 +0000 |
commit | 745d0f73beae970fb11d10f0090e315b4d758948 (patch) | |
tree | 947743e2f5155fad67d555bd4001eb794223eab3 /devel/readline | |
parent | 2470e90aa7dc78d29f693204a279d30da4bb4182 (diff) | |
download | pkgsrc-745d0f73beae970fb11d10f0090e315b4d758948.tar.gz |
Remove patch-aj, which creates an rlman.texinfo file, which already
exists in the distribution. Update patch-sum file accordingly.
Diffstat (limited to 'devel/readline')
-rw-r--r-- | devel/readline/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/readline/patches/patch-aj | 113 |
2 files changed, 1 insertions, 115 deletions
diff --git a/devel/readline/files/patch-sum b/devel/readline/files/patch-sum index 9aaae43ab3c..7a36a243829 100644 --- a/devel/readline/files/patch-sum +++ b/devel/readline/files/patch-sum @@ -1,9 +1,8 @@ -$NetBSD: patch-sum,v 1.2 1999/07/13 00:56:13 jlam Exp $ +$NetBSD: patch-sum,v 1.3 1999/07/26 15:12:23 agc Exp $ MD5 (patch-aa) = 753804c7a34e14e737bf9c91d2c6d55f MD5 (patch-ad) = d449ce3cd4db0f57683c26f526d8e2b0 MD5 (patch-ae) = 38f3f5a9aeb6edff38f134c1af41739f MD5 (patch-ah) = 1692b74a84f79aeb354ca2a0dc46bc71 MD5 (patch-ai) = 0bee21167117e7e6510455fce24043da -MD5 (patch-aj) = 37f93b527d0db8795ad17ef9e785c2a7 MD5 (patch-ak) = 54446c23a1340c6997b6327f10965100 diff --git a/devel/readline/patches/patch-aj b/devel/readline/patches/patch-aj deleted file mode 100644 index 26085557ee7..00000000000 --- a/devel/readline/patches/patch-aj +++ /dev/null @@ -1,113 +0,0 @@ -$NetBSD: patch-aj,v 1.1 1999/07/13 00:56:14 jlam Exp $ - ---- /dev/null Tue Jul 6 13:13:15 1999 -+++ doc/rlman.texinfo Tue Jul 6 13:29:43 1999 -@@ -0,0 +1,108 @@ -+\input texinfo @c -*-texinfo-*- -+@comment %**start of header (This is for running Texinfo on a region.) -+@setfilename readline.info -+@settitle GNU Readline Library -+@comment %**end of header (This is for running Texinfo on a region.) -+@synindex vr fn -+@setchapternewpage odd -+ -+@include manvers.texinfo -+ -+@ifinfo -+@dircategory Libraries -+@direntry -+* Readline: (readline). The GNU readline library API -+@end direntry -+ -+This document describes the GNU Readline Library, a utility which aids -+in the consistency of user interface across discrete programs that need -+to provide a command line interface. -+ -+Copyright (C) 1988-1999 Free Software Foundation, Inc. -+ -+Permission is granted to make and distribute verbatim copies of -+this manual provided the copyright notice and this permission notice -+pare preserved on all copies. -+ -+@ignore -+Permission is granted to process this file through TeX and print the -+results, provided the printed document carries copying permission -+notice identical to this one except for the removal of this paragraph -+(this paragraph not being relevant to the printed manual). -+@end ignore -+ -+Permission is granted to copy and distribute modified versions of this -+manual under the conditions for verbatim copying, provided that the entire -+resulting derived work is distributed under the terms of a permission -+notice identical to this one. -+ -+Permission is granted to copy and distribute translations of this manual -+into another language, under the above conditions for modified versions, -+except that this permission notice may be stated in a translation approved -+by the Free Software Foundation. -+@end ifinfo -+ -+@titlepage -+@title GNU Readline Library -+@subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}. -+@subtitle @value{UPDATE-MONTH} -+@author Brian Fox, Free Software Foundation -+@author Chet Ramey, Case Western Reserve University -+ -+@page -+This document describes the GNU Readline Library, a utility which aids -+in the consistency of user interface across discrete programs that need -+to provide a command line interface. -+ -+Published by the Free Software Foundation @* -+675 Massachusetts Avenue, @* -+Cambridge, MA 02139 USA -+ -+Permission is granted to make and distribute verbatim copies of -+this manual provided the copyright notice and this permission notice -+are preserved on all copies. -+ -+Permission is granted to copy and distribute modified versions of this -+manual under the conditions for verbatim copying, provided that the entire -+resulting derived work is distributed under the terms of a permission -+notice identical to this one. -+ -+Permission is granted to copy and distribute translations of this manual -+into another language, under the above conditions for modified versions, -+except that this permission notice may be stated in a translation approved -+by the Free Software Foundation. -+ -+@vskip 0pt plus 1filll -+Copyright @copyright{} 1988-1999 Free Software Foundation, Inc. -+@end titlepage -+ -+@ifinfo -+@node Top -+@top GNU Readline Library -+ -+This document describes the GNU Readline Library, a utility which aids -+in the consistency of user interface across discrete programs that need -+to provide a command line interface. -+ -+@menu -+* Command Line Editing:: GNU Readline User's Manual. -+* Programming with GNU Readline:: GNU Readline Programmer's Manual. -+* Concept Index:: Index of concepts described in this manual. -+* Function and Variable Index:: Index of externally visible functions -+ and variables. -+@end menu -+@end ifinfo -+ -+@include rluser.texinfo -+@include rltech.texinfo -+ -+@node Concept Index -+@unnumbered Concept Index -+@printindex cp -+ -+@node Function and Variable Index -+@unnumbered Function and Variable Index -+@printindex fn -+ -+@contents -+@bye |