aboutsummaryrefslogtreecommitdiffstats
path: root/converters/bibtexconv
Commit message (Collapse)AuthorAgeFilesLines
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-091-3/+3
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* converters/bibtexconv: update to 1.0.0William Grzybowski2013-11-092-17/+14
| | | | | | | | - Update to 1.0.0 - Allow staging PR: ports/183610 (based on) Submitted by: maintainer
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | converters)
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - Update to 0.9.3 [1]Alex Kozlov2012-12-252-9/+4
| | | | | | | | - Convert Makefile headers to new style - Remove LICENSE_FILE since GPLv3 is in Templates/Licenses PR: ports/174615 (based on) [1] Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
* BibTeXConv is a BibTeX file converter which allows one to exportAlex Kozlov2012-06-193-0/+51
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)