diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-25 05:24:00 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-25 05:24:00 +0000 |
commit | 2491c4ac645241dcaa08fdf6f6fcbc5007d81631 (patch) | |
tree | a43c0043ee7b3eecfc272eebb222cb7c3d94c067 /print/fontforge | |
parent | e859aa39c27d4d30c57b94cbd2f4686bd9cf2186 (diff) | |
download | ports-2491c4ac645241dcaa08fdf6f6fcbc5007d81631.tar.gz ports-2491c4ac645241dcaa08fdf6f6fcbc5007d81631.zip |
Notes
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 8 | ||||
-rw-r--r-- | print/fontforge/distinfo | 8 | ||||
-rw-r--r-- | print/fontforge/files/patch-ttf.h | 12 | ||||
-rw-r--r-- | print/fontforge/pkg-descr | 12 | ||||
-rw-r--r-- | print/fontforge/pkg-plist | 2 |
5 files changed, 28 insertions, 14 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 69168e48493b..98fab0a39d7a 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -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' \ diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo index f278c4a8fab9..4f3747dea00e 100644 --- a/print/fontforge/distinfo +++ b/print/fontforge/distinfo @@ -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 diff --git a/print/fontforge/files/patch-ttf.h b/print/fontforge/files/patch-ttf.h new file mode 100644 index 000000000000..30bdbadaacb5 --- /dev/null +++ b/print/fontforge/files/patch-ttf.h @@ -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) */ diff --git a/print/fontforge/pkg-descr b/print/fontforge/pkg-descr index 6c6beead21e9..a6848695c717 100644 --- a/print/fontforge/pkg-descr +++ b/print/fontforge/pkg-descr @@ -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/ diff --git a/print/fontforge/pkg-plist b/print/fontforge/pkg-plist index 5a4d447c803c..5e1d5af17696 100644 --- a/print/fontforge/pkg-plist +++ b/print/fontforge/pkg-plist @@ -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 |