8N/A###############################################################################
8N/A#
380N/A# xrefresh - utility to force redraw of an X screen
8N/A#
8N/A# Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
8N/A#
8N/A# Permission is hereby granted, free of charge, to any person obtaining a
8N/A# copy of this software and associated documentation files (the "Software"),
8N/A# to deal in the Software without restriction, including without limitation
8N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8N/A# and/or sell copies of the Software, and to permit persons to whom the
8N/A# Software is furnished to do so, subject to the following conditions:
8N/A#
8N/A# The above copyright notice and this permission notice (including the next
8N/A# paragraph) shall be included in all copies or substantial portions of the
8N/A# Software.
8N/A#
8N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8N/A# DEALINGS IN THE SOFTWARE.
8N/A#
8N/A#
8N/A
8N/A# Package name used in tarballs
8N/AMODULE_NAME=xrefresh
8N/A
535N/A# pkg(5) name we deliver the files in (override default)
8N/AMODULE_PKGNAME=x11/x11-server-utilities
8N/AMODULE_PKGNAME_SET=yes
8N/A
253N/A# Package metadata
253N/AMODULE_DESC = the xrefresh X screen update utility
414N/A
253N/A# Version number (used in path names)
253N/AMODULE_VERSION=1.0.5
253N/A
535N/A# Checksums for upstream tarball
98N/ATARBALL_MD5 = a896382bc53ef3e149eaf9b13bc81d42
156N/ATARBALL_SHA1 = f0372afb62f75ad29343abc96dbf80be12050b72
98N/ATARBALL_SHA256= 3213671b0a8a9d1e8d1d5d9e3fd86842c894dd9acc1be2560eda50bc1fb791d6
156N/A
414N/A# Patches to apply to source after unpacking, in order
98N/ASOURCE_PATCHES =
8N/A
8N/A# Man pages to apply Sun footer to & attributes to list
493N/ASUNTOUCHED_MANPAGES=man/xrefresh.man
8N/AMODULE_STABILITY=Committed
493N/A
493N/A# Compatibility links from /usr/X11/bin to /usr/bin
380N/AMODULE_X11_BINCOMPAT_LINKS = xrefresh
493N/A
493N/Ainclude ../Makefile.inc
493N/A