diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /print/ft2demos | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/ft2demos')
-rw-r--r-- | print/ft2demos/Makefile | 41 | ||||
-rw-r--r-- | print/ft2demos/distinfo | 3 | ||||
-rw-r--r-- | print/ft2demos/pkg-descr | 10 | ||||
-rw-r--r-- | print/ft2demos/pkg-plist | 11 |
4 files changed, 0 insertions, 65 deletions
diff --git a/print/ft2demos/Makefile b/print/ft2demos/Makefile deleted file mode 100644 index ddf8f080c..000000000 --- a/print/ft2demos/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: ft2demos -# Date created: 12 April 2001 -# Whom: KANOU Hiroki <kanou@khdd.net> -# -# $FreeBSD$ -# - -PORTNAME= ft2demos -PORTVERSION= 2.2.1 -PORTREVISION= 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 - -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 deleted file mode 100644 index 411d2d5f0..000000000 --- a/print/ft2demos/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 71803c362..000000000 --- a/print/ft2demos/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 6d8f1a045..000000000 --- a/print/ft2demos/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/ftbench -bin/ftchkwd -bin/ftdump -bin/ftgamma -bin/ftlint -bin/ftmemchk -bin/ftmulti -bin/ftstring -bin/fttimer -bin/ftvalid -bin/ftview |