1565N/A###############################################################################
1565N/A#
1565N/A# xcb-util-errors - XCB errors utility library
1565N/A#
1565N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
1565N/A#
1565N/A# Permission is hereby granted, free of charge, to any person obtaining a
1565N/A# copy of this software and associated documentation files (the "Software"),
1565N/A# to deal in the Software without restriction, including without limitation
1565N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1565N/A# and/or sell copies of the Software, and to permit persons to whom the
1565N/A# Software is furnished to do so, subject to the following conditions:
1565N/A#
1565N/A# The above copyright notice and this permission notice (including the next
1565N/A# paragraph) shall be included in all copies or substantial portions of the
1565N/A# Software.
1565N/A#
1565N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1565N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1565N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1565N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1565N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1565N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1565N/A# DEALINGS IN THE SOFTWARE.
1565N/A#
1565N/A
1565N/A# Package name used in tarballs
1565N/AMODULE_NAME=xcb-util-errors
1565N/A
1565N/A# pkg(5) name we deliver the files in (override default)
1565N/AMODULE_PKGNAME=x11/library/xcb-util
1565N/AMODULE_PKGNAME_SET=yes
1565N/A
1565N/A# Version number (used in path names)
1565N/AMODULE_VERSION=1.0
1565N/A
1565N/A# Checksums for upstream tarball
1565N/ATARBALL_MD5 = 4e389b65eb5a4b5c0d2958d628df87a8
1565N/ATARBALL_SHA1 = c72516e48e95f3d76780664ef14cda2f066f5088
1565N/ATARBALL_SHA256 = 682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995
1565N/A
1565N/A# ARC cases that covered this module
1565N/A# PSARC/2015/251 Xorg server 1.17
1565N/AMODULE_ARC_CASES = PSARC/2015/251
1565N/A
1565N/A# Package metadata
1565N/AMODULE_DESC = the xcb-util-errors is a utility library that gives human readble names to error codes and event codes
1565N/AUPSTREAM_PROJECT = xcb
1565N/AUPSTREAM_PROJECT_SET = yes
1565N/AORACLE_TPNO = 22962
1565N/AORACLE_TPNO_SET = yes
1565N/A
1565N/A# Patches to apply to source after unpacking, in order
1565N/ASOURCE_PATCHES =
1565N/A
1565N/A# Library name (used for specfiles/mapfiles)
1565N/ALIBNAME=xcbutil
1565N/A
1565N/A# Man pages to apply Sun footer to & attributes to list
1565N/ASUNTOUCHED_MANPAGES=
1565N/AMODULE_STABILITY=Uncommitted
1565N/A
1565N/A# pkg-config files to update
1565N/AFIX_PC_FILES=xcb-errors.pc.in
1565N/A
1565N/Ainclude ../Makefile.inc