From owner-cvs-all@FreeBSD.ORG Tue Nov 8 21:36:34 2005 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 534B316A41F; Tue, 8 Nov 2005 21:36:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B3443D48; Tue, 8 Nov 2005 21:36:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA8LaX80036617; Tue, 8 Nov 2005 21:36:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA8LaXEI036616; Tue, 8 Nov 2005 21:36:33 GMT (envelope-from pav) Message-Id: <200511082136.jA8LaXEI036616@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 8 Nov 2005 21:36:33 +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/x11-toolkits Makefile ports/x11-toolkits/libsexy Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/libsexy/files patch-libsexy-sexy-icon-entry.c patch-libsexy-sexy-spell-entry.c ports/x11-toolkits/libsexymm Makefile distinfo pkg-descr pkg-plist 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: Tue, 08 Nov 2005 21:36:34 -0000 pav 2005-11-08 21:36:33 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/libsexy Makefile distinfo pkg-descr pkg-plist x11-toolkits/libsexy/files patch-libsexy-sexy-icon-entry.c patch-libsexy-sexy-spell-entry.c x11-toolkits/libsexymm Makefile distinfo pkg-descr pkg-plist Log: libsexy is a library containing additional widgets for gtk: - url label - spell checked text entry - text entry with icons libsexymm are the corresponding c++ bindings for libsexy. PR: ports/88577 Submitted by: Andreas Kohn Revision Changes Path 1.382 +2 -0 ports/x11-toolkits/Makefile 1.1 +27 -0 ports/x11-toolkits/libsexy/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/libsexy/distinfo (new) 1.1 +20 -0 ports/x11-toolkits/libsexy/files/patch-libsexy-sexy-icon-entry.c (new) 1.1 +20 -0 ports/x11-toolkits/libsexy/files/patch-libsexy-sexy-spell-entry.c (new) 1.1 +4 -0 ports/x11-toolkits/libsexy/pkg-descr (new) 1.1 +10 -0 ports/x11-toolkits/libsexy/pkg-plist (new) 1.1 +36 -0 ports/x11-toolkits/libsexymm/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/libsexymm/distinfo (new) 1.1 +4 -0 ports/x11-toolkits/libsexymm/pkg-descr (new) 1.1 +22 -0 ports/x11-toolkits/libsexymm/pkg-plist (new)