summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-08-11 15:54:57 +0000
committerjschauma <jschauma@pkgsrc.org>2002-08-11 15:54:57 +0000
commitc81568525bf7992bd7f4028c8602ada5e7e093d0 (patch)
tree39993d150f2a4407b1597fb285630b5a096d029e /fonts
parent89ec0a1c17b564883c2657b21b4b255843c760fe (diff)
downloadpkgsrc-c81568525bf7992bd7f4028c8602ada5e7e093d0.tar.gz
Initial import of fonts/cyberbit-ttf into pkgsrc using files provided by
Rui-Xiang Guo in PR pkg/17829. Bitstream Cyberbit is a TrueType font. It is an international font, containing characters from many languages. Each character is encoded with its Unicode value, according to Unicode 2.0 standards. Cyberbit was developed by Bitstream to provide Unicode Consortium members with a test font. It is therefore distributed freely to customers that need advanced multilingual fonts for testing and other non-commercial uses. Customers that wish to use Cyberbit for other purposes must license the font from Bitstream.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/cyberbit-ttf/DESCR11
-rw-r--r--fonts/cyberbit-ttf/Makefile11
-rw-r--r--fonts/cyberbit-ttf/Makefile.common43
-rw-r--r--fonts/cyberbit-ttf/PLIST8
-rw-r--r--fonts/cyberbit-ttf/distinfo12
5 files changed, 85 insertions, 0 deletions
diff --git a/fonts/cyberbit-ttf/DESCR b/fonts/cyberbit-ttf/DESCR
new file mode 100644
index 00000000000..0474796f0c9
--- /dev/null
+++ b/fonts/cyberbit-ttf/DESCR
@@ -0,0 +1,11 @@
+Bitstream Cyberbit is a TrueType font. It is an international font,
+containing characters from many languages. Each character is encoded with its
+Unicode value, according to Unicode 2.0 standards.
+
+Cyberbit was developed by Bitstream to provide Unicode Consortium members with
+a test font. It is therefore distributed freely to customers that need advanced
+multilingual fonts for testing and other non-commercial uses. Customers that
+wish to use Cyberbit for other purposes must license the font from Bitstream.
+
+Please see the License.wri file that accompanies Cyberbit for details. If you
+install and use Cyberbit, you are bound by the terms of that License.
diff --git a/fonts/cyberbit-ttf/Makefile b/fonts/cyberbit-ttf/Makefile
new file mode 100644
index 00000000000..8d4e4275cdd
--- /dev/null
+++ b/fonts/cyberbit-ttf/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/11 15:54:57 jschauma Exp $
+
+PKGNAME= cyberbit-ttf-2.0
+FONT_FILE= Cyberbit.ZIP
+
+COMMENT= multilingual TrueType font from Bitstream
+
+CONFLICTS= cyberbase-ttf-*
+
+.include "Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/cyberbit-ttf/Makefile.common b/fonts/cyberbit-ttf/Makefile.common
new file mode 100644
index 00000000000..abf24cce724
--- /dev/null
+++ b/fonts/cyberbit-ttf/Makefile.common
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2002/08/11 15:54:57 jschauma Exp $
+
+DISTNAME= # empty
+CATEGORIES= fonts
+MASTER_SITES= ftp://ftp-au.netscape.com/pub/communicator/extras/fonts/windows/
+DISTFILES= ${FONT_FILE} ${DOC_FILES}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.bitstream.com
+
+BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
+
+LICENSE= cyberbit-ttf-license
+RESTRICTED= "Redistribution not permitted; single user license only."
+NO_SRC_ON_CDROM=${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM=${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
+DOC_FILES= License.wri Orders.wri ReadMe.htm Readme.wri
+
+DIST_SUBDIR= cyberbit-ttf
+
+DESCR_SRC= ${.CURDIR}/../cyberbit-ttf/DESCR
+
+EXTRACT_CMD= ${LOCALBASE}/bin/unzip -Laq $${extract_file}
+EXTRACT_ONLY= ${FONT_FILE}
+WRKSRC= ${WRKDIR}
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+USE_X11BASE= yes
+FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
+DOCDIR= ${PREFIX}/share/doc/cyberbit-ttf
+
+do-install:
+ ${INSTALL_DATA_DIR} ${FONTDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTDIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ for f in ${DOC_FILES}; do \
+ ${INSTALL_DATA} ${_DISTDIR}/$$f ${DOCDIR}; \
+ done
diff --git a/fonts/cyberbit-ttf/PLIST b/fonts/cyberbit-ttf/PLIST
new file mode 100644
index 00000000000..00bf0b3e584
--- /dev/null
+++ b/fonts/cyberbit-ttf/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/11 15:54:57 jschauma Exp $
+lib/X11/fonts/TrueType/cyberbit.ttf
+share/doc/cyberbit-ttf/License.wri
+share/doc/cyberbit-ttf/Orders.wri
+share/doc/cyberbit-ttf/ReadMe.htm
+share/doc/cyberbit-ttf/Readme.wri
+@dirrm share/doc/cyberbit-ttf
+@unexec ${RMDIR} -p %D/lib/X11/fonts/TrueType 2> /dev/null || true
diff --git a/fonts/cyberbit-ttf/distinfo b/fonts/cyberbit-ttf/distinfo
new file mode 100644
index 00000000000..b183d506c10
--- /dev/null
+++ b/fonts/cyberbit-ttf/distinfo
@@ -0,0 +1,12 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/08/11 15:54:57 jschauma Exp $
+
+SHA1 (cyberbit-ttf/Cyberbit.ZIP) = ad75fc3c634f6d39ba1f9fe400895a7132e31d1b
+Size (cyberbit-ttf/Cyberbit.ZIP) = 6427108 bytes
+SHA1 (cyberbit-ttf/License.wri) = 2fafe9c17d9b198b2993c65d123b65ace5d44c37
+Size (cyberbit-ttf/License.wri) = 7168 bytes
+SHA1 (cyberbit-ttf/Orders.wri) = 0e883131eea2ae9da62e4e42e189047f26f8b3ec
+Size (cyberbit-ttf/Orders.wri) = 9216 bytes
+SHA1 (cyberbit-ttf/ReadMe.htm) = d735e16e0ffdf9fedf836dff62a3298f59616ce5
+Size (cyberbit-ttf/ReadMe.htm) = 34832 bytes
+SHA1 (cyberbit-ttf/Readme.wri) = 079dd905895b12c1d34673da95942c14f5d0d98b
+Size (cyberbit-ttf/Readme.wri) = 39552 bytes