From owner-cvs-all@FreeBSD.ORG Wed Jul 19 00:15:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB9516A4DA; Wed, 19 Jul 2006 00:15:47 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC7343D45; Wed, 19 Jul 2006 00:15:47 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6J0FlI6047286; Wed, 19 Jul 2006 00:15:47 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6J0Fldu047285; Wed, 19 Jul 2006 00:15:47 GMT (envelope-from shaun) Message-Id: <200607190015.k6J0Fldu047285@repoman.freebsd.org> From: Shaun Amott Date: Wed, 19 Jul 2006 00:15:47 +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/p5-UI-Dialog Makefile distinfo pkg-descr pkg-plist ports/devel/p5-UI-Dialog/files patch-lib_UI_Dialog_Backend_CDialog.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 00:15:48 -0000 shaun 2006-07-19 00:15:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-UI-Dialog Makefile distinfo pkg-descr pkg-plist devel/p5-UI-Dialog/files patch-lib_UI_Dialog_Backend_CDialog.pm Log: Add devel/p5-UI-Dialog. UI::Dialog is an OOPerl wrapper for the various dialog applications. These dialog backends are currently supported: Zenity, XDialog, GDialog, KDialog, CDialog, and Whiptail. There is also an ASCII backend provided as a last resort interface for the console based dialog variants. PR: ports/97598 Submitted by: Dmitry Karasik Approved by: ahze (mentor, implicit) Revision Changes Path 1.2341 +1 -0 ports/devel/Makefile 1.1 +53 -0 ports/devel/p5-UI-Dialog/Makefile (new) 1.1 +3 -0 ports/devel/p5-UI-Dialog/distinfo (new) 1.1 +20 -0 ports/devel/p5-UI-Dialog/files/patch-lib_UI_Dialog_Backend_CDialog.pm (new) 1.1 +13 -0 ports/devel/p5-UI-Dialog/pkg-descr (new) 1.1 +36 -0 ports/devel/p5-UI-Dialog/pkg-plist (new)