summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-21 19:22:22 +0000
committerwiz <wiz>2002-07-21 19:22:22 +0000
commita29921d6fff6b808c6f08454c1fb5bafd56fe112 (patch)
treec033ad536d43f4a0b5785954a55a9c1320c13cb6 /misc
parent41becb8405ed49897dad4879948d6a995bdf3844 (diff)
downloadpkgsrc-a29921d6fff6b808c6f08454c1fb5bafd56fe112.tar.gz
Complete move of misc/oto to fonts/oto.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/oto/DESCR13
-rw-r--r--misc/oto/Makefile21
-rw-r--r--misc/oto/PLIST9
-rw-r--r--misc/oto/distinfo5
-rw-r--r--misc/oto/patches/patch-aa13
6 files changed, 1 insertions, 63 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 33f9104b446..b642077b9db 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2002/07/14 10:06:38 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2002/07/21 19:22:22 wiz Exp $
#
COMMENT= Miscellaneous utilities
@@ -81,7 +81,6 @@ SUBDIR+= mtail
SUBDIR+= nxtvepg
SUBDIR+= ooqstart
SUBDIR+= openoffice
-SUBDIR+= oto
SUBDIR+= p5-Array-PrintCols
SUBDIR+= p5-Business-CreditCard
SUBDIR+= p5-Business-ISBN
diff --git a/misc/oto/DESCR b/misc/oto/DESCR
deleted file mode 100644
index d6c41f43bfb..00000000000
--- a/misc/oto/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-The Open Type Organizer project provides programs to list and modify
-the 'name' and 'cmap' tables of OpenType font files. It can be used to
-translate the 'name' and 'cmap' of an OpenType font in locale encodings
-to Unicode encodings, so the font file can be used in an environment
-which does not understand locale encodings. The translated tables are
-added to the font while keeping the original tables intact.
-
-Have a True Type font which is not recognized by X Window system?
-Chances are, the font is listed/indexed in an encoding other than
-Unicode! Open Type Organizer (oTo) will help to solve the problem.
-It will list font file organization and even add Unicode 'name' and
-'cmap' tables by translating the original ones. Your favorite ttf
-font can really work for you now.
diff --git a/misc/oto/Makefile b/misc/oto/Makefile
deleted file mode 100644
index d91872c0570..00000000000
--- a/misc/oto/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2002/06/24 12:06:21 uebayasi Exp $
-#
-
-DISTNAME= oto-0.4
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/oto/
-
-MAINTAINER= rxg@netbsd.org
-HOMEPAGE= http://sourceforge.net/projects/oto/
-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
deleted file mode 100644
index 81bcfc16e06..00000000000
--- a/misc/oto/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/06/24 12:06:21 uebayasi Exp $
-bin/oto
-share/doc/oto/README
-share/oto/BIG5.TXT
-share/oto/GB12345.TXT
-share/oto/GB12345p.TXT
-share/oto/GB2312.TXT
-@dirrm share/oto
-@dirrm share/doc/oto
diff --git a/misc/oto/distinfo b/misc/oto/distinfo
deleted file mode 100644
index 5ac4009d198..00000000000
--- a/misc/oto/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2002/06/24 12:06:21 uebayasi Exp $
-
-SHA1 (oto-0.4.tar.gz) = 9a467e864d4945f8a47125cc41a4723a973d93d3
-Size (oto-0.4.tar.gz) = 264000 bytes
-SHA1 (patch-aa) = a7ea2508f7d6d57a892c1f8b3f89bfdf464abd6c
diff --git a/misc/oto/patches/patch-aa b/misc/oto/patches/patch-aa
deleted file mode 100644
index c4f0c402555..00000000000
--- a/misc/oto/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/05/11 11:39:13 cjep Exp $
-
---- src/Makefile.in.orig Fri Sep 14 00:20:02 2001
-+++ src/Makefile.in
-@@ -81,7 +81,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -liconv $(LIBGETOPT)
- oto_OBJECTS = main.o misc.o u2c.o directory.o name.o cmap.o
- oto_DEPENDENCIES =
- oto_LDFLAGS =