diff options
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/texcm-ttf/Makefile | 51 | ||||
-rw-r--r-- | x11-fonts/texcm-ttf/distinfo | 4 | ||||
-rw-r--r-- | x11-fonts/texcm-ttf/files/pkg-message.in | 13 | ||||
-rw-r--r-- | x11-fonts/texcm-ttf/pkg-descr | 4 | ||||
-rw-r--r-- | x11-fonts/texcm-ttf/pkg-plist | 9 |
6 files changed, 0 insertions, 82 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index ad6609fae40..d057d141a76 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -152,7 +152,6 @@ SUBDIR += stix-fonts SUBDIR += suxus SUBDIR += terminus-font - SUBDIR += texcm-ttf SUBDIR += tkfont SUBDIR += tmu SUBDIR += ttmkfdir diff --git a/x11-fonts/texcm-ttf/Makefile b/x11-fonts/texcm-ttf/Makefile deleted file mode 100644 index 92ebca5f74d..00000000000 --- a/x11-fonts/texcm-ttf/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# Created by: Thierry Thomas <thierry@pompo.net> -# $FreeBSD$ - -PORTNAME= texcm-ttf -PORTVERSION= 20010117 -PORTREVISION= 3 -CATEGORIES= x11-fonts -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} - -MAINTAINER= thierry@FreeBSD.org -COMMENT= TeX's Computer Modern Fonts - -BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir - -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 - -USES= zip -WRKSRC= ${WRKDIR}/${PORTNAME} - -SUB_FILES= pkg-message -SUB_LIST= FONTSDIR="${FONTSDIR}" -PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" -REINPLACE_ARGS= -i "" - -PKGMESSAGE= ${WRKDIR}/pkg-message - -FONTNAME= ${PORTNAME} -FONTSDIR= ${PREFIX}/lib/X11/fonts/${FONTNAME} - -MKFONTSCL_CMD= ${LOCALBASE}/bin/mkfontscale -MKFONTDIR_CMD= ${LOCALBASE}/bin/mkfontdir - -do-build: - cd ${WRKSRC} && ${MKFONTSCL_CMD} - cd ${WRKSRC} && ${MKFONTDIR_CMD} -.for f in fonts.dir fonts.scale - ${REINPLACE_CMD} -e 's|-misc-|-texcm-|' ${WRKSRC}/${f} -.endfor - -do-install: - ${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/distinfo b/x11-fonts/texcm-ttf/distinfo deleted file mode 100644 index ab432e96f44..00000000000 --- a/x11-fonts/texcm-ttf/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (texcm-ttf-20010117/texcm-ttf.zip) = 901dcf16b61d218349789dff89dae0e4b109ec278481f890998083d5ed91da3f -SIZE (texcm-ttf-20010117/texcm-ttf.zip) = 75261 -SHA256 (texcm-ttf-20010117/license.txt) = 3881542679d1e9109d28615d6d5e5562a6cdbc1a25b846c015df53107ceff8a1 -SIZE (texcm-ttf-20010117/license.txt) = 1894 diff --git a/x11-fonts/texcm-ttf/files/pkg-message.in b/x11-fonts/texcm-ttf/files/pkg-message.in deleted file mode 100644 index 6ab48356c7b..00000000000 --- a/x11-fonts/texcm-ttf/files/pkg-message.in +++ /dev/null @@ -1,13 +0,0 @@ -You can start using the fonts by following these instructions: - -Make sure that the freetype module is loaded. If it is not, add the following -line to the "Modules" section of your X Windows configuration file: - - Load "freetype" - -Add the following line to the "Files" section of X Windows configuration file: - - FontPath "%%FONTSDIR%%/" - -Note: your X Windows configuration file is typically /etc/X11/XF86Config -if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. diff --git a/x11-fonts/texcm-ttf/pkg-descr b/x11-fonts/texcm-ttf/pkg-descr deleted file mode 100644 index 700c2c5e9ac..00000000000 --- a/x11-fonts/texcm-ttf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -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: https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts diff --git a/x11-fonts/texcm-ttf/pkg-plist b/x11-fonts/texcm-ttf/pkg-plist deleted file mode 100644 index 42592ebc6f1..00000000000 --- a/x11-fonts/texcm-ttf/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%FONTSDIR%%/fonts.dir -%%FONTSDIR%%/fonts.scale -%%FONTSDIR%%/cmsy10.ttf -%%FONTSDIR%%/cmr10.ttf -%%FONTSDIR%%/cmmi10.ttf -%%FONTSDIR%%/cmex10.ttf -%%FONTSDIR%%/license.txt -@unexec rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || true -@dirrm %%FONTSDIR%% |