Port details |
- ledgersmb12 Double entry accounting system
- 1.2.26_2 finance =3 1.2.26_2Version of this port present on the latest quarterly branch.
- Maintainer: ty@eye-of-odin.com
- Port Added: 2008-06-22 22:31:28
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: xpdf, nvidia-settings, wmcpuload, rdesktop, gimp
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://www.ledgersmb.org/
- Description:
- LedgerSMB is a double entry accounting system, written in Perl.
Accounting data is stored in a PostgreSQL Server, for the display
any text or GUI browser can be used.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ledgersmb>0:finance/ledgersmb12
- To install the port:
- cd /usr/ports/finance/ledgersmb12/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/ledgersmb12
- pkg install ledgersmb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ledgersmb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1515312775
SHA256 (ledgersmb-1.2.26.tar.gz) = 90cccb45af0b19c15c5f6822c4c70ca4164ebbf26ef1b4cfc600071e9fa6b0be
SIZE (ledgersmb-1.2.26.tar.gz) = 3158175
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-DBD-Pg>=0 : databases/p5-DBD-Pg
- p5-MIME-Lite>=0 : mail/p5-MIME-Lite
- p5-Config-Std>=0 : devel/p5-Config-Std
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DBD-Pg>=0 : databases/p5-DBD-Pg
- p5-MIME-Lite>=0 : mail/p5-MIME-Lite
- p5-Config-Std>=0 : devel/p5-Config-Std
- perl5>=5.32.r0<5.33 : lang/perl5.32
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- finance_ledgersmb12
- USES:
- cpe perl5 shebangfix
- pkg-message:
- For install:
- LedgerSMB has now been installed.
To enable Apache web access, add the following to your httpd.conf:
Include /usr/local/etc/ledger-smb-httpd.conf
Enjoy!
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.26_2 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.26_2 20 Jul 2022 14:21:51 |
Tobias C. Berner (tcberner) |
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 ) |
1.2.26_2 18 Oct 2021 19:25:55 |
Stefan Eßer (se) |
finance/ledgersmb12: Add CPE information
Approved by: portmgr (blanket) |
1.2.26_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.26_2 30 Jun 2020 08:14:14 |
danfe |
- Unbreak by fixing MASTER_SITES
- Submitter takes maintainership
PR: 246851
Submitted by: Ty John |
1.2.26_2 05 Jan 2020 10:26:04 |
antoine |
Mark a few ports broken (unfetchable) |
1.2.26_2 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
1.2.26_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.2.26_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.2.26 07 Jan 2018 09:18:15 |
wen |
- Update to 1.2.26 |
1.2.17_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.17_2 28 Dec 2015 23:22:40 |
rakuco |
Fix MASTER_SITES and unmark broken. |
1.2.17_2 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
1.2.17_2 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
1.2.17_2 17 Jun 2015 13:02:45 |
amdmi3 |
- Add NO_ARCH
- Fix shebangs
- Simplify patching
- Unsilence installation |
1.2.17_1 12 Oct 2014 15:31:05 |
antoine |
- Allow staging as a regular user
- Bump portrevision as some files were not packaged with intended owner |
1.2.17 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
1.2.17 07 Jun 2014 14:30:51 |
vanilla |
Stagify. |
1.2.17 20 Sep 2013 17:18:39 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance) |
1.2.17 31 Jul 2013 06:54:10 |
az |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@) |
1.2.17 20 Nov 2012 19:06:23 |
tabthorpe |
- Return ports to the heap at maintainer's request
Feature safe: yes |
1.2.17 30 Jun 2012 14:48:31 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.2.17 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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 |
1.2.17 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.2.17 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
1.2.17 03 Dec 2008 22:40:46 |
pav |
- Update to 1.2.17
PR: ports/129262
Submitted by: Antoine Beaupre <anarcat@lethe.koumbit.net> (maintainer) |
1.2.13 23 Jun 2008 21:37:22 |
lippe |
- Make fetchable.
Reported by: QA Tindy
Approved by: gabor (mentor, implicit) |
1.2.13 22 Jun 2008 22:57:09 |
lippe |
- Update to 1.2.13 after repocopy from finance/ledgersmb.
- Change PORTNAME to ledgersmb, reflecting on real project name.
- Update pkg-plist.
- Makefile cleanup.
- Move pkg-message to FILESDIR.
PR: ports/122059
Submitted by: Antoine Beaupre <anarcat@lethe.koumbit.net>
Reworked by: lippe
Discussed with: araujo
Approved by: gabor (mentor, implicit) |
1.1.12_1 22 Jun 2008 22:31:16 |
lippe |
- Forced committ to note repocopy from finance/ledgersmb to finance/ledgersmb12.
PR: ports/122059
Submitted by: Antoine Beaupre <anarcat@lethe.koumbit.net>
Reworked by: lippe
Repocopy by: marcus
Approved by: gabor (mentor, implicit) |