From owner-cvs-all@FreeBSD.ORG Sun Jun 3 19:13:47 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CECD106564A; Sun, 3 Jun 2012 19:13:47 +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 0962D8FC1C; Sun, 3 Jun 2012 19:13:47 +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 q53JDkWd074437; Sun, 3 Jun 2012 19:13:46 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q53JDkYm074436; Sun, 3 Jun 2012 19:13:46 GMT (envelope-from pgj) Message-Id: <201206031913.q53JDkYm074436@repoman.freebsd.org> From: Gabor Pali Date: Sun, 3 Jun 2012 19:13:46 +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-temporary Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk 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, 03 Jun 2012 19:13:47 -0000 pgj 2012-06-03 19:13:46 UTC FreeBSD ports repository Modified files: lang/ghc bsd.hackage.mk Added files: devel/hs-temporary Makefile distinfo pkg-descr Log: The functions for creating temporary files and directories in the base library are quite limited. The unixutils package contains some good ones, but they aren't portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed. WWW: http://www.github.com/batterseapower/temporary Obtained from: FreeBSD Haskell Revision Changes Path 1.1 +18 -0 ports/devel/hs-temporary/Makefile (new) 1.1 +2 -0 ports/devel/hs-temporary/distinfo (new) 1.1 +8 -0 ports/devel/hs-temporary/pkg-descr (new) 1.184 +2 -1 ports/lang/ghc/bsd.hackage.mk