diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-06-27 07:54:52 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-06-27 07:54:52 +0800 |
commit | 9d60c958b94772018db3de76d0f420a4bb722075 (patch) | |
tree | d436bd21417a9b74ad91e681aef14d2938bfbe05 | |
parent | 2db5bde3790d0287f734f1a6b75c7aea736efc54 (diff) | |
download | xorg-devel-ports-9d60c958b94772018db3de76d0f420a4bb722075.tar.gz xorg-devel-ports-9d60c958b94772018db3de76d0f420a4bb722075.tar.zst xorg-devel-ports-9d60c958b94772018db3de76d0f420a4bb722075.zip |
Trim a little. Fonts will probably not be experimental.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/experimental@992 058c260c-8361-11dd-a0ac-aa2bafec7d09
38 files changed, 0 insertions, 496 deletions
diff --git a/UPDATING b/UPDATING deleted file mode 100644 index a76b1c6..0000000 --- a/UPDATING +++ /dev/null @@ -1,51 +0,0 @@ -** This also needs a review, as well as a correct date ** - -20120208 - AFFECTS: nvidia-driver users - AUTHOR: x11@FreeBSD.org - - As of writing, a update for the nvidia-driver is needed. The current - nvidia-driver beta version 290.1 has support for xorg-server 1.12. - Users of the legacy driver are adviced to not use the WITH_NEW_XORG switch. - -** This also needs a review, as well as a correct date ** - -20120205: - AFFECTS: users libglut, dri. - AUTHOR: x11@FreeBSD.org - - The old and unmaintained libglut shipped with MESA was replaced with a new - implementation called freeglut. Freeglut is already used as the GLUT - implementation in many Linux distributions. This change requires that all - ports linking to libGLUT be recompiled since libGLUT and freeglut differ in - shared library version. - - portmaster -o graphics/freeglut graphics/libglut - portmaster -r freeglut - - Starting with graphics/dri version 8.0. A number of older dri driver modules - were dropped. If you using one of the following you should consider not - using the WITH_NEW_XORG switch. - - i810, mach64, mga, r128, r300, r600, savage, sis, tdfx and unichrome. - -** This needs a review ** - -20120105: - AFFECTS: users of mesa based ports (libGL etc) and xorg-server. - AUTHOR: x11@FreeBSD.org - - Update default mesa (libGL and friends) to 7.6.1 and xorg-server to 1.7.7. - Add a new switch WITH_NEW_XORG, for people that want mesa 7.11.x and - xorg-server 1.10.4, this will also update xf86-video-intel to the version - that only supports KMS. If you FreeBSD version doesn't have KMS then you - shouldn't use the WITH_NEW_XORG macro on machines with intel graphics. - Supported versions of FreeBSD with KMS kernel support: - 10.0-Current with a patch - - When switching xorg-server versions make sure to rebuild your xf86-* ports. - - Mention acceleration issues with KDE and 1.10.x. Nvidia shouldn't have any - problems. Ati should work, but acceleration might be botched. - The nouveau driver is sadly a casualty, it needs to be updated and kernel - support needs to be written. Other rarer drivers aren't tested. diff --git a/x11-fonts/fontsproto/Makefile b/x11-fonts/fontsproto/Makefile deleted file mode 100644 index 878eaad..0000000 --- a/x11-fonts/fontsproto/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Created by: Dejan Lesjak <lesi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= fontsproto -PORTVERSION= 2.1.2 -CATEGORIES= x11-fonts - -MAINTAINER= x11@FreeBSD.org -COMMENT= Fonts extension headers - -XORG_CAT= proto - -.include <bsd.port.mk> diff --git a/x11-fonts/fontsproto/distinfo b/x11-fonts/fontsproto/distinfo deleted file mode 100644 index 10e1d1e..0000000 --- a/x11-fonts/fontsproto/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/proto/fontsproto-2.1.2.tar.bz2) = 869c97e5a536a8f3c9bc8b9923780ff1f062094bab935e26f96df3d6f1aa68a9 -SIZE (xorg/proto/fontsproto-2.1.2.tar.bz2) = 141990 diff --git a/x11-fonts/fontsproto/pkg-descr b/x11-fonts/fontsproto/pkg-descr deleted file mode 100644 index f48b806..0000000 --- a/x11-fonts/fontsproto/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains X.Org fontsproto protocol headers. - -WWW: http://www.x.org/ diff --git a/x11-fonts/fontsproto/pkg-plist b/x11-fonts/fontsproto/pkg-plist deleted file mode 100644 index 061a2f8..0000000 --- a/x11-fonts/fontsproto/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%DOCSDIR%%/fsproto.xml -include/X11/fonts/FS.h -include/X11/fonts/FSproto.h -include/X11/fonts/font.h -include/X11/fonts/fontproto.h -include/X11/fonts/fontstruct.h -include/X11/fonts/fsmasks.h -libdata/pkgconfig/fontsproto.pc -@dirrmtry include/X11/fonts -@dirrm %%DOCSDIR%% diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile deleted file mode 100644 index dd8b61c..0000000 --- a/x11-fonts/libFS/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libFS -PORTVERSION= 1.0.5 -CATEGORIES= x11-fonts - -MAINTAINER= x11@FreeBSD.org -COMMENT= The FS library - -XORG_CAT= lib -USE_XORG= fontsproto:both xproto:both xtrans -USE_AUTOTOOLS= libtool - -.include <bsd.port.mk> diff --git a/x11-fonts/libFS/distinfo b/x11-fonts/libFS/distinfo deleted file mode 100644 index 03acb5f..0000000 --- a/x11-fonts/libFS/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libFS-1.0.5.tar.bz2) = 22eb3005dd8053aef7ff82758da5dd59ca9738410bcf847e675780e3a1f96107 -SIZE (xorg/lib/libFS-1.0.5.tar.bz2) = 303806 diff --git a/x11-fonts/libFS/pkg-descr b/x11-fonts/libFS/pkg-descr deleted file mode 100644 index f92284c..0000000 --- a/x11-fonts/libFS/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains libFS, the X Font Service client library. - -WWW: http://www.x.org/ diff --git a/x11-fonts/libFS/pkg-plist b/x11-fonts/libFS/pkg-plist deleted file mode 100644 index 56fe507..0000000 --- a/x11-fonts/libFS/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/FSlib.txt -include/X11/fonts/FSlib.h -lib/libFS.so.6 -lib/libFS.so -lib/libFS.la -lib/libFS.a -libdata/pkgconfig/libfs.pc -@dirrmtry include/X11/fonts -@dirrm %%DOCSDIR%% diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile deleted file mode 100644 index 922cce5..0000000 --- a/x11-fonts/libXfont/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Eric Anholt <anholt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= libXfont -PORTVERSION= 1.4.5 -PORTEPOCH= 1 -CATEGORIES= x11-fonts - -MAINTAINER= x11@FreeBSD.org -COMMENT= X font library - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 - -XORG_CAT= lib -USE_XORG= xproto:both xtrans fontsproto:both fontenc - -CONFIGURE_ARGS=--without-xmlto --disable-devel-docs - -.include <bsd.port.mk> diff --git a/x11-fonts/libXfont/distinfo b/x11-fonts/libXfont/distinfo deleted file mode 100644 index caac3e2..0000000 --- a/x11-fonts/libXfont/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libXfont-1.4.5.tar.bz2) = bbf96fb80b6b95cdb1dc968085082a6e668193a54cd9d6e2af669909c0cb7170 -SIZE (xorg/lib/libXfont-1.4.5.tar.bz2) = 470879 diff --git a/x11-fonts/libXfont/pkg-descr b/x11-fonts/libXfont/pkg-descr deleted file mode 100644 index 8353c67..0000000 --- a/x11-fonts/libXfont/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X font libary - -WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11-fonts/libXfont/pkg-plist b/x11-fonts/libXfont/pkg-plist deleted file mode 100644 index 213eebd..0000000 --- a/x11-fonts/libXfont/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -include/X11/fonts/bdfint.h -include/X11/fonts/bitmap.h -include/X11/fonts/bufio.h -include/X11/fonts/fntfil.h -include/X11/fonts/fntfilio.h -include/X11/fonts/fntfilst.h -include/X11/fonts/fontconf.h -include/X11/fonts/fontencc.h -include/X11/fonts/fontmisc.h -include/X11/fonts/fontshow.h -include/X11/fonts/fontutil.h -include/X11/fonts/fontxlfd.h -include/X11/fonts/ft.h -include/X11/fonts/ftfuncs.h -include/X11/fonts/pcf.h -lib/libXfont.a -lib/libXfont.la -lib/libXfont.so -lib/libXfont.so.1 -libdata/pkgconfig/xfont.pc -@dirrmtry include/X11/fonts diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile deleted file mode 100644 index 163fd21..0000000 --- a/x11-fonts/libfontenc/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Dejan Lesjak <lesi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= libfontenc -PORTVERSION= 1.1.2 -CATEGORIES= x11-fonts - -MAINTAINER= x11@FreeBSD.org -COMMENT= The fontenc Library - -XORG_CAT= lib -USE_XORG= xproto - -.include <bsd.port.mk> diff --git a/x11-fonts/libfontenc/distinfo b/x11-fonts/libfontenc/distinfo deleted file mode 100644 index 875d9c0..0000000 --- a/x11-fonts/libfontenc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/lib/libfontenc-1.1.2.tar.bz2) = a9a4efed3359b2e80161bb66b65038fac145137fa134e71335264cbc23b02f62 -SIZE (xorg/lib/libfontenc-1.1.2.tar.bz2) = 294884 diff --git a/x11-fonts/libfontenc/pkg-descr b/x11-fonts/libfontenc/pkg-descr deleted file mode 100644 index 3b42f19..0000000 --- a/x11-fonts/libfontenc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains libfontenc, the X.Org fontenc library. - -WWW: http://www.x.org/ diff --git a/x11-fonts/libfontenc/pkg-plist b/x11-fonts/libfontenc/pkg-plist deleted file mode 100644 index 390f0d5..0000000 --- a/x11-fonts/libfontenc/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/X11/fonts/fontenc.h -lib/libfontenc.a -lib/libfontenc.la -lib/libfontenc.so -lib/libfontenc.so.1 -libdata/pkgconfig/fontenc.pc -@dirrmtry include/X11/fonts diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile deleted file mode 100644 index e864876..0000000 --- a/x11-fonts/xfs/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xfs -PORTVERSION= 1.1.3 -PORTEPOCH= 1 -CATEGORIES= x11-fonts - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org font server - -XORG_CAT= app -USE_GMAKE= yes -USE_XORG= libfs xfont xtrans -USE_RC_SUBR= xfs -CONFIGURE_ARGS= --without-xmlto --without-fop - -MAN1= xfs.1 - -post-patch: - ${REINPLACE_CMD} '/^config_DATA/d' ${WRKSRC}/config/Makefile.in -.if defined(WITHOUT_XFS_CACHE) - ${REINPLACE_CMD} -e 's|^cache|XCOMM &|' ${WRKSRC}/config.cpp -.endif - -post-build: - @cd ${WRKSRC}/config/ && ${GMAKE} config - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/config/config ${PREFIX}/etc/X11/fs/config.default - @if [ ! -f ${PREFIX}/etc/X11/fs/config ]; then \ - ${INSTALL_SCRIPT} ${WRKSRC}/config/config ${PREFIX}/etc/X11/fs/config; \ - fi - -.include <bsd.port.mk> diff --git a/x11-fonts/xfs/distinfo b/x11-fonts/xfs/distinfo deleted file mode 100644 index 7b7d7f0..0000000 --- a/x11-fonts/xfs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xorg/app/xfs-1.1.3.tar.bz2) = 7bf44a32ad04dbbcf3b5eef2cbfe879459378b312cb795e0d2d25e665f7196b7 -SIZE (xorg/app/xfs-1.1.3.tar.bz2) = 232076 diff --git a/x11-fonts/xfs/files/xfs.in b/x11-fonts/xfs/files/xfs.in deleted file mode 100644 index f326139..0000000 --- a/x11-fonts/xfs/files/xfs.in +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/x11-fonts/xfs/files/xfs.in,v 1.6 2012/01/14 08:57:23 dougb Exp $ -# - -# PROVIDE: xfs -# REQUIRE: cleartmp ldconfig -# BEFORE: LOGIN - -# The following variables are provided to control startup of X font server in -# rc configuration file (eg /etc/rc.conf): -# xfs_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable X font server -# xfs_config (str): Set to "%%PREFIX%%/etc/X11/fs/config" by default. -# Configuration file for X font server. -# -# Please see xfs(1), rc.conf(5) and rc(8) for further details. - -. /etc/rc.subr - -name="xfs" -rcvar=xfs_enable - -# Set defaults -[ -z "$xfs_enable" ] && xfs_enable="NO" -[ -z "$xfs_config" ] && xfs_config="%%PREFIX%%/etc/X11/fs/config" - -load_rc_config $name - -command="%%PREFIX%%/bin/${name}" -command_args="-config ${xfs_config} -daemon ${xfs_user:+-user ${xfs_user}}" -required_files="$xfs_config" -extra_commands="reload" - -unset xfs_user - -run_rc_command "$1" diff --git a/x11-fonts/xfs/pkg-descr b/x11-fonts/xfs/pkg-descr deleted file mode 100644 index 81d8c54..0000000 --- a/x11-fonts/xfs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains the X.Org font server. - -WWW: http://www.x.org/ diff --git a/x11-fonts/xfs/pkg-install b/x11-fonts/xfs/pkg-install deleted file mode 100644 index 2370260..0000000 --- a/x11-fonts/xfs/pkg-install +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -XINITCONFDIR=${PKG_PREFIX}/etc/X11/fs -if [ ! -f ${XINITCONFDIR}/config ]; then - cp ${XINITCONFDIR}/config.default ${XINITCONFDIR}/config -fi diff --git a/x11-fonts/xfs/pkg-plist b/x11-fonts/xfs/pkg-plist deleted file mode 100644 index e2378ab..0000000 --- a/x11-fonts/xfs/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/xfs -@unexec if cmp -s %D/etc/X11/fs/config.default %D/etc/X11/fs/config; then rm -f %D/etc/X11/fs/config; fi -etc/X11/fs/config.default -@exec if [ ! -f %D/etc/X11/fs/config ] ; then cp -p %D/%F %B/config; fi -@dirrmtry etc/X11/fs -@dirrmtry etc/X11 diff --git a/x11-fonts/xorg-fonts-100dpi/Makefile b/x11-fonts/xorg-fonts-100dpi/Makefile deleted file mode 100644 index e827077..0000000 --- a/x11-fonts/xorg-fonts-100dpi/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Eric Anholt <anholt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xorg-fonts-100dpi -PORTVERSION= 7.7 -CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org 100dpi bitmap fonts - -RUN_DEPENDS= ${FONTDIR}/100dpi/courB08.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-100dpi \ - ${FONTDIR}/100dpi/UTBI__10.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-utopia-100dpi \ - ${FONTDIR}/100dpi/luBIS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-100dpi \ - ${FONTDIR}/100dpi/lutBS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-lucidatypewriter-100dpi \ - ${FONTDIR}/100dpi/charB08.pcf.gz:${PORTSDIR}/x11-fonts/font-bitstream-100dpi \ - ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings - -CONFLICTS= XFree86-font100dpi-* - -NO_BUILD= # none -FONTDIR= ${LOCALBASE}/lib/X11/fonts - -do-install: # empty - -.include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts-100dpi/pkg-descr b/x11-fonts/xorg-fonts-100dpi/pkg-descr deleted file mode 100644 index 85eb17c..0000000 --- a/x11-fonts/xorg-fonts-100dpi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains X.Org 100 dpi bitmap fonts. - -WWW: http://www.x.org/ diff --git a/x11-fonts/xorg-fonts-75dpi/Makefile b/x11-fonts/xorg-fonts-75dpi/Makefile deleted file mode 100644 index 4ee956d..0000000 --- a/x11-fonts/xorg-fonts-75dpi/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Eric Anholt <anholt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xorg-fonts-75dpi -PORTVERSION= 7.7 -CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org 75dpi bitmap fonts - -RUN_DEPENDS= ${FONTDIR}/75dpi/courB08.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-75dpi \ - ${FONTDIR}/75dpi/UTBI__10.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-utopia-75dpi \ - ${FONTDIR}/75dpi/luBIS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-75dpi \ - ${FONTDIR}/75dpi/lutBS08.pcf.gz:${PORTSDIR}/x11-fonts/font-bh-lucidatypewriter-75dpi \ - ${FONTDIR}/75dpi/charB08.pcf.gz:${PORTSDIR}/x11-fonts/font-bitstream-75dpi \ - ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings - -CONFLICTS= XFree86-font75dpi-* - -NO_BUILD= # none -FONTDIR= ${LOCALBASE}/lib/X11/fonts - -do-install: # empty - -.include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts-75dpi/pkg-descr b/x11-fonts/xorg-fonts-75dpi/pkg-descr deleted file mode 100644 index 755af6c..0000000 --- a/x11-fonts/xorg-fonts-75dpi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains X.Org 75 dpi bitmap fonts. - -WWW: http://www.x.org/ diff --git a/x11-fonts/xorg-fonts-cyrillic/Makefile b/x11-fonts/xorg-fonts-cyrillic/Makefile deleted file mode 100644 index dac9095..0000000 --- a/x11-fonts/xorg-fonts-cyrillic/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Eric Anholt <anholt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xorg-fonts-cyrillic -PORTVERSION= 7.7 -CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org Cyrillic bitmap fonts - -RUN_DEPENDS= ${FONTDIR}/cyrillic/crox1c.pcf.gz:${PORTSDIR}/x11-fonts/font-cronyx-cyrillic \ - ${FONTDIR}/cyrillic/koi12x24.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-cyrillic \ - ${FONTDIR}/cyrillic/screen8x16.pcf.gz:${PORTSDIR}/x11-fonts/font-screen-cyrillic \ - ${FONTDIR}/cyrillic/proof9x16.pcf.gz:${PORTSDIR}/x11-fonts/font-winitzki-cyrillic \ - ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings - -CONFLICTS= XFree86-fontCyrillic-* - -NO_BUILD= # none -FONTDIR= ${LOCALBASE}/lib/X11/fonts - -do-install: # empty - -.include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts-cyrillic/pkg-descr b/x11-fonts/xorg-fonts-cyrillic/pkg-descr deleted file mode 100644 index 8fb7ffb..0000000 --- a/x11-fonts/xorg-fonts-cyrillic/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains X.Org Cyrillic bitmap fonts. - -WWW: http://www.x.org/ diff --git a/x11-fonts/xorg-fonts-miscbitmaps/Makefile b/x11-fonts/xorg-fonts-miscbitmaps/Makefile deleted file mode 100644 index ae34475..0000000 --- a/x11-fonts/xorg-fonts-miscbitmaps/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Eric Anholt <anholt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xorg-fonts-miscbitmaps -PORTVERSION= 7.7 -CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org miscellaneous bitmap fonts - -RUN_DEPENDS= ${FONTDIR}/misc/arabic24.pcf.gz:${PORTSDIR}/x11-fonts/font-arabic-misc \ - ${FONTDIR}/misc/cursor.pcf.gz:${PORTSDIR}/x11-fonts/font-cursor-misc \ - ${FONTDIR}/misc/hanglg16.pcf.gz:${PORTSDIR}/x11-fonts/font-daewoo-misc \ - ${FONTDIR}/misc/deccurs.pcf.gz:${PORTSDIR}/x11-fonts/font-dec-misc \ - ${FONTDIR}/misc/gb16fs.pcf.gz:${PORTSDIR}/x11-fonts/font-isas-misc \ - ${FONTDIR}/misc/jiskan16.pcf.gz:${PORTSDIR}/x11-fonts/font-jis-misc \ - ${FONTDIR}/misc/micro.pcf.gz:${PORTSDIR}/x11-fonts/font-micro-misc \ - ${FONTDIR}/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc \ - ${FONTDIR}/misc/cu-alt12.pcf.gz:${PORTSDIR}/x11-fonts/font-mutt-misc \ - ${FONTDIR}/misc/clB6x10.pcf.gz:${PORTSDIR}/x11-fonts/font-schumacher-misc \ - ${FONTDIR}/misc/12x24.pcf.gz:${PORTSDIR}/x11-fonts/font-sony-misc \ - ${FONTDIR}/misc/olcursor.pcf.gz:${PORTSDIR}/x11-fonts/font-sun-misc \ - ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings - -CONFLICTS= XFree86-fontDefaultBitmaps-* - -NO_BUILD= # none -FONTDIR= ${LOCALBASE}/lib/X11/fonts - -do-install: # empty - -.include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts-miscbitmaps/pkg-descr b/x11-fonts/xorg-fonts-miscbitmaps/pkg-descr deleted file mode 100644 index 950c261..0000000 --- a/x11-fonts/xorg-fonts-miscbitmaps/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains fixed width, DECwindows cursor and session manager, Sun -Open Look, Kanji, and Kana bitmap fonts. - -WWW: http://www.x.org/ diff --git a/x11-fonts/xorg-fonts-truetype/Makefile b/x11-fonts/xorg-fonts-truetype/Makefile deleted file mode 100644 index 6280a0f..0000000 --- a/x11-fonts/xorg-fonts-truetype/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Eric Anholt <anholt@FreeBSD.org> -# $FreeBSD: head/x11-fonts/xorg-fonts-truetype/Makefile 321822 2013-06-26 23:12:07Z zeising $ - -PORTNAME= xorg-fonts-truetype -PORTVERSION= 7.7 -CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org TrueType fonts - -RUN_DEPENDS= ${FONTDIR}/TTF/luximb.ttf:${PORTSDIR}/x11-fonts/font-bh-ttf \ - ${FONTDIR}/OTF/SyrCOMAdiabene.otf:${PORTSDIR}/x11-fonts/font-misc-meltho \ - ${FONTDIR}/TTF/GohaTibebZemen.ttf:${PORTSDIR}/x11-fonts/font-misc-ethiopic \ - ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings \ - ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu - -do-install: # empty - -NO_BUILD= # none -FONTDIR= ${LOCALBASE}/lib/X11/fonts - -.include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts-truetype/pkg-descr b/x11-fonts/xorg-fonts-truetype/pkg-descr deleted file mode 100644 index 748cb79..0000000 --- a/x11-fonts/xorg-fonts-truetype/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains X.Org TrueType fonts. - -WWW: http://www.x.org/ diff --git a/x11-fonts/xorg-fonts-type1/Makefile b/x11-fonts/xorg-fonts-type1/Makefile deleted file mode 100644 index 6351076..0000000 --- a/x11-fonts/xorg-fonts-type1/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Eric Anholt <anholt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xorg-fonts-type1 -PORTVERSION= 7.7 -CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org Type1 fonts - -RUN_DEPENDS= ${FONTDIR}/Type1/UTBI____.afm:${PORTSDIR}/x11-fonts/font-adobe-utopia-type1 \ - ${FONTDIR}/Type1/l047013t.afm:${PORTSDIR}/x11-fonts/font-bh-type1 \ - ${FONTDIR}/Type1/c0419bt_.afm:${PORTSDIR}/x11-fonts/font-bitstream-type1 \ - ${FONTDIR}/Type1/cour.afm:${PORTSDIR}/x11-fonts/font-ibm-type1 \ - ${FONTDIR}/Type1/cursor.pfa:${PORTSDIR}/x11-fonts/font-xfree86-type1 \ - ${FONTDIR}/encodings/encodings.dir:${PORTSDIR}/x11-fonts/encodings - -CONFLICTS= XFree86-fontScalable-* - -do-install: # empty - -NO_BUILD= # none -FONTDIR= ${LOCALBASE}/lib/X11/fonts - -.include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts-type1/pkg-descr b/x11-fonts/xorg-fonts-type1/pkg-descr deleted file mode 100644 index fc4259b..0000000 --- a/x11-fonts/xorg-fonts-type1/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains X.Org Type1 fonts. - -WWW: http://www.x.org/ diff --git a/x11-fonts/xorg-fonts/Makefile b/x11-fonts/xorg-fonts/Makefile deleted file mode 100644 index d89ea41..0000000 --- a/x11-fonts/xorg-fonts/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xorg-fonts -PORTVERSION= 7.7 -CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.org fonts meta-port - -USE_XORG= fontutil - -FONTSDIR= ${PREFIX}/lib/X11/fonts -RUN_DEPENDS= xorg-fonts-100dpi>=0:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \ - xorg-fonts-75dpi>=0:${PORTSDIR}/x11-fonts/xorg-fonts-75dpi \ - xorg-fonts-cyrillic>=0:${PORTSDIR}/x11-fonts/xorg-fonts-cyrillic \ - xorg-fonts-miscbitmaps>=0:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ - xorg-fonts-truetype>=0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ - xorg-fonts-type1>=0:${PORTSDIR}/x11-fonts/xorg-fonts-type1 \ - ${FONTSDIR}/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias - -NO_BUILD= yes - -do-install: - ${MKDIR} ${PREFIX}/libdata/xorg - ${TOUCH} ${PREFIX}/libdata/xorg/fonts - -.include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts/pkg-descr b/x11-fonts/xorg-fonts/pkg-descr deleted file mode 100644 index b28e6e5..0000000 --- a/x11-fonts/xorg-fonts/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This meta-package installs all X.Org fonts and related programs. - -WWW: http://www.x.org/ diff --git a/x11-fonts/xorg-fonts/pkg-plist b/x11-fonts/xorg-fonts/pkg-plist deleted file mode 100644 index 1369ed7..0000000 --- a/x11-fonts/xorg-fonts/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -libdata/xorg/fonts -@dirrmtry libdata/xorg |