diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-06-24 12:06:21 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-06-24 12:06:21 +0000 |
commit | c5000a8a7b95aaf4f5c14f001a21029d7a026424 (patch) | |
tree | d2890604c44b40f83da86a51c02fc4cb7deed285 /misc | |
parent | 95999bdaf94e8838d6b0d48b14edd37ac1e58be7 (diff) | |
download | pkgsrc-c5000a8a7b95aaf4f5c14f001a21029d7a026424.tar.gz |
Update oto to 0.4. From Rui-Xiang Guo in pkg/17375.
* Fix a bug which prevent oTo from changing UTF-8 names correctly.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/oto/Makefile | 8 | ||||
-rw-r--r-- | misc/oto/PLIST | 8 | ||||
-rw-r--r-- | misc/oto/distinfo | 6 |
3 files changed, 14 insertions, 8 deletions
diff --git a/misc/oto/Makefile b/misc/oto/Makefile index 7d8358ef2bd..d91872c0570 100644 --- a/misc/oto/Makefile +++ b/misc/oto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/11 11:39:13 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/24 12:06:21 uebayasi Exp $ # -DISTNAME= oto-0.3 +DISTNAME= oto-0.4 CATEGORIES= print MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/oto/ @@ -12,6 +12,10 @@ COMMENT= list, modify OpenType font files GNU_CONFIGURE= yes USE_GMAKE= yes +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/oto + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/oto + .include "../../converters/libiconv/buildlink.mk" .include "../../devel/libgetopt/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/oto/PLIST b/misc/oto/PLIST index 8eb6b52a16a..81bcfc16e06 100644 --- a/misc/oto/PLIST +++ b/misc/oto/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/11 11:39:13 cjep Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/06/24 12:06:21 uebayasi Exp $ bin/oto -share/oto/GB2312.TXT +share/doc/oto/README +share/oto/BIG5.TXT share/oto/GB12345.TXT share/oto/GB12345p.TXT -share/oto/BIG5.TXT +share/oto/GB2312.TXT @dirrm share/oto +@dirrm share/doc/oto diff --git a/misc/oto/distinfo b/misc/oto/distinfo index dd55ddc987b..5ac4009d198 100644 --- a/misc/oto/distinfo +++ b/misc/oto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/05/11 11:39:13 cjep Exp $ +$NetBSD: distinfo,v 1.2 2002/06/24 12:06:21 uebayasi Exp $ -SHA1 (oto-0.3.tar.gz) = 980d4a7444f198a659058d2e2c1ddb4f5b93e4e0 -Size (oto-0.3.tar.gz) = 268638 bytes +SHA1 (oto-0.4.tar.gz) = 9a467e864d4945f8a47125cc41a4723a973d93d3 +Size (oto-0.4.tar.gz) = 264000 bytes SHA1 (patch-aa) = a7ea2508f7d6d57a892c1f8b3f89bfdf464abd6c |