Update to 2.0.8
PR: 35299 Submitted by: maintainer
This commit is contained in:
parent
44d7022676
commit
7e349a6508
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55213
4 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ft2demos
|
||||
PORTVERSION= 2.0.6
|
||||
PORTVERSION= 2.0.8
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
|
||||
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
|
||||
|
@ -31,7 +31,7 @@ MAKE_ENV= TOP="${FREETYPE_WRKSRC}"
|
|||
|
||||
FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
|
||||
|
||||
FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk
|
||||
FT_PROGRAMS= ftdump ftlint ftmulti ftstring fttimer ftview ftmemchk testnames
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ft2demos-2.0.6.tar.bz2) = 0e575e8da39fd8bc905c42fe97ef47f3
|
||||
MD5 (ft2demos-2.0.8.tar.bz2) = 770a583dff7696c72f68c24f8a22c921
|
||||
|
|
|
@ -2,8 +2,9 @@ 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
|
||||
ftmemchk test memory allocation of freetype library
|
||||
testnames dump PostScript name of each glyph
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
bin/ftdump
|
||||
bin/ftlint
|
||||
bin/ftmemchk
|
||||
bin/ftmulti
|
||||
bin/ftstring
|
||||
bin/fttimer
|
||||
bin/ftview
|
||||
bin/ftmemchk
|
||||
bin/testnames
|
||||
|
|
Loading…
Reference in a new issue