summaryrefslogtreecommitdiff
path: root/cad/gwave/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-03-01 18:33:24 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-03-01 18:33:24 +0000
commitfbbf2e7d888cf64c2c3a70cea6ca1e7e07e1d31e (patch)
tree17a5b9365d74914effd7763ff78353ef1a980f73 /cad/gwave/Makefile
parentd131fd6fb8157e5419ea4f98c6946bab65a68960 (diff)
downloadpkgsrc-fbbf2e7d888cf64c2c3a70cea6ca1e7e07e1d31e.tar.gz
Initial import of gwave-19990927.
Gwave is a viewer for spice-like simulator output and other analog data Gwave can read several file formats. It attempts to guess file formats based on filename, and then tries all file formats until one succedes. These file formats are known: CAzM transient output (*.[BNW]) HSPICE binary and ascii formats (*.tr0, *.sw0, *.ac0) Spice2 and Spice3 "raw" output (*.raw) An ascii format with whitespace-seperated columns and column headings, such as that produced by ACS (Al's circuit simulator). (*.acs, *.asc, *.ascii) The "Export Postscript" and "Export PNM" options on the main File menu provide the rudiments of output for inclusion in other documentation. They and simply write out files called gwave_out.ps and gwave_out.pnm into the current directory. In the future, a dialog box will allow configuring the print and export output.
Diffstat (limited to 'cad/gwave/Makefile')
-rw-r--r--cad/gwave/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
new file mode 100644
index 00000000000..c5ba0e1024c
--- /dev/null
+++ b/cad/gwave/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/01 18:33:24 dmcmahill Exp $
+#
+
+DISTNAME= gwave-19990927
+CATEGORIES= cad
+MASTER_SITES= http://www.cs.unc.edu/~tell/dist/
+
+MAINTAINER= dmcmahill@netbsd.org
+HOMEPAGE= http://www.cs.unc.edu/~tell/gwave/
+
+DEPENDS+= gtk+>=1.2.0:../../x11/gtk
+DEPENDS+= plotutils-*:../../graphics/plotutils
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"