diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:38:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:38:41 +0000 |
commit | 6619f2a07dddb14f02d32d1a2c7024750bc15dac (patch) | |
tree | 01b0a220f4c7130c8bd0307ce48168def4cf570a /x11/xcmiscproto | |
parent | 0794b49d753e99a63d27bf8f8b6f3386781bd93e (diff) | |
download | pkgsrc-6619f2a07dddb14f02d32d1a2c7024750bc15dac.tar.gz |
Update to 1.2.2.
1.2.2:
Alan Coopersmith (1):
xcmiscproto 1.2.2
Gaetan Nadon (10):
config: HTML file generation: use the installed copy of xorg.css
Docbook: change the book id to match the xml file basename
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
docs: remove <productnumber> which is not used by default
docs: use the &fullrelvers; entity to set X11 release information
specs: fix author affiliation
Matt Dew (1):
1 - fix the capitalization of the ID attriutes to match either the
Paulo Zanoni (1):
Use docbookx.dtd version 4.3 for all docs
1.2.1:
This release includes a DocBook XML conversion of the protocol spec
previously found in xorg-docs, as well as the usual recent collection of
build configuration improvements and janitorial cleanups.
Diffstat (limited to 'x11/xcmiscproto')
-rw-r--r-- | x11/xcmiscproto/Makefile | 6 | ||||
-rw-r--r-- | x11/xcmiscproto/PLIST | 3 | ||||
-rw-r--r-- | x11/xcmiscproto/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/x11/xcmiscproto/Makefile b/x11/xcmiscproto/Makefile index 265d2d84d29..396ced351bd 100644 --- a/x11/xcmiscproto/Makefile +++ b/x11/xcmiscproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/08/29 15:30:49 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/06/03 18:38:41 wiz Exp $ # -DISTNAME= xcmiscproto-1.2.0 +DISTNAME= xcmiscproto-1.2.2 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 @@ -16,6 +16,6 @@ CONFLICTS+= xextensions-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/xcmiscproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= c .include "../../mk/bsd.pkg.mk" diff --git a/x11/xcmiscproto/PLIST b/x11/xcmiscproto/PLIST index 780801c059e..253e7027951 100644 --- a/x11/xcmiscproto/PLIST +++ b/x11/xcmiscproto/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/08/29 15:30:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/06/03 18:38:41 wiz Exp $ include/X11/extensions/xcmiscproto.h include/X11/extensions/xcmiscstr.h lib/pkgconfig/xcmiscproto.pc +share/doc/xcmiscproto/xc-misc.xml diff --git a/x11/xcmiscproto/distinfo b/x11/xcmiscproto/distinfo index 7eb660e1f62..cd4468cf88f 100644 --- a/x11/xcmiscproto/distinfo +++ b/x11/xcmiscproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/08/29 15:30:49 wiz Exp $ +$NetBSD: distinfo,v 1.3 2012/06/03 18:38:41 wiz Exp $ -SHA1 (xcmiscproto-1.2.0.tar.bz2) = 1a55e042b33c0e0aaf2299942315a5208d644707 -RMD160 (xcmiscproto-1.2.0.tar.bz2) = b66ac94e7eb966889136dcae61395b5917fa70f6 -Size (xcmiscproto-1.2.0.tar.bz2) = 48697 bytes +SHA1 (xcmiscproto-1.2.2.tar.bz2) = 59ae9ec6414964440bf654b207618e5dd66a32fb +RMD160 (xcmiscproto-1.2.2.tar.bz2) = 06890647d88499b9533669837c0091e424b06ba2 +Size (xcmiscproto-1.2.2.tar.bz2) = 112486 bytes |