diff options
author | wiz <wiz> | 2014-04-15 08:22:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-04-15 08:22:53 +0000 |
commit | 65b29d4e90f7bbf8bf11bacf616fea9c7ab4daa3 (patch) | |
tree | 3b3e0af21d3dc2174cbb43402ec896ca7a299608 /x11/fontsproto | |
parent | c3b691ce35b5b3893b34ee45c97ca0ea4c66cd19 (diff) | |
download | pkgsrc-65b29d4e90f7bbf8bf11bacf616fea9c7ab4daa3.tar.gz |
Update to 2.1.3:
2.1.3:
This release features a number of spec formatting improvements, and some
header adjustments for current xserver.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (35):
spec: Replace ASCII => & -> arrows with Unicode ▶ & ◀
spec: add olinks to X11 protocol & XLFD specs
spec: fixup bibliography entries (correct authors, link to references)
spec: convert from article with sections to book with chapters
spec: markup introduction of new terms with <firstterm>
spec: fixup markup/formatting of the naming syntax section
spec: change ids for encoding sections from *_2 to Encoding::*
spec: add links to references to other sections
spec: Use <figure> markup for figure labels
spec: remove some extra quotes from nroff conversion
spec: add <acronym> markup
spec: convert list of license models from itemizedlist to variablelist
spec: Convert .IN comments to indexterm tags
spec: add autogenerated index
spec: fix boundaries of <function> tags
spec: Use <errorname> instead of <function> for error names
spec: Convert Requests chapter to have a section per request
spec: Convert Events chapter to have a section per request
spec: Convert Errors chapter to have a section per request
spec: make links from encoding section to definitions
spec: Use <personname> markup in Acknowledgements
spec: Use tables for contents of Requests, Events & Errors
spec: Convert a bunch of AccessContext references from <function> to </type>
spec: Use <superscript> for exponents
spec: markup data type names with <type>
spec: Finish replacing nroff .sp macros with <para> breaks
spec: Convert Data Types section to have a section per type, with tables
spec: give footnotes ids for more stable links
spec: fixup quote characters
spec: add enumerated constants to index
spec: markup enumerated constant names with <constant>
spec: Make links to data types, requests, events & errors
spec: Remove <!- .LP --> comments leftover from nroff migration
spec: use <parameter> markup for elements of requests & replies
spec: Make alignment of columns in Encoding section more consistent
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Julien Cristau (1):
fontsproto 2.1.3
Keith Packard (2):
Replace 'pointer' with the equivalent 'void *'.
Allow paths and patterns to be const
Diffstat (limited to 'x11/fontsproto')
-rw-r--r-- | x11/fontsproto/Makefile | 5 | ||||
-rw-r--r-- | x11/fontsproto/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/fontsproto/Makefile b/x11/fontsproto/Makefile index 55be39b0ec9..b5681e0963d 100644 --- a/x11/fontsproto/Makefile +++ b/x11/fontsproto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2012/10/29 05:06:12 asau Exp $ -# +# $NetBSD: Makefile,v 1.7 2014/04/15 08:22:53 wiz Exp $ -DISTNAME= fontsproto-2.1.2 +DISTNAME= fontsproto-2.1.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/fontsproto/distinfo b/x11/fontsproto/distinfo index bacebe917ce..42067464fdd 100644 --- a/x11/fontsproto/distinfo +++ b/x11/fontsproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/03 19:43:14 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/04/15 08:22:53 wiz Exp $ -SHA1 (fontsproto-2.1.2.tar.bz2) = 538f0880faa6981cb1a348ced93dc715c42840f7 -RMD160 (fontsproto-2.1.2.tar.bz2) = 5a196c43dab89c7f4887dc14b419d53604e5672b -Size (fontsproto-2.1.2.tar.bz2) = 141990 bytes +SHA1 (fontsproto-2.1.3.tar.bz2) = 28c108bd6438c332122c10871c1fc6415591755f +RMD160 (fontsproto-2.1.3.tar.bz2) = caa89b1818cc4ee5bd202faa25224aa6c89db1ed +Size (fontsproto-2.1.3.tar.bz2) = 154087 bytes |