fontedit: Drop - no upstream tarball available
authorKamil Rytarowski <n54@gmx.com>
Sun, 2 Oct 2016 01:47:33 +0000 (03:47 +0200)
committerKamil Rytarowski <n54@gmx.com>
Sun, 2 Oct 2016 01:47:33 +0000 (03:47 +0200)
fontedit/DESCR [deleted file]
fontedit/Makefile [deleted file]
fontedit/PLIST [deleted file]
fontedit/distinfo [deleted file]
fontedit/patches/patch-aa [deleted file]

diff --git a/fontedit/DESCR b/fontedit/DESCR
deleted file mode 100644 (file)
index d35650e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-These programs can be used to dump a console font file to human readable
-form for editing, and then converted back to a raw font file.
diff --git a/fontedit/Makefile b/fontedit/Makefile
deleted file mode 100644 (file)
index 2b2e3ff..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/09/28 23:21:48 asau Exp $
-
-DISTNAME=      fontedit-1.1
-CATEGORIES=    sysutils
-MASTER_SITES=  http://www.bensmithurst.com/tarballs/
-
-MAINTAINER=    lkundrak@skosi.org
-COMMENT=       Converts console fonts between binary and editable
-
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/fontedit/PLIST b/fontedit/PLIST
deleted file mode 100644 (file)
index 2112ee6..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/16 10:58:15 lkundrak Exp $
-bin/fontdump
-bin/fontmake
diff --git a/fontedit/distinfo b/fontedit/distinfo
deleted file mode 100644 (file)
index 0c36086..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/02/16 10:58:15 lkundrak Exp $
-
-SHA1 (fontedit-1.1.tar.gz) = e83bf55a25a95444e972e7ab1380d9fd81d69b4c
-RMD160 (fontedit-1.1.tar.gz) = 47e98df9522eb98c0240ec516a310b0dc75f753c
-Size (fontedit-1.1.tar.gz) = 1658 bytes
-SHA1 (patch-aa) = efeb4a5ea88d43b8927f415ade15094f740feecc
diff --git a/fontedit/patches/patch-aa b/fontedit/patches/patch-aa
deleted file mode 100644 (file)
index 958cbd9..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/02/16 10:58:15 lkundrak Exp $
-
---- Makefile.orig      2000-06-24 02:55:43.000000000 +0200
-+++ Makefile
-@@ -2,4 +2,2 @@
--CFLAGS += -g -Wall
--
- all: fontdump fontmake
-@@ -9,4 +7,6 @@ font: fontmake out
--install: font
--      vidcontrol -f 8x16 font
-+install: fontdump fontmake
-+      ${BSD_INSTALL_PROGRAM_DIR} ${PREFIX}/bin
-+      ${BSD_INSTALL_PROGRAM} fontdump ${PREFIX}/bin
-+      ${BSD_INSTALL_PROGRAM} fontmake ${PREFIX}/bin