[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / fontsproto

File: [cvs.NetBSD.org] / pkgsrc / x11 / fontsproto / Attic / Makefile (download)

Revision 1.7, Tue Apr 15 08:22:53 2014 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.6: +2 -3 lines

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

# $NetBSD: Makefile,v 1.7 2014/04/15 08:22:53 wiz Exp $

DISTNAME=		fontsproto-2.1.3
CATEGORIES=		x11
MASTER_SITES=		${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		joerg@NetBSD.org
HOMEPAGE=		http://xorg.freedesktop.org/
COMMENT=		Fonts extension headers from X.org

USE_PKGLOCALEDIR=	yes
PKGCONFIG_OVERRIDE+=	${WRKSRC}/fontsproto.pc.in
GNU_CONFIGURE=		yes

.include "../../mk/bsd.pkg.mk"