Bug 125055 - [NEW PORT]x11-toolkits/slgtk: S-Lang binding for GTK+
Summary: [NEW PORT]x11-toolkits/slgtk: S-Lang binding for GTK+
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 21:30 UTC by Alexey Shuvaev
Modified: 2008-06-30 15:59 UTC (History)
0 users

See Also:


Attachments
file.shar (7.33 KB, text/plain)
2008-06-27 21:30 UTC, Alexey Shuvaev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shuvaev 2008-06-27 21:30:02 UTC
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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-06-29 14:05:20 UTC
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"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-06-30 15:59:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!