From owner-cvs-all@FreeBSD.ORG Sat Feb 16 19:55:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44A4416A419; Sat, 16 Feb 2008 19:55:33 +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 2A92113C461; Sat, 16 Feb 2008 19:55:33 +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 m1GJtWSZ029398; Sat, 16 Feb 2008 19:55:32 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1GJtWaj029397; Sat, 16 Feb 2008 19:55:32 GMT (envelope-from miwi) Message-Id: <200802161955.m1GJtWaj029397@repoman.freebsd.org> From: Martin Wilke Date: Sat, 16 Feb 2008 19:55:31 +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/mail Makefile ports/mail/clawsker Makefile distinfo pkg-descr ports/mail/clawsker/files patch-Makefile patch-clawsker 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: Sat, 16 Feb 2008 19:55:33 -0000 miwi 2008-02-16 19:55:31 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/clawsker Makefile distinfo pkg-descr mail/clawsker/files patch-Makefile patch-clawsker Log: Clawsker is an applet to edit Claws Mail's hidden preferences. Claws Mail has a high number of configurable options and, in order to keep the binary small and fast, some of these preferences which are not widely used are not provided with a graphical interface for inspection and/or modification. Users wanting to edit such preferences had to face editing the configuration text files directly, now it is possible with a convenient GTK2 interface using Clawsker. Other features: * Handling of all hidden preferences * Fully internationalized interface using gettext * Detection of running Claws Mail * Support for alternate configuration directories WWW: http://www.claws-mail.org/clawsker PR: ports/120681 Submitted by: Pawel Pekala Revision Changes Path 1.892 +1 -0 ports/mail/Makefile 1.1 +28 -0 ports/mail/clawsker/Makefile (new) 1.1 +3 -0 ports/mail/clawsker/distinfo (new) 1.1 +11 -0 ports/mail/clawsker/files/patch-Makefile (new) 1.1 +11 -0 ports/mail/clawsker/files/patch-clawsker (new) 1.1 +19 -0 ports/mail/clawsker/pkg-descr (new)