From owner-cvs-all@FreeBSD.ORG Sun May 8 18:41:26 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 D59D01065676; Sun, 8 May 2011 18:41:26 +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 C93558FC1B; Sun, 8 May 2011 18:41:26 +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 p48IfQiX052240; Sun, 8 May 2011 18:41:26 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p48IfQKH052239; Sun, 8 May 2011 18:41:26 GMT (envelope-from pgj) Message-Id: <201105081841.p48IfQKH052239@repoman.freebsd.org> From: Gabor Pali Date: Sun, 8 May 2011 18:41:26 +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/textproc/hs-pandoc-types 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 18:41:26 -0000 pgj 2011-05-08 18:41:26 UTC FreeBSD ports repository Added files: textproc/hs-pandoc-types Makefile distinfo pkg-descr Log: This package contains definitions for the 'Pandoc' data structure, which is used by pandoc to represent structured documents. These definitions used to live in the pandoc package, but starting with pandoc 1.7, they have been split off, so that other packages can use them without drawing in all of pandoc's dependencies, and pandoc itself can depend on packages (like citeproc-hs) that use them. Text.Pandoc.Builder provides functions for building up Pandoc structures programmatically. Text.Pandoc.Generic provides generic functions for manipulating Pandoc documents. WWW: http://johnmacfarlane.net/pandoc Obtained from: FreeBSD Haskell Revision Changes Path 1.1 +22 -0 ports/textproc/hs-pandoc-types/Makefile (new) 1.1 +2 -0 ports/textproc/hs-pandoc-types/distinfo (new) 1.1 +14 -0 ports/textproc/hs-pandoc-types/pkg-descr (new)