Update to 1.2. Remove unneeded patch.
From MAINTAINER (Will Maier) ok landry@, "looks good" steven@
This commit is contained in:
parent
e443758060
commit
06f6372d61
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/09/23 17:07:21 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/12/12 15:41:59 merdely Exp $
|
||||
|
||||
COMMENT= library for manipulating structured configuration files
|
||||
|
||||
DISTNAME= libconfig-1.1.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= libconfig-1.2
|
||||
|
||||
SHARED_LIBS= config 4.3 \
|
||||
config++ 4.3
|
||||
SHARED_LIBS= config 5.0 \
|
||||
config++ 5.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (libconfig-1.1.3.tar.gz) = wM1LXtRLvB3KMur6rDd+Mw==
|
||||
RMD160 (libconfig-1.1.3.tar.gz) = UfPpD6cvrUK0y1kXJveUnwqMByo=
|
||||
SHA1 (libconfig-1.1.3.tar.gz) = 5/jKPtCi7EjvjooWRU5kDF4Dr4g=
|
||||
SHA256 (libconfig-1.1.3.tar.gz) = Pubf0O2tZ0SkyFhXii/Bp1jKCiw7P5N1lpXiNiSiwBg=
|
||||
SIZE (libconfig-1.1.3.tar.gz) = 494149
|
||||
MD5 (libconfig-1.2.tar.gz) = +lJQfw2yhWc/I7cZOvTv1A==
|
||||
RMD160 (libconfig-1.2.tar.gz) = Vf00GtAzL+xn9RXfzPqCIotsxTs=
|
||||
SHA1 (libconfig-1.2.tar.gz) = p2ct1e/x/NNEwDiwbKYzSEjqfe8=
|
||||
SHA256 (libconfig-1.2.tar.gz) = m0h8qe/tYxfDfaUt4cOpwNTTNjMSSGRoNHT/aA9gz+Y=
|
||||
SIZE (libconfig-1.2.tar.gz) = 505661
|
||||
|
@ -1,65 +0,0 @@
|
||||
$OpenBSD: patch-doc_libconfig_texi,v 1.1.1.1 2007/09/21 20:19:05 merdely Exp $
|
||||
--- doc/libconfig.texi.orig Sun Jul 1 23:31:37 2007
|
||||
+++ doc/libconfig.texi Fri Sep 21 06:14:55 2007
|
||||
@@ -4,14 +4,22 @@
|
||||
|
||||
@c All text is ignored before the setfilename.
|
||||
@setfilename libconfig.info
|
||||
-@settitle libconfig @value{edition}
|
||||
+@settitle libconfig
|
||||
|
||||
-@set edition 1.1.2
|
||||
-@set update-month July 2007
|
||||
-@set update-date 1 @value{update-month}
|
||||
+@set edition 1.1.4
|
||||
+@set update-month September 2007
|
||||
+@set update-date 21 @value{update-month}
|
||||
+@set subtitle-text A Library For Manipulating Structured Configuration Files
|
||||
+@set author-text Mark A.@: Lindner
|
||||
|
||||
@comment %**end of header
|
||||
|
||||
+@dircategory Software libraries
|
||||
+@direntry
|
||||
+* libconfig: (libconfig). A Library For Manipulating Structured Configuration Files
|
||||
+@end direntry
|
||||
+
|
||||
+
|
||||
@tex
|
||||
\global\emergencystretch = .3\hsize
|
||||
@end tex
|
||||
@@ -21,11 +29,11 @@
|
||||
@titlepage
|
||||
|
||||
@title libconfig
|
||||
-@subtitle A Library For Manipulating Structured Configuration Files
|
||||
+@subtitle @value{subtitle-text}
|
||||
@subtitle Version @value{edition}
|
||||
@subtitle @value{update-date}
|
||||
|
||||
-@author Mark A.@: Lindner
|
||||
+@author @value{author-text}
|
||||
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
@@ -41,6 +49,20 @@ resulting derived work is distributed under the terms
|
||||
notice identical to this one.
|
||||
|
||||
@end titlepage
|
||||
+
|
||||
+@c Give the HTML output a title page that somewhat resembles the printed one
|
||||
+@ifhtml
|
||||
+@html
|
||||
+<hr noshade size=6 color="black">
|
||||
+<div align=right>@value{subtitle-text}<br>
|
||||
+Version @value{edition}<br>
|
||||
+@value{update-date}</div>
|
||||
+<br><br><br><br>
|
||||
+<font size=+1>@value{author-text}</font>
|
||||
+<hr size=3 noshade color="black">
|
||||
+<br><br>
|
||||
+@end html
|
||||
+@end ifhtml
|
||||
|
||||
@contents
|
||||
|
Loading…
Reference in New Issue
Block a user