mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 20080109
PR: 119534 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
parent
73465ff975
commit
02b5b13d4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205429
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fontforge
|
||||
PORTVERSION= 20071210
|
||||
PORTVERSION= 20080109
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SF
|
||||
DISTFILES= ${EXTRACT_ONLY} ${DOCFILES}
|
||||
@ -24,14 +24,12 @@ LIB_DEPENDS= uninameslist.0:${PORTSDIR}/textproc/libuninameslist \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
.if defined(FONTFORGE_WITH_TTF_DEBUGGER)
|
||||
FREETYPE_VERSION= 2.1.10
|
||||
FREETYPE_VERSION= 2.3.5
|
||||
EXTRACT_ONLY+= freetype-${FREETYPE_VERSION}.tar.bz2
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
#DOC_VERSION= ${PORTVERSION}
|
||||
# This version of Fontforge has a different version number for the docs as opposed to the actual source
|
||||
DOC_VERSION= 20071211
|
||||
DOC_VERSION= ${PORTVERSION}
|
||||
DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2
|
||||
.endif
|
||||
|
||||
@ -42,8 +40,6 @@ USE_ICONV= yes
|
||||
USE_XLIB= yes
|
||||
PATCH_STRIP= -l
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.if !defined(FONTFORGE_NO_MULTILAYER)
|
||||
WITH_MULTILAYER= --with-multilayer
|
||||
.endif
|
||||
|
@ -1,9 +1,9 @@
|
||||
MD5 (fontforge_full-20071210.tar.bz2) = 971a9a36a98efc8bb4e623b3d3fd0591
|
||||
SHA256 (fontforge_full-20071210.tar.bz2) = c38e6ea0b0e0bdc70262781995c953071431225a17452551e732ca5480cfe6ba
|
||||
SIZE (fontforge_full-20071210.tar.bz2) = 4160548
|
||||
MD5 (freetype-2.1.10.tar.bz2) = a4012e7d1f6400df44a16743b11b8423
|
||||
SHA256 (freetype-2.1.10.tar.bz2) = fed2ed148d7d105b95493c5e95561c8b05ee7909e00f828f036d8ed1be6a5e53
|
||||
SIZE (freetype-2.1.10.tar.bz2) = 1037107
|
||||
MD5 (fontforge_htdocs-20071211.tar.bz2) = 5ed3cff928f49fbe103deecee373686f
|
||||
SHA256 (fontforge_htdocs-20071211.tar.bz2) = 4489e29ff3e54aec97e8c5e3b88eaa54ab195c30fc6597bbf4009ca583656320
|
||||
SIZE (fontforge_htdocs-20071211.tar.bz2) = 2711818
|
||||
MD5 (fontforge_full-20080109.tar.bz2) = e32a90a4e1fdeb5528051c23fc0370a8
|
||||
SHA256 (fontforge_full-20080109.tar.bz2) = 5d800f3241c93d95f1e2f0c99ef05b973df80680352166d224a22cff8e60f29a
|
||||
SIZE (fontforge_full-20080109.tar.bz2) = 4548471
|
||||
MD5 (freetype-2.3.5.tar.bz2) = 65234327c5ac46ee00ebda15995d4c1c
|
||||
SHA256 (freetype-2.3.5.tar.bz2) = 1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e
|
||||
SIZE (freetype-2.3.5.tar.bz2) = 1279861
|
||||
MD5 (fontforge_htdocs-20080109.tar.bz2) = 63054ea6035ffbf8f7824e720d308fca
|
||||
SHA256 (fontforge_htdocs-20080109.tar.bz2) = 29c87d2aff70fe4b5a967eb3e44a113a31cde010e3d076e471ed609eec019a79
|
||||
SIZE (fontforge_htdocs-20080109.tar.bz2) = 2824143
|
||||
|
@ -2,6 +2,7 @@ bin/fontforge
|
||||
bin/fontimage
|
||||
bin/fontlint
|
||||
bin/sfddiff
|
||||
include/fontforge/PfEd.h
|
||||
include/fontforge/autowidth.h
|
||||
include/fontforge/baseviews.h
|
||||
include/fontforge/basics.h
|
||||
@ -34,6 +35,7 @@ include/fontforge/gwidget.h
|
||||
include/fontforge/gwwiconv.h
|
||||
include/fontforge/import.h
|
||||
include/fontforge/intl.h
|
||||
include/fontforge/libffstamp.h
|
||||
include/fontforge/lookups.h
|
||||
include/fontforge/mm.h
|
||||
include/fontforge/nonlineartrans.h
|
||||
@ -399,6 +401,7 @@ libdata/pkgconfig/fontforge.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ffi-refs.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ffi-rmoverlap.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ffi-unlink.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ffsplash2008.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/fi.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/filemenu.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/files.html
|
||||
|
Loading…
Reference in New Issue
Block a user