summaryrefslogtreecommitdiff
path: root/finance/sql-ledger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* finance/sql-ledger: Update version 3.2.11=>3.2.12Muhammad Moinur Rahman2023-01-113-15/+7
| | | | | | | | | | - Update apache config file for apache 2.4 only as apache22 is defunct now [1] PR: 268808 [1] Reported by: bgroper@aussiebb.com.au [1] Relnotes: https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* finance: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael Reifenberger <mr@freebsd.org> * Mikhail T. <m.tsatsenko@gmail.com> * Mikhail Teterin * Neil Booth * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Qian Jin <eric.siroh@gmail.com> * Ryan Steinmetz <zi@FreeBSD.org> * Seamus Venasse <svenasse@polaris.ca> * Sergey Skvortsov <skv@protey.ru> * Steven Kreuzer <skreuzer@FreeBSD.org> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Trevor Caira <trevor@bitba.se> * Vick Khera <vivek@khera.org> * Vivek Khera <vivek@khera.org> * Wen Heping <wen@FreeBSD.org> * Wen heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * anarcat@anarcat.ath.cx * chinsan * courou <courou@users.sourceforge.net> * ijliao * lth@FreeBSD.org * wcarey * will With hat: portmgr
* finance/sql-ledger: Update version 3.2.10=>3.2.11Muhammad Moinur Rahman2022-03-222-9/+11
| | | | | Relnotes: https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
* finance/sql-ledger: Update version 3.2.9=>3.2.10Muhammad Moinur Rahman2021-07-012-4/+4
| | | | Security: https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* finance/sql-ledger: Update version 3.2.8=>3.2.9Muhammad Moinur Rahman2020-02-052-4/+4
| | | | | | | Relnotes:https://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New Notes: svn path=/head/; revision=525284
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508837
* finance/sql-ledger: Update version 3.2.7=>3.2.8Muhammad Moinur Rahman2019-08-032-5/+4
| | | | Notes: svn path=/head/; revision=507968
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* finance/sql-ledger: Update version 3.2.6=>3.2.7Muhammad Moinur Rahman2019-01-042-6/+6
| | | | Notes: svn path=/head/; revision=489281
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Migrate USE_APACHE to USES= apacheBernard Spil2018-03-111-2/+1
| | | | | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache Notes: svn path=/head/; revision=464193
* finance/sql-ledger: Update version 3.2.5=>3.2.6Muhammad Moinur Rahman2018-01-082-9/+20
| | | | | | | | | | | - Fix script installation as executable [1] PR: 220545 [1] Submitted by: frankenbox@live.com [1] Relnotes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New Notes: svn path=/head/; revision=458480
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-2/+2
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* finance/sql-ledger: Update version 3.0.8=>3.2.5Muhammad Moinur Rahman2017-06-044-3309/+37
| | | | | | | | | | | | | - Reorder USES - Mark NO_ARCH - Move pkg-plist to TMPPLIST PR: 219712 Submitted by: frankenbox@live.com Relnotes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New Notes: svn path=/head/; revision=442597
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* finance/sql-ledger: Update version 3.0.6=>3.0.8Muhammad Moinur Rahman2015-05-103-2989/+3085
| | | | | | | | - Update MASTER_SITES as two of the mentioned mirrors do not resolve - Migrate Makefile ${CHMOD} to pkg-plist Notes: svn path=/head/; revision=385937
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Cleanup plistBaptiste Daroussin2014-10-271-68/+0
| | | | Notes: svn path=/head/; revision=371564
* - Update to 3.0.6Sunpoet Po-Chuan Hsieh2014-04-063-221/+282
| | | | | | | | | | | | | | | | - Add LICENSE - Support STAGEDIR - While I'm here - Remove leading indefinite article from COMMENT - Do not silence installation message - Fix PLIST to allow packaging as user Changes: http://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New PR: 188112 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Notes: svn path=/head/; revision=350310
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | finance) Notes: svn path=/head/; revision=327727
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327077
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-251-4/+2
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323655
* Update to 3.0.4.Raphael Kubo da Costa2013-05-112-8/+4
| | | | | | | | PR: ports/178496 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Notes: svn path=/head/; revision=317913
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - Update to 3.0.2Martin Wilke2012-05-163-2786/+3034
| | | | | | | | | | - Pass maintainership to submitter PR: 167421 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=296739
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* use $SUB_FILES to dynamically adjust pkg-messageLars Thegler2010-01-122-7/+1
| | | | | | | | PR: ports/142515 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=247703
* Drop maintainershipLars Thegler2010-01-121-1/+1
| | | | Notes: svn path=/head/; revision=247702
* Update to 2.8.23Lars Thegler2009-02-142-4/+4
| | | | | | | | | | | Changes: - corrected version number (from http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New) Notes: svn path=/head/; revision=228266
* Update to 2.8.22Lars Thegler2009-02-113-7/+38
| | | | | | | | | | | | | | Changes: - fixed formatting error for recurring transactions - make/model is now included on parts reports with invoices - added function to assign new number - added variable to include proper shipping address for batch printing (from http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New) Notes: svn path=/head/; revision=228077
* Tarball rerolled after release, fixed SQL quoting errorLars Thegler2009-01-142-3/+4
| | | | Notes: svn path=/head/; revision=226128
* Update to 2.8.20Lars Thegler2009-01-133-5/+5
| | | | | | | Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New Notes: svn path=/head/; revision=225986
* Update to 2.8.19Lars Thegler2008-12-313-5/+6
| | | | | | | Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=225056
* Update to 2.8.18Lars Thegler2008-11-042-4/+4
| | | | | | | Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=222389
* Update to 2.8.17Lars Thegler2008-08-033-5/+5
| | | | | | | Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=217986
* Update to 2.8.16Lars Thegler2008-07-082-4/+4
| | | | | | | Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New Notes: svn path=/head/; revision=216542
* Update to 2.8.15Lars Thegler2008-06-182-5/+4
| | | | | | | | Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=215110
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 2.8.14Lars Thegler2008-04-012-4/+4
| | | | | | | Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=210329
* Update to 2.8.13Lars Thegler2008-03-013-5/+6
| | | | | | | For changes, see http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=208272
* Update to 2.8.12Lars Thegler2008-02-123-5/+7
| | | | | | | | | For changes, see: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=207071
* Update to 2.8.8Lars Thegler2007-10-223-6/+11
| | | | | | | | | For changes, see: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=201761
* Update to 2.8.7Lars Thegler2007-09-053-6/+8
| | | | | | | | | For changes, see: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=198866
* Unbreak, fixing MASTER_SITES.Lars Thegler2007-06-262-8/+6
| | | | | | | Noticed by: pointyhat via pav Notes: svn path=/head/; revision=194293
* - Mark BROKEN: Checksum mismatchPav Lucistnik2007-06-261-0/+2
| | | | Notes: svn path=/head/; revision=194273
* Update to 2.8.5Lars Thegler2007-05-263-6/+386
| | | | | | | | | For changes, see: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New Notes: svn path=/head/; revision=191929