Bug 120681

Summary: [new port] mail/clawsker
Product: Ports & Packages Reporter: Pawel Pekala <c0rn>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
clawsker.shar none

Description Pawel Pekala 2008-02-14 22:30:01 UTC

This patch add little perl based app which allows edit
hidden claws-mail prefs.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-14 22:31:07 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-02-15 08:33:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Grab.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-16 19:55:39 UTC
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 <c0rn at o2.pl>
  
  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)
_______________________________________________
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 4 Martin Wilke freebsd_committer freebsd_triage 2008-02-16 19:56:28 UTC
State Changed
From-To: open->closed

New port added. Thanks!