diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-06-18 19:25:44 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-06-18 19:25:44 +0000 |
commit | e60ceecd0bf910b57fd34fa66d7d45c313981995 (patch) | |
tree | ec55e48381de0c1ebe3109e4edd5054cb6e40fbc /converters/Makefile | |
parent | 5d36ac3be11582eb83c8022358d2e865d26d0f83 (diff) |
BibTeXConv is a BibTeX file converter which allows one to export
BibTeX entries to other formats, including customly defined
text output. Furthermore, it provides the possibility to
check URLs (including MD5, size and MIME type computations)
and to verify ISBN and ISSN numbers.
PR: ports/168627
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de>
Approved by: eadler, itetcu (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=299580
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 74f5fa7aebd3..b9468594307d 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -9,6 +9,7 @@ SUBDIR += ascii2binary SUBDIR += asr10 SUBDIR += base64 + SUBDIR += bibtexconv SUBDIR += bsdconv SUBDIR += btoa SUBDIR += chmview |