pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/figlet Update misc/figlet to 2.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/479e53f3145d
branches:  trunk
changeset: 501002:479e53f3145d
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Oct 15 22:16:05 2005 +0000

description:
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:

 misc/figlet/Makefile         |   7 +++----
 misc/figlet/distinfo         |  10 +++++-----
 misc/figlet/patches/patch-aa |  32 ++++++++++++++++++++++----------
 3 files changed, 30 insertions(+), 19 deletions(-)

diffs (74 lines):

diff -r 1425f90f5be8 -r 479e53f3145d misc/figlet/Makefile
--- a/misc/figlet/Makefile      Sat Oct 15 22:06:20 2005 +0000
+++ b/misc/figlet/Makefile      Sat Oct 15 22:16:05 2005 +0000
@@ -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 -r 1425f90f5be8 -r 479e53f3145d misc/figlet/distinfo
--- a/misc/figlet/distinfo      Sat Oct 15 22:06:20 2005 +0000
+++ b/misc/figlet/distinfo      Sat Oct 15 22:16:05 2005 +0000
@@ -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 -r 1425f90f5be8 -r 479e53f3145d misc/figlet/patches/patch-aa
--- a/misc/figlet/patches/patch-aa      Sat Oct 15 22:06:20 2005 +0000
+++ b/misc/figlet/patches/patch-aa      Sat Oct 15 22:16:05 2005 +0000
@@ -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 @@
  
  # 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)



Home | Main Index | Thread Index | Old Index