pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fontedit: Drop - no upstream tarball available



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 2 03:47:33 2016 +0200
Changeset:	d32c0344a76cac81a7a3aa53b171669dde83207b

Removed Files:
	fontedit/DESCR
	fontedit/Makefile
	fontedit/PLIST
	fontedit/distinfo
	fontedit/patches/patch-aa

Log Message:
fontedit: Drop - no upstream tarball available

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d32c0344a76cac81a7a3aa53b171669dde83207b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fontedit/DESCR            |  2 --
 fontedit/Makefile         | 11 -----------
 fontedit/PLIST            |  3 ---
 fontedit/distinfo         |  6 ------
 fontedit/patches/patch-aa | 18 ------------------
 5 files changed, 40 deletions(-)

diffs:
diff --git a/fontedit/DESCR b/fontedit/DESCR
deleted file mode 100644
index d35650e..0000000
--- a/fontedit/DESCR
+++ /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
index 2b2e3ff..0000000
--- a/fontedit/Makefile
+++ /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@localhost
-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
index 2112ee6..0000000
--- a/fontedit/PLIST
+++ /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
index 0c36086..0000000
--- a/fontedit/distinfo
+++ /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
index 958cbd9..0000000
--- a/fontedit/patches/patch-aa
+++ /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
- 


Home | Main Index | Thread Index | Old Index