diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 21:06:12 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 21:10:59 +0000 |
commit | b7f05445c00f2625aa19b4154ebcbce5ed2daa52 (patch) | |
tree | c3b04fc0b07c55f849072e9b35e694f3d8ccf871 /finance | |
parent | 6c266c9c9e7b0ac1a35b05fbdeddbc330e4c5f43 (diff) |
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)
Diffstat (limited to 'finance')
116 files changed, 116 insertions, 0 deletions
diff --git a/finance/R-cran-AER/Makefile b/finance/R-cran-AER/Makefile index d1bbeae42ab2..b63bf55b127c 100644 --- a/finance/R-cran-AER/Makefile +++ b/finance/R-cran-AER/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Applied Econometrics with R +WWW= https://cran.r-project.org/web/packages/AER/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/finance/R-cran-PerformanceAnalytics/Makefile b/finance/R-cran-PerformanceAnalytics/Makefile index be931818a0ce..ab45bb293625 100644 --- a/finance/R-cran-PerformanceAnalytics/Makefile +++ b/finance/R-cran-PerformanceAnalytics/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Econometric tools for performance and risk analysis +WWW= https://cran.r-project.org/web/packages/PerformanceAnalytics/ LICENSE= GPLv2+ diff --git a/finance/R-cran-RFinanceYJ/Makefile b/finance/R-cran-RFinanceYJ/Makefile index d4b1e847b3e8..505c92a6ce9e 100644 --- a/finance/R-cran-RFinanceYJ/Makefile +++ b/finance/R-cran-RFinanceYJ/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Japanese stock market from Yahoo!-finance-Japan +WWW= https://cran.r-project.org/web/packages/RFinanceYJ/ LICENSE= BSD3CLAUSE diff --git a/finance/R-cran-TTR/Makefile b/finance/R-cran-TTR/Makefile index ca7df9c32e4d..bc627cb81883 100644 --- a/finance/R-cran-TTR/Makefile +++ b/finance/R-cran-TTR/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Technical Trading Rules +WWW= https://cran.r-project.org/web/packages/TTR/ LICENSE= GPLv2+ diff --git a/finance/R-cran-ccgarch/Makefile b/finance/R-cran-ccgarch/Makefile index bedb9cb9e7c4..7954534fe981 100644 --- a/finance/R-cran-ccgarch/Makefile +++ b/finance/R-cran-ccgarch/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Conditional Correlation GARCH models +WWW= https://cran.r-project.org/web/packages/ccgarch/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/finance/R-cran-fBasics/Makefile b/finance/R-cran-fBasics/Makefile index c4daf968e12c..781360cfa70f 100644 --- a/finance/R-cran-fBasics/Makefile +++ b/finance/R-cran-fBasics/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Rmetrics - Markets and Basic Statistics +WWW= https://r-forge.r-project.org/scm/viewvc.php/pkg/fBasics/?root=rmetrics LICENSE= GPLv2+ diff --git a/finance/R-cran-fGarch/Makefile b/finance/R-cran-fGarch/Makefile index 75aab7967de3..77530322405d 100644 --- a/finance/R-cran-fGarch/Makefile +++ b/finance/R-cran-fGarch/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Rmetrics - Autoregressive Conditional Heteroskedastic Modelling +WWW= https://www.rmetrics.org LICENSE= GPLv2+ diff --git a/finance/R-cran-gmm/Makefile b/finance/R-cran-gmm/Makefile index d7fb8dc8cfdd..100024c0dcd7 100644 --- a/finance/R-cran-gmm/Makefile +++ b/finance/R-cran-gmm/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Generalized Method of Moments and Generalized Empirical Likelihood +WWW= https://cran.r-project.org/web/packages/gmm/ LICENSE= GPLv2+ diff --git a/finance/R-cran-lmtest/Makefile b/finance/R-cran-lmtest/Makefile index 3979c2f464fa..12e4bb087e1f 100644 --- a/finance/R-cran-lmtest/Makefile +++ b/finance/R-cran-lmtest/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Testing Linear Regression Models +WWW= https://cran.r-project.org/web/packages/lmtest/ LICENSE= GPLv2 diff --git a/finance/R-cran-plm/Makefile b/finance/R-cran-plm/Makefile index 4f38a7ed0b6a..f4f81f53bbfb 100644 --- a/finance/R-cran-plm/Makefile +++ b/finance/R-cran-plm/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Linear Models for Panel Data +WWW= https://cran.r-project.org/web/packages/plm/ LICENSE= GPLv2+ diff --git a/finance/R-cran-quantmod/Makefile b/finance/R-cran-quantmod/Makefile index 5319294a7663..72ef2846978b 100644 --- a/finance/R-cran-quantmod/Makefile +++ b/finance/R-cran-quantmod/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Quantitative Financial Modelling and Trading Framework for R +WWW= https://www.quantmod.com/ LICENSE= GPLv3 diff --git a/finance/R-cran-strucchange/Makefile b/finance/R-cran-strucchange/Makefile index bc6cb2e5087d..68a2e3e9c10b 100644 --- a/finance/R-cran-strucchange/Makefile +++ b/finance/R-cran-strucchange/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Testing, Monitoring, and Dating Structural Changes +WWW= https://cran.r-project.org/web/packages/strucchange/ LICENSE= GPLv2+ diff --git a/finance/R-cran-timeDate/Makefile b/finance/R-cran-timeDate/Makefile index 15de10e27e50..a80bf829aa52 100644 --- a/finance/R-cran-timeDate/Makefile +++ b/finance/R-cran-timeDate/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Rmetrics - Chronological and Calendar Objects +WWW= https://www.rmetrics.org LICENSE= GPLv2+ diff --git a/finance/R-cran-timeSeries/Makefile b/finance/R-cran-timeSeries/Makefile index 3a65c457fce9..bf922cf1d8e9 100644 --- a/finance/R-cran-timeSeries/Makefile +++ b/finance/R-cran-timeSeries/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Financial Time Series Objects (Rmetrics) +WWW= https://r-forge.r-project.org/scm/viewvc.php/pkg/timeSeries/?root=rmetrics LICENSE= GPLv2+ diff --git a/finance/R-cran-tseries/Makefile b/finance/R-cran-tseries/Makefile index 0c869e922c3d..6ca01980de93 100644 --- a/finance/R-cran-tseries/Makefile +++ b/finance/R-cran-tseries/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Time Series Analysis and Computational Finance +WWW= https://CRAN.R-project.org/package=tseries LICENSE= GPLv2 diff --git a/finance/R-cran-urca/Makefile b/finance/R-cran-urca/Makefile index abbbb35b2b90..b660a870ea49 100644 --- a/finance/R-cran-urca/Makefile +++ b/finance/R-cran-urca/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Unit root and cointegration tests for time series data +WWW= https://cran.r-project.org/web/packages/urca/ LICENSE= GPLv2+ diff --git a/finance/R-cran-vars/Makefile b/finance/R-cran-vars/Makefile index 60200b8a775c..3050272437f2 100644 --- a/finance/R-cran-vars/Makefile +++ b/finance/R-cran-vars/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= VAR Modelling +WWW= https://cran.r-project.org/web/packages/vars/ LICENSE= GPLv2+ diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile index bbb5390fda24..a9e904f17cab 100644 --- a/finance/alkimia/Makefile +++ b/finance/alkimia/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= KDE financial data handling library +WWW= https://community.kde.org/Alkimia/libalkimia LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index 13cc8bfc3251..7271e502b420 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/400/ MAINTAINER= jhale@FreeBSD.org COMMENT= Online banking interface and financial data framework +WWW= https://www.aquamaniac.de/rdm/projects/aqbanking LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/beancount/Makefile b/finance/beancount/Makefile index 429549e6033a..7d3b80e00809 100644 --- a/finance/beancount/Makefile +++ b/finance/beancount/Makefile @@ -5,6 +5,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= nivit@FreeBSD.org COMMENT= Double-Entry Accounting from Text Files +WWW= https://github.com/beancount/beancount LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/beanie/Makefile b/finance/beanie/Makefile index 6451dc7b3046..656fb6e97565 100644 --- a/finance/beanie/Makefile +++ b/finance/beanie/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Open Source accounting system +WWW= http://beanie.sf.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/chiapos/Makefile b/finance/chiapos/Makefile index 138fe72cdb48..df140379b51e 100644 --- a/finance/chiapos/Makefile +++ b/finance/chiapos/Makefile @@ -6,6 +6,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= risner@stdio.com COMMENT= Chia proof of space plotting, proving, and verifying (cmake part) +WWW= https://github.com/Chia-Network/chiapos LICENSE= APACHE20 BSD2CLAUSE MIT LICENSE_COMB= multi diff --git a/finance/cointop/Makefile b/finance/cointop/Makefile index 6f226975f42f..a55d5fed0405 100644 --- a/finance/cointop/Makefile +++ b/finance/cointop/Makefile @@ -6,6 +6,7 @@ CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org COMMENT= Cryptocurrency coin stats +WWW= https://github.com/miguelmota/cointop LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index b6c0433167bc..e46dd290ad0e 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -8,6 +8,7 @@ DISTNAME= Electrum-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Easy to use Bitcoin client +WWW= https://electrum.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/finance/expense/Makefile b/finance/expense/Makefile index ad7067fd66fd..795d0f604957 100644 --- a/finance/expense/Makefile +++ b/finance/expense/Makefile @@ -7,6 +7,7 @@ DISTNAME= Expense-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Application to track your expense under GNUstep +WWW= https://www.eskimo.com/~pburns/Expense/ LICENSE= GPLv2 diff --git a/finance/fava/Makefile b/finance/fava/Makefile index 39d131b2a418..71eff290caf8 100644 --- a/finance/fava/Makefile +++ b/finance/fava/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= nivit@FreeBSD.org COMMENT= Web interface for Beancount +WWW= https://beancount.github.io/fava/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/fixc/Makefile b/finance/fixc/Makefile index cb453b4b71d8..8848cbc28750 100644 --- a/finance/fixc/Makefile +++ b/finance/fixc/Makefile @@ -6,6 +6,7 @@ CATEGORIES= finance MAINTAINER= blttll@gmail.com COMMENT= Simple Financial Information eXchange (FIX) protocol console client +WWW= https://github.com/blttll/fixc USES= go diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile index ad9a7645bd94..542da29b52c4 100644 --- a/finance/frontaccounting/Makefile +++ b/finance/frontaccounting/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION} MAINTAINER= ek@purplehat.org COMMENT= Simple, powerful system for the entire ERP chain +WWW= https://www.frontaccounting.com/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/doc/license.txt diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index 8aa9f213c95d..b0cbb3687981 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION} MAINTAINER= madpilot@FreeBSD.org COMMENT= Documentation for gnucash +WWW= https://www.gnucash.org/ BUILD_DEPENDS= xsltproc:textproc/libxslt RUN_DEPENDS= yelp:x11/yelp diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 296682167277..de653af28baf 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} MAINTAINER= madpilot@FreeBSD.org COMMENT= Quicken-like money and finance manager +WWW= https://www.gnucash.org/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index bbbbaf80ca8a..3b931e8cadca 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/${PORTVERSI MAINTAINER= thierry@FreeBSD.org COMMENT= Personal accounting application +WWW= https://www.grisbi.org/ LICENSE= GPLv2 diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 4a5f53d45119..af15c9fc6409 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://homebank.free.fr/public/ MAINTAINER= wen@FreeBSD.org COMMENT= Free, easy, personal accounting for everyone +WWW= http://homebank.free.fr/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/hs-hledger-ui/Makefile b/finance/hs-hledger-ui/Makefile index 651b47c164aa..421bc3e1eda6 100644 --- a/finance/hs-hledger-ui/Makefile +++ b/finance/hs-hledger-ui/Makefile @@ -4,6 +4,7 @@ CATEGORIES= finance haskell MAINTAINER= yuri@FreeBSD.org COMMENT= UI for hledger, the accounting software package +WWW= https://hledger.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/hs-hledger-web/Makefile b/finance/hs-hledger-web/Makefile index 0022f0952117..2257acfddf1a 100644 --- a/finance/hs-hledger-web/Makefile +++ b/finance/hs-hledger-web/Makefile @@ -4,6 +4,7 @@ CATEGORIES= finance haskell MAINTAINER= yuri@FreeBSD.org COMMENT= Web interface for hledger, the accounting software +WWW= https://hledger.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/hs-hledger/Makefile b/finance/hs-hledger/Makefile index 08606abdaaca..ab8e3284f168 100644 --- a/finance/hs-hledger/Makefile +++ b/finance/hs-hledger/Makefile @@ -4,6 +4,7 @@ CATEGORIES= finance haskell MAINTAINER= yuri@FreeBSD.org COMMENT= Accounting software for both power users and folks new to accounting +WWW= https://hledger.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/jgnash/Makefile b/finance/jgnash/Makefile index 97a9e26885f6..670215a4436b 100644 --- a/finance/jgnash/Makefile +++ b/finance/jgnash/Makefile @@ -6,6 +6,7 @@ DISTNAME= jgnash-${PORTVERSION}-bin MAINTAINER= ports@FreeBSD.org COMMENT= Free personal finance manager +WWW= https://sourceforge.net/projects/jgnash/ LICENSE= GPLv3 diff --git a/finance/kmymoney/Makefile b/finance/kmymoney/Makefile index adc9ad61cdf3..d424178428ce 100644 --- a/finance/kmymoney/Makefile +++ b/finance/kmymoney/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= a06d2fe154f755c3af1e7f261cd631929b9da998.diff:-p1 # akonadi 21.12 MAINTAINER= jhale@FreeBSD.org COMMENT= KDE personal finance manager +WWW= https://kmymoney.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt diff --git a/finance/kraft/Makefile b/finance/kraft/Makefile index b0305108bfce..e9b7d2263b6a 100644 --- a/finance/kraft/Makefile +++ b/finance/kraft/Makefile @@ -6,6 +6,7 @@ CATEGORIES= finance kde MAINTAINER= kde@FreeBSD.org COMMENT= Manage invoices and documents for small companies +WWW= https://volle-kraft-voraus.de/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/ktoblzcheck/Makefile b/finance/ktoblzcheck/Makefile index dfcb30ceaf8a..2fd9bf80d17e 100644 --- a/finance/ktoblzcheck/Makefile +++ b/finance/ktoblzcheck/Makefile @@ -9,6 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= jhale@FreeBSD.org COMMENT= Check bank codes of German banks +WWW= http://ktoblzcheck.sourceforge.net/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/ledgersmb12/Makefile b/finance/ledgersmb12/Makefile index b56f34d5b224..8d1dc5705e41 100644 --- a/finance/ledgersmb12/Makefile +++ b/finance/ledgersmb12/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://download.ledgersmb.org/f/Releases/archives/${PORTVERSION:R} MAINTAINER= ty@eye-of-odin.com COMMENT= Double entry accounting system +WWW= https://www.ledgersmb.org/ BUILD_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \ p5-MIME-Lite>=0:mail/p5-MIME-Lite \ diff --git a/finance/libbtc/Makefile b/finance/libbtc/Makefile index 21f99be1e3c1..a29bb40131e9 100644 --- a/finance/libbtc/Makefile +++ b/finance/libbtc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org COMMENT= Tiny Bitcoin Library written in C +WWW= https://github.com/libbtc/libbtc LICENSE= MIT diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 3a66975e7fdc..18f9ca06b825 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${POR MAINTAINER= jhale@FreeBSD.org COMMENT= OpenSource implementation of the OFX (Open Financial eXchange) +WWW= http://libofx.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/libstocks/Makefile b/finance/libstocks/Makefile index bb1551a22b4c..29acd88e43f2 100644 --- a/finance/libstocks/Makefile +++ b/finance/libstocks/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= mi@aldan.algebra.com COMMENT= C library which can be used to fetch stocks quotes +WWW= http://libstocks.sourceforge.net/ USE_LDCONFIG= yes REINPLACE_ARGS= -i "" diff --git a/finance/moneymanagerex/Makefile b/finance/moneymanagerex/Makefile index 095020a176da..c84a61681e1d 100644 --- a/finance/moneymanagerex/Makefile +++ b/finance/moneymanagerex/Makefile @@ -8,6 +8,7 @@ DISTFILES= bakefile-0.2.9${EXTRACT_SUFX}:bakefile MAINTAINER= ports@FreeBSD.org COMMENT= Free, open-source, easy-to-use personal finance software +WWW= https://www.moneymanagerex.org/ LICENSE= GPLv2 diff --git a/finance/nextcloud-cospend/Makefile b/finance/nextcloud-cospend/Makefile index de5c3ce53f63..0b70b2917e81 100644 --- a/finance/nextcloud-cospend/Makefile +++ b/finance/nextcloud-cospend/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= nextcloud MAINTAINER= mr@FreeBSD.org COMMENT= Cospend app for Nextcloud +WWW= https://apps.nextcloud.com/apps/cospend LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile index 721180fee6ff..fda9dada09ef 100644 --- a/finance/odoo/Makefile +++ b/finance/odoo/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Suite of web based open source business apps +WWW= https://www.odoo.com LICENSE= LGPL3 diff --git a/finance/odoo14/Makefile b/finance/odoo14/Makefile index e6e4e8894142..d4d319e8cd47 100644 --- a/finance/odoo14/Makefile +++ b/finance/odoo14/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= 14 MAINTAINER= acm@FreeBSD.org COMMENT= Suite of web based open source business apps +WWW= https://www.odoo.com LICENSE= LGPL3 diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile index 73f494b41f71..a05ddc691aab 100644 --- a/finance/p5-Business-CreditCard/Makefile +++ b/finance/p5-Business-CreditCard/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to validate/generate credit card checksums/names +WWW= https://metacpan.org/release/Business-CreditCard LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile index 5bef99690fcc..c21e2a737820 100644 --- a/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile +++ b/finance/p5-Business-MaxMind-CreditCardFraudDetection/Makefile @@ -9,6 +9,7 @@ DISTNAME= Business-MaxMind-${PORTVERSION} MAINTAINER= vivek@khera.org COMMENT= Interface to MaxMind minFraud service +WWW= https://www.maxmind.com/app/ccv_overview LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/p5-Business-OCV/Makefile b/finance/p5-Business-OCV/Makefile index bcb3f7efe1af..09832393b959 100644 --- a/finance/p5-Business-OCV/Makefile +++ b/finance/p5-Business-OCV/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to the Ingenico OCV Server +WWW= https://metacpan.org/release/Business-OCV LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile b/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile index b948ad51c258..5ea9c17d5768 100644 --- a/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile +++ b/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Authorize.Net +WWW= https://metacpan.org/release/Business-OnlinePayment-AuthorizeNet LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile b/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile index 48bfeef64032..8debc569e333 100644 --- a/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile +++ b/finance/p5-Business-OnlinePayment-BankOfAmerica/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Bank of America eStores +WWW= https://metacpan.org/release/Business-OnlinePayment-BankOfAmerica BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ diff --git a/finance/p5-Business-OnlinePayment-Beanstream/Makefile b/finance/p5-Business-OnlinePayment-Beanstream/Makefile index fb5d630150e4..48400276fc4e 100644 --- a/finance/p5-Business-OnlinePayment-Beanstream/Makefile +++ b/finance/p5-Business-OnlinePayment-Beanstream/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Beanstream +WWW= https://metacpan.org/release/Business-OnlinePayment-Beanstream BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-OnlinePayment>=0:finance/p5-Business-OnlinePayment \ diff --git a/finance/p5-Business-OnlinePayment-Cardstream/Makefile b/finance/p5-Business-OnlinePayment-Cardstream/Makefile index 24ae8ef18154..aa73de063581 100644 --- a/finance/p5-Business-OnlinePayment-Cardstream/Makefile +++ b/finance/p5-Business-OnlinePayment-Cardstream/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Cardstream +WWW= https://metacpan.org/release/Business-OnlinePayment-Cardstream BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ diff --git a/finance/p5-Business-OnlinePayment-Jettis/Makefile b/finance/p5-Business-OnlinePayment-Jettis/Makefile index 8c0e6785067b..e330d618cf5b 100644 --- a/finance/p5-Business-OnlinePayment-Jettis/Makefile +++ b/finance/p5-Business-OnlinePayment-Jettis/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Jettis +WWW= https://metacpan.org/release/Business-OnlinePayment-Jettis LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment-LinkPoint/Makefile b/finance/p5-Business-OnlinePayment-LinkPoint/Makefile index a3ea32a5a182..a698c7576fc5 100644 --- a/finance/p5-Business-OnlinePayment-LinkPoint/Makefile +++ b/finance/p5-Business-OnlinePayment-LinkPoint/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for LinkPoint +WWW= http://www.linkpoint.com/product_solutions/internet/lperl/lperl_main.html BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ diff --git a/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile b/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile index 85242e74f81b..832f5db14530 100644 --- a/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile +++ b/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for MerchantCommerce authorization service +WWW= https://metacpan.org/release/Business-OnlinePayment-MerchantCommerce LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment-Network1Financial/Makefile b/finance/p5-Business-OnlinePayment-Network1Financial/Makefile index cd7c44ac4021..153f0f5f9ad7 100644 --- a/finance/p5-Business-OnlinePayment-Network1Financial/Makefile +++ b/finance/p5-Business-OnlinePayment-Network1Financial/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Network1 Financial +WWW= https://metacpan.org/release/IVAN/Business-OnlinePayment-Network1Financial-0.02 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment-OCV/Makefile b/finance/p5-Business-OnlinePayment-OCV/Makefile index d856fc468efd..ce23b231cebf 100644 --- a/finance/p5-Business-OnlinePayment-OCV/Makefile +++ b/finance/p5-Business-OnlinePayment-OCV/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Business::OnlinePayment backend module for OCV +WWW= https://metacpan.org/release/Business-OnlinePayment-OCV LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment-PayConnect/Makefile b/finance/p5-Business-OnlinePayment-PayConnect/Makefile index 91601849091f..1f8cd0af7799 100644 --- a/finance/p5-Business-OnlinePayment-PayConnect/Makefile +++ b/finance/p5-Business-OnlinePayment-PayConnect/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for PaymentOne PayConnect +WWW= https://metacpan.org/release/Business-OnlinePayment BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ diff --git a/finance/p5-Business-OnlinePayment-PaymenTech/Makefile b/finance/p5-Business-OnlinePayment-PaymenTech/Makefile index 3c411da5a8e6..85b5af91c95c 100644 --- a/finance/p5-Business-OnlinePayment-PaymenTech/Makefile +++ b/finance/p5-Business-OnlinePayment-PaymenTech/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PaymenTech backend for Business::OnlinePayment +WWW= https://metacpan.org/release/Business-OnlinePayment-PaymenTech LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment-SurePay/Makefile b/finance/p5-Business-OnlinePayment-SurePay/Makefile index 431144b10fcd..7006922bd5bb 100644 --- a/finance/p5-Business-OnlinePayment-SurePay/Makefile +++ b/finance/p5-Business-OnlinePayment-SurePay/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for SurePay authorization service +WWW= https://metacpan.org/release/AKHOBOV/Business-OnlinePayment-SurePay-0.01 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment-TCLink/Makefile b/finance/p5-Business-OnlinePayment-TCLink/Makefile index 653829218fb5..5c4ed28a902c 100644 --- a/finance/p5-Business-OnlinePayment-TCLink/Makefile +++ b/finance/p5-Business-OnlinePayment-TCLink/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for TrustCommerce +WWW= https://metacpan.org/release/Business-OnlinePayment-TCLink BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ diff --git a/finance/p5-Business-OnlinePayment-VirtualNet/Makefile b/finance/p5-Business-OnlinePayment-VirtualNet/Makefile index 1afd460827d5..b27e43e69b81 100644 --- a/finance/p5-Business-OnlinePayment-VirtualNet/Makefile +++ b/finance/p5-Business-OnlinePayment-VirtualNet/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for Vital VirtualNet +WWW= https://metacpan.org/release/Business-OnlinePayment-VirtualNet BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ diff --git a/finance/p5-Business-OnlinePayment-eSec/Makefile b/finance/p5-Business-OnlinePayment-eSec/Makefile index 3bd70d1229b6..33ee11858f92 100644 --- a/finance/p5-Business-OnlinePayment-eSec/Makefile +++ b/finance/p5-Business-OnlinePayment-eSec/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for eSec +WWW= https://metacpan.org/release/Business-OnlinePayment-eSec BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ diff --git a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile index 26b7331c2c07..310ff540c06e 100644 --- a/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile +++ b/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Business::OnlinePayment backend module for iAuthorizer +WWW= https://metacpan.org/release/Business-OnlinePayment-iAuthorizer LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile index ed76d251c09f..c851f27a2798 100644 --- a/finance/p5-Business-OnlinePayment/Makefile +++ b/finance/p5-Business-OnlinePayment/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generic interface for processing online credit card payments +WWW= https://metacpan.org/release/Business-OnlinePayment LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-PayPal-IPN/Makefile b/finance/p5-Business-PayPal-IPN/Makefile index 074b9242a9f8..9ad3fef30456 100644 --- a/finance/p5-Business-PayPal-IPN/Makefile +++ b/finance/p5-Business-PayPal-IPN/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= coryking@mozimedia.com COMMENT= Perl extension that implements PayPal IPN v1.5 +WWW= https://metacpan.org/release/Business-PayPal-IPN BUILD_DEPENDS= p5-Crypt-SSLeay>=0.56:security/p5-Crypt-SSLeay \ p5-libwww>=5.805:www/p5-libwww diff --git a/finance/p5-Business-Stripe/Makefile b/finance/p5-Business-Stripe/Makefile index 2a0f54e16a7f..c7ef74259d29 100644 --- a/finance/p5-Business-Stripe/Makefile +++ b/finance/p5-Business-Stripe/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module interface for the Stripe.com payment system +WWW= https://metacpan.org/release/Business-Stripe LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-TW-Invoice-U420/Makefile b/finance/p5-Business-TW-Invoice-U420/Makefile index a17a6c780481..701f0fba2136 100644 --- a/finance/p5-Business-TW-Invoice-U420/Makefile +++ b/finance/p5-Business-TW-Invoice-U420/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Print Taiwan Unified Invoice with U420 printer +WWW= https://metacpan.org/release/Business-TW-Invoice-U420 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor diff --git a/finance/p5-Business-TW-TSIB-CStorePayment/Makefile b/finance/p5-Business-TW-TSIB-CStorePayment/Makefile index e0224baaaf84..73b8bf7f7398 100644 --- a/finance/p5-Business-TW-TSIB-CStorePayment/Makefile +++ b/finance/p5-Business-TW-TSIB-CStorePayment/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for Taishin Bank Convenient Store Payment Management +WWW= https://metacpan.org/release/Business-TW-TSIB-CStorePayment BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ diff --git a/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile b/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile index 83292712e70a..c06920f259ae 100644 --- a/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile +++ b/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for Taishin Bank Virtual Account Management +WWW= https://metacpan.org/release/Business-TW-TSIB-VirtualAccount LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Business-WorldPay-Junior/Makefile b/finance/p5-Business-WorldPay-Junior/Makefile index 4267810bdf58..7f12ae8c3f65 100644 --- a/finance/p5-Business-WorldPay-Junior/Makefile +++ b/finance/p5-Business-WorldPay-Junior/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Perl module to handle WorldPay Junior for payment services +WWW= https://metacpan.org/release/Business-WorldPay-Junior LICENSE= GPLv2 diff --git a/finance/p5-Data-Currency/Makefile b/finance/p5-Data-Currency/Makefile index a264e878ee47..495b8e51c417 100644 --- a/finance/p5-Data-Currency/Makefile +++ b/finance/p5-Data-Currency/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Container class for currency conversion/formatting +WWW= https://metacpan.org/release/Data-Currency BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor-Grouped>=0:devel/p5-Class-Accessor-Grouped \ diff --git a/finance/p5-Finance-Amortization/Makefile b/finance/p5-Finance-Amortization/Makefile index 18e26ce85991..d46457a1af7f 100644 --- a/finance/p5-Finance-Amortization/Makefile +++ b/finance/p5-Finance-Amortization/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple amortization schedules +WWW= https://metacpan.org/release/Finance-Amortization USES= perl5 USE_PERL5= configure diff --git a/finance/p5-Finance-Bitcoin/Makefile b/finance/p5-Finance-Bitcoin/Makefile index 2a64498261e4..b92c7198884b 100644 --- a/finance/p5-Finance-Bitcoin/Makefile +++ b/finance/p5-Finance-Bitcoin/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl interface to a bitcoin instance +WWW= https://metacpan.org/release/Finance-Bitcoin BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JSON-RPC>=0.96:devel/p5-JSON-RPC \ diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile index 954303e89860..00243702d5de 100644 --- a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lightweight currency conversion using WebserviceX.NET +WWW= https://metacpan.org/release/Finance-Currency-Convert-WebserviceX LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Finance-Currency-Convert-XE/Makefile b/finance/p5-Finance-Currency-Convert-XE/Makefile index 786c1e1e8820..434273dca6bd 100644 --- a/finance/p5-Finance-Currency-Convert-XE/Makefile +++ b/finance/p5-Finance-Currency-Convert-XE/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Currency conversion module +WWW= https://metacpan.org/release/Finance-Currency-Convert-XE LICENSE= ART20 diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 8f662f6da93f..291b00e4d47b 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Get stock and mutual fund quotes from various exchanges +WWW= https://metacpan.org/release/Finance-Quote LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index ff36cdefc461..7ff07a8f4ca7 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for fetching historical stock quotes +WWW= https://metacpan.org/release/Finance-QuoteHist LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Finance-QuoteTW/Makefile b/finance/p5-Finance-QuoteTW/Makefile index af017e43ea2d..8c3384d7733d 100644 --- a/finance/p5-Finance-QuoteTW/Makefile +++ b/finance/p5-Finance-QuoteTW/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fetch quotes of mutual funds in Taiwan +WWW= https://metacpan.org/release/Finance-QuoteTW BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Data-TreeDumper>=0:devel/p5-Data-TreeDumper \ diff --git a/finance/p5-Finance-TW-EmergingQuote/Makefile b/finance/p5-Finance-TW-EmergingQuote/Makefile index dd86f8418a86..5337d278fb10 100644 --- a/finance/p5-Finance-TW-EmergingQuote/Makefile +++ b/finance/p5-Finance-TW-EmergingQuote/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Check stock quotes from Taiwan Emerging Stock +WWW= https://metacpan.org/release/Finance-TW-EmergingQuote BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-libwww>=0:www/p5-libwww diff --git a/finance/p5-Finance-TW-TSEQuote/Makefile b/finance/p5-Finance-TW-TSEQuote/Makefile index 553cd25f186f..d284eb221eaa 100644 --- a/finance/p5-Finance-TW-TSEQuote/Makefile +++ b/finance/p5-Finance-TW-TSEQuote/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Check stock quotes from Taiwan Security Exchange +WWW= https://metacpan.org/release/Finance-TW-TSEQuote LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Finance-YahooQuote/Makefile b/finance/p5-Finance-YahooQuote/Makefile index 4164fde8dd7b..9902ec76e46d 100644 --- a/finance/p5-Finance-YahooQuote/Makefile +++ b/finance/p5-Finance-YahooQuote/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get stock quotes from Yahoo! Finance +WWW= https://metacpan.org/release/Finance-YahooQuote LICENSE= GPLv2+ diff --git a/finance/p5-Locale-Currency-Format/Makefile b/finance/p5-Locale-Currency-Format/Makefile index 13d383766030..0f371d71a1fb 100644 --- a/finance/p5-Locale-Currency-Format/Makefile +++ b/finance/p5-Locale-Currency-Format/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl functions for formatting monetary values +WWW= https://metacpan.org/release/Locale-Currency-Format LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/finance/p5-Math-Financial/Makefile b/finance/p5-Math-Financial/Makefile index 758bd21d80a1..4cd82ad6859a 100644 --- a/finance/p5-Math-Financial/Makefile +++ b/finance/p5-Math-Financial/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl module containing common functions for loans and annuities +WWW= https://metacpan.org/release/Math-Financial USES= perl5 USE_PERL5= configure diff --git a/finance/p5-PayflowPro/Makefile b/finance/p5-PayflowPro/Makefile index 4f24b6f7364d..0a99cba39160 100644 --- a/finance/p5-PayflowPro/Makefile +++ b/finance/p5-PayflowPro/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Pure Perl PayflowPro payment gateway interface +WWW= http://www.mailermailer.com/labs/projects/Payflow-Pro-API.rwp RUN_DEPENDS+= p5-libwww>0.0:www/p5-libwww BUILD_DEPENDS+= p5-libwww>0.0:www/p5-libwww diff --git a/finance/pear_Payment_DTA/Makefile b/finance/pear_Payment_DTA/Makefile index 68e044da9a7f..495e24a8f38d 100644 --- a/finance/pear_Payment_DTA/Makefile +++ b/finance/pear_Payment_DTA/Makefile @@ -4,6 +4,7 @@ CATEGORIES= finance pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR class to create and handle DTA files used in Germany +WWW= https://pear.php.net/package/Payment_DTA USES= pear diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index cac56e68840d..67b1515e3571 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Open-Source e-Commerce Software for Web 2.0 +WWW= https://www.prestashop.com/ USES= cpe php shebangfix zip:infozip NO_BUILD= yes diff --git a/finance/py-Nasdaq-Data-Link/Makefile b/finance/py-Nasdaq-Data-Link/Makefile index 2ad3f6019217..e0c15e4338a7 100644 --- a/finance/py-Nasdaq-Data-Link/Makefile +++ b/finance/py-Nasdaq-Data-Link/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Package for Nasdaq Data Link API access +WWW= https://github.com/Nasdaq/data-link-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/finance/py-backtrader/Makefile b/finance/py-backtrader/Makefile index 585388bf6519..345e07d9c1e6 100644 --- a/finance/py-backtrader/Makefile +++ b/finance/py-backtrader/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m.tsatsenko@gmail.com COMMENT= Python Backtesting library for trading strategies +WWW= https://www.backtrader.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-bitcoin/Makefile b/finance/py-bitcoin/Makefile index c79af7271da4..04d8affefeee 100644 --- a/finance/py-bitcoin/Makefile +++ b/finance/py-bitcoin/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python Bitcoin Tools +WWW= https://github.com/vbuterin/pybitcointools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-ebaysdk/Makefile b/finance/py-ebaysdk/Makefile index 52d0e6d098aa..b0336582c369 100644 --- a/finance/py-ebaysdk/Makefile +++ b/finance/py-ebaysdk/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= eBay API SDK for Python +WWW= https://github.com/timotheus/ebaysdk-python LICENSE= CDDL diff --git a/finance/py-mplfinance/Makefile b/finance/py-mplfinance/Makefile index 4e409bec7709..5fa565f1744b 100644 --- a/finance/py-mplfinance/Makefile +++ b/finance/py-mplfinance/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utilities for the visualization, and visual analysis, of financial data +WWW= https://github.com/matplotlib/mplfinance LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-ofxparse/Makefile b/finance/py-ofxparse/Makefile index c4cd909e7f90..56633039b9fd 100644 --- a/finance/py-ofxparse/Makefile +++ b/finance/py-ofxparse/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Tools for working with the OFX file format +WWW= https://pypi.org/project/ofxparse/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-pycoin/Makefile b/finance/py-pycoin/Makefile index ced0851c3c57..5a327db721a9 100644 --- a/finance/py-pycoin/Makefile +++ b/finance/py-pycoin/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utilities for Bitcoin and altcoin addresses/transaction manipulation +WWW= https://github.com/richardkiss/pycoin LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-python-bitcoinlib/Makefile b/finance/py-python-bitcoinlib/Makefile index 6a2f0da04170..9e95c9b12612 100644 --- a/finance/py-python-bitcoinlib/Makefile +++ b/finance/py-python-bitcoinlib/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Swiss Army Knife of the Bitcoin protocol +WWW= https://github.com/petertodd/python-bitcoinlib/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-python-obelisk/Makefile b/finance/py-python-obelisk/Makefile index 777ff2db3e7e..ae399c64571b 100644 --- a/finance/py-python-obelisk/Makefile +++ b/finance/py-python-obelisk/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python native client for the obelisk blockchain server +WWW= https://github.com/darkwallet/python-obelisk LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/finance/py-quantecon/Makefile b/finance/py-quantecon/Makefile index 87c7724df850..eecc5a6734e8 100644 --- a/finance/py-quantecon/Makefile +++ b/finance/py-quantecon/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Support all forms of quantitative economic modelling +WWW= https://github.com/QuantEcon/QuantEcon.py LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile index 6cfe4247d763..b3dc44f981b9 100644 --- a/finance/py-stripe/Makefile +++ b/finance/py-stripe/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Stripe Python bindings +WWW= https://github.com/stripe/stripe-python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-ta-lib/Makefile b/finance/py-ta-lib/Makefile index 72cbce9e43a6..80437308c9da 100644 --- a/finance/py-ta-lib/Makefile +++ b/finance/py-ta-lib/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python wrapper for ta-lib (tools for market analysis) +WWW= https://mrjbq7.github.io/ta-lib/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile index 8b795d685449..de2d977d3b3e 100644 --- a/finance/py-vatnumber/Makefile +++ b/finance/py-vatnumber/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= chian.jin@gmail.com COMMENT= Python module to validate VAT numbers +WWW= http://code.google.com/p/vatnumber/ LICENSE= GPLv3 diff --git a/finance/py-yfinance/Makefile b/finance/py-yfinance/Makefile index bf602de28d3a..b5826bc736ef 100644 --- a/finance/py-yfinance/Makefile +++ b/finance/py-yfinance/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yahoo! Finance market data downloader +WWW= https://github.com/ranaroussi/yfinance LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/finance/py-ystockquote/Makefile b/finance/py-ystockquote/Makefile index 8d698b723498..08839baa248f 100644 --- a/finance/py-ystockquote/Makefile +++ b/finance/py-ystockquote/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Python module to retrieve stock quote data from Yahoo Finance +WWW= https://github.com/cgoldberg/ystockquote LICENSE= LGPL21 diff --git a/finance/qtbitcointrader/Makefile b/finance/qtbitcointrader/Makefile index 64a59b5a5330..9ae2dba3ce27 100644 --- a/finance/qtbitcointrader/Makefile +++ b/finance/qtbitcointrader/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/bitcointrader/SRC/ MAINTAINER= yuri@FreeBSD.org COMMENT= Secure client uses latest OpenSSL and best encryption +WWW= https://centrabit.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL3 diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index 609caf0022cf..c93a375d384e 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -7,6 +7,7 @@ DISTNAME= QuantLib-${PORTVERSION} MAINTAINER= mi@aldan.algebra.com COMMENT= C++ library for quantitative finance +WWW= https://www.quantlib.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.TXT diff --git a/finance/quickfix/Makefile b/finance/quickfix/Makefile index ba37e4e42867..b44acfe482b9 100644 --- a/finance/quickfix/Makefile +++ b/finance/quickfix/Makefile @@ -6,6 +6,7 @@ CATEGORIES= finance devel MAINTAINER= m.tsatsenko@gmail.com COMMENT= Free FIX Protocol Implementation +WWW= https://www.quickfixengine.org/ LICENSE= GPLv3+ diff --git a/finance/rubygem-money/Makefile b/finance/rubygem-money/Makefile index 4bd840e6fbb3..fb5969929409 100644 --- a/finance/rubygem-money/Makefile +++ b/finance/rubygem-money/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for handling money and different currencies +WWW= https://rubymoney.github.io/money/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 886635d5efc5..e1a80f133c88 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Personal finance manager +WWW= https://skrooge.org LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/finance/sql-ledger/Makefile b/finance/sql-ledger/Makefile index 5f2e01d57420..e51d0d92cbe4 100644 --- a/finance/sql-ledger/Makefile +++ b/finance/sql-ledger/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.sql-ledger.com/source/ MAINTAINER= bofh@FreeBSD.org COMMENT= Double entry accounting system +WWW= https://www.sql-ledger.org/ LICENSE= GPLv2 diff --git a/finance/ticker/Makefile b/finance/ticker/Makefile index f0123765cfdc..de8cfe661a9f 100644 --- a/finance/ticker/Makefile +++ b/finance/ticker/Makefile @@ -5,6 +5,7 @@ CATEGORIES= finance MAINTAINER= fuz@fuz.su COMMENT= Terminal stock ticker with live updates and position tracking +WWW= https://github.com/achannarasappa/ticker LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile index e736f8168546..5d06a40563f5 100644 --- a/finance/tickrs/Makefile +++ b/finance/tickrs/Makefile @@ -5,6 +5,7 @@ CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org COMMENT= Realtime ticker data in your terminal +WWW= https://github.com/tarkah/tickrs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile index 06a13ec60045..93227be5e2cc 100644 --- a/finance/vanitygen/Makefile +++ b/finance/vanitygen/Makefile @@ -5,6 +5,7 @@ CATEGORIES= finance MAINTAINER= ports@FreeBSD.org COMMENT= Standalone vanity address generator for bitcoin +WWW= https://github.com/samr7/vanitygen LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/finance/venice/Makefile b/finance/venice/Makefile index 531efca6abb1..bcee75ff9c2f 100644 --- a/finance/venice/Makefile +++ b/finance/venice/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= java MAINTAINER= ports@FreeBSD.org COMMENT= Merchant Of Venice, a stock market trading program +WWW= http://mov.sourceforge.net/ LICENSE= GPLv2 diff --git a/finance/weberp/Makefile b/finance/weberp/Makefile index e1ed25e5b0f2..272274550c40 100644 --- a/finance/weberp/Makefile +++ b/finance/weberp/Makefile @@ -6,6 +6,7 @@ DISTNAME= webERP_${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Open-Source Web-Based ERP System +WWW= https://www.weberp.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt diff --git a/finance/xtrader/Makefile b/finance/xtrader/Makefile index da7988b9559a..cd4ed32d33dd 100644 --- a/finance/xtrader/Makefile +++ b/finance/xtrader/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= ports@FreeBSD.org COMMENT= Technical analysis program for financial instruments +WWW= http://xtrader.sourceforge.net/ LIB_DEPENDS= libptypes.so:devel/ptypes \ libfltk.so.1:x11-toolkits/fltk |