Date: Sat, 15 May 2010 15:24:06 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/bibutils Makefile distinfo pkg-descr pkg-plist ports/textproc/bibutils/files patch-Makefile_start Message-ID: <201005151524.o4FFO6It012655@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005151524.o4FFO6It012655>
