aboutsummaryrefslogtreecommitdiff
path: root/finance/hs-hledger-web
Commit message (Collapse)AuthorAgeFilesLines
* finance/hs-hledger-web: Update 1.25 → 1.29Yuri Victorovich2023-03-142-227/+258
| | | | Reported by: portscout
* Uses/cabal.mk: Rework MASTER_SITES and DISTFILES handling.Gleb Popov2022-11-202-267/+296
| | | | | | | | | | | | | This change removes duplicated entries from MASTER_SITES and DISTFILES variables. Now the MASTER_SITES variable will contain single Hackage URL without any group for the simplest case and with :_cabal_mk_hackage group in nodefault case. This change opens a path to using non-Hackage Cabal repositories (needed for Cardano) and pulling in .cabal revisions without using patches. Unfortunately, this change results in a large churn in Haskell ports distinfos. To make this churn less useless, refresh all Haskell dependencies in all ports.
* 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/hs-hledger-web: Update to 1.25Gleb Popov2022-07-072-419/+554
|
* devel/libffi: Bump deps PORTREVISION for shlib changeKevin Bowling2022-05-091-1/+1
| | | | | PR: 263764 Reported by: VVD <vvd@unislabs.com>
* Bump USES=cabal ports after 12837690ed0cTobias Kortkamp2021-04-211-0/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* finance/hs-hledger*: Change locale to en_US.UTF-8, allow on 11Yuri Victorovich2020-09-071-3/+1
| | | | | | | Suggested by: arrowd Notes: svn path=/head/; revision=547874
* finance/hs-hledger*: Broken on FreeBSD 11 because they need the the C.UTF-8 ↵Yuri Victorovich2020-09-071-0/+2
| | | | | | | | | | | locale Relevant links: * https://unix.stackexchange.com/questions/485073/how-to-backport-freebsd-13-current-c-utf-8-locale-to-11-2-release * https://github.com/simonmichael/hledger/issues/1346 Notes: svn path=/head/; revision=547871
* finance/hs-hledger-web: Update 1.18.1 -> 1.19Yuri Victorovich2020-09-062-20/+14
| | | | Notes: svn path=/head/; revision=547774
* finance/hs-hledger-web: Fix buildYuri Victorovich2020-09-022-31/+28
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=547344
* New port: finance/hs-hledger-web: Web interface for hledger, the accounting ↵Yuri Victorovich2020-08-233-0/+669
software Notes: svn path=/head/; revision=545804