mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 20031029.
No longer this port installs libuninameslist by itself. Because it depends on textproc/libuninameslist. PR: ports/58866 Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
This commit is contained in:
parent
c6cc82abc0
commit
bdb25d1564
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93931
@ -8,28 +8,25 @@
|
||||
PORTNAME= pfaedit
|
||||
PORTVERSION= 20${DIST_VER}
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://pfaedit.sourceforge.net/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR = libuninameslist
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR = pfaedit
|
||||
DISTFILES= ${EXTRACT_ONLY}
|
||||
.if !defined(NOPORTDOCS)
|
||||
DISTFILES+= ${DOCFILE}
|
||||
.endif
|
||||
EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz \
|
||||
libuninameslist_src-${LIBUNINAMESLIST_VER}.tgz
|
||||
EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
|
||||
|
||||
MAINTAINER= kanou@khdd.net
|
||||
COMMENT= Type 1/TrueType/OpenType/bitmap font editor
|
||||
|
||||
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
LIB_DEPENDS= uninameslist.0:${PORTSDIR}/textproc/libuninameslist \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
xml2:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
BROKEN= Does not fetch, will be removed after Feb 2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
@ -41,8 +38,7 @@ INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= pfaedit.1 sfddiff.1
|
||||
|
||||
DIST_VER= 031020
|
||||
LIBUNINAMESLIST_VER= 030713
|
||||
DIST_VER= 031029
|
||||
|
||||
.if !defined (NOPORTDOCS)
|
||||
DOCFILE= ${PORTNAME}_htdocs-${DIST_VER}.tgz
|
||||
@ -59,18 +55,11 @@ post-extract:
|
||||
${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
(cd ${WRKDIR}/libuninameslist ; ./configure ${CONFIGURE_ARGS} )
|
||||
|
||||
post-build:
|
||||
(cd ${WRKDIR}/libuninameslist ; ${GMAKE} )
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR}
|
||||
(cd ${WRKDIR}/libuninameslist ; ${GMAKE} install )
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,3 @@
|
||||
MD5 (pfaedit_full-031020.tgz) = 27e9f5ef370481319acec9d4b9e5cd08
|
||||
MD5 (pfaedit_full-031029.tgz) = cfe3d9e7fd88a7fa89f3e2ec82de5b4b
|
||||
MD5 (cidmaps.tgz) = 542c4ddaaa6689de217d3a96678b4e69
|
||||
MD5 (libuninameslist_src-030713.tgz) = 051a0377d8e1674de9dc8da062b32646
|
||||
MD5 (pfaedit_htdocs-031020.tgz) = 324575ef99af3d6b7d2d3acfbf47a04c
|
||||
MD5 (pfaedit_htdocs-031029.tgz) = e61d565c758d703f5c02e3be4eb659fe
|
||||
|
@ -1,16 +1,12 @@
|
||||
bin/pfaedit
|
||||
bin/sfddiff
|
||||
bin/acorn2sfd
|
||||
include/uninameslist.h
|
||||
lib/libgdraw.la
|
||||
lib/libgdraw.so
|
||||
lib/libgdraw.so.1
|
||||
lib/libgunicode.la
|
||||
lib/libgunicode.so
|
||||
lib/libgunicode.so.2
|
||||
lib/libuninameslist.la
|
||||
lib/libuninameslist.so
|
||||
lib/libuninameslist.so.0
|
||||
%%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html
|
||||
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png
|
||||
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png
|
||||
|
@ -8,28 +8,25 @@
|
||||
PORTNAME= pfaedit
|
||||
PORTVERSION= 20${DIST_VER}
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://pfaedit.sourceforge.net/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR = libuninameslist
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR = pfaedit
|
||||
DISTFILES= ${EXTRACT_ONLY}
|
||||
.if !defined(NOPORTDOCS)
|
||||
DISTFILES+= ${DOCFILE}
|
||||
.endif
|
||||
EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz \
|
||||
libuninameslist_src-${LIBUNINAMESLIST_VER}.tgz
|
||||
EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz
|
||||
|
||||
MAINTAINER= kanou@khdd.net
|
||||
COMMENT= Type 1/TrueType/OpenType/bitmap font editor
|
||||
|
||||
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
LIB_DEPENDS= uninameslist.0:${PORTSDIR}/textproc/libuninameslist \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
xml2:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
BROKEN= Does not fetch, will be removed after Feb 2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
@ -41,8 +38,7 @@ INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= pfaedit.1 sfddiff.1
|
||||
|
||||
DIST_VER= 031020
|
||||
LIBUNINAMESLIST_VER= 030713
|
||||
DIST_VER= 031029
|
||||
|
||||
.if !defined (NOPORTDOCS)
|
||||
DOCFILE= ${PORTNAME}_htdocs-${DIST_VER}.tgz
|
||||
@ -59,18 +55,11 @@ post-extract:
|
||||
${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
(cd ${WRKDIR}/libuninameslist ; ./configure ${CONFIGURE_ARGS} )
|
||||
|
||||
post-build:
|
||||
(cd ${WRKDIR}/libuninameslist ; ${GMAKE} )
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR}
|
||||
(cd ${WRKDIR}/libuninameslist ; ${GMAKE} install )
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,3 @@
|
||||
MD5 (pfaedit_full-031020.tgz) = 27e9f5ef370481319acec9d4b9e5cd08
|
||||
MD5 (pfaedit_full-031029.tgz) = cfe3d9e7fd88a7fa89f3e2ec82de5b4b
|
||||
MD5 (cidmaps.tgz) = 542c4ddaaa6689de217d3a96678b4e69
|
||||
MD5 (libuninameslist_src-030713.tgz) = 051a0377d8e1674de9dc8da062b32646
|
||||
MD5 (pfaedit_htdocs-031020.tgz) = 324575ef99af3d6b7d2d3acfbf47a04c
|
||||
MD5 (pfaedit_htdocs-031029.tgz) = e61d565c758d703f5c02e3be4eb659fe
|
||||
|
@ -1,16 +1,12 @@
|
||||
bin/pfaedit
|
||||
bin/sfddiff
|
||||
bin/acorn2sfd
|
||||
include/uninameslist.h
|
||||
lib/libgdraw.la
|
||||
lib/libgdraw.so
|
||||
lib/libgdraw.so.1
|
||||
lib/libgunicode.la
|
||||
lib/libgunicode.so
|
||||
lib/libgunicode.so.2
|
||||
lib/libuninameslist.la
|
||||
lib/libuninameslist.so
|
||||
lib/libuninameslist.so.0
|
||||
%%PORTDOCS%%share/doc/pfaedit/AA-Comparison.html
|
||||
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV-bm.png
|
||||
%%PORTDOCS%%share/doc/pfaedit/AmbrosiaFV.png
|
||||
|
Loading…
Reference in New Issue
Block a user