summaryrefslogtreecommitdiff
path: root/emulators/gpsim-oscilloscope
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2004-11-29 20:53:30 +0000
committerbouyer <bouyer@pkgsrc.org>2004-11-29 20:53:30 +0000
commitfde5b86ab6483ca866130c6a96f03fa6e77d1b61 (patch)
treecee19d730f25e180c23af40593c980b82fedb43b /emulators/gpsim-oscilloscope
parent3233a4a29c3954e0f223967a47e6d932278c7fdb (diff)
downloadpkgsrc-fde5b86ab6483ca866130c6a96f03fa6e77d1b61.tar.gz
Initial import of oscilloscope-0.1.1:
This is an oscilloscope module for gpsim. The module provide 8 probes, which you have to connect to nodes. For now the graphic interface doesn't update its display dynamically, it provides 2 input boxes in which have to enter the start and end cycles to draw.
Diffstat (limited to 'emulators/gpsim-oscilloscope')
-rw-r--r--emulators/gpsim-oscilloscope/DESCR4
-rw-r--r--emulators/gpsim-oscilloscope/Makefile26
-rw-r--r--emulators/gpsim-oscilloscope/PLIST5
-rw-r--r--emulators/gpsim-oscilloscope/distinfo4
4 files changed, 39 insertions, 0 deletions
diff --git a/emulators/gpsim-oscilloscope/DESCR b/emulators/gpsim-oscilloscope/DESCR
new file mode 100644
index 00000000000..7d5f934d915
--- /dev/null
+++ b/emulators/gpsim-oscilloscope/DESCR
@@ -0,0 +1,4 @@
+This is an oscilloscope module for gpsim. The module provide 8 probes, which
+you have to connect to nodes. For now the graphic interface doesn't
+update its display dynamically, it provides 2 input boxes in which have to
+enter the start and end cycles to draw.
diff --git a/emulators/gpsim-oscilloscope/Makefile b/emulators/gpsim-oscilloscope/Makefile
new file mode 100644
index 00000000000..24af21500d8
--- /dev/null
+++ b/emulators/gpsim-oscilloscope/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/29 20:53:30 bouyer Exp $
+#
+
+DISTNAME= oscilloscope-0.1.1
+PKGNAME= gpsim-${DISTNAME}
+CATEGORIES= emulators
+MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/
+
+MAINTAINER= bouyer@NetBSD.org
+COMMENT= Oscilloscope module for gpsim
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_LANGUAGES= c c++
+
+USE_LIBTOOL= YES
+
+EGDIR= ${PREFIX}/share/examples/gpsim-oscilloscope
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ cd ${WRKSRC}/examples; \
+ ${INSTALL_DATA} tst_txdot.asm ${EGDIR}; \
+ ${INSTALL_DATA} tst_txdot.stc ${EGDIR};
+
+.include "../../emulators/gpsim-devel/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/gpsim-oscilloscope/PLIST b/emulators/gpsim-oscilloscope/PLIST
new file mode 100644
index 00000000000..1d832774f6b
--- /dev/null
+++ b/emulators/gpsim-oscilloscope/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 20:53:30 bouyer Exp $
+lib/libgpsim_oscilloscope.la
+share/examples/gpsim-oscilloscope/tst_txdot.asm
+share/examples/gpsim-oscilloscope/tst_txdot.stc
+@dirrm share/examples/gpsim-oscilloscope
diff --git a/emulators/gpsim-oscilloscope/distinfo b/emulators/gpsim-oscilloscope/distinfo
new file mode 100644
index 00000000000..dac03d1ccde
--- /dev/null
+++ b/emulators/gpsim-oscilloscope/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/29 20:53:30 bouyer Exp $
+
+SHA1 (oscilloscope-0.1.1.tar.gz) = 4b0fd66192f299ce411c1f17b7e9ad79a9fa579f
+Size (oscilloscope-0.1.1.tar.gz) = 301677 bytes