Update to 20011219

PR:		33147
Submitted by:	maintainer
This commit is contained in:
David W. Chapman Jr. 2001-12-25 05:24:00 +00:00
parent e859aa39c2
commit 2491c4ac64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52148
10 changed files with 56 additions and 28 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pfaedit
PORTVERSION= 20011124
PORTVERSION= 20011219
CATEGORIES= print
MASTER_SITES= http://pfaedit.sourceforge.net/
DISTFILES= ${PORTNAME}_src-${DIST_VER}.tgz \
@ -30,9 +30,9 @@ ALL_TARGET= pfaedit
MAN1= pfaedit.1
DIST_VER= 011124
LIBGDRAW_VER= 011123
LIBGUNI_VER= 011123
DIST_VER= 011219
LIBGDRAW_VER= 011219
LIBGUNI_VER= 011219
post-patch:
${PERL} -pi.orig -e 's,/usr/share/,${PREFIX}/share/,g' \

View File

@ -1,4 +1,4 @@
MD5 (pfaedit_src-011124.tgz) = 3467a2ceb5ae00b94b1c4476e79cafb7
MD5 (libgunicode-011123.tgz) = 9152584fcfd18d7c2407cd7d47aef437
MD5 (libgdraw-011123.tgz) = 1915e949938b7f83ffb3b2fbbe77699c
MD5 (cidmaps.tgz) = b2f5fd18ea3c8205e6923832505bf73b
MD5 (pfaedit_src-011219.tgz) = 4dd183f94b9dd9a71cd102ae6833fab3
MD5 (libgunicode-011219.tgz) = 0cf9a4f52ada42f6062c127a1ceb6dfc
MD5 (libgdraw-011219.tgz) = ccce954d9a68a3851b1485fbc0703718
MD5 (cidmaps.tgz) = 6bc25e216e9fe8b0c3b226cab3886f83

View File

@ -0,0 +1,12 @@
--- pfaedit/ttf.h.orig Thu Dec 20 13:29:41 2001
+++ pfaedit/ttf.h Thu Dec 20 13:29:58 2001
@@ -24,7 +24,8 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
+
+#include <sys/types.h>
#include "psfont.h" /* for struct fddata */
/* Some glyphs have multiple encodings ("A" might be used for Alpha and Cyrillic A) */

View File

@ -1,10 +1,12 @@
PfaEdit is a PostScript font editor which can create and modify outline
fonts in Type 1, TrueType, or OpenType format. It can generate bitmaps
and save in BDF format.
fonts in Type 1, CID-Keyed Fonts, TrueType, or OpenType format. It can
generate bitmaps and save in BDF format or embedded bitmaps in TrueType/
OpenType fonts.
If you have installed 'autotrace', you can generate outlines from
imported bitmap images.
If you have installed AutoTrace Version 0.28 (older versions are
incompatible to this version of PfaEdit), you can generate outlines
from imported bitmap images.
For more Information, see
For more information, see
WWW: http://PfaEdit.sourceforge.net/

View File

@ -1,5 +1,5 @@
bin/pfaedit
share/pfaedit/Adobe-CNS1-3.cidmap
share/pfaedit/Adobe-CNS1-4.cidmap
share/pfaedit/Adobe-Identity-0.cidmap
share/pfaedit/Adobe-Japan2-0.cidmap
share/pfaedit/Adobe-GB1-4.cidmap

View File

@ -6,7 +6,7 @@
#
PORTNAME= pfaedit
PORTVERSION= 20011124
PORTVERSION= 20011219
CATEGORIES= print
MASTER_SITES= http://pfaedit.sourceforge.net/
DISTFILES= ${PORTNAME}_src-${DIST_VER}.tgz \
@ -30,9 +30,9 @@ ALL_TARGET= pfaedit
MAN1= pfaedit.1
DIST_VER= 011124
LIBGDRAW_VER= 011123
LIBGUNI_VER= 011123
DIST_VER= 011219
LIBGDRAW_VER= 011219
LIBGUNI_VER= 011219
post-patch:
${PERL} -pi.orig -e 's,/usr/share/,${PREFIX}/share/,g' \

View File

@ -1,4 +1,4 @@
MD5 (pfaedit_src-011124.tgz) = 3467a2ceb5ae00b94b1c4476e79cafb7
MD5 (libgunicode-011123.tgz) = 9152584fcfd18d7c2407cd7d47aef437
MD5 (libgdraw-011123.tgz) = 1915e949938b7f83ffb3b2fbbe77699c
MD5 (cidmaps.tgz) = b2f5fd18ea3c8205e6923832505bf73b
MD5 (pfaedit_src-011219.tgz) = 4dd183f94b9dd9a71cd102ae6833fab3
MD5 (libgunicode-011219.tgz) = 0cf9a4f52ada42f6062c127a1ceb6dfc
MD5 (libgdraw-011219.tgz) = ccce954d9a68a3851b1485fbc0703718
MD5 (cidmaps.tgz) = 6bc25e216e9fe8b0c3b226cab3886f83

View File

@ -0,0 +1,12 @@
--- pfaedit/ttf.h.orig Thu Dec 20 13:29:41 2001
+++ pfaedit/ttf.h Thu Dec 20 13:29:58 2001
@@ -24,7 +24,8 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
+
+#include <sys/types.h>
#include "psfont.h" /* for struct fddata */
/* Some glyphs have multiple encodings ("A" might be used for Alpha and Cyrillic A) */

View File

@ -1,10 +1,12 @@
PfaEdit is a PostScript font editor which can create and modify outline
fonts in Type 1, TrueType, or OpenType format. It can generate bitmaps
and save in BDF format.
fonts in Type 1, CID-Keyed Fonts, TrueType, or OpenType format. It can
generate bitmaps and save in BDF format or embedded bitmaps in TrueType/
OpenType fonts.
If you have installed 'autotrace', you can generate outlines from
imported bitmap images.
If you have installed AutoTrace Version 0.28 (older versions are
incompatible to this version of PfaEdit), you can generate outlines
from imported bitmap images.
For more Information, see
For more information, see
WWW: http://PfaEdit.sourceforge.net/

View File

@ -1,5 +1,5 @@
bin/pfaedit
share/pfaedit/Adobe-CNS1-3.cidmap
share/pfaedit/Adobe-CNS1-4.cidmap
share/pfaedit/Adobe-Identity-0.cidmap
share/pfaedit/Adobe-Japan2-0.cidmap
share/pfaedit/Adobe-GB1-4.cidmap