From dbefd52c17aef483305f52e4e00921f80822b95f Mon Sep 17 00:00:00 2001 From: jtb Date: Sun, 29 Jun 2003 22:46:41 +0000 Subject: Update to version 1.30. The main change is the addition of color to grap. Other changes are bug fixes. --- graphics/grap/Makefile | 5 ++-- graphics/grap/distinfo | 6 ++--- graphics/grap/patches/patch-aa | 60 ------------------------------------------ 3 files changed, 5 insertions(+), 66 deletions(-) delete mode 100644 graphics/grap/patches/patch-aa (limited to 'graphics/grap') diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile index 126757e607a..3366a9fc42d 100644 --- a/graphics/grap/Makefile +++ b/graphics/grap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2003/06/02 01:19:26 jschauma Exp $ -# +# $NetBSD: Makefile,v 1.6 2003/06/29 22:46:41 jtb Exp $ -DISTNAME= grap-1.20 +DISTNAME= grap-1.30 CATEGORIES= graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ diff --git a/graphics/grap/distinfo b/graphics/grap/distinfo index 0958ea0d776..fdbbb754d55 100644 --- a/graphics/grap/distinfo +++ b/graphics/grap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/07/15 12:22:43 jtb Exp $ +$NetBSD: distinfo,v 1.4 2003/06/29 22:46:41 jtb Exp $ -SHA1 (grap-1.20.tar.gz) = 6c24cac98e7f1916c433db0a36e8e2f581415071 -Size (grap-1.20.tar.gz) = 136486 bytes +SHA1 (grap-1.30.tar.gz) = d8083d75cc4ca7bbfcca1a0958e1da10e54f1c88 +Size (grap-1.30.tar.gz) = 167462 bytes SHA1 (patch-aa) = 61e4921e5fcd36abe8739bfec8657d1f6fe5b8ee diff --git a/graphics/grap/patches/patch-aa b/graphics/grap/patches/patch-aa deleted file mode 100644 index 90bb98ce345..00000000000 --- a/graphics/grap/patches/patch-aa +++ /dev/null @@ -1,60 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2001/07/15 12:22:43 jtb Exp $ - ---- Makefile.in.orig Thu Jun 21 14:04:51 2001 -+++ Makefile.in -@@ -6,6 +6,8 @@ - - BINDIR = @bindir@ - DEFINESDIR = @datadir@/grap -+DOCDIR = @datadir@/doc/grap -+EXAMPLESDIR = @datadir@/examples/grap - MANDIR = @mandir@/man1 - - PROGS=grap -@@ -15,7 +17,7 @@ - INSTALL_DATA=@INSTALL_DATA@ - RM=rm -f - RMDIR=rm -rf --MKDIR=mkdir -+MKDIR=mkdir -p - LEX=@LEX@ - YACC=@YACC@ - CXX=@CXX@ -@@ -90,25 +92,27 @@ - # The || true lines allow make to continue on systems where install -d - # fails on existing directories. - install: grap grap.defines grap.1 -- strip grap - $(INSTALL) -d $(BINDIR) || true - $(INSTALL) -d $(MANDIR) || true -- $(INSTALL) -d $(DEFINESDIR)/examples || true -+ $(INSTALL) -d $(DEFINESDIR) || true -+ $(INSTALL) -d $(DOCDIR) || true -+ $(INSTALL) -d $(EXAMPLESDIR) || true - $(INSTALL_PROGRAM) grap $(BINDIR) - $(INSTALL_DATA) grap.1 $(MANDIR) - $(INSTALL_DATA) grap*.defines $(DEFINESDIR) -- $(INSTALL_DATA) README $(DEFINESDIR) -- $(INSTALL_DATA) CHANGES $(DEFINESDIR) -- $(INSTALL_DATA) COPYRIGHT $(DEFINESDIR) -- $(INSTALL_DATA) grap.man $(DEFINESDIR) -- $(INSTALL_DATA) examples/*.d examples/example.ms examples/*.result examples/Makefile $(DEFINESDIR)/examples -+ $(INSTALL_DATA) README $(DOCDIR) -+ $(INSTALL_DATA) CHANGES $(DOCDIR) -+ $(INSTALL_DATA) COPYRIGHT $(DOCDIR) -+ $(INSTALL_DATA) grap.man $(DOCDIR) -+ $(INSTALL_DATA) examples/*.d examples/example.ms examples/*.result examples/Makefile $(EXAMPLESDIR) - - deinstall: - $(RM) $(BINDIR)/grap - $(RM) $(MANDIR)/grap.1 -- $(RM) $(DEFINESDIR)/grap*.defines $(DEFINESDIR)/README $(DEFINESDIR)/CHANGES $(DEFINESDIR)/COPYRIGHT $(DEFINESDIR)/grap.man -- $(RM) $(DEFINESDIR)/examples/*.d $(DEFINESDIR)/examples/*.ms $(DEFINESDIR)/examples/Makefile $(DEFINESDIR)/examples/*result -- $(RMDIR) $(DEFINESDIR)/examples -+ $(RM) $(DEFINESDIR)/grap*.defines $(DOCDIR)/README $(DOCDIR)/CHANGES $(DOCDIR)/COPYRIGHT $(DOCDIR)/grap.man -+ $(RM) $(EXAMPLESDIR)/*.d $(EXAMPLESDIR)/*.ms $(EXAMPLESDIR)/Makefile $(EXAMPLESDIR)/*result -+ $(RMDIR) $(DOCDIR) -+ $(RMDIR) $(EXAMPLESDIR) - $(RMDIR) $(DEFINESDIR) - - check: grap grap.defines examples/example.ms -- cgit v1.2.3