diff options
author | pgj <pgj@FreeBSD.org> | 2010-05-15 23:24:06 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-05-15 23:24:06 +0800 |
commit | f753d680be21c581d14253a3d638f3c75fb4cdf1 (patch) | |
tree | 7ef0e3c85144bd763173cbb7c1e4169046e8a1f1 /textproc/bibutils/distinfo | |
parent | 5299f3cd2b6bfa5b51a5dfef08e0cf3174e087c8 (diff) | |
download | freebsd-ports-gnome-f753d680be21c581d14253a3d638f3c75fb4cdf1.tar.gz freebsd-ports-gnome-f753d680be21c581d14253a3d638f3c75fb4cdf1.tar.zst freebsd-ports-gnome-f753d680be21c581d14253a3d638f3c75fb4cdf1.zip |
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/
Diffstat (limited to 'textproc/bibutils/distinfo')
-rw-r--r-- | textproc/bibutils/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/bibutils/distinfo b/textproc/bibutils/distinfo new file mode 100644 index 000000000000..6ab87ffd149b --- /dev/null +++ b/textproc/bibutils/distinfo @@ -0,0 +1,3 @@ +MD5 (bibutils_4.9_src.tgz) = 1cc0724b821ae9749b91a267207105dc +SHA256 (bibutils_4.9_src.tgz) = 86914a11330f7b4bf196bc44028b14fddbce8cd0058bd6c1bb1cfce7bb0b8287 +SIZE (bibutils_4.9_src.tgz) = 513810 |