Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2001 21:40:23 +0900 (JST)
From:      KANOU Hiroki <kanou@mil.allnet.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        kanou@mil.allnet.ne.jp
Subject:   ports/26513: New port: print/ft2demos
Message-ID:  <200104121240.VAA09425@kappa.allnet.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         26513
>Category:       ports
>Synopsis:       New port (print/ft2demos) is included. ft2demos is demo programs of freetype2.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 12 05:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KANOU Hiroki <kanou@mil.allnet.ne.jp>
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
System: FreeBSD tin 4.3-RC FreeBSD 4.3-RC #0: Wed Apr 11 20:24:04 JST 2001 kanou@tin:/usr/src/sys/compile/TIN i386

>Description:

ft2demos is demo programs of freetype2. In freetype1, demos were included
but in freetype2 divided to other archive. 

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ft2demos
#	ft2demos/Makefile
#	ft2demos/distinfo
#	ft2demos/pkg-comment
#	ft2demos/pkg-plist
#	ft2demos/pkg-descr
#
echo c - ft2demos
mkdir -p ft2demos > /dev/null 2>&1
echo x - ft2demos/Makefile
sed 's/^X//' >ft2demos/Makefile << 'END-of-ft2demos/Makefile'
X# New ports collection makefile for:	ft2demos
X# Date created:		12 April 2001
X# Whom:			KANOU Hiroki <kanou@mil.allnet.ne.jp>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ft2demos
XPORTVERSION?=	2.0.2
XCATEGORIES=	print
XMASTER_SITES=	ftp://freetype.sourceforge.net/pub/freetype/%SUBDIR%/ \
X		${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
X		http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
X		http://www.funet.fi/pub/mirrors/ftp.freetype.org/%SUBDIR%/ \
X		http://ftp.sunet.se/pub/text-processing/freetype/%SUBDIR%/ \
X		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/freetype/&,} \
X		ftp://ftp.freetype.org/pub/%SUBDIR%/
XMASTER_SITE_SUBDIR=	freetype2
X
XBUILD_DEPENDS+=	libtool:${PORTSDIR}/devel/libtool
XBUILD_DEPENDS+=	${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}/config.mk:${PORTSDIR}/print/freetype2:build
XLIB_DEPENDS=	freetype.6:${PORTSDIR}/print/freetype2
X
XMAINTAINER=	kanou@mil.allnet.ne.jp
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XMAKE_ENV=	TOP="${PORTSDIR}/print/freetype2/work/freetype-${PORTVERSION}"
X
XFT_PROGRAMS=	ftdump ftlint ftmulti ftstring fttimer ftview
X
Xdo-install:
X	@(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
X	@(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} memtest ${PREFIX}/bin/ftmemtest)
X
X.include <bsd.port.mk>
END-of-ft2demos/Makefile
echo x - ft2demos/distinfo
sed 's/^X//' >ft2demos/distinfo << 'END-of-ft2demos/distinfo'
XMD5 (ft2demos-2.0.2.tar.bz2) = 612028481628593a948cbbcc8c4dad6c
END-of-ft2demos/distinfo
echo x - ft2demos/pkg-comment
sed 's/^X//' >ft2demos/pkg-comment << 'END-of-ft2demos/pkg-comment'
XDemo programs for FreeType2
END-of-ft2demos/pkg-comment
echo x - ft2demos/pkg-plist
sed 's/^X//' >ft2demos/pkg-plist << 'END-of-ft2demos/pkg-plist'
Xbin/ftdump
Xbin/ftlint
Xbin/ftmulti
Xbin/ftstring
Xbin/fttimer
Xbin/ftview
Xbin/ftmemtest
END-of-ft2demos/pkg-plist
echo x - ft2demos/pkg-descr
sed 's/^X//' >ft2demos/pkg-descr << 'END-of-ft2demos/pkg-descr'
XDemo programs for FreeType2.
X
X   ftdump     show information on given font file
X   ftlint     'lint' for font files
X   ftmulti    multiple master font viewer
X   ftstring   render given string and show
X   fttimer    time rasterization
X   ftview     simple glyph viewer
X   ftmemtest  test memory allocation of freetype library
X
XProgram 'ftmemtest' (originally compiled as 'memtest') has been
Xrenamed to avoid conflict against the port 'sysutils/memtest'.
END-of-ft2demos/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104121240.VAA09425>