pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07b061d899d4
branches:  trunk
changeset: 501973:07b061d899d4
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Nov 01 03:51:12 2005 +0000

description:
import gtk2-wcalc-0.9

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

diffstat:

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

diffs (48 lines):

diff -r f44d8944363e -r 07b061d899d4 cad/gtk2-wcalc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gtk2-wcalc/DESCR      Tue Nov 01 03:51:12 2005 +0000
@@ -0,0 +1,2 @@
+This is the gtk2 based frontend for the Wcalc transmission
+line analysis/synthesis calculator.
diff -r f44d8944363e -r 07b061d899d4 cad/gtk2-wcalc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gtk2-wcalc/Makefile   Tue Nov 01 03:51:12 2005 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/01 03:51:13 dmcmahill Exp $
+#
+
+.include "../../cad/wcalc/Makefile.common"
+PKGNAME=       gtk2-${DISTNAME}
+
+COMMENT=       GTK2 Based Transmission Line Analysis/Synthesis Calculator
+
+CONFLICTS+=    gtk1-wcalc-*
+
+# Only enable the gtk frontend
+CONFIGURE_ARGS+=       --disable-cgi
+CONFIGURE_ARGS+=       --disable-gtk1
+CONFIGURE_ARGS+=       --enable-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/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f44d8944363e -r 07b061d899d4 cad/gtk2-wcalc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gtk2-wcalc/PLIST      Tue Nov 01 03:51:12 2005 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/01 03:51:12 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