Commit graph

1626 commits

Author SHA1 Message Date
Andrej Zverev
6c87d1f35f - resolve conflicts after last two commits 2013-11-03 16:02:32 +00:00
Vanilla I. Shu
9c9063e678 Support STAGEDIR. 2013-11-03 15:38:39 +00:00
Andrej Zverev
1b17fd9ee2 - support STAGEDIR
- add LICENSE (where it possible)
2013-11-03 15:16:25 +00:00
Andrej Zverev
487d869eba - support STAGEDIR 2013-11-03 08:05:18 +00:00
Jason E. Hale
121c3e7564 - Fix pkg-plist with OPTIONS_SUB
- Remove unneeded hack now that staging is enabled
2013-11-03 01:25:36 +00:00
Jason E. Hale
a418923f55 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Single space WWW line in pkg-descr
2013-11-03 01:01:53 +00:00
Pawel Pekala
b889dd8f4e - Update to version 4.2
- Support staging

PR:		ports/181065
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-01 23:47:58 +00:00
Ryan Steinmetz
7779a58401 - Fix LIB_DEPENDS style
- COMMENTs should not start with 'A' or 'An'
- Eliminate unneeded LDFLAGS

Reported by:	Boris Samorodov <bsam@passap.ru>
2013-11-01 21:52:46 +00:00
Ryan Steinmetz
e792e524dc New port: finance/vanitygen:
Vanitygen can generate regular bitcoin addresses, namecoin addresses,
and testnet addresses.

WWW: https://github.com/samr7/vanitygen/
2013-11-01 01:12:43 +00:00
Steve Wills
c4295e8d58 - Add stage support 2013-10-30 02:48:42 +00:00
Kubilay Kocak
e12db4011c finance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignment
Reported by:	jgh
2013-10-26 07:18:03 +00:00
Kubilay Kocak
22867575c0 finance/py-stripe: Update to 1.9.8
- Update to 1.9.8

  I missed this during the initial port commit. It fixes the failing unit
  test.

Changes:

 1.9.8 2013-10-17: Removed incorrect test.
 1.9.7 2013-10-10: Add support for metadata.
 1.9.6 2013-10-08: Fix issue with support for closing disputes.

PR:		ports/182313
2013-10-26 06:44:26 +00:00
Kubilay Kocak
1bf1251a5a finance/py-stripe: Python bindings for Stripe.com [NEW PORT]
Python bindings for the Stripe.com payment service REST API.

WWW: https://github.com/stripe/stripe-python

PR:		ports/182313
Submitted by:	Trevor Caira <trevor@bitba.se>
2013-10-26 06:16:19 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Jason E. Hale
17bdf0efb5 - Support staging
- Use options helpers
2013-10-19 14:39:12 +00:00
Bernhard Froehlich
ce90ab1fc4 - Update to 2.13.0
- Add staging support
2013-10-17 14:52:37 +00:00
Max Brazhnikov
46888a73a1 - Convert unmaintained ports to USES=qmake
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Minor changes/fixes
2013-10-13 13:03:03 +00:00
Frederic Culot
28abdae5df - Update to 1.20
- Add LICENSE (Artistic 1 & GPL 1)
- Support staging

Changes:	http://search.cpan.org/dist/Finance-QuoteHist/Changes
2013-10-09 13:23:57 +00:00
Guido Falsi
486df5ca30 - Support staging
- Convert to new LIB_DEPENDS format
- Use option helpers

Approved by:	gnome (kwm)
2013-10-09 12:10:23 +00:00
Antoine Brodin
a3a1701f05 Finish gnofin removal 2013-10-07 21:44:45 +00:00
Jason E. Hale
2515d37e63 - Fix build with libc++ [1]
- While here, rename patches so they are consistent with how
  "make makepatch" names them

Submitted by:	rm (via email) [1]
2013-10-07 18:01:15 +00:00
Baptiste Daroussin
3504cd779a Remove some ports depending on gnome1
Approved by:	gahr (maintainer)
2013-10-07 08:54:36 +00:00
Jason E. Hale
2941532445 - Convert last bit of the QUOTES option to newly added
"opt_USE= FOO=bar" options helper
2013-10-06 15:46:16 +00:00
Rusmir Dusko
4ed44ba015 - Update to 0.751beta
- Add master sites and icons
- Pass maintainership to submitter
- Add license (GPLv2)
- Use pkg-plist instead of PLIST_FILES
- Change docs and add DOCS Option
- Add Desktop entry file

Approved by:	wg/pawel (mentors)
2013-10-05 17:58:04 +00:00
Jason E. Hale
4078d552c5 - Update to 4.6.4
- Back out staging support for the time being because the mime database
  was not being updated properly and was causing packaging failure [1]

Reported by:	QAT, avg (via email) [1]
2013-10-05 16:25:12 +00:00
Jason E. Hale
b97c9d0f79 - Update finance/libofx to 0.9.9
- Support staging
- Remove USE_GCC= any; port seems to build fine with clang
- Move LICENSE to proper location
- Modernize LIB_DEPENDS
- USE_GMAKE -> USES= gmake
- Update pkg-descr to reflect current capabilities
- Bump PORTREVISION on dependent ports due to so version bump
2013-10-04 13:26:28 +00:00
Jason E. Hale
e3cb2f64ce - Support staging
- Modernize LIB_DEPENDS
- Convert to new options macros
2013-10-04 12:54:30 +00:00
Jason E. Hale
56ebdbeb8d - Support staging
- Make COMMENT more concise
- Modernize LIB_DEPENDS
2013-10-04 12:38:45 +00:00
Pawel Pekala
c2bd9f06f8 - Update to version 4.5.4
- Add support for STAGEDIR

Changelog:

* bugfix: #1230401 running balance missordered after insert on same date
* bugfix: #1232418 Account, Payees and category, wrongly disabled!
* bugfix: scheduled transaction icon was still displayed after a save
2013-10-02 18:36:59 +00:00
Sunpoet Po-Chuan Hsieh
699cd424ee - Support STAGEDIR 2013-09-30 20:20:27 +00:00
John Marino
4eada7bdfb finance/libofx: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-09-25 21:47:11 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Pawel Pekala
bd8417b8c5 Update to version 4.5.3
Changelog:
* bugfix: #1213569	win32: program not all translated in french
			since 4.5.1
* bugfix: #1214077	win32: my csv file exported crash when import again
* bugfix: #1215521	when importing qif, automatic assignments
			are not made
* bugfix: #1216284	balance report do not exclude account with exclude
			from report checked
* bugfix: #1216321	reversed transactions
* bugfix: #1218644	There is a problem of calculating the
			column balances
* bugfix: #1221484	End date not checked to be larger than
			Start date in reports
* bugfix: #1225611 	Trend Time report : categories crashes on windows
2013-09-22 14:12:58 +00:00
Baptiste Daroussin
1c7169ab74 Add NO_STAGE all over the place in preparation for the staging support (cat: finance) 2013-09-20 17:18:38 +00:00
Baptiste Daroussin
9f62a1d83d Add an explicit dependency on pkgconf 2013-09-18 08:00:44 +00:00
Andrej Zverev
e5a7b5184d - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-14 12:04:18 +00:00
Andrej Zverev
8b77080918 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 15:23:58 +00:00
Jason E. Hale
5a8cfbce2f - Update to 1.43 2013-09-12 01:11:24 +00:00
Antoine Brodin
f25ddab47a Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-10 21:31:33 +00:00
Pawel Pekala
0b3f4f780c Needs pkgconfig to build 2013-09-05 14:40:24 +00:00
Baptiste Daroussin
9c7bb68f0b Fix build without libstdc++ 2013-09-05 11:39:11 +00:00
Thomas Abthorpe
48db151ead - Reassign to the heap at maintainer's request 2013-09-03 20:00:55 +00:00
Antoine Brodin
b7b1c2b921 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-03 17:18:24 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Andrej Zverev
46f9eb7bdb - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:44:14 +00:00
Andrej Zverev
4f0f40cb05 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:36:29 +00:00
Pawel Pekala
f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Mathieu Arnold
d529fd0771 Update to 0.06000 2013-08-21 12:49:52 +00:00
TAKATSU Tomonari
0de53aec50 - Update to 0.2.1 2013-08-21 10:42:34 +00:00
Pawel Pekala
0649c12a2b Update to version 4.5.2 2013-08-20 15:00:30 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
TAKATSU Tomonari
6c40ef386e - Update to 0.3.1 2013-08-14 08:05:02 +00:00
William Grzybowski
8e252d19bd finance/trytond_sale_shipment_cost: update to 2.4.1
- Update to 2.4.1
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181186
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 14:32:54 +00:00
William Grzybowski
7b39541ec6 finance/trytond_stock_split: update to 2.4.1
- Update to 2.4.1
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181191
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 14:22:41 +00:00
William Grzybowski
f371996a8b finance/trytond_timesheet: update to 2.4.2
- Update to 2.4.2
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181194
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 14:10:44 +00:00
William Grzybowski
073c112a4b finance/trytond_stock_supply: update to 2.4.4
- Update to 2.4.4
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181193
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 14:07:39 +00:00
William Grzybowski
1a4eacd529 finance/trytond_stock_lot: update to 2.4.1
- Update to 2.4.1
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181190
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 14:05:57 +00:00
William Grzybowski
2e45b3eb36 finance/trytond_stock_supply_forecast: update to 2.4.1
- Update to 2.4.1
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181192
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:58:22 +00:00
William Grzybowski
ad97a9dc11 finance/trytond_stock: update to 2.4.6
- Update to 2.4.6
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181188
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:51:42 +00:00
William Grzybowski
da14828f3a finance/trytond_stock_forecast: update to 2.4.1
- Update to 2.4.1
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181189
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:46:27 +00:00
William Grzybowski
c2484ab1dc finance/trytond_production: update to 2.4.3
- Update to 2.4.3
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181179
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:33:28 +00:00
William Grzybowski
1606a6e83a finance/trytond_sale: update to 2.4.3
- Update to 2.4.3
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181185
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:31:25 +00:00
William Grzybowski
d2a492ff68 finance/trytond_purchase_shipment_cost: update to 2.4.2
- Update to 2.4.2
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181183
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:29:36 +00:00
William Grzybowski
93f91f06eb finance/trytond_project_plan: update to 2.4.2
- Update to 2.4.2
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181182
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:27:30 +00:00
William Grzybowski
bdefcb69dc finance/trytond_purchase: update to 2.4.4
- Update to 2.4.4
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181181
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:23:54 +00:00
William Grzybowski
3b094de384 finance/trytond_party_vcarddav: update to 2.4.2
- Update to 2.4.2
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181178
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:05:33 +00:00
William Grzybowski
ee0e45ad6d finance/trytond_account_stock_anglo_saxon: update to 2.4.5
- Update to 2.4.5
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181176
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 13:03:31 +00:00
William Grzybowski
ed86c8f755 finance/trytond_analytic_invoice: update to 2.4.2
- Update to 2.4.2
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181177
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 12:51:43 +00:00
William Grzybowski
5afc37703a finance/trytond_account_stock_continental: update to 2.4.3
- Update to 2.4.3
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181175
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 12:50:22 +00:00
William Grzybowski
b28228371f finance/trytond_account: update to 2.4.6
- Update to 2.4.6
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181173
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 12:48:16 +00:00
William Grzybowski
0aae61c084 finance/trytond_account_invoice: update to 2.4.3
- Update to 2.4.3
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181174
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 12:20:32 +00:00
William Grzybowski
baee13f0f9 finance/tryton: update to 2.4.7
- Update to 2.4.7 [1]
- Change maintainer address [1]
- USES desktop-file-utils instead of manual call

PR:		ports/181172
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 11:56:43 +00:00
Andrej Zverev
43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Andrej Zverev
ce05caaae2 - Convert to new perl framework
- Trim Makefile header
2013-08-03 07:52:55 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
William Grzybowski
d00d87fea7 finance/trytond: update to 2.4.8
- Update to 2.4.8
- Change maintainer new address

PR:		ports/180905
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-02 11:17:07 +00:00
Andrej Zverev
0c32f39711 - 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@)
2013-07-31 06:54:09 +00:00
Baptiste Daroussin
c4e6315f82 Fix dependency on gettext 2013-07-29 22:36:00 +00:00
David Naylor
94bf9970f2 Remove MAKE_JOBS_SAFE from all my ports.
Better to remove now, in one go, then forget about it.
2013-07-28 20:28:32 +00:00
Steve Wills
413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Andrej Zverev
b9e49d039c - Fix typo: SUB_FILES don't need extention 2013-07-25 17:54:26 +00:00
Andrej Zverev
8e2084427b - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
2013-07-25 17:45:09 +00:00
TAKATSU Tomonari
47ba9f8244 - Update to 1.5-2 2013-07-24 13:13:05 +00:00
Martin Wilke
bcf0b40a66 - Fix build
PR:		180689
Submitted by:	ports fury
2013-07-22 15:25:04 +00:00
Baptiste Daroussin
551c4eff79 Mark as broken:
graphing/BudgetingWindow.cpp: In member function 'virtual void BudgetingWindow::replot()':
graphing/BudgetingWindow.cpp:123:70: error: cannot convert 'const QwtScaleDiv' to 'QwtScaleDiv*' in initialization
2013-07-18 09:43:20 +00:00
Ade Lovett
b3b33257e5 - Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
2013-07-16 05:42:36 +00:00
Steve Wills
4569e0ac6e - Update to 5.1.1
PR:		ports/179865
Approved by:	maintainer timeout (freebsdports@chillibear.com, >2 weeks)
2013-07-12 03:26:24 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Raphael Kubo da Costa
40d9fb6b34 Update to 1.7.1. 2013-07-02 19:21:24 +00:00
TAKATSU Tomonari
c22071b15b - Update to 0.2.0 with a patch
* Fix run-time error
  * Fix duplicate data
  * Fix column title (height -> high) of data frame in quoteFXTsData
    function
2013-06-27 15:00:45 +00:00
Raphael Kubo da Costa
010dbc6e27 Switch to MASTER_SITE_KDE for Skrooge.
The Skrooge developers were not aware that removing the tarballs of old
versions from their website was not a good idea :-)

After talking to them, they've both switched to hosting the files on KDE's
infrastructure and hopefully stop removing older tarballs from now on.

Thanks to John Marino <draco@marino.st> for bringing this up.

PR:		ports/179661
2013-06-23 22:03:56 +00:00
TAKATSU Tomonari
1d771a5125 - Update to 1.5-1
- Replace tab with a space after WWW: in pkg-descr
2013-06-21 11:28:12 +00:00