diff options
author | agc <agc@pkgsrc.org> | 2002-06-19 13:00:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-06-19 13:00:41 +0000 |
commit | 6262fe32d901e44a0283f49ff585464662b65ef7 (patch) | |
tree | 9c86f6f1e625bef3a45f7724661d730833607157 /devel/gscope | |
parent | b74c3076779bd250247f150ee7723d7f0772f5fa (diff) | |
download | pkgsrc-6262fe32d901e44a0283f49ff585464662b65ef7.tar.gz |
Initial import of gscope-0.4.1 into the NetBSD Packages Collection.
As seen at Usenix 2002.
gscope is a software oscilloscope library build using the GTK and
GNOME toolkits. Gscope can be used to monitor, display and debug
various types of "real-time" data. Additionally, the scope can be
used for graphing file data that is in a tuple format.
Diffstat (limited to 'devel/gscope')
-rw-r--r-- | devel/gscope/DESCR | 4 | ||||
-rw-r--r-- | devel/gscope/Makefile | 23 | ||||
-rw-r--r-- | devel/gscope/PLIST | 53 | ||||
-rw-r--r-- | devel/gscope/distinfo | 6 | ||||
-rw-r--r-- | devel/gscope/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/gscope/patches/patch-ab | 27 |
6 files changed, 125 insertions, 0 deletions
diff --git a/devel/gscope/DESCR b/devel/gscope/DESCR new file mode 100644 index 00000000000..cd544080d47 --- /dev/null +++ b/devel/gscope/DESCR @@ -0,0 +1,4 @@ +gscope is a software oscilloscope library build using the GTK and +GNOME toolkits. Gscope can be used to monitor, display and debug +various types of "real-time" data. Additionally, the scope can be +used for graphing file data that is in a tuple format. diff --git a/devel/gscope/Makefile b/devel/gscope/Makefile new file mode 100644 index 00000000000..8428a32ee6c --- /dev/null +++ b/devel/gscope/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/19 13:00:41 agc Exp $ +# + +DISTNAME= gscope-0.4.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gscope/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://gscope.sourceforge.net/ +COMMENT= software oscilloscope library + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +BUILD_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc + +.include "../../devel/popt/buildlink.mk" +.include "../../graphics/gdk-pixbuf/buildlink.mk" +.include "../../x11/gnome-libs/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/gscope/PLIST b/devel/gscope/PLIST new file mode 100644 index 00000000000..9cebcfae92d --- /dev/null +++ b/devel/gscope/PLIST @@ -0,0 +1,53 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/19 13:00:41 agc Exp $ +bin/displaydata +bin/gscope_load +bin/gscope_load_app +bin/gscope_test +include/gscope/gscope.h +include/gscope/gscope_interface.h +include/gscope/gtkscope.h +include/gscope/gtkscopeapp.h +lib/libgscope-0.4.so +lib/libgscope-0.4.so.1 +lib/libgscope-0.4.so.1.0 +lib/libgscope.a +lib/libgscope.la +lib/libgscope.so +share/doc/${PKGNAME}/AUTHORS +share/doc/${PKGNAME}/COPYING +share/doc/${PKGNAME}/ChangeLog +share/doc/${PKGNAME}/NEWS +share/doc/${PKGNAME}/README +share/doc/${PKGNAME}/examples/displaydata.c +share/doc/${PKGNAME}/examples/gscope_load.c +share/doc/${PKGNAME}/examples/gscope_load_app.c +share/doc/${PKGNAME}/examples/gscope_test.c +share/gnome/help/gscope/C/api.html +share/gnome/help/gscope/C/applications.html +share/gnome/help/gscope/C/authors.html +share/gnome/help/gscope/C/bugs.html +share/gnome/help/gscope/C/figures/options.eps +share/gnome/help/gscope/C/figures/options.png +share/gnome/help/gscope/C/figures/scope.eps +share/gnome/help/gscope/C/figures/scope.png +share/gnome/help/gscope/C/index.html +share/gnome/help/gscope/C/library.html +share/gnome/help/gscope/C/license.html +share/gnome/help/gscope/C/ln7.html +share/gnome/help/gscope/C/reference/html/book1.html +share/gnome/help/gscope/C/reference/html/gscope-gscope-interface.html +share/gnome/help/gscope/C/reference/html/gscope.html +share/gnome/help/gscope/C/reference/html/gtkscope.html +share/gnome/help/gscope/C/reference/html/gtkscopeapp.html +share/gnome/help/gscope/C/reference/html/libgscope.html +share/gnome/help/gscope/C/topic.dat +share/gnome/help/gscope/C/usage.html +share/gnome/help/gscope/C/widgets.html +@dirrm share/gnome/help/gscope/C/reference/html +@dirrm share/gnome/help/gscope/C/reference +@dirrm share/gnome/help/gscope/C/figures +@dirrm share/gnome/help/gscope/C +@dirrm share/gnome/help/gscope +@dirrm share/doc/gscope-0.4.1/examples +@dirrm share/doc/gscope-0.4.1 +@dirrm include/gscope diff --git a/devel/gscope/distinfo b/devel/gscope/distinfo new file mode 100644 index 00000000000..71181b1e352 --- /dev/null +++ b/devel/gscope/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/19 13:00:41 agc Exp $ + +SHA1 (gscope-0.4.1.tar.gz) = 275260c5130c4546f6911a3135a885a77d4a5707 +Size (gscope-0.4.1.tar.gz) = 278494 bytes +SHA1 (patch-aa) = a2e04db458ab93751ca8f9aeed3024df4fe7379f +SHA1 (patch-ab) = 7b4a163422eefb30345ab9739481e74e7c4d73c2 diff --git a/devel/gscope/patches/patch-aa b/devel/gscope/patches/patch-aa new file mode 100644 index 00000000000..ab5aef417fe --- /dev/null +++ b/devel/gscope/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/06/19 13:00:41 agc Exp $ + +--- gscope/Makefile.in 2002/06/15 00:11:00 1.1 ++++ gscope/Makefile.in 2002/06/15 00:11:55 +@@ -81,6 +81,7 @@ + LT_CURRENT = @LT_CURRENT@ + LT_RELEASE = @LT_RELEASE@ + LT_REVISION = @LT_REVISION@ ++LT_AGE = @GSCOPE_INTERFACE_AGE@ + MAKEINFO = @MAKEINFO@ + OBJDUMP = @OBJDUMP@ + PACKAGE = @PACKAGE@ diff --git a/devel/gscope/patches/patch-ab b/devel/gscope/patches/patch-ab new file mode 100644 index 00000000000..2381aee0816 --- /dev/null +++ b/devel/gscope/patches/patch-ab @@ -0,0 +1,27 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/06/19 13:00:41 agc Exp $ + +--- doc/C/Makefile.in 2002/06/15 00:37:22 1.1 ++++ doc/C/Makefile.in 2002/06/15 00:37:46 +@@ -337,19 +337,19 @@ + all: + + index.html: gscope.sgml +- -nsgmls -s $< && db2html -o . $< ++ -nsgmls -s $? && db2html -o . $? + -rmdir gscope + -rmdir gscope.junk + + dvi: gscope.dvi + + gscope.dvi: gscope.sgml +- -nsgmls -s $< && db2dvi $< ++ -nsgmls -s $? && db2dvi $? + + ps: gscope.ps + + gscope.ps: gscope.sgml +- -nsgmls -s $< && db2ps $< ++ -nsgmls -s $? && db2ps $? + + # The gscope.sgml to gscope.sgml.in dependency is generated by automake or + # autoconf. |