Jay@294: ############################################################################### Jay@294: # Alan@1276: # xhost - utility for mananging X server access control lists Jay@294: # Alan@1339: # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Jay@294: # Jay@294: # Permission is hereby granted, free of charge, to any person obtaining a Alan@919: # copy of this software and associated documentation files (the "Software"), Alan@919: # to deal in the Software without restriction, including without limitation Alan@919: # the rights to use, copy, modify, merge, publish, distribute, sublicense, Alan@919: # and/or sell copies of the Software, and to permit persons to whom the Alan@919: # Software is furnished to do so, subject to the following conditions: Alan@919: # Alan@919: # The above copyright notice and this permission notice (including the next Alan@919: # paragraph) shall be included in all copies or substantial portions of the Alan@919: # Software. Alan@919: # Alan@919: # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR Alan@919: # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, Alan@919: # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL Alan@919: # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER Alan@919: # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING Alan@919: # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER Alan@919: # DEALINGS IN THE SOFTWARE. Jay@294: # Jay@294: # Jay@294: Jay@294: # Package name used in tarballs Alan@493: MODULE_NAME=xhost Jay@294: Alan@970: # pkg(5) name we deliver the files in (override default) Alan@977: MODULE_PKGNAME=x11/x11-server-utilities Alan@970: MODULE_PKGNAME_SET=yes Alan@970: Alan@1339: # Package metadata Alan@1339: MODULE_DESC = the xhost utility for mananging X server access control lists Alan@1339: Jay@294: # Version number (used in path names) Alan@1370: MODULE_VERSION=1.0.6 Jay@294: Alan@911: # Checksums for upstream tarball Alan@1370: TARBALL_MD5 = f1669af1fe0554e876f03319c678e79d Alan@1370: TARBALL_SHA1 = 6224c8bcd909bf205c7e92dbdc349356890c4428 Alan@1370: TARBALL_SHA256= a6f5b922df0a7be5d3ba43f525fa8e69c539c738418f013a0b7adaa423a89dc2 Alan@911: Jay@294: # Patches to apply to source after unpacking, in order Alan@1276: SOURCE_PATCHES += xhost.patch,-p1 Alan@1276: SOURCE_PATCHES += manual.patch,-p1 Jay@294: Jay@294: # Man pages to apply Sun footer to & attributes to list Alan@1276: SUNTOUCHED_MANPAGES = man/xhost.man Alan@493: MODULE_STABILITY=Committed Jay@294: Alan@970: # ARC cases that covered this module Alan@970: # PSARC/2001/108 X11 Over IPv6 Alan@970: MODULE_ARC_CASES = PSARC/2001/108 Alan@970: Alan@851: MODULE_ADD_INSTALL_TARGETS = install_po Alan@851: Alan@970: # Compatibility links from /usr/X11/bin to /usr/bin Alan@970: MODULE_X11_BINCOMPAT_LINKS = xhost Alan@970: Jay@294: include ../Makefile.inc Jay@294: Jay@294: install_po: Alan@851: mkdir -p $(PROTODIR)$(X11_LC_MESSAGES_DIR) Alan@851: cp -f xhost.po $(PROTODIR)$(X11_LC_MESSAGES_DIR)