From owner-cvs-all@FreeBSD.ORG Sun May 8 19:11:10 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 170DC106566C; Sun, 8 May 2011 19:11:10 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A6928FC0A; Sun, 8 May 2011 19:11:10 +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 p48JB9Ex056222; Sun, 8 May 2011 19:11:09 GMT (envelope-from ashish@repoman.freebsd.org) Received: (from ashish@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p48JB9a5056221; Sun, 8 May 2011 19:11:09 GMT (envelope-from ashish) Message-Id: <201105081911.p48JB9a5056221@repoman.freebsd.org> From: Ashish SHUKLA Date: Sun, 8 May 2011 19:11:09 +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/hs-gio Makefile distinfo pkg-descr 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, 08 May 2011 19:11:10 -0000 ashish 2011-05-08 19:11:09 UTC FreeBSD ports repository Added files: devel/hs-gio Makefile distinfo pkg-descr Log: GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the shortcomings of GnomeVFS and provide an API that is so good that developers prefer it over raw POSIX calls. Among other things that means using GObject. It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces. WWW: http://www.haskell.org/gtk2hs/ Approved by: pgj (mentor) Obtained from: FreeBSD Haskell Revision Changes Path 1.1 +24 -0 ports/devel/hs-gio/Makefile (new) 1.1 +2 -0 ports/devel/hs-gio/distinfo (new) 1.1 +7 -0 ports/devel/hs-gio/pkg-descr (new)