diff options
author | sakamoto <sakamoto> | 1999-06-13 12:54:18 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-06-13 12:54:18 +0000 |
commit | 2a21a15ce0005525315117701f2c914b2d5c83fc (patch) | |
tree | 1dc604f6063beab9ed204b2af71d65f4f3121470 /graphics/vcg/files | |
parent | 678ad834bb6c13bc7571ca6b5b161b88937cac25 (diff) | |
download | pkgsrc-2a21a15ce0005525315117701f2c914b2d5c83fc.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'graphics/vcg/files')
-rw-r--r-- | graphics/vcg/files/demo.csh | 2 | ||||
-rw-r--r-- | graphics/vcg/files/globals.h | 7 | ||||
-rw-r--r-- | graphics/vcg/files/md5 | 2 | ||||
-rw-r--r-- | graphics/vcg/files/tMakefile | 7 |
4 files changed, 9 insertions, 9 deletions
diff --git a/graphics/vcg/files/demo.csh b/graphics/vcg/files/demo.csh index d387025fa70..6444de11621 100644 --- a/graphics/vcg/files/demo.csh +++ b/graphics/vcg/files/demo.csh @@ -1,7 +1,7 @@ #!/bin/csh # # SCCS-info %W% %E% -# $Id: demo.csh,v 1.1.1.1 1999/06/13 12:47:19 sakamoto Exp $ +# $Id: demo.csh,v 1.2 1999/06/13 12:54:19 sakamoto Exp $ # # ====================== Change area ============================ diff --git a/graphics/vcg/files/globals.h b/graphics/vcg/files/globals.h index 48dc1a37dd7..6d9d95922d6 100644 --- a/graphics/vcg/files/globals.h +++ b/graphics/vcg/files/globals.h @@ -17,7 +17,7 @@ /* */ /*--------------------------------------------------------------------*/ -/* $Id: globals.h,v 1.1.1.1 1999/06/13 12:47:19 sakamoto Exp $ */ +/* $Id: globals.h,v 1.2 1999/06/13 12:54:19 sakamoto Exp $ */ /* * Copyright (C) 1993--1995 by Georg Sander, Iris Lemke, and @@ -43,9 +43,8 @@ /* $Log: globals.h,v $ -/* Revision 1.1.1.1 1999/06/13 12:47:19 sakamoto -/* Import FreeBSD's "vcg" port: -/* A Visualization Tool for compiler graphs. +/* Revision 1.2 1999/06/13 12:54:19 sakamoto +/* Adapt this package to NetBSD. /* * Revision 1.1.1.1 1995/02/19 09:25:43 hsu * vcg - a visualization tool for compiler graphs diff --git a/graphics/vcg/files/md5 b/graphics/vcg/files/md5 index eff610c0d42..cf7bab80706 100644 --- a/graphics/vcg/files/md5 +++ b/graphics/vcg/files/md5 @@ -1 +1,3 @@ +$NetBSD: md5,v 1.2 1999/06/13 12:54:19 sakamoto Exp $ + MD5 (vcg.1.30.r3.17.tgz) = 283faf1a2cc163d5c0e4977b8ec1f658 diff --git a/graphics/vcg/files/tMakefile b/graphics/vcg/files/tMakefile index b02c6ccceff..8dd8e489b8a 100644 --- a/graphics/vcg/files/tMakefile +++ b/graphics/vcg/files/tMakefile @@ -17,12 +17,11 @@ # /* */ # /*--------------------------------------------------------------------*/ # -# $Id: tMakefile,v 1.1.1.1 1999/06/13 12:47:19 sakamoto Exp $ +# $Id: tMakefile,v 1.2 1999/06/13 12:54:19 sakamoto Exp $ # # $Log: tMakefile,v $ -# Revision 1.1.1.1 1999/06/13 12:47:19 sakamoto -# Import FreeBSD's "vcg" port: -# A Visualization Tool for compiler graphs. +# Revision 1.2 1999/06/13 12:54:19 sakamoto +# Adapt this package to NetBSD. # # Revision 1.1.1.1 1995/02/19 09:25:45 hsu # vcg - a visualization tool for compiler graphs |