Commit graph

32 commits

Author SHA1 Message Date
William Grzybowski
42105c2d01 games/py-mnemosyne: update to 2.3
- Update to 2.3
- Pass maintainership to submitter

PR:		188930
Submitted by:	hhh sdf org
2014-06-16 16:49:16 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
William Grzybowski
1ba6fa4346 games/py-mnemosyne: allow staging and switch from easy_install 2013-12-27 17:23:11 +00:00
Sunpoet Po-Chuan Hsieh
f639b8330f - Update MAINTAINER: use canonical format for ports@FreeBSD.org 2013-11-21 20:37:23 +00:00
William Grzybowski
eff5e17089 games/py-mnemosyne: update to 2.2.1
- Update to 2.2.1
- use python auto plist
- Drop maintainership

PR:		ports/183707
Submitted by:	Marek <marekrud gmail.com> (maintainer)
2013-11-06 13:34:58 +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
Dmitry Marakasov
c87a56b351 - Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by:	portmgr (bdrewery)
2013-10-22 13:53:33 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Ruslan Makhmatkhanov
4e9cc6e4f1 - update to 2.2a
PR:		175058
Submitted by:	Marek Rudnicki <marekrud@gmail.com> (maintainer)
2013-01-10 19:18:45 +00:00
Ruslan Makhmatkhanov
8e7eab25f5 - pass maintainership to new volunteer
Requested by:	Marek Rudnicki <marekrud@gmail.com> (via ports@)
2013-01-02 22:33:53 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Martin Wilke
729d9d232f - Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
2011-02-25 03:19:29 +00:00
Max Brazhnikov
918fef4ca0 Update to 1.2.2
PR:		ports/150670
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2010-09-18 15:58:03 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dima Panov
afb550e3cf The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
2010-01-30 14:27:27 +00:00
Martin Wilke
6246c20c55 - Update to 1.2.1
PR:		138454
Submitted by:	Ports Fury
2009-09-02 16:43:58 +00:00
Mark Linimon
b42f6675bc Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat:		portmgr
2009-08-28 16:52:33 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Beech Rintoul
d3560e2560 - Patch setup.py to not install files during build
- Unbreak

Reported by:	pointyhat via pav
Approved by:	portmgr (erwin)
2008-09-12 07:16:11 +00:00
Pav Lucistnik
e497d7caf7 - Mark BROKEN: installs file under PREFIX during build phase
(mnemosyne.desktop, pixmaps/mnemosyne.png)

Reported by:	pointyhat
Approved by:	portmgr (self)
2008-09-11 21:31:00 +00:00
Beech Rintoul
ce1cc7a270 - Update to 1.1.1
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2008-08-24 20:27:52 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Beech Rintoul
0df90b0f91 - Update to 1.0.1.1 2008-03-28 04:01:15 +00:00
Beech Rintoul
7f1aa90e27 - Update to 1.0.1
Changes:
-Make grade 0 the keyboard default for cards with previous grades 0 or 1.
-Add support for html style escaped unicode in txt import, to allow import
 of Supermemo databases containing unicode.
-Support import of Supermemo for Palm databases that were converted to XML.
-Make import of tab delimited files more robust.
-Added new option in config.py (backups_to_keep) to be able to change the
 number of daily backups to keep. Set to -1 for no limit.
-Added new option in config.py (day_starts_at) to be able to change the
 moment a new day starts.
-On Windows, log errors to a file in the user's directory, as opposed to a
 file in a system directory.
-Visually distinguish grades 0 and 1 from other grades.
-Czech translation (cs).
-Chinese translation (zh_CN, zh_HK, zh_SG, zh_TW).
-French translation (fr).
2008-03-18 21:30:44 +00:00
Beech Rintoul
bfc2e88202 - Add needed dependencies [1]
- Tweak Makefile and pkg-plist

Reported by:	sat[1]
2008-02-12 20:16:38 +00:00
Beech Rintoul
c8479161d3 - Fix pkg-plist
Reported by:	pointyhat via pav
Approved by:	linimon (mentor)
2008-01-19 00:47:29 +00:00
Beech Rintoul
7b766a99fd - Fix install path
Reported by:	pointyhat via droso
Approved by:	linimon (mentor)
2008-01-14 20:35:40 +00:00
Beech Rintoul
a3fb4779a3 - New port py-mnemosyne-1.0
- Mnemosyne resembles a traditional flash-card program but with an important
twist: it uses a sophisticated algorithm to schedule the best time for
a card to come up for review.

Submitted by:	Beech Rintoul <beech@FreeBSD.org> (maintainer)
Approved by:	linimon (mentor)
2008-01-13 03:49:42 +00:00