From owner-cvs-all@FreeBSD.ORG Sat Feb 18 21:38:48 2012 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 8574D1065670; Sat, 18 Feb 2012 21:38:48 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71C6E8FC15; Sat, 18 Feb 2012 21:38:48 +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 q1ILcmxO048236; Sat, 18 Feb 2012 21:38:48 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1ILcmwI048235; Sat, 18 Feb 2012 21:38:48 GMT (envelope-from pgj) Message-Id: <201202182138.q1ILcmwI048235@repoman.freebsd.org> From: Gabor Pali Date: Sat, 18 Feb 2012 21:38:48 +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/lang/ghc bsd.hackage.mk ports/x11-toolkits Makefile ports/x11-toolkits/hs-wx 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: Sat, 18 Feb 2012 21:38:48 -0000 pgj 2012-02-18 21:38:48 UTC FreeBSD ports repository Modified files: lang/ghc bsd.hackage.mk x11-toolkits Makefile Added files: x11-toolkits/hs-wx Makefile distinfo pkg-descr Log: wxHaskell is a portable and native GUI library for Haskell. It is built on top of wxWidgets - a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. This version works with wxWidgets 2.8 and 2.9. WWW: http://haskell.org/haskellwiki/WxHaskell Obtained from: FreeBSD Haskell Revision Changes Path 1.165 +2 -1 ports/lang/ghc/bsd.hackage.mk 1.595 +1 -0 ports/x11-toolkits/Makefile 1.1 +22 -0 ports/x11-toolkits/hs-wx/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/hs-wx/distinfo (new) 1.1 +6 -0 ports/x11-toolkits/hs-wx/pkg-descr (new)