1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name BibTool |
---|
5 | version 2.48 |
---|
6 | categories tex |
---|
7 | maintainers tristan@cs.dartmouth.edu |
---|
8 | description Tool for manipulating BibTeX databases. |
---|
9 | long_description \ |
---|
10 | BibTeX provides an easy to use means to integrate citations and \ |
---|
11 | bibliographies into LaTeX documents. But the user is left alone \ |
---|
12 | with the management of the BibTeX files. The program BibTool is \ |
---|
13 | intended to fill this gap. BibTool allows the manipulation of \ |
---|
14 | BibTeX files which goes beyond the possibilities---and \ |
---|
15 | intentions---of BibTeX. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | homepage http://www.gerd-neugebauer.de/software/TeX/BibTool.en.html |
---|
20 | master_sites http://tug.ctan.org/tex-archive/biblio/bibtex/utils/bibtool/ \ |
---|
21 | ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/bibtool/ \ |
---|
22 | ftp://ftp.dante.de/tex-archive/biblio/bibtex/utils/bibtool/ |
---|
23 | |
---|
24 | checksums md5 20ebb18ea55e5f64b67f5b8edaa0d6fa |
---|
25 | |
---|
26 | destroot.destdir BINDIR=${destroot}/${prefix}/bin LIBDIR=${destroot}/${prefix}/lib |
---|
27 | |
---|
28 | depends_lib port:teTeX |
---|