notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: converters/bibtexconv/Makefile

Number of commits found: 20

Friday, 12 Jan 2024
13:00 Baptiste Daroussin (bapt) search for other commits by this committer
converters/bibtexconv: leave manpages in share/man
commit hash: 94e2c277b03a83b716ca0cfc6037bf7d5f012150 commit hash: 94e2c277b03a83b716ca0cfc6037bf7d5f012150 commit hash: 94e2c277b03a83b716ca0cfc6037bf7d5f012150 commit hash: 94e2c277b03a83b716ca0cfc6037bf7d5f012150 94e2c27
Wednesday, 20 Dec 2023
07:37 Fernando Apesteguía (fernape) search for other commits by this committer Author: Thomas Dreibholz
converters/bibtexconv: Update to 1.3.6

PR:		275596
Reported by:	thomas.dreibholz@gmail.com (maintainer)
commit hash: 45e064ee914557357548dcd9023abd0c03bf432b commit hash: 45e064ee914557357548dcd9023abd0c03bf432b commit hash: 45e064ee914557357548dcd9023abd0c03bf432b commit hash: 45e064ee914557357548dcd9023abd0c03bf432b 45e064e
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chris Costello <chris@FreeBSD.org>
  *  Cyrus Rahman <cr@jcmax.com>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Denis Pokataev <catone@cpan.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Erwin Lansing <erwin@lansing.dk>
  *  G. Adam Stanislav
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Ilia Chipitsine <ilia@jane.cgu.chel.su>
  *  Ismail Yenigul <ismail.yenigul@surgate.com>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jan-Peter Koopmann <j.koopmann@seceidos.de>
  *  Jason Burgess <dev@fenux.net>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
  *  Kuang-che Wu <kcwu@csie.org>
  *  Lung Sung <clsung@FreeBSD.org>
  *  M.Indlekofer@gmx.de
  *  Marc Fournier <scrappy@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Masanori Kiriake <seiken@nbs.co.jp>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Nosov Artem <chip-set@mail.ru>
  *  Oleg R. Muhutdinov <mor@WhiteLuna.com>
  *  Oscar Bonilla <obonilla@fisicc-ufm.edu>
  *  Patrick Li <pat@databits.net>
  *  Pav Lucistnik <pav@oook.cz>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rodrigo Graeff <delphus@gmail.com>
  *  Rong-En Fan <rafan@infor.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thomas Dreibholz <dreibh@iem.uni-due.de>
  *  Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
  *  Timur Bakeyev <bat@cpan.org>
  *  Timur Bakeyev <timur@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  ache
  *  ache@FreeBSD.org
  *  buganini@gmail.com
  *  chinsan
  *  hosokawa
  *  ijliao
  *  kbyanc
  *  keiichi@iijlab.net
  *  never@nevermind.kiev.ua
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  roman@xpert.com
  *  samm
  *  thierry@pompo.net
  *  torstenb@FreeBSD.org
  *  trevor
  *  vanilla@
  *  will

With hat:	portmgr
commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 9ee281e
Wednesday, 5 May 2021
08:47 Fernando Apesteguía (fernape) search for other commits by this committer
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)
commit hash: aa90cf930405b2e0d871844afa59651fc754031c commit hash: aa90cf930405b2e0d871844afa59651fc754031c commit hash: aa90cf930405b2e0d871844afa59651fc754031c commit hash: aa90cf930405b2e0d871844afa59651fc754031c aa90cf9
Sunday, 25 Apr 2021
11:26 Fernando Apesteguía (fernape) search for other commits by this committer
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)
commit hash: 209a34c853d69fe16de9b58b0b0959fd0ab7b880 commit hash: 209a34c853d69fe16de9b58b0b0959fd0ab7b880 commit hash: 209a34c853d69fe16de9b58b0b0959fd0ab7b880 commit hash: 209a34c853d69fe16de9b58b0b0959fd0ab7b880 209a34c
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 17 May 2020
07:33 tagattie search for other commits by this committer
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)
Original commitRevision:535519 
Thursday, 5 Sep 2019
16:07 kai search for other commits by this committer
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
Original commitRevision:511192 
Saturday, 18 Nov 2017
13:37 dbaio search for other commits by this committer
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]
Original commitRevision:454431 
Friday, 13 Oct 2017
15:29 bapt search for other commits by this committer
Cleanup dead master_sites
Original commitRevision:452014 
Thursday, 8 Dec 2016
17:01 tijl search for other commits by this committer
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.
Original commitRevision:428136 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Sunday, 8 Jun 2014
19:51 olgeni search for other commits by this committer
Remove all space characters from Makefile assignments.

No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
Original commitRevision:357070 
Saturday, 9 Nov 2013
13:34 wg search for other commits by this committer
converters/bibtexconv: update to 1.0.0

- Update to 1.0.0
- Allow staging

PR:		ports/183610 (based on)
Submitted by:	maintainer
Original commitRevision:333290 
Friday, 20 Sep 2013
16:05 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
Original commitRevision:327715 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- 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
Original commitRevision:322783 
Tuesday, 25 Dec 2012
09:17 ak search for other commits by this committer
- 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)
Original commitRevision:309470 
Monday, 18 Jun 2012
19:25 ak search for other commits by this committer
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)
Original commit

Number of commits found: 20