diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-11-29 20:53:30 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-11-29 20:53:30 +0000 |
commit | fde5b86ab6483ca866130c6a96f03fa6e77d1b61 (patch) | |
tree | cee19d730f25e180c23af40593c980b82fedb43b /emulators | |
parent | 3233a4a29c3954e0f223967a47e6d932278c7fdb (diff) | |
download | pkgsrc-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')
-rw-r--r-- | emulators/gpsim-oscilloscope/DESCR | 4 | ||||
-rw-r--r-- | emulators/gpsim-oscilloscope/Makefile | 26 | ||||
-rw-r--r-- | emulators/gpsim-oscilloscope/PLIST | 5 | ||||
-rw-r--r-- | emulators/gpsim-oscilloscope/distinfo | 4 |
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 |