pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/gpsim-oscilloscope Initial import of oscillo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/172c4571fb50
branches: trunk
changeset: 484789:172c4571fb50
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Mon Nov 29 20:53:30 2004 +0000
description:
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:
emulators/gpsim-oscilloscope/DESCR | 4 ++++
emulators/gpsim-oscilloscope/Makefile | 26 ++++++++++++++++++++++++++
emulators/gpsim-oscilloscope/PLIST | 5 +++++
emulators/gpsim-oscilloscope/distinfo | 4 ++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r d20da6e0a884 -r 172c4571fb50 emulators/gpsim-oscilloscope/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gpsim-oscilloscope/DESCR Mon Nov 29 20:53:30 2004 +0000
@@ -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 -r d20da6e0a884 -r 172c4571fb50 emulators/gpsim-oscilloscope/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gpsim-oscilloscope/Makefile Mon Nov 29 20:53:30 2004 +0000
@@ -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@localhost
+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 -r d20da6e0a884 -r 172c4571fb50 emulators/gpsim-oscilloscope/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gpsim-oscilloscope/PLIST Mon Nov 29 20:53:30 2004 +0000
@@ -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 -r d20da6e0a884 -r 172c4571fb50 emulators/gpsim-oscilloscope/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gpsim-oscilloscope/distinfo Mon Nov 29 20:53:30 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index