aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/texcm-ttf
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-03-03 13:41:04 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-03-03 13:41:04 +0000
commit2ae643ebdd88b055bd4e03fef5dc36e68664b205 (patch)
tree57f197f630cd6a7e592333de270d2a5c3e81a37a /x11-fonts/texcm-ttf
parent271a74990525b06dc3606cf50425770696a12478 (diff)
downloadports-2ae643ebdd88b055bd4e03fef5dc36e68664b205.tar.gz
ports-2ae643ebdd88b055bd4e03fef5dc36e68664b205.zip
- Fix URLs to avoid redirections;
- Support staging; - Deprecate, because it should be replaced by STIX Fonts.
Notes
Notes: svn path=/head/; revision=346898
Diffstat (limited to 'x11-fonts/texcm-ttf')
-rw-r--r--x11-fonts/texcm-ttf/Makefile18
-rw-r--r--x11-fonts/texcm-ttf/pkg-descr2
2 files changed, 8 insertions, 12 deletions
diff --git a/x11-fonts/texcm-ttf/Makefile b/x11-fonts/texcm-ttf/Makefile
index 270eb5feecc8..7215ded76738 100644
--- a/x11-fonts/texcm-ttf/Makefile
+++ b/x11-fonts/texcm-ttf/Makefile
@@ -5,7 +5,7 @@ PORTNAME= texcm-ttf
PORTVERSION= 20010117
PORTREVISION= 3
CATEGORIES= x11-fonts
-MASTER_SITES= http://www.mozilla.org/projects/mathml/fonts/bakoma/
+MASTER_SITES= http://www-archive.mozilla.org/projects/mathml/fonts/bakoma/
DISTFILES= ${PORTNAME}${EXTRACT_SUFX} license.txt
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX}
@@ -16,7 +16,9 @@ COMMENT= TeX's Computer Modern Fonts
BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
-NO_CDROM= cannot be sold or distributed with any commercial product
+DEPRECATED= Should be replaced by x11-fonts/stix-fonts
+EXPIRATION_DATE=2014-05-03
+NO_CDROM= Cannot be sold or distributed with any commercial product
USE_ZIP= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -34,7 +36,6 @@ FONTSDIR= ${PREFIX}/lib/X11/fonts/${FONTNAME}
MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale
MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir
-NO_STAGE= yes
do-build:
cd ${WRKSRC} && ${MKFONTSCL_CMD}
cd ${WRKSRC} && ${MKFONTDIR_CMD}
@@ -43,13 +44,8 @@ do-build:
.endfor
do-install:
- ${MKDIR} ${FONTSDIR}
- ${INSTALL_DATA} ${WRKSRC}/* ${FONTSDIR}
- ${INSTALL_DATA} ${_DISTDIR}/license.txt ${FONTSDIR} # Required by the license
-
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/license.txt ${STAGEDIR}${FONTSDIR} # Required by the license
.include <bsd.port.mk>
diff --git a/x11-fonts/texcm-ttf/pkg-descr b/x11-fonts/texcm-ttf/pkg-descr
index 46cd892e41f3..700c2c5e9ac6 100644
--- a/x11-fonts/texcm-ttf/pkg-descr
+++ b/x11-fonts/texcm-ttf/pkg-descr
@@ -1,4 +1,4 @@
TeX's Computer Modern Fonts, to be used for example with a Xft enabled
version of Mozilla or Firefox, in order to display MathML webpages.
-WWW: http://www.mozilla.org/projects/mathml/fonts/
+WWW: https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts