mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 4.46
PR: 223645 (some ideas from) Submitted by: Dmitry Wagin
This commit is contained in:
parent
a29f2e2cf5
commit
f5fd12ebf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454292
@ -2,17 +2,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= terminus-font
|
||||
PORTVERSION= 4.40
|
||||
PORTVERSION= 4.46
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= zeising@FreeBSD.org
|
||||
COMMENT= Terminus Font - a clean fixed width font
|
||||
|
||||
LICENSE= OFL11
|
||||
|
||||
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
|
||||
|
||||
USES= gmake fonts perl5
|
||||
USE_PERL5= build
|
||||
USES= gmake fonts python:build,3.4+ shebangfix
|
||||
NO_ARCH= yes
|
||||
|
||||
SHEBANG_FILES= bin/*.py
|
||||
|
||||
OPTIONS_DEFINE= AO2 DV1 GE2 GQ2 IJ1 KA2 HI2 LL2 TD1
|
||||
AO2_DESC= Variant of letter 'a'
|
||||
@ -29,7 +33,7 @@ SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
ALL_TARGET= pcf
|
||||
ALL_TARGET= pcf pcf-8bit
|
||||
|
||||
post-extract:
|
||||
.if ${PORT_OPTIONS:MAO2}
|
||||
@ -66,6 +70,9 @@ post-extract:
|
||||
cd ${WRKSRC} && ${PATCH} -p1 -i alt/td1.diff
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' ${WRKSRC}/Makefile
|
||||
|
||||
post-build:
|
||||
@${GZIP_CMD} ${WRKSRC}/*.pcf
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (terminus-font-4.40.tar.gz) = 64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711
|
||||
SIZE (terminus-font-4.40.tar.gz) = 558440
|
||||
TIMESTAMP = 1509656699
|
||||
SHA256 (terminus-font-4.46.tar.gz) = 4e29433e5699b76df1f5c9a96f1228cccf8ea8a16791cfef063f2b8506c75bcd
|
||||
SIZE (terminus-font-4.46.tar.gz) = 590210
|
||||
|
@ -160,6 +160,24 @@
|
||||
%%FONTSDIR%%/ter-g28n.pcf.gz
|
||||
%%FONTSDIR%%/ter-g32b.pcf.gz
|
||||
%%FONTSDIR%%/ter-g32n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i12b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i12n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i14b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i14n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i16b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i16n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i18b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i18n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i20b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i20n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i22b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i22n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i24b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i24n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i28b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i28n.pcf.gz
|
||||
%%FONTSDIR%%/ter-i32b.pcf.gz
|
||||
%%FONTSDIR%%/ter-i32n.pcf.gz
|
||||
%%FONTSDIR%%/ter-k12b.pcf.gz
|
||||
%%FONTSDIR%%/ter-k12n.pcf.gz
|
||||
%%FONTSDIR%%/ter-k14b.pcf.gz
|
||||
|
Loading…
Reference in New Issue
Block a user