1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

1577 Commits

Author SHA1 Message Date
Andrej Zverev
15f7c9edc7 - resolve conflicts after last two commits 2013-11-03 16:08:07 +00:00
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