summaryrefslogtreecommitdiff
path: root/graphics/grap
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-06-29 22:46:41 +0000
committerjtb <jtb@pkgsrc.org>2003-06-29 22:46:41 +0000
commitdad78ada3542b519869731c7dfc635689a7c44dc (patch)
treeb97551cd7066eacbbab52804aff559c0fda1130b /graphics/grap
parent95af279facca297ba060d0436d9c1f46182d6142 (diff)
downloadpkgsrc-dad78ada3542b519869731c7dfc635689a7c44dc.tar.gz
Update to version 1.30.
The main change is the addition of color to grap. Other changes are bug fixes.
Diffstat (limited to 'graphics/grap')
-rw-r--r--graphics/grap/Makefile5
-rw-r--r--graphics/grap/distinfo6
-rw-r--r--graphics/grap/patches/patch-aa60
3 files changed, 5 insertions, 66 deletions
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