Bye-bye. This is in our base XFree (and has been for a bit).
This commit is contained in:
parent
153fb92b7e
commit
df5aa9a07b
@ -1,38 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/02/01 20:17:47 sturm Exp $
|
||||
|
||||
COMMENT= "Bitstream Vera TrueType fonts"
|
||||
|
||||
VERSION= 1.10
|
||||
DISTNAME= ttf-bitstream-vera-${VERSION}
|
||||
PKGNAME= bitstream-vera-fonts-${VERSION}
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/fonts/
|
||||
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
# Custom Licence enclosed/X11-like
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ttf-bitstream-vera/1.10/}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
FONTSDIR?= ${PREFIX}/lib/X11/fonts/bitstream-vera
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}; \
|
||||
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}; \
|
||||
${X11BASE}/bin/mkfontscale ${FONTSDIR}; \
|
||||
${X11BASE}/bin/mkfontdir ${FONTSDIR};
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bitstream-vera-fonts/; \
|
||||
${INSTALL_DATA} ${WRKSRC}/local.conf ${PREFIX}/share/examples/bitstream-vera-fonts/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bitstream-vera-fonts/; \
|
||||
${INSTALL_DATA} ${WRKSRC}/*.TXT ${PREFIX}/share/doc/bitstream-vera-fonts/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (ttf-bitstream-vera-1.10.tar.gz) = 52559ed969e74f5fca83e527163156df
|
||||
RMD160 (ttf-bitstream-vera-1.10.tar.gz) = 552be84f444bf845a6b344234cb8fe7feb4ee6c9
|
||||
SHA1 (ttf-bitstream-vera-1.10.tar.gz) = 141d73c0abb8d1744869313e886cd3cdf4fba57a
|
@ -1,3 +0,0 @@
|
||||
The Bitstream Vera font family contains four monospace and sans faces
|
||||
(normal, oblique, bold, bold oblique) and two serif faces (normal and
|
||||
bold).
|
@ -1,50 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: INSTALL,v 1.1.1.1 2003/06/17 19:55:13 marcm Exp $
|
||||
|
||||
set -e
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
do_post() {
|
||||
echo
|
||||
echo "+---------------"
|
||||
echo "| On systems using Xft, to have the system automatically use the"
|
||||
echo "| Bitstream Vera fonts as defaults, simply drop the fonts.conf file"
|
||||
echo "| located at:"
|
||||
echo "|"
|
||||
echo "| ${PREFIX}/share/examples/bitstream-vera-fonts/local.conf"
|
||||
echo "|"
|
||||
echo "| into your /etc/fonts directory."
|
||||
echo "|"
|
||||
echo "| To access these fonts on a non-Xft systems add the fonts to your"
|
||||
echo "| font path with the following commands:"
|
||||
echo "|"
|
||||
echo "| xset fp+ ${PREFIX}/lib/X11/fonts/bitstream-vera"
|
||||
echo "| xset fp rehash"
|
||||
echo "+---------------"
|
||||
echo
|
||||
}
|
||||
|
||||
# verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
;;
|
||||
POST-INSTALL)
|
||||
do_post
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
@ -1,23 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/12/15 21:08:44 naddy Exp $
|
||||
lib/X11/fonts/bitstream-vera/Vera.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraBI.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraBd.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraIt.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraMoBI.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraMoBd.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraMoIt.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraMono.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraSe.ttf
|
||||
lib/X11/fonts/bitstream-vera/VeraSeBd.ttf
|
||||
lib/X11/fonts/bitstream-vera/fonts.dir
|
||||
lib/X11/fonts/bitstream-vera/fonts.scale
|
||||
share/doc/bitstream-vera-fonts/COPYRIGHT.TXT
|
||||
share/doc/bitstream-vera-fonts/README.TXT
|
||||
share/doc/bitstream-vera-fonts/RELEASENOTES.TXT
|
||||
share/examples/bitstream-vera-fonts/local.conf
|
||||
@dirrm share/examples/bitstream-vera-fonts
|
||||
@dirrm share/doc/bitstream-vera-fonts
|
||||
@unexec /bin/rm %D/lib/X11/fonts/bitstream-vera/fonts.cache-1 2>/dev/null || /usr/bin/true
|
||||
@dirrm lib/X11/fonts/bitstream-vera
|
||||
@dirrm lib/X11/fonts
|
||||
@exec HOME=/tmp fc-cache -f %D/lib/X11/fonts/bitstream-vera
|
Loading…
Reference in New Issue
Block a user