Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0 22 Dec 2024 12:33:20
    |
Zsolt Udvari (uzsolt)  Author: Thomas Dreibholz |
converters/bibtexconv: Update to 1.4.0
Add src/get-author-url to SHEBANG_FILES.
Pet portfmt.
Changelog: https://github.com/dreibh/bibtexconv/blob/master/ChangeLog
PR: 283440
Approved by: submitter is maintainer |
1.3.6_1 12 Jan 2024 13:00:46
    |
Baptiste Daroussin (bapt)  |
converters/bibtexconv: leave manpages in share/man |
1.3.6 20 Dec 2023 07:37:39
    |
Fernando Apesteguía (fernape)  Author: Thomas Dreibholz |
converters/bibtexconv: Update to 1.3.6
PR: 275596
Reported by: thomas.dreibholz@gmail.com (maintainer) |
1.2.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0 20 Jul 2022 14:21:03
    |
Tobias C. Berner (tcberner)  |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
1.2.0 05 May 2021 08:47:51
    |
Fernando Apesteguía (fernape)  |
converters/bibtexconv: Update to 1.2.0
ChangeLog: https://www.uni-due.de/~be0001/bibtexconv/
PR: 255577
Reported by: dreibh@iem.uni-due.de (maintainer) |
1.1.22 25 Apr 2021 11:26:02
    |
Fernando Apesteguía (fernape)  |
converters/bibtexconv: Update to 1.1.22
ChangeLog:
https://github.com/dreibh/bibtexconv/commit/faf7bf58cbce7c55ba4d59bba8206e8745e83847
PR: 255174
Reported by: gspurki@gmail.com
Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week) |
1.1.20 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.20 17 May 2020 07:33:02
  |
tagattie  |
Update to 1.1.20
PR: 245949
Submitted by: gspu <gspurki@gmail.com>
Approved by: dreibh@iem.uni-due.de (maintainer timeout, >2 weeks),
ehaupt (mentor) |
1.1.17 05 Sep 2019 16:07:00
  |
kai  |
converters/bibtexconv: Update to 1.1.17
* Place PLIST_FILES/PORTEXAMPLES entries into pkg-plist to make maintaining
somewhat easier if new examples are added/removed in the future. [1]
* Let the ports framework take care for the shebang fixes while I'm here.
Notable changes since 1.1.11:
* Switched to CMake for build
* Various bugfixes and improvements
* Addition of further examples [1]
PR: 239840
Submitted by: dreibh@iem.uni-due.de (maintainer)
MFH: 2019Q3 |
1.1.11 18 Nov 2017 13:37:20
  |
dbaio  |
converters/bibtexconv: Update to 1.1.11 [1]
Update MASTER_SITES and WWW. [1]
Improve LICENSE.
Switch to options helper (EXAMPLES).
Include script ietf2bibtex (Python 3 dependency) and USES=ssl.
PR: 223328
Submitted by: dreibh@iem.uni-due.de (maintainer) [1] |
1.0.0_1 13 Oct 2017 15:29:58
  |
bapt  |
Cleanup dead master_sites |
1.0.0_1 08 Dec 2016 17:01:32
  |
tijl  |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.0.0 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.0.0 08 Jun 2014 19:51:28
  |
olgeni  |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
1.0.0 09 Nov 2013 13:34:00
  |
wg  |
converters/bibtexconv: update to 1.0.0
- Update to 1.0.0
- Allow staging
PR: ports/183610 (based on)
Submitted by: maintainer |
0.9.3_1 20 Sep 2013 16:05:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
0.9.3_1 11 Jul 2013 16:26:27
  |
sunpoet  |
- Update to 7.31.0
- 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 |
0.9.3 25 Dec 2012 09:17:42
  |
ak  |
- Update to 0.9.3 [1]
- 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) |
0.8.20 18 Jun 2012 19:25:44
 |
ak  |
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) |