From owner-cvs-all@FreeBSD.ORG Sun Nov 20 20:53:34 2011 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 A3F34106566B; Sun, 20 Nov 2011 20:53:34 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7ABB18FC08; Sun, 20 Nov 2011 20:53:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pAKKrYA8085878; Sun, 20 Nov 2011 20:53:34 GMT (envelope-from eadler@repoman.freebsd.org) Received: (from eadler@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pAKKrYFl085877; Sun, 20 Nov 2011 20:53:34 GMT (envelope-from eadler) Message-Id: <201111202053.pAKKrYFl085877@repoman.freebsd.org> From: Eitan Adler Date: Sun, 20 Nov 2011 20:53:34 +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/deskutils Makefile ports/deskutils/xpad-current Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2011 20:53:34 -0000 eadler 2011-11-20 20:53:34 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/xpad-current Makefile distinfo pkg-descr pkg-plist Log: xpad is a sticky note application written using GTK+ 2.0 that strives to be simple, fault-tolerant, and customizable. xpad consists of independent pad windows; each is basically a text box in which notes can be written. Despite being called xpad, all that is needed to run or compile it is the GTK+ 2.0 libraries. Here is a list of major features in the current xpad current release: * GTK+ 2.0 powered text view. * Fault tolerant. All information is kept on the hard drive, not memory. * xpad is very customizable. The color scheme (text, background, and window borders) and the font can be changed. * A customizable toolbar puts the most frequently used commands at your fingertips. * Support for the X session management protocol. * Support for the www.freedesktop.org system tray proposal. WWW: https://launchpad.net/xpad PR: ports/162623 Submitted by: Jason Helfman Feature safe: yes Revision Changes Path 1.447 +1 -0 ports/deskutils/Makefile 1.1 +35 -0 ports/deskutils/xpad-current/Makefile (new) 1.1 +2 -0 ports/deskutils/xpad-current/distinfo (new) 1.1 +17 -0 ports/deskutils/xpad-current/pkg-descr (new) 1.1 +33 -0 ports/deskutils/xpad-current/pkg-plist (new)