From owner-cvs-ports@FreeBSD.ORG Sat May 15 15:24:06 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1D26106566B; Sat, 15 May 2010 15:24:06 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E131A8FC16; Sat, 15 May 2010 15:24:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4FFO6sW012656; Sat, 15 May 2010 15:24:06 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4FFO6It012655; Sat, 15 May 2010 15:24:06 GMT (envelope-from pgj) Message-Id: <201005151524.o4FFO6It012655@repoman.freebsd.org> From: Gabor Pali Date: Sat, 15 May 2010 15:24:06 +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 Makefile ports/textproc/bibutils Makefile distinfo pkg-descr pkg-plist ports/textproc/bibutils/files patch-Makefile_start X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 15:24:07 -0000 pgj 2010-05-15 15:24:06 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/bibutils Makefile distinfo pkg-descr pkg-plist textproc/bibutils/files patch-Makefile_start Log: The bibutils program set interconverts between various bibliography formats using a common MODS-format XML intermediate. For example, one can convert RIS-format files to Bibtex by doing two transformations: RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N programs are required and not N^2-N. These programs operate on the command line and are styled after standard UNIX-like filters. WWW: http://www.scripps.edu/~cdputnam/software/bibutils/ Revision Changes Path 1.1454 +1 -0 ports/textproc/Makefile 1.1 +32 -0 ports/textproc/bibutils/Makefile (new) 1.1 +3 -0 ports/textproc/bibutils/distinfo (new) 1.1 +10 -0 ports/textproc/bibutils/files/patch-Makefile_start (new) 1.1 +8 -0 ports/textproc/bibutils/pkg-descr (new) 1.1 +19 -0 ports/textproc/bibutils/pkg-plist (new)