diff options
author | rene <rene@FreeBSD.org> | 2014-05-04 18:51:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-05-04 18:51:02 +0800 |
commit | acfb6718e772ece24a306d036b3e941633e26707 (patch) | |
tree | dc2a77fb28bb97e39d913fa8c2e661b6e3af9bd3 /x11-fonts | |
parent | d7206c13bdc5429b2d5d9499765ff8a9833b04ab (diff) | |
download | freebsd-ports-gnome-acfb6718e772ece24a306d036b3e941633e26707.tar.gz freebsd-ports-gnome-acfb6718e772ece24a306d036b3e941633e26707.tar.zst freebsd-ports-gnome-acfb6718e772ece24a306d036b3e941633e26707.zip |
Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
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 ad6609fae408..d057d141a761 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 92ebca5f74dd..000000000000 --- 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 ab432e96f44e..000000000000 --- 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 6ab48356c7b5..000000000000 --- 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 700c2c5e9ac6..000000000000 --- 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 42592ebc6f15..000000000000 --- 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%% |