summaryrefslogtreecommitdiff
path: root/misc/figlet
diff options
context:
space:
mode:
authortonio <tonio>2005-10-15 22:16:05 +0000
committertonio <tonio>2005-10-15 22:16:05 +0000
commit20245969a85982ed3542dad6f491d185b7443163 (patch)
tree2fc49d66d6a9424929a8add53d7b53f09e15523f /misc/figlet
parent591fa164f2d4035a789c933fc1e5e39eb6c66830 (diff)
downloadpkgsrc-20245969a85982ed3542dad6f491d185b7443163.tar.gz
Update misc/figlet to 2.2.2
Changes in FIGlet 2.2.2 ----------------------- License changed from "Artistic License" to "Academic Free License" as agreed by FIGlet authors. 05 July 2005 Also, updated the patch to use BSD_INSTALL_*
Diffstat (limited to 'misc/figlet')
-rw-r--r--misc/figlet/Makefile7
-rw-r--r--misc/figlet/distinfo10
-rw-r--r--misc/figlet/patches/patch-aa32
3 files changed, 30 insertions, 19 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile
index e45458e1156..1e292df1ae1 100644
--- a/misc/figlet/Makefile
+++ b/misc/figlet/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2005/03/24 21:12:57 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/10/15 22:16:05 tonio Exp $
-DISTNAME= figlet221
-PKGNAME= figlet-2.2.1
-PKGREVISION= 2
+DISTNAME= figlet222
+PKGNAME= figlet-2.2.2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.figlet.org/pub/figlet/program/unix/
diff --git a/misc/figlet/distinfo b/misc/figlet/distinfo
index ce9412f629d..f98eec781fa 100644
--- a/misc/figlet/distinfo
+++ b/misc/figlet/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 11:02:52 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/10/15 22:16:05 tonio Exp $
-SHA1 (figlet221.tar.gz) = f11ee2e158959bed59410e4eb2c2bd3da597dbf1
-RMD160 (figlet221.tar.gz) = 5b8b7c144f02728227b465f7d337c9c6642c36f6
-Size (figlet221.tar.gz) = 172219 bytes
-SHA1 (patch-aa) = 66d688fde9d3233761f3e0265ad9d08e96ce4a04
+SHA1 (figlet222.tar.gz) = 138aa027f90c0d68429c7b71af4e51c176bab92b
+RMD160 (figlet222.tar.gz) = fc39809b1f5d5e498d722d49ae88132528633d9f
+Size (figlet222.tar.gz) = 166727 bytes
+SHA1 (patch-aa) = 879fceade48291a5e18dcd22606883df80e5ccec
diff --git a/misc/figlet/patches/patch-aa b/misc/figlet/patches/patch-aa
index 75c5a2b7bca..a334fef1bfa 100644
--- a/misc/figlet/patches/patch-aa
+++ b/misc/figlet/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2003/06/08 09:55:29 abs Exp $
+$NetBSD: patch-aa,v 1.6 2005/10/15 22:16:05 tonio Exp $
---- Makefile.orig Sat Jul 13 11:24:16 2002
+--- Makefile.orig 2005-07-05 11:57:46.000000000 +0200
+++ Makefile
@@ -11,19 +11,19 @@
# Don't change this even if your shell is different. The only reason
@@ -28,11 +28,23 @@ $NetBSD: patch-aa,v 1.5 2003/06/08 09:55:29 abs Exp $
# The filename of the font to be used if no other is specified
# (standard.flf is recommended, but any other can be used).
-@@ -55,6 +55,7 @@ install: figlet chkfont
- mkdir -p $(DEFAULTFONTDIR)
- cp figlet $(DESTDIR)
- cp chkfont $(DESTDIR)
-+ chmod 555 figlist showfigfonts
- cp figlist $(DESTDIR)
- cp showfigfonts $(DESTDIR)
- cp fonts/*.flf $(DEFAULTFONTDIR)
+@@ -52,11 +52,11 @@ clean:
+ rm -f *.o figlet chkfont
+
+ install: figlet chkfont
+- mkdir -p $(DEFAULTFONTDIR)
+- cp figlet $(DESTDIR)
+- cp figlet.6 $(MANDIR)
+- cp chkfont $(DESTDIR)
+- cp figlist $(DESTDIR)
+- cp showfigfonts $(DESTDIR)
+- cp fonts/*.flf $(DEFAULTFONTDIR)
+- cp fonts/*.flc $(DEFAULTFONTDIR)
++ ${BSD_INSTALL_DATA_DIR} $(DEFAULTFONTDIR)
++ ${BSD_INSTALL_PROGRAM} figlet $(DESTDIR)
++ ${BSD_INSTALL_DATA} figlet.6 $(MANDIR)
++ ${BSD_INSTALL_PROGRAM} chkfont $(DESTDIR)
++ ${BSD_INSTALL_SCRIPT} figlist $(DESTDIR)
++ ${BSD_INSTALL_SCRIPT} showfigfonts $(DESTDIR)
++ ${BSD_INSTALL_DATA} fonts/*.flf $(DEFAULTFONTDIR)
++ ${BSD_INSTALL_DATA} fonts/*.flc $(DEFAULTFONTDIR)