From owner-cvs-ports@FreeBSD.ORG Sun Jun 29 13:05:15 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3371B1065673; Sun, 29 Jun 2008 13:05:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 22DE28FC23; Sun, 29 Jun 2008 13:05:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5TD5FDV048202; Sun, 29 Jun 2008 13:05:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5TD5Fkj048201; Sun, 29 Jun 2008 13:05:15 GMT (envelope-from miwi) Message-Id: <200806291305.m5TD5Fkj048201@repoman.freebsd.org> From: Martin Wilke Date: Sun, 29 Jun 2008 13:05:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/slgtk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2008 13:05:15 -0000 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 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)