diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 14 | ||||
-rw-r--r-- | finance/emma/Makefile | 2 | ||||
-rw-r--r-- | finance/gnomepm/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash-devel/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 4 | ||||
-rw-r--r-- | finance/p5-Finance-Currency-Convert/Makefile | 2 | ||||
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 2 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 2 | ||||
-rw-r--r-- | finance/quantlib/Makefile | 2 | ||||
-rw-r--r-- | finance/wmstock/Makefile | 2 | ||||
-rw-r--r-- | finance/xquote/Makefile | 2 |
11 files changed, 26 insertions, 12 deletions
diff --git a/finance/Makefile b/finance/Makefile index 909309677826..b55824894141 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,13 +1,20 @@ # $FreeBSD$ # SUBDIR += aqmoney + SUBDIR += cbb + SUBDIR += emma + SUBDIR += gnofin + SUBDIR += gnomepm SUBDIR += gnucash SUBDIR += gnucash-docs SUBDIR += grisbi SUBDIR += kexchange SUBDIR += khacc SUBDIR += ktoblzcheck + SUBDIR += ktoblzcheck SUBDIR += libofx + SUBDIR += libstocks + SUBDIR += moneydance SUBDIR += myphpmoney SUBDIR += openhbci SUBDIR += p5-Business-CreditCard @@ -31,7 +38,14 @@ SUBDIR += p5-Business-OnlinePayment-eSec SUBDIR += p5-Business-OnlinePayment-iAuthorizer SUBDIR += p5-Business-WorldPay-Junior + SUBDIR += p5-Finance-Currency-Convert + SUBDIR += p5-Finance-Quote + SUBDIR += p5-Finance-QuoteHist SUBDIR += p5-Math-Financial SUBDIR += qhacc + SUBDIR += quantlib + SUBDIR += wmstock + SUBDIR += xinvest + SUBDIR += xquote .include <bsd.port.subdir.mk> diff --git a/finance/emma/Makefile b/finance/emma/Makefile index 59cc52d42627..a7cda7b0ddfe 100644 --- a/finance/emma/Makefile +++ b/finance/emma/Makefile @@ -7,7 +7,7 @@ PORTNAME= emma PORTVERSION= 0.8.2 -CATEGORIES= finance misc gnome python +CATEGORIES= finance gnome python MASTER_SITES= http://rainbow.mimuw.edu.pl/~la181249/emma/packages/ MAINTAINER= ports@FreeBSD.org diff --git a/finance/gnomepm/Makefile b/finance/gnomepm/Makefile index 286ebe75b53e..850ca1d2c397 100644 --- a/finance/gnomepm/Makefile +++ b/finance/gnomepm/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnomepm PORTVERSION= 0.9.3 PORTREVISION= 1 -CATEGORIES= finance misc gnome +CATEGORIES= finance gnome MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/g/${PORTNAME:S/gnome/gnome-/} DISTNAME= ${PORTNAME:S/gnome/gnome-/}_${PORTVERSION}.orig diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index 16071eeb57f4..17449fa0bcaf 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -27,8 +27,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/misc/p5-Finance-Quote \ - ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/misc/p5-Finance-QuoteHist \ + ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \ + ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/finance/p5-Finance-QuoteHist \ ${X11BASE}/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs USE_X_PREFIX= yes diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 16071eeb57f4..17449fa0bcaf 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -27,8 +27,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/misc/p5-Finance-Quote \ - ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/misc/p5-Finance-QuoteHist \ + ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \ + ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/finance/p5-Finance-QuoteHist \ ${X11BASE}/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs USE_X_PREFIX= yes diff --git a/finance/p5-Finance-Currency-Convert/Makefile b/finance/p5-Finance-Currency-Convert/Makefile index 927c94e866a1..e3910446eb80 100644 --- a/finance/p5-Finance-Currency-Convert/Makefile +++ b/finance/p5-Finance-Currency-Convert/Makefile @@ -7,7 +7,7 @@ PORTNAME= Finance-Currency-Convert PORTVERSION= 1.03 -CATEGORIES= finance misc perl5 +CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance PKGNAMEPREFIX= p5- diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 40df449d1763..05c798b3bcbc 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -7,7 +7,7 @@ PORTNAME= Finance-Quote PORTVERSION= 1.08 -CATEGORIES= finance misc perl5 +CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance PKGNAMEPREFIX= p5- diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index f428dbdc4646..e559ab2a9096 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -7,7 +7,7 @@ PORTNAME= Finance-QuoteHist PORTVERSION= 0.31 -CATEGORIES= finance misc perl5 +CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance PKGNAMEPREFIX= p5- diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index e33c86879852..4e3321d0e43d 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -8,7 +8,7 @@ PORTNAME= quantlib PORTVERSION= 0.3.1 -CATEGORIES= finance misc +CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= QuantLib-${PORTVERSION}-src diff --git a/finance/wmstock/Makefile b/finance/wmstock/Makefile index 40e84ac771bf..6f255fcc25da 100644 --- a/finance/wmstock/Makefile +++ b/finance/wmstock/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmstock PORTVERSION= 0.11 -CATEGORIES= finance misc windowmaker +CATEGORIES= finance windowmaker MASTER_SITES= http://mattfischer.com/wmstock/src/ MAINTAINER= ports@FreeBSD.org diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile index 8398c87c51f2..668038d15525 100644 --- a/finance/xquote/Makefile +++ b/finance/xquote/Makefile @@ -6,7 +6,7 @@ PORTNAME= xquote PORTVERSION= 1.1 -CATEGORIES= finance misc +CATEGORIES= finance MASTER_SITES= http://sunsite.dk/xinvest/ \ ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications |