# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 57381 2009-09-10 09:39:34Z jochen@macports.org $

PortSystem          1.0

name                bibutils
version             4.3
categories          tex
maintainers         openmaintainer jochen
description         bibliography conversion utilities
long_description    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²-N. These programs operate \
                    on the command line and are styled after standard UNIX-like \
                    filters.

platforms           darwin
master_sites        http://www.scripps.edu/~cdputnam/software/bibutils/
homepage            ${master_sites}bibutils.html
distname            bibutils_${version}
extract.suffix      _src.tgz
checksums           md5 fff70c8f90d88e930f3252db8be7ed0d \
                    sha1 efa71a63c73902b2d25eead30402ab1186951b1e \
                    rmd160 32022f3c1a643b7b8b67a8e58c31b48b91cb7155

configure.pre_args  --install-dir ${destroot}${prefix}/bin
