[19713] trunk/dports/textproc/figlet
source_changes at macosforge.org
source_changes at macosforge.org
Sun Sep 24 07:58:03 PDT 2006
Revision: 19713
http://trac.macosforge.org/projects/macports/changeset/19713
Author: jberry at macports.org
Date: 2006-09-24 07:58:03 -0700 (Sun, 24 Sep 2006)
Log Message:
-----------
Update figlet --> 2.2.2
Modified Paths:
--------------
trunk/dports/textproc/figlet/Portfile
trunk/dports/textproc/figlet/files/patch-Makefile
Modified: trunk/dports/textproc/figlet/Portfile
===================================================================
--- trunk/dports/textproc/figlet/Portfile 2006-09-24 13:42:48 UTC (rev 19712)
+++ trunk/dports/textproc/figlet/Portfile 2006-09-24 14:58:03 UTC (rev 19713)
@@ -1,17 +1,23 @@
# $Id: Portfile,v 1.19 2005/06/14 06:28:49 jkh Exp $
-PortSystem 1.0
+PortSystem 1.0
+
name figlet
-version 2.2.1
+version 2.2.2
+
categories textproc amusements
maintainers darwinports at opendarwin.org
+
description banner-like program prints strings as ASCII art
homepage http://www.figlet.org/
platforms darwin freebsd
-master_sites ftp://ftp.figlet.org/pub/figlet/program/unix/
-distname ${portname}221
-checksums md5 216bc6d86952003cc3db75d5c36eb4f6
+
+master_sites ftp://ftp.figlet.org/pub/figlet/program/unix/
+distname "${portname}[string map {"." ""} ${version}]"
+
+checksums md5 9fcf4f1651b8e6d3f56f1ef665285b2e
patchfiles patch-Makefile patch-figlet.6
+
configure {}
build.env PREFIX=$prefix
Modified: trunk/dports/textproc/figlet/files/patch-Makefile
===================================================================
--- trunk/dports/textproc/figlet/files/patch-Makefile 2006-09-24 13:42:48 UTC (rev 19712)
+++ trunk/dports/textproc/figlet/files/patch-Makefile 2006-09-24 14:58:03 UTC (rev 19713)
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Jul 13 06:24:16 2002
-+++ Makefile Mon Nov 22 06:57:56 2004
+--- Makefile.orig 2005-07-05 02:57:46.000000000 -0700
++++ Makefile 2006-09-24 07:55:17.000000000 -0700
@@ -11,19 +11,19 @@
# Don't change this even if your shell is different. The only reason
# for changing this is if sh is not in the same place.
@@ -26,13 +26,17 @@
# The filename of the font to be used if no other is specified
# (standard.flf is recommended, but any other can be used).
-@@ -53,7 +53,9 @@
+@@ -47,6 +47,7 @@
- install: figlet chkfont
- mkdir -p $(DEFAULTFONTDIR)
-+ strip figlet
- cp figlet $(DESTDIR)
-+ strip chkfont
- cp chkfont $(DESTDIR)
- cp figlist $(DESTDIR)
+ chkfont: chkfont.c
+ $(CC) $(CFLAGS) -o chkfont chkfont.c
++ chmod a+x chkfont
+
+ clean:
+ rm -f *.o figlet chkfont
+@@ -60,3 +61,5 @@
cp showfigfonts $(DESTDIR)
+ cp fonts/*.flf $(DEFAULTFONTDIR)
+ cp fonts/*.flc $(DEFAULTFONTDIR)
++ strip ${DESTDIR}/figlet ${DESTDIR}/chkfont
++ chmod a+x ${DESTDIR}/figlist ${DESTDIR}/showfigfonts
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060924/baa9a9e3/attachment.html
More information about the macports-changes
mailing list