pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/gtk1-wcalc import gtk1-wcalc-0.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f44d8944363e
branches:  trunk
changeset: 501972:f44d8944363e
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Nov 01 03:50:21 2005 +0000

description:
import gtk1-wcalc-0.9

This is the gtk1 based frontend for the Wcalc transmission
line analysis/synthesis calculator.

diffstat:

 cad/gtk1-wcalc/DESCR    |   2 ++
 cad/gtk1-wcalc/Makefile |  24 ++++++++++++++++++++++++
 cad/gtk1-wcalc/PLIST    |  10 ++++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 63865d7a6260 -r f44d8944363e cad/gtk1-wcalc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gtk1-wcalc/DESCR      Tue Nov 01 03:50:21 2005 +0000
@@ -0,0 +1,2 @@
+This is the gtk1 based frontend for the Wcalc transmission
+line analysis/synthesis calculator.
diff -r 63865d7a6260 -r f44d8944363e cad/gtk1-wcalc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gtk1-wcalc/Makefile   Tue Nov 01 03:50:21 2005 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 03:50:21 dmcmahill Exp $
+#
+
+.include "../../cad/wcalc/Makefile.common"
+PKGNAME=       gtk1-${DISTNAME}
+
+COMMENT=       GTK Based Transmission Line Analysis/Synthesis Calculator
+
+CONFLICTS+=    gtk2-wcalc-*
+
+# Only enable the gtk frontend
+CONFIGURE_ARGS+=       --disable-cgi
+CONFIGURE_ARGS+=       --enable-gtk1
+CONFIGURE_ARGS+=       --disable-gtk2
+CONFIGURE_ARGS+=       --disable-htdocs
+CONFIGURE_ARGS+=       --disable-libwcalc
+CONFIGURE_ARGS+=       --disable-stdio
+CONFIGURE_ARGS+=       --without-matlab
+CONFIGURE_ARGS+=       --without-octave
+CONFIGURE_ARGS+=       --without-scilab
+
+.include "../../cad/libwcalc/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 63865d7a6260 -r f44d8944363e cad/gtk1-wcalc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gtk1-wcalc/PLIST      Tue Nov 01 03:50:21 2005 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/01 03:50:21 dmcmahill Exp $
+bin/wcalc
+man/man1/wcalc.1
+share/${WCALC_DIR}/air_coil.wc
+share/${WCALC_DIR}/coax.wc
+share/${WCALC_DIR}/coupled_microstrip.wc
+share/${WCALC_DIR}/ic_microstrip.wc
+share/${WCALC_DIR}/microstrip.wc
+share/${WCALC_DIR}/stripline.wc
+@unexec ${RMDIR} %D/share/${WCALC_DIR} 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index