From owner-cvs-all@FreeBSD.ORG Sun May 22 16:05:23 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 2F52C106567E; Sun, 22 May 2011 16:05:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 221888FC27; Sun, 22 May 2011 16:05:23 +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 p4MG5N6U020563; Sun, 22 May 2011 16:05:23 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4MG5Np3020562; Sun, 22 May 2011 16:05:23 GMT (envelope-from bapt) Message-Id: <201105221605.p4MG5Np3020562@repoman.freebsd.org> From: Baptiste Daroussin Date: Sun, 22 May 2011 16:05:23 +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/libupskirt Makefile distinfo pkg-descr pkg-plist 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, 22 May 2011 16:05:23 -0000 bapt 2011-05-22 16:05:22 UTC FreeBSD ports repository Modified files: textproc/libupskirt Makefile distinfo pkg-descr pkg-plist Log: - update to 1.1 - update website - changes: * New features: + new callbacks for document prolog and epilog, + support of PHP-Markdown-like tables, through 3 new callbacks. * Several bug fixes, most notably: + span-level entities are now correctly recognized in headers, + empty ATX-styles header (i.e. lines containing only '#' charcters) no longer crash the library + empty documents are now correctly handled + blackslash escapes work in inline URIs, thereby allowing to include ')' characters in such URIs. PR: ports/157250 Submitted by: Natacha Porté (upstream) Revision Changes Path 1.4 +3 -3 ports/textproc/libupskirt/Makefile 1.4 +2 -2 ports/textproc/libupskirt/distinfo 1.2 +1 -1 ports/textproc/libupskirt/pkg-descr 1.2 +1 -1 ports/textproc/libupskirt/pkg-plist