summaryrefslogtreecommitdiff
path: root/cad/gnucap
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-03-20 00:31:07 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-03-20 00:31:07 +0000
commitbb45ede5532665d85be0a3a847fb6bff43137c14 (patch)
tree957339881288e558278607b6fb5b764e10af7da3 /cad/gnucap
parentb0a38731b63ce54915401e078ee3a61ee01ec5a9 (diff)
downloadpkgsrc-bb45ede5532665d85be0a3a847fb6bff43137c14.tar.gz
- fix minor bug in testsuite script.
- while here fix up home page
Diffstat (limited to 'cad/gnucap')
-rw-r--r--cad/gnucap/Makefile4
-rw-r--r--cad/gnucap/distinfo3
-rw-r--r--cad/gnucap/patches/patch-ae11
3 files changed, 15 insertions, 3 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile
index 2efacbac7c1..a74609d52ea 100644
--- a/cad/gnucap/Makefile
+++ b/cad/gnucap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/02/14 17:18:36 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.10 2004/03/20 00:31:07 dmcmahill Exp $
#
DISTNAME= gnucap-0.34
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.gnucap.org/ \
http://www.kettering.edu/~adavis/gnucap/
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://www.geda.seul.org/tools/acs/index.html
+HOMEPAGE= http://www.gnucap.org
COMMENT= General purpose circuit simulator
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/cad/gnucap/distinfo b/cad/gnucap/distinfo
index 87bfc8440d1..00c7936b057 100644
--- a/cad/gnucap/distinfo
+++ b/cad/gnucap/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2004/02/14 17:18:36 dmcmahill Exp $
+$NetBSD: distinfo,v 1.6 2004/03/20 00:31:07 dmcmahill Exp $
SHA1 (gnucap-0.34.tar.gz) = 2094c3b9d6bcc1c036ec2cef5ff35216da24868a
Size (gnucap-0.34.tar.gz) = 1412004 bytes
SHA1 (patch-aa) = 404d6f926f4985a7d117e1361e9c2c9cabd6323b
SHA1 (patch-ac) = b87c6eb33b427a154b03802e7633048b4ed003ab
SHA1 (patch-ad) = 58ddab0864cc950e39f46c2230da2280ab26e19c
+SHA1 (patch-ae) = 1104114b205ed3d520ca56c39e453f82a18b1d52
diff --git a/cad/gnucap/patches/patch-ae b/cad/gnucap/patches/patch-ae
new file mode 100644
index 00000000000..dc51d5200e5
--- /dev/null
+++ b/cad/gnucap/patches/patch-ae
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.1 2004/03/20 00:31:07 dmcmahill Exp $
+
+--- test/test.orig Sun Feb 1 22:49:09 2004
++++ test/test
+@@ -1,5 +1,5 @@
+ #!/bin/sh
+-if [ $# == 0 ] ; then
++if [ $# -eq 0 ] ; then
+ echo "usage: ./test gnucap \"testcases\" targetdir refdir"
+ echo "usual testcases is \"\", usual refdir is =="
+ echo "example: ./test gnucap \"\" myversion =="