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