The SLgtk package binds the GIMP Toolkit, also known as Gtk, to the S-Lang scripting language. It provides an importable module which makes most of Gtk and its constituent libraries callable directly from S-Lang scripts. With SLgtk the S-Lang programmer now has access to a powerful, cross-platform widget set for creating sophisticated graphical user interfaces (GUIs). The package also includes bindings to GtkExtra, which are used in the vwhere visualization and filtering guilet, as well as a gdk-pixbuf loader for the FITS image file format widely used within astronomy, and an easy-to-use but powerful image compositing, display, and output tool. WWW: http://space.mit.edu/home/mnoble/slgtk/ Fix: Patch attached with submission follows:
miwi 2008-06-29 13:05:14 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/slgtk Makefile distinfo pkg-descr pkg-plist Log: The SLgtk package binds the GIMP Toolkit, also known as Gtk, to the S-Lang scripting language. It provides an importable module which makes most of Gtk and its constituent libraries callable directly from S-Lang scripts. With SLgtk the S-Lang programmer now has access to a powerful, cross-platform widget set for creating sophisticated graphical user interfaces (GUIs). The package also includes bindings to GtkExtra, which are used in the vwhere visualization and filtering guilet, as well as a gdk-pixbuf loader for the FITS image file format widely used within astronomy, and an easy-to-use but powerful image compositing, display, and output tool. WWW: http://space.mit.edu/home/mnoble/slgtk/ PR: ports/125055 Submitted by: Alexey Shuvaev <shuvaev at phyisik.uni-wuerzburg.de> Revision Changes Path 1.480 +1 -0 ports/x11-toolkits/Makefile 1.1 +65 -0 ports/x11-toolkits/slgtk/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/slgtk/distinfo (new) 1.1 +14 -0 ports/x11-toolkits/slgtk/pkg-descr (new) 1.1 +88 -0 ports/x11-toolkits/slgtk/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!