mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to bibtex2html 1.93. This brings the following changes:
- bib2bib: giving '$date' as argument of option -s allows to sort from oldest to newest entry. - bib2bib: field names in conditions may contain digits and '-' (usefull for custom fields). Replace pkg-plist by PLIST_FILES in Makefile.
This commit is contained in:
parent
426c930e82
commit
6be6b0ed87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227364
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bibtex2html
|
||||
PORTVERSION= 1.92
|
||||
PORTVERSION= 1.93
|
||||
CATEGORIES= textproc print
|
||||
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
|
||||
|
||||
@ -18,5 +18,6 @@ BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= bibtex2html.1 bib2bib.1 aux2bib.1
|
||||
PLIST_FILES= bin/aux2bib bin/bib2bib bin/bibtex2html
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bibtex2html-1.92.tar.gz) = 9d69980f595be02a79a96a851d79bb88
|
||||
SHA256 (bibtex2html-1.92.tar.gz) = 3410acb7c01871a48fb4b483a3d93ade49e7fde2ce6d2c19daa3733c734caaea
|
||||
SIZE (bibtex2html-1.92.tar.gz) = 69800
|
||||
MD5 (bibtex2html-1.93.tar.gz) = 64657c791a29b873467b20bad9705983
|
||||
SHA256 (bibtex2html-1.93.tar.gz) = 7f5a67363678fe2984bf85afc2c40608ea3e09a5d2806fcfa87b85ff5d0f7a76
|
||||
SIZE (bibtex2html-1.93.tar.gz) = 84155
|
||||
|
@ -1,3 +0,0 @@
|
||||
bin/aux2bib
|
||||
bin/bib2bib
|
||||
bin/bibtex2html
|
Loading…
Reference in New Issue
Block a user