notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/anki/Makefile

Number of commits found: 150 (showing only 50 on this page)

«  1 | 2 

Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Saturday, 4 Feb 2017
13:37 tcberner search for other commits by this committer
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS

pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
Original commitRevision:433310 
Tuesday, 27 Dec 2016
11:54 rene search for other commits by this committer
games/anki: update sqlalchemy dependency to 1.0, bump PORTREVISION

PR:		215218
Submitted by:	rene
Approved by:	maintainer timeout (trebbu@googlemail.com, 16 days)
Original commitRevision:429604 
Tuesday, 23 Aug 2016
15:08 amdmi3 search for other commits by this committer
- Update to 2.0.36
- While here, fix LICENSE and unhardcode PREFIX

PR:		211972
Submitted by:	yuri@rawbw.com
Approved by:	trebbu@googlemail.com (maintainer)
Original commitRevision:420692 
Sunday, 22 May 2016
10:52 matthew search for other commits by this committer
Reorganise and modernise the py-sqlalchemy ports.

 - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
Original commitRevision:415627 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Saturday, 5 Sep 2015
22:48 jbeich search for other commits by this committer
games/anki: convert to target option helpers
Original commitRevision:396199 
22:48 jbeich search for other commits by this committer
games/anki: update to 2.0.32

PR:		202908
Submitted by:	Bert Burgemeister <trebbu@googlemail.com> (maintainer)

ChangeLog:
- Fixed a syncing bug that could lead to lost reviews and sanity
  check errors when deleting a filtered deck before syncing.
- Make default note type titles consistent (thanks to Soren).
- Load saved searches in alphabetical order (thanks to Houssam).
- Fix some fields not being renamed in template when renaming
  field (thanks to Dave).
- Fixed an error message that could occur in add-ons (thanks to Thomas) .
- Add a few more media types in the file selector (thanks to Jonathan).
- Report an error if an add-on download is corrupt.
- Fix sync error being shown twice.
- Updated translations, thanks to the translators.
Original commitRevision:396198 
Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:373636 
02:10 amdmi3 search for other commits by this committer
- Pass maintainership to submitter

PR:		194943
Submitted by:	trebbu@googlemail.com
Original commitRevision:373597 
Monday, 24 Nov 2014
23:56 amdmi3 search for other commits by this committer
- Update to 2.0.31

PR:		194943
Submitted by:	trebbu@googlemail.com
Original commitRevision:373386 
Friday, 31 Oct 2014
16:11 amdmi3 search for other commits by this committer
- Release ports maintained by games@

games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.

Suggested by:	marino
Original commitRevision:371872 
Thursday, 9 Oct 2014
14:00 amdmi3 search for other commits by this committer
- Drop @dirrm* from plist
- Convert to USES=python
- Add LICENSE_FILE
Original commitRevision:370533 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Monday, 28 Jul 2014
22:00 nemysis search for other commits by this committer
- Update to 2.0.28
Original commitRevision:363263 
Sunday, 27 Apr 2014
12:05 nemysis search for other commits by this committer
- Update to 2.0.26
- Transfer maintainership to games@ team
Original commitRevision:352411 
Saturday, 12 Apr 2014
17:39 nemysis search for other commits by this committer
- Update to 2.0.24
Original commitRevision:351114 
Friday, 31 Jan 2014
21:24 nemysis search for other commits by this committer
- Update to 2.0.22
Original commitRevision:342077 
Thursday, 23 Jan 2014
11:57 nemysis search for other commits by this committer
- Update to 2.0.21
- Add USES shebangfix and SHEBANG_FILES
Original commitRevision:340824 
Monday, 20 Jan 2014
10:32 nemysis search for other commits by this committer
- Change REINPLACE_CMD, make PREFIX safe

Reported by:	makc
Original commitRevision:340383 
Wednesday, 15 Jan 2014
15:45 nemysis search for other commits by this committer
- Update to 2.0.20
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Use REINPLACE_CMD instead of simple patches
Original commitRevision:339788 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Thursday, 12 Dec 2013
21:10 nemysis search for other commits by this committer
- Bump PORTREVISION
- Use patches  instead of REINPLACE_CMD, for upstream
- Cleanup Makefile, add patches, use Port Makefile
- Change pkg-plist, adjust NLS

Approved by:	pawel / wg (mentors, implicit)
Original commitRevision:336290 
11:44 nemysis search for other commits by this committer
- Update to 2.0.19
- Fix NLS, add Option
- Break lines around 80 characters

Reviewed by:	Horia Racoviceanu <horia@racoviceanu.com>
Approved by:	pawel / wg (mentors, implicit)
Original commitRevision:336258 
Tuesday, 19 Nov 2013
17:09 nemysis search for other commits by this committer
- Update to 2.0.18

Approved by:	pawel / wg (mentors, implicit)
Original commitRevision:334330 
Tuesday, 22 Oct 2013
13:53 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)

Approved by:	portmgr (bdrewery)
Original commitRevision:331269 
Friday, 18 Oct 2013
21:35 nemysis search for other commits by this committer
- Update to 2.0.14

Approved by:	pawel (mentor)
Original commitRevision:330775 
Tuesday, 15 Oct 2013
21:15 nemysis search for other commits by this committer
- Update to 2.0.13
- Change maintainer email to @FreeBSD.org
- Add dependencies for audio/lame and multimedia/mplayer
- Support STAGEDIR

Approved by:	wg/pawel (mentors)
Original commitRevision:330458 
Wednesday, 2 Oct 2013
23:38 wg search for other commits by this committer
www/py-beautifulsoup32: bump port revision

- Bump port revision due to package name change
- Catch up package name of ports that depend on it
Original commitRevision:329129 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Thursday, 25 Jul 2013
14:05 pawel search for other commits by this committer
Update to version 2.0.12

PR:		ports/180812
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Original commitRevision:323642 
Saturday, 13 Jul 2013
16:09 wg search for other commits by this committer
games/anki: update to 2.0.11

- Update to 2.0.11
- USES desktop-file-utils and shared-mime-info

PR:		ports/179106
Submitted by:	nemysis <nemysis gmx.ch> (maintainer)
Original commitRevision:322943 
Wednesday, 24 Apr 2013
13:36 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 2)

Approved by:	portmgr (bapt)
Original commitRevision:316434 
Sunday, 10 Feb 2013
08:00 miwi search for other commits by this committer
- Update to 2.0.8

PR:		175988
Submitted by:	maintainer
Original commitRevision:312007 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Friday, 1 Feb 2013
14:10 rm search for other commits by this committer
- update to 2.0.7

PR:		175706
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Original commitRevision:311376 
Thursday, 24 Jan 2013
10:09 zeising search for other commits by this committer
Update to 2.0.6
Simplify makefile, add python to category and numeros other improvments.
Pass maintainership to submitter.

PR:		ports/175366
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	kwm, miwi (mentors, implicit)
Original commitRevision:310922 
Wednesday, 16 Jan 2013
07:44 araujo search for other commits by this committer
- Update to 2.0.4.
- Trim header.

PR:		ports/172506
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:310477 
Sunday, 10 Jun 2012
07:27 rm search for other commits by this committer
- according to [1] py-anki had switched to SQLAlchemy 0.7
  since version 1.2.9, so change the dependency

While I'm here:
- strict python version to 2.x only
- eliminate unused dependencies
- use PYTHON_PKGNAMEPREFIX in _DEPENDS
- add missing tabs
- bump PORTREVISION because of dependencies change

[1] http://ankisrs.net/changes.html

PR:             168555
Submitted by:   Jan Beich <jbeich at tormail dot org>
Original commit
Wednesday, 14 Dec 2011
21:29 crees search for other commits by this committer
Add LICENSE data.

PR:             ports/149564 (based on)
Submitted by:   Ullrich Franke <uf@raindogs.org>
Approved by:    [no objections from maintainers in four weeks]
Original commit
Friday, 1 May 2009
22:21 miwi search for other commits by this committer
- Update games/anki to version 0.9.9.7.1
- Change games/py-anki to slave port of games/anki

PR:             133314
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Saturday, 14 Feb 2009
23:01 makc search for other commits by this committer
Bump PORTREVISION after QScintilla2 update
Original commit
Tuesday, 10 Feb 2009
23:05 amdmi3 search for other commits by this committer
- Fix MASTER_SITES
Original commit
Thursday, 5 Feb 2009
15:46 amdmi3 search for other commits by this committer
- Update to 0.9.9.5

PR:             130619
Submitted by:   Wen Heping <wenheping at gmail dot com>
Original commit
Sunday, 7 Sep 2008
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Friday, 6 Jun 2008
13:31 edwin search for other commits by this committer
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)
Original commit
Monday, 7 Apr 2008
20:19 sat search for other commits by this committer
- Update to 0.9.5.7
Original commit
Tuesday, 12 Feb 2008
17:38 sat search for other commits by this committer
Add ports games/anki and games/py-anki:

Anki is a program designed to help you remember facts (such as words and
phrases in a foreign language) as easily, quickly and efficiently as possible.
To do this, it tracks how well you remember each fact, and uses that
information to optimally schedule review times. With a minimal amount of
effort, you can greatly increase the amount of material you remember, making
study more productive, and more fun.

While Anki can be used for studying anything, it also ships with special
features designed to make studying Japanese and English easier: integrated
dictionary lookups, missing kanji reports, and more. Sample decks are also
provided for Russian.

py-anki is a library based on a theory called spaced repetition. In
simple terms, it means that each time you review some material, you
should wait longer than last time before reviewing it again.

WWW: http://ichi2.net/anki/
Author: Damien Elmes <anki@ichi2.net>
Original commit

Number of commits found: 150 (showing only 50 on this page)

«  1 | 2