summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-06-07 22:02:21 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-06-07 22:02:21 +0800
commited3f1e0df3323d861c9e8c5bc15c7d3cc1554752 (patch)
tree34d76eaeea027f0b2caef2485cb01578dac329ff
parent1f0c88a11a23abc03a9e8759c6d47803d114f83c (diff)
downloadxorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.tar.gz
xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.tar.zst
xorg-devel-ports-ed3f1e0df3323d861c9e8c5bc15c7d3cc1554752.zip
Add xorg-fonts sub meta ports and bump em to the new version.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@518 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11-fonts/xorg-fonts-100dpi/Makefile32
-rw-r--r--x11-fonts/xorg-fonts-100dpi/pkg-descr3
-rw-r--r--x11-fonts/xorg-fonts-75dpi/Makefile32
-rw-r--r--x11-fonts/xorg-fonts-75dpi/pkg-descr3
-rw-r--r--x11-fonts/xorg-fonts-cyrillic/Makefile31
-rw-r--r--x11-fonts/xorg-fonts-cyrillic/pkg-descr3
-rw-r--r--x11-fonts/xorg-fonts-miscbitmaps/Makefile38
-rw-r--r--x11-fonts/xorg-fonts-miscbitmaps/pkg-descr4
-rw-r--r--x11-fonts/xorg-fonts-truetype/Makefile29
-rw-r--r--x11-fonts/xorg-fonts-truetype/pkg-descr3
-rw-r--r--x11-fonts/xorg-fonts-type1/Makefile32
-rw-r--r--x11-fonts/xorg-fonts-type1/pkg-descr3
12 files changed, 213 insertions, 0 deletions
diff --git a/x11-fonts/xorg-fonts-100dpi/Makefile b/x11-fonts/xorg-fonts-100dpi/Makefile
new file mode 100644
index 0000000..0a8d19d
--- /dev/null
+++ b/x11-fonts/xorg-fonts-100dpi/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: xorg-fonts-100dpi
+# Date created: 30 May 2004
+# Whom: 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
new file mode 100644
index 0000000..85eb17c
--- /dev/null
+++ b/x11-fonts/xorg-fonts-100dpi/pkg-descr
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..e400c43
--- /dev/null
+++ b/x11-fonts/xorg-fonts-75dpi/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: xorg-fonts-75dpi
+# Date created: 30 May 2004
+# Whom: 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
new file mode 100644
index 0000000..755af6c
--- /dev/null
+++ b/x11-fonts/xorg-fonts-75dpi/pkg-descr
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..30f05eb
--- /dev/null
+++ b/x11-fonts/xorg-fonts-cyrillic/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: xorg-fonts-cyrillic
+# Date created: 30 May 2004
+# Whom: 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
new file mode 100644
index 0000000..8fb7ffb
--- /dev/null
+++ b/x11-fonts/xorg-fonts-cyrillic/pkg-descr
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..0eaa393
--- /dev/null
+++ b/x11-fonts/xorg-fonts-miscbitmaps/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: xorg-fonts-miscbitmaps
+# Date created: 30 May 2004
+# Whom: 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
new file mode 100644
index 0000000..950c261
--- /dev/null
+++ b/x11-fonts/xorg-fonts-miscbitmaps/pkg-descr
@@ -0,0 +1,4 @@
+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
new file mode 100644
index 0000000..6983ee5
--- /dev/null
+++ b/x11-fonts/xorg-fonts-truetype/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xorg-fonts-truetype
+# Date created: 30 May 2004
+# Whom: anholt@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+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/bitstream-vera/VeraIt.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
+
+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
new file mode 100644
index 0000000..748cb79
--- /dev/null
+++ b/x11-fonts/xorg-fonts-truetype/pkg-descr
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..29bbe30
--- /dev/null
+++ b/x11-fonts/xorg-fonts-type1/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: xorg-fonts-type1
+# Date created: 30 May 2004
+# Whom: 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
new file mode 100644
index 0000000..fc4259b
--- /dev/null
+++ b/x11-fonts/xorg-fonts-type1/pkg-descr
@@ -0,0 +1,3 @@
+This package contains X.Org Type1 fonts.
+
+WWW: http://www.x.org/