diff options
Diffstat (limited to 'cad/mpac')
-rw-r--r-- | cad/mpac/Makefile | 3 | ||||
-rw-r--r-- | cad/mpac/distinfo | 3 | ||||
-rw-r--r-- | cad/mpac/patches/patch-aa | 14 |
3 files changed, 18 insertions, 2 deletions
diff --git a/cad/mpac/Makefile b/cad/mpac/Makefile index f7a5be4c838..e675be9b857 100644 --- a/cad/mpac/Makefile +++ b/cad/mpac/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/24 23:00:26 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/01 18:36:03 dmcmahill Exp $ # DISTNAME= mpac-0.2.2 +PKGNAME= mpac-0.2.2nb1 CATEGORIES= cad MASTER_SITES= http://goemon.polito.it/ftp/pub/software/lethal/Elettronica/antenna/ diff --git a/cad/mpac/distinfo b/cad/mpac/distinfo index c8735edc276..993ce1a47a3 100644 --- a/cad/mpac/distinfo +++ b/cad/mpac/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/04/24 23:00:26 dmcmahill Exp $ +$NetBSD: distinfo,v 1.2 2001/07/01 18:36:03 dmcmahill Exp $ SHA1 (mpac-0.2.2.tar.gz) = fda07774e9ffb2ef6269df1a0655f3298ecdf11a Size (mpac-0.2.2.tar.gz) = 29911 bytes +SHA1 (patch-aa) = f77fdebb18070cfa852fabeff9091d175fd2f30c diff --git a/cad/mpac/patches/patch-aa b/cad/mpac/patches/patch-aa new file mode 100644 index 00000000000..45f8b77c1e2 --- /dev/null +++ b/cad/mpac/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2001/07/01 18:36:04 dmcmahill Exp $ + +add a "Quit" button. Change will be submitted to the author. + +--- mpac.tcl.orig Tue Jan 18 21:25:34 2000 ++++ mpac.tcl Tue May 15 16:14:05 2001 +@@ -195,5 +195,6 @@ + button .two.calculate -text "Recalculate" -command CalcIt -padx 5 + button .two.reset -text "Reset" -command reset_values -padx 5 +-pack .two.calculate .two.reset -side right ++button .two.quit -text "Quit" -command exit -padx 5 ++pack .two.calculate .two.reset .two.quit -side right + + |