Import gtkdatabox-0.9.2.0 as x11/gtkdatabox.
GtkDatabox is a widget for live display of large amounts of fluctuating numerical data. Data presentation (e.g. on linear or logarithmic scales, as dots or lines, with markers/labels) as well as user interaction (e.g. measuring distances) is easy.
This commit is contained in:
parent
a497318d30
commit
e00ae5b8ab
5 changed files with 63 additions and 0 deletions
4
x11/gtkdatabox/DESCR
Normal file
4
x11/gtkdatabox/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
GtkDatabox is a widget for live display of large amounts of
|
||||
fluctuating numerical data. Data presentation (e.g. on linear or
|
||||
logarithmic scales, as dots or lines, with markers/labels) as well
|
||||
as user interaction (e.g. measuring distances) is easy.
|
20
x11/gtkdatabox/Makefile
Normal file
20
x11/gtkdatabox/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/01/22 20:22:42 ryoon Exp $
|
||||
|
||||
DISTNAME= gtkdatabox-0.9.2.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkdatabox/}
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= http://sourceforge.net/projects/gtkdatabox/
|
||||
COMMENT= TODO: Short description of the package
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= gtkdatabox.pc.in
|
||||
|
||||
.include "../../devel/pango/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
19
x11/gtkdatabox/PLIST
Normal file
19
x11/gtkdatabox/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/01/22 20:22:42 ryoon Exp $
|
||||
include/gtkdatabox.h
|
||||
include/gtkdatabox_bars.h
|
||||
include/gtkdatabox_cross_simple.h
|
||||
include/gtkdatabox_graph.h
|
||||
include/gtkdatabox_grid.h
|
||||
include/gtkdatabox_lines.h
|
||||
include/gtkdatabox_markers.h
|
||||
include/gtkdatabox_marshal.h
|
||||
include/gtkdatabox_offset_bars.h
|
||||
include/gtkdatabox_points.h
|
||||
include/gtkdatabox_regions.h
|
||||
include/gtkdatabox_ruler.h
|
||||
include/gtkdatabox_scale.h
|
||||
include/gtkdatabox_typedefs.h
|
||||
include/gtkdatabox_xyc_graph.h
|
||||
include/gtkdatabox_xyyc_graph.h
|
||||
lib/libgtkdatabox.la
|
||||
lib/pkgconfig/gtkdatabox.pc
|
15
x11/gtkdatabox/buildlink3.mk
Normal file
15
x11/gtkdatabox/buildlink3.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2014/01/22 20:22:42 ryoon Exp $
|
||||
|
||||
BUILDLINK_TREE+= gtkdatabox
|
||||
|
||||
.if !defined(GTKDATABOX_BUILDLINK3_MK)
|
||||
GTKDATABOX_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.gtkdatabox+= gtkdatabox>=0.9.2.0
|
||||
BUILDLINK_PKGSRCDIR.gtkdatabox?= ../../x11/gtkdatabox
|
||||
|
||||
.include "../../devel/pango/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.endif # GTKDATABOX_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -gtkdatabox
|
5
x11/gtkdatabox/distinfo
Normal file
5
x11/gtkdatabox/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/01/22 20:22:42 ryoon Exp $
|
||||
|
||||
SHA1 (gtkdatabox-0.9.2.0.tar.gz) = a2cb25c1aa1b817283a3da9598d6d1d6e702d58f
|
||||
RMD160 (gtkdatabox-0.9.2.0.tar.gz) = e953a7facdefb87d1c54bd04b5c0efbbab0378a1
|
||||
Size (gtkdatabox-0.9.2.0.tar.gz) = 2836730 bytes
|
Loading…
Reference in a new issue