summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 07:12:58 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 07:12:58 +0800
commite05ed04efd1c90b167f5af5ed13267cfe6607183 (patch)
tree655a4ac648974fdb120cbdf939aa92f797f4ce14 /print
parent1df685e36500f1f152d8e4303037c60fe1fa3a42 (diff)
downloadmarcuscom-ports-e05ed04efd1c90b167f5af5ed13267cfe6607183.tar
marcuscom-ports-e05ed04efd1c90b167f5af5ed13267cfe6607183.tar.gz
marcuscom-ports-e05ed04efd1c90b167f5af5ed13267cfe6607183.tar.bz2
marcuscom-ports-e05ed04efd1c90b167f5af5ed13267cfe6607183.tar.lz
marcuscom-ports-e05ed04efd1c90b167f5af5ed13267cfe6607183.tar.xz
marcuscom-ports-e05ed04efd1c90b167f5af5ed13267cfe6607183.tar.zst
marcuscom-ports-e05ed04efd1c90b167f5af5ed13267cfe6607183.zip
- Update to 2.2.1 to fix build with new freetype2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7530 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-rw-r--r--print/ft2demos/Makefile40
-rw-r--r--print/ft2demos/distinfo3
-rw-r--r--print/ft2demos/pkg-descr10
-rw-r--r--print/ft2demos/pkg-plist12
4 files changed, 65 insertions, 0 deletions
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile
new file mode 100644
index 000000000..c244d569b
--- /dev/null
+++ b/print/ft2demos/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: ft2demos
+# Date created: 12 April 2001
+# Whom: KANOU Hiroki <kanou@khdd.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ft2demos
+PORTVERSION= 2.2.1
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
+ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
+ http://www.funet.fi/pub/mirrors/ftp.freetype.org/%SUBDIR%/ \
+ http://ftp.sunet.se/pub/text-processing/freetype/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \
+ ftp://ftp.freetype.org/freetype/%SUBDIR%/
+MASTER_SITE_SUBDIR= freetype2
+
+MAINTAINER= kanou@khdd.net
+COMMENT= Demo programs for FreeType2
+
+BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+
+USE_XLIB= yes
+USE_AUTOTOOLS= libtool:15:env
+USE_BZIP2= yes
+USE_GMAKE= yes
+MAKE_ENV= TOP_DIR="${FREETYPE_WRKSRC}"
+
+.include <bsd.port.pre.mk>
+
+FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
+
+FT_PROGRAMS= ftbench ftchkwd ftdump ftgamma ftlint ftmemchk ftmulti ftstring fttimer ftvalid ftview testname
+
+do-install:
+ @(cd ${WRKSRC}/bin/.libs/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
+
+.include <bsd.port.post.mk>
diff --git a/print/ft2demos/distinfo b/print/ft2demos/distinfo
new file mode 100644
index 000000000..411d2d5f0
--- /dev/null
+++ b/print/ft2demos/distinfo
@@ -0,0 +1,3 @@
+MD5 (ft2demos-2.2.1.tar.bz2) = 64f5fa4425cd8241b130c0be35ba6760
+SHA256 (ft2demos-2.2.1.tar.bz2) = 1c4349ed98f2c6384cb99399f16572e1049c2c15e9691e9dc2cef2ba137acd3e
+SIZE (ft2demos-2.2.1.tar.bz2) = 138604
diff --git a/print/ft2demos/pkg-descr b/print/ft2demos/pkg-descr
new file mode 100644
index 000000000..71803c362
--- /dev/null
+++ b/print/ft2demos/pkg-descr
@@ -0,0 +1,10 @@
+Demo programs for FreeType2.
+
+ ftdump show information on given font file
+ ftlint 'lint' for font files
+ ftmemchk test memory allocation of freetype library
+ ftmulti multiple master font viewer
+ ftstring render given string and show
+ fttimer time rasterization
+ ftview simple glyph viewer
+ testnames dump PostScript name of each glyph
diff --git a/print/ft2demos/pkg-plist b/print/ft2demos/pkg-plist
new file mode 100644
index 000000000..5d0bd2116
--- /dev/null
+++ b/print/ft2demos/pkg-plist
@@ -0,0 +1,12 @@
+bin/ftbench
+bin/ftchkwd
+bin/ftdump
+bin/ftgamma
+bin/ftlint
+bin/ftmemchk
+bin/ftmulti
+bin/ftstring
+bin/fttimer
+bin/ftvalid
+bin/ftview
+bin/testname