From owner-cvs-ports@FreeBSD.ORG Thu Mar 29 11:31:06 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4239316A40B; Thu, 29 Mar 2007 11:31:06 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 34CC813C468; Thu, 29 Mar 2007 11:31:06 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2TBV6re085322; Thu, 29 Mar 2007 11:31:06 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2TBV6bo085308; Thu, 29 Mar 2007 11:31:06 GMT (envelope-from sat) Message-Id: <200703291131.l2TBV6bo085308@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 29 Mar 2007 11:31:05 +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/devel Makefile ports/devel/stfl Makefile distinfo pkg-descr 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: Thu, 29 Mar 2007 11:31:06 -0000 sat 2007-03-29 11:31:05 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/stfl Makefile distinfo pkg-descr Log: Add port devel/stfl: STFL is a library which implements a curses-based widget set for text terminals. The STFL API can be used from C, SPL, Python, Perl and Ruby. Since the API is only 14 simple function calls big and there are already generic SWIG bindings it is very easy to port STFL to additional scripting languages. A special language (the Structured Terminal Forms Language) is used to describe STFL GUIs. The language is designed to be easy and fast to write so an application programmer does not need to spend ages fiddling around with the GUI and can concentrate on the more interesting programming tasks. WWW: http://www.clifford.at/stfl/ Author: Clifford Wolf Revision Changes Path 1.2712 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/stfl/Makefile (new) 1.1 +3 -0 ports/devel/stfl/distinfo (new) 1.1 +14 -0 ports/devel/stfl/pkg-descr (new)