non port: finance/ktoblzcheck/Makefile |
SVNWeb
|
Number of commits found: 72 |
Wed, 6 Sep 2023
|
[ 02:31 Jason E. Hale (jhale) ] f37bc60
finance/ktoblzcheck: Update bank data
Bank data is valid from 2023-09-04 to 2023-12-03.
MFH: 2023Q3
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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>
|
Tue, 6 Jun 2023
|
[ 22:24 Jason E. Hale (jhale) ] 97164ca
finance/ktoblzcheck: Update bankdata
Valid from 2023-03-06 to 2023-06-04. (latest currently available)
|
Mon, 12 Sep 2022
|
[ 19:45 Jason E. Hale (jhale) ] be6208e
finance/ktoblzcheck: Update bank data
Bank data is valid from 2022-09-05 to 2022-12-04.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 302a061 (Only the first 10 of 93 ports in this commit are shown above. )
finance: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Christopher Boumenot <boumenot@gmail.com>
* David Naylor <naylor.b.david@gmail.com>
* Dermot Tynan <dtynan@kalopa.com>
* Dorit Rottner (<rottner@punkt.de>)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Glenn Johnson <glennpj@charter.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janky Jay <ek@purplehat.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Jul 2022
|
[ 02:51 Jason E. Hale (jhale) ] 1861a36
finance/ktoblzcheck: Update bank data
Bank data is valid from 2022-06-06 to 2022-09-04.
|
Mon, 7 Mar 2022
|
[ 13:19 Jason E. Hale (jhale) ] be1d973
finance/ktoblzcheck: Update bank data
Bank data is valid from 2022-03-07 - 2022-06-05.
Update check digit calculation for methods 45, B1, and C2.
Add check digit caluclation for method E4.
MFH: 2022Q1
|
Thu, 24 Feb 2022
|
[ 14:24 Jason E. Hale (jhale) ] 9b1fe5d
finance/ktoblzcheck: Update bank code data
Valid from 2021-12-06 to 2022-03-06.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 10 Mar 2021
|
[ 19:23 jhale ]
finance/ktoblzcheck: Update bank code data (valid from 2021-03-08 to 2021-06-06)
|
Fri, 8 Jan 2021
|
[ 07:47 fluffy ] (Only the first 10 of 87 ports in this commit are shown above. )
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine
|
Tue, 29 Dec 2020
|
[ 13:19 jhale ]
finance/ktoblzcheck: Update to 1.53
- The build system has been changed to CMake.
- Upstream has removed the bankdata updating tool. Bankdata will now be
periodically updated by the port itself.
- The PYTHON option has been removed. The Python bindings are now compatible
with Python 3.x, but would be better off in a slave port. For now, they
are disabled since nothing in the ports tree uses them. [1]
PR: 249684 [1]
Reported by: swills [1]
|
Sun, 18 Mar 2018
|
[ 13:51 se ]
Adapt to changed download URL.
Approved by: jhale (meintainer)
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Mon, 6 Mar 2017
|
[ 23:34 jhale ]
Update to 1.49
Changes: Updates to various account number verification methods
|
Wed, 11 Jan 2017
|
[ 01:13 jhale ]
- Fix LICENSE
- Install DOCS
- Add TEST_TARGET to run checks
- Make the bankdata update script use fetch(1) instead of wget and
retrieve the bankdata via https
- Notify users that the included bankdata is outdated and it needs
to be updated manually
|
Fri, 11 Sep 2015
|
[ 18:42 amdmi3 ]
This needs perl as both build and run dependency
- It installs perl scripts into DATADIR
- Unless perl is available at buildtime it'll use incorrect shebangs for these
scripts
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
Sun, 30 Nov 2014
|
[ 22:53 jhale ]
- Update to 1.48
|
Wed, 24 Sep 2014
|
[ 13:37 jhale ]
- Update to 1.47
|
Sat, 16 Aug 2014
|
[ 16:33 jhale ]
- Update to 1.46
- USE_PYTHON -> USES=python and restrict to 2.x
- Add LICENSE_FILE
- Strip binaries
|
Thu, 31 Jul 2014
|
[ 12:36 amdmi3 ]
- Switch finance/ktoblzcheck to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Fri, 21 Feb 2014
|
[ 04:47 jhale ]
- Update to 1.45
- Fix LICENSE (it's LGPL21, not GPLv2)
|
Thu, 2 Jan 2014
|
[ 05:31 jhale ]
- Update to 1.44
|
Sat, 19 Oct 2013
|
[ 14:39 jhale ]
- Support staging
- Use options helpers
|
Fri, 20 Sep 2013
|
[ 17:18 bapt ] (Only the first 10 of 162 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance)
|
Thu, 12 Sep 2013
|
[ 01:11 jhale ]
- Update to 1.43
|
Thu, 5 Sep 2013
|
[ 11:39 bapt ]
Fix build without libstdc++
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Thu, 13 Sep 2012
|
[ 12:59 jhale ]
- Update to 1.40
- Drop LICENSE_FILE for known license GPLv2
- Drop unneeded build dependencies on gmake and pkgconf
- Convert to OPTIONSng
Approved by: avilla (mentor)
|
[ 04:45 jhale ] (Only the first 10 of 41 ports in this commit are shown above. )
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor)
|
Wed, 16 May 2012
|
[ 19:10 pawel ]
Update to 1.39
PR: ports/167940
Submitted by: maintainer
|
Sat, 7 Apr 2012
|
[ 08:23 pawel ]
Update to 1.38
PR: ports/166507
Submitted by: maintainer
Feature safe: yes
|
Thu, 5 Jan 2012
|
[ 22:18 rm ]
- update to 1.37
PR: 163835
Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
|
Sun, 25 Sep 2011
|
[ 08:41 dhn ]
- Update to 1.35
PR: ports/160999
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
Fri, 26 Aug 2011
|
[ 07:15 miwi ]
- Update to 1.34
PR: 160200
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
Fri, 10 Jun 2011
|
[ 18:50 jlaffaye ]
Update to 1.33
PR: ports/157741
Sbmitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Approved by: bapt (mentor)
|
Sat, 12 Feb 2011
|
[ 09:07 culot ]
- Update to 1.31
PR: ports/154693
Submitted by: Jason E. Hale <bsdkaffee AT gmail.com> (maintainer)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Wed, 17 Nov 2010
|
[ 21:19 makc ]
Update to 1.29
PR: ports/152290
Submitted by: Jason E. Hale (maintainer)
|
Thu, 19 Aug 2010
|
[ 07:58 makc ]
Revert CATEGORIES order despite portlint warning.
Notified by: Jan Henrik Sylvester <me at janh.de> via mail
|
Wed, 18 Aug 2010
|
[ 07:06 makc ]
Update to 1.28
Fix CATEGORIES order
The port is not DATADIR-safe, therefore don't use DATADIR in plist
PR: ports/149540
Submitted by: Jason E. Hale (maintainer)
|
Fri, 6 Aug 2010
|
[ 14:31 amdmi3 ]
- Update to 1.27
- Pass maintainership to submitter
PR: 149350
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
|
Sun, 13 Dec 2009
|
[ 17:00 miwi ] (Only the first 10 of 57 ports in this commit are shown above. )
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
|
Wed, 21 Oct 2009
|
[ 10:33 miwi ]
- Update to 1.22
PR: 139700
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Fri, 13 Mar 2009
|
[ 14:28 arved ]
Update to 1.21
|
Wed, 3 Dec 2008
|
[ 15:06 amdmi3 ]
- Update to 1.20
PR: 129337
Submitted by: Wolfgang Zenker <wolfgang at lyxys dot ka dot sub dot org>
|
Fri, 30 May 2008
|
[ 13:43 miwi ]
- Update to 1.18
PR: 124039
Submitted by: Ports Fury
|
Sat, 22 Mar 2008
|
[ 12:06 rafan ]
- Update to 1.17
PR: ports/121943
Submitted by: Jan Henrik Sylvester <me at janh.de>
|
Sun, 20 Jan 2008
|
[ 21:55 miwi ]
- Update to 1.16
PR: 119723
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sun, 16 Dec 2007
|
[ 23:43 miwi ]
- Update to 1.15
PR: 118618
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 13 Aug 2007
|
[ 02:37 delphij ]
Update to 1.14
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Sun, 27 May 2007
|
[ 10:00 miwi ]
- Update to 1.13
PR: 113003
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sun, 10 Dec 2006
|
[ 17:04 arved ]
Update to 1.12
|
Tue, 26 Sep 2006
|
[ 12:31 rafan ]
- Update to 1.11
PR: ports/103634
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
|
Mon, 14 Aug 2006
|
[ 23:06 clsung ] (Only the first 10 of 81 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Sat, 29 Apr 2006
|
[ 21:41 pav ]
- Fix build on FreeBSD 4.X
PR: ports/95885
Submitted by: Aleksander Fafula <alex@bsdguru.org>
|
Sat, 15 Apr 2006
|
[ 16:31 pav ]
- Update to 1.10
PR: ports/95756
Submitted by: Aleksander Fafula <alex@bsdguru.org>
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Thu, 19 Jan 2006
|
[ 18:44 pav ]
- Update to 1.9
PR: ports/92006
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 18 Nov 2005
|
[ 18:02 pav ]
- Update to 1.8
PR: ports/89233
Submitted by: Ports Fury
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Thu, 20 Oct 2005
|
[ 22:23 pav ]
- Update to 1.7
PR: ports/87737
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 17 May 2004
|
[ 21:02 linimon ]
Reduce time and traffic by pinning distfiles to their sites.
PR: ports/66696
Submitted by: Roman Neuhauser <neuhauser@chello.cz> (maintainer)
|
Mon, 5 Apr 2004
|
[ 22:27 kris ]
unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS
|
Thu, 22 Jan 2004
|
[ 17:59 eik ] (Only the first 10 of 21 ports in this commit are shown above. )
- fix PKGORIGIN
since ito makes using package tools hard, is marked as FATAL by
portlint and otherwise doesn't affect the port, fix it silently.
Approved by: marcus (mentor)
|
Wed, 17 Dec 2003
|
[ 10:18 tg ]
New port ktoblzcheck, a utility that checks bank codes of german banks.
|
Number of commits found: 72 |