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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: deskutils/gourmet/Makefile

Number of commits found: 67

Wednesday, 19 Feb 2020
17:59 antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
Original commitRevision:526520 
Monday, 3 Feb 2020
19:32 tcberner search for other commits by this committer
Bump revision of poppler dependencies

- poppler was updated in r525051, bump revisions
Original commitRevision:525052 
Wednesday, 22 Jan 2020
17:59 tcberner search for other commits by this committer
graphics/poppler: update to 0.84.0

Release 0.84.0:
        core:
         * Fix crash when converting from Unicode to ASCII-7
         * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
         * JBIG2Stream: fix potential crash in malformed documents
         * JBIG2Stream: fix leak in reset() if called several times
         * Internal code improvements

        utils:
         * pdfimages: Add error message if first page is larger then number of
pages.
         * pdfinfo: Improved paper size recognition
         * pdfsig: Fix exit code when dumping signatures
         * pdftocairo: Error out when even/odd selects 0 pages
         * pdftohtml: Fix memory leak
         * pdftoppm: Add an option to scale before rotate
         * pdftoppm: Add -hide-annotations option
         * pdftoppm: Error out when even/odd selects 0 pages
         * pdftops: Improve -optimizecolorspace

        qt5:
         * Code cleanups

        glib:
         * Fix compiler warnings

Release 0.83.0
        core:
         * Improve when a file is recognized as Linearized
         * Improve const-ness of the code
         * Make code a bit more readable/maintanable
         * Fix uninitialized memory uses in broken files

        utils:
         * pdffonts: Make code a bit more readable/maintanable
         * pdftohtml: Make code a bit more readable/maintanable

        qt5:
         * Remove a bunch of unused internal functions
         * trUtf8 -> tr (less warnings)

        build system:
         * make-glib-api-docs: switch to python3

PR:		243433
Exp-run by:	antoine
Original commitRevision:523824 
Tuesday, 14 Jan 2020
09:44 antoine search for other commits by this committer
Deprecate python-gnome2 stuff

With hat:	portmgr
Original commitRevision:523001 
Friday, 8 Nov 2019
09:41 tobik search for other commits by this committer
deskutils: Add missing USES={gnome,mate,php}
Original commitRevision:517044 
Friday, 1 Nov 2019
21:51 tcberner search for other commits by this committer
graphics/poppler: update to 0.82.0

Release 0.82.0:
        core:
         * Fix not being able to open some files. Issue #832
         * Fix crashes in malformed files
         * Fix memory leak on broken files
         * Minor performance improvements
         * Minor code improvements

        glib:
         * Add poppler_document_new_from_bytes
         * PopplerAttachment: Silence deprecation warnings for ctime/mtime

        build system:
         * pdf-inspector: Support builddir != srcdir
         * Install Cairo* headers if Cairo has been found

Thanks to adridg@ for fixing all the fallout.

Exp-run by:	antoine
PR:		241532
Approved by:	gnome (kwm, implicit)
Original commitRevision:516270 
Monday, 13 May 2019
18:33 tcberner search for other commits by this committer
graphics/poppler: update to 0.76.1

From Changelog at https://poppler.freedesktop.org/releases.html :

Release 0.76.1:
        core:
         * Make the mul tables be calculated at compile time with constexpr.
         * splash: Fix compile with SPLASH_CMYK enabled
         * Some typo fixing in error messages

        qt5:
         * Fix regression in annotation handling

        build system:
         * Fix some typos in build system output and comments

Release 0.76.0:

        core:
         * Fix regression on case-insensitive search. Issue #743
         * Remove GooList, use std::vector instead
         * Fix radiobutton reporting wrong state. Issue #159
         * Handle UTF16-LE strings
         * Don't error out if there's no DA in FreeText annotation
         * cairo: Compute correct coverage values for box filter.
         * cairo: Constrain number of cycles in rescale filter.
         * Read more fields from ViewerPreferences
         * Introduce and use Ref::INVALID
         * Fix crashes in broken files
         * Fix mismatched free/delete
         * Add missing include guards

        utils:
         * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV
upon error exit. Issue #742

All the required patches have been obtained via gentoo.

PR:		237846
Exp-run by:	antoine
Approved by:	kwm
Original commitRevision:501583 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 26 Mar 2018
12:38 bapt search for other commits by this committer
Make libgnome and libgnomeui not implying esound dependency

It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
Original commitRevision:465584 
Saturday, 2 Dec 2017
09:22 antoine search for other commits by this committer
Explicitely pass ipython FLAVOR in a few ports
Original commitRevision:455337 
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 
Sunday, 18 Dec 2016
14:22 rm search for other commits by this committer
deskutils/gourmet: fix incorrect python range
Original commitRevision:428853 
Wednesday, 14 Dec 2016
21:55 rm search for other commits by this committer
deskutils/gourmet: update sqlalchemy dependency

Update the sqlalchemy dependency from 0.7 to 1.0, as the former
expired both in the Ports Tree and upstream.

New dependency was build and runtime tested.

PR:		215217
Submitted by:	rene
Original commitRevision:428597 
21:35 rm search for other commits by this committer
deskutils/gourmet: fix runtime

- fix runtime by applying upstream patch that adjusts using more fresh
  Pillow API calls
- add missing dependency upon BeautifulSoup
- bump PORTREVISION

PR:		214880
Reported by:	 rhs <rhs.message@gmail.com>
Original commitRevision:428594 
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 
Thursday, 31 Dec 2015
22:00 sunpoet search for other commits by this committer
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE
Original commitRevision:404964 
Sunday, 2 Aug 2015
20:23 kwm search for other commits by this committer
Part 1 of adding USE_GNOME=intltool to ports that require it.

The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
Original commitRevision:393444 
Monday, 18 May 2015
17:07 mat search for other commits by this committer
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386691 
Sunday, 30 Nov 2014
17:56 rm search for other commits by this committer
deskutils/gourmet: unbreak

- remove no more existing pygnomeextras dependency - it was only needed
  for spellcheck plugin
- remove spellcheck plugin from the list of default active plugins
- bump PORTREVISION
Original commitRevision:373680 
Thursday, 27 Nov 2014
18:53 antoine search for other commits by this committer
Mark a few ports BROKEN after GNOME 2 removal
Original commitRevision:373510 
Wednesday, 1 Oct 2014
05:58 rm search for other commits by this committer
deskutils/gourmet: update to 0.17.4

- update to 0.17.4
- add IPYTHON option (needed for interactive shell plugin)
- define LICENSE_FILE
- convert to USES
Original commitRevision:369691 
Thursday, 5 Jun 2014
06:42 rm search for other commits by this committer
deskutils/gourmet: update to 0.17.3

- update to 0.17.3
- switch to github
- update dependencies
- convert to using auto-generated packing list
- add stage support
- remove patch, included into this upstream version
Original commitRevision:356598 
Tuesday, 25 Feb 2014
12:44 tota search for other commits by this committer
- Repocopy print/py-reportlab to print/py-reportlab1
  to preserve version 1.x and to update to 3.0

  print/py-reportlab:
    - Update print/py-reportlab to 3.0 based on print/py-reportlab2
    - Support STAGEDIR
    - Use PYDISTUTILS_AUTOPLIST
      * Remove pkg-plist, accordingly
    - Set CONFLICTS
    - Add PORTSCOUT
    - Replace tab with a single space after WWW: in pkg-descr

  print/py-reportlab1:
    - Support STAGEDIR
    - Add PKGNAMESUFFIX not to duplicate ports with the same name
    - Set CONFLICTS
    - Use PYDISTUTILS_AUTOPLIST
      * Remove pkg-plist, accordingly
    - Make use of PORTDOCS
    - Set OPTIONS_DEFINE explicitly
    - Fix include statement
    - Make docs unconditional to stage
    - Replace tab with a single space after WWW: in pkg-descr

  print/py-reportlab2:
    - Update CONFLICTS
    - Set PORTSCOUT

  dependent ports:
    - Switch dependency from print/py-reportlab to print/py-reportlab1
      * biology/py-biopython
      * deskutils/gourmet
      * deskutils/griffith
      * games/pythonsudoku
      * misc/pdfmap
      * print/py-trml2pdf
      * www/py-satchmo

PR:		ports/186970
Submitted by:	tota (myself)
Approved by:	Muhammad Moinur Rahman (maintainer)
Original commitRevision:345987 
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 
Friday, 20 Sep 2013
16:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Original commitRevision:327718 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Saturday, 23 Mar 2013
13:46 rm search for other commits by this committer
- update to 0.16.0
- change master sites to launchpad
- add upstream patch to fix runtime for Russian locale
Original commitRevision:315032 
Sunday, 30 Dec 2012
13:22 rm search for other commits by this committer
- update WWW
- trim Makefile headers
- limit python version to 2.x only (because of pygtk2)
Original commitRevision:309668 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 10 Nov 2011
22:20 rm search for other commits by this committer
Change email for my ports to FreeBSD one.

Approved by:    novel (mentor)
Feature safe:   yes
Original commit
Saturday, 3 Sep 2011
19:55 beech search for other commits by this committer
- Fix typo in MASTER_SITES

Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Friday, 2 Sep 2011
20:29 beech search for other commits by this committer
- update to 0.15.9
- grab maintainership
- bump USE_PYTHON to 2.5+, use py-sqlite3 instead of py-pysqlite2x
- add license
- add manpage

PR:             ports/160165
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Monday, 26 Jul 2010
00:03 linimon search for other commits by this committer
Reset ahze@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:18 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Sunday, 7 Sep 2008
05:51 ahze search for other commits by this committer
Update to 0.13.4

PR:             ports/126549
Submitted by:   Beat G?tzi
Original commit
Friday, 6 Jun 2008
13:18 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
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 9 Aug 2006
11:16 adamw search for other commits by this committer
Transfer maintainership to ahze.
Original commit
Wednesday, 17 May 2006
09:28 adamw search for other commits by this committer
Update to 0.11.2
Original commit
Sunday, 23 Apr 2006
03:24 adamw search for other commits by this committer
Remove some leftover locale directories.
Original commit
Friday, 21 Apr 2006
21:42 adamw search for other commits by this committer
Update to 0.11.1.
Original commit
Thursday, 6 Apr 2006
19:26 adamw search for other commits by this committer
Update to 0.10.2.

Drop the dependency on metakit, and add dependencies on PyRTF and
pysqlite21. Hopefully this can put an end to the utter nonsense
whereby this port was marked BROKEN because its build caused a
file within ${PYTHON_SITELIBDIR} to get byte-compiled. There was
no really graceful way to handle it, and now I can just let the
next poor shmuck whose port depends on py-metakit deal with that
dilemma.
Original commit
Sunday, 12 Feb 2006
22:23 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
Original commit
Saturday, 31 Dec 2005
01:30 adamw search for other commits by this committer
Unbreak, sortof. By restoring permissions on metakit.pyc to what they should
be, sortof.
Original commit
Saturday, 17 Dec 2005
18:36 kris search for other commits by this committer
BROKEN: Changes file permission of installed file
Original commit
Tuesday, 29 Nov 2005
20:09 adamw search for other commits by this committer
Update to 0.9.1.
Original commit
Tuesday, 8 Nov 2005
17:06 adamw search for other commits by this committer
Update to 0.9.0.

I have no idea where all the translations went.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Friday, 4 Nov 2005
19:27 adamw search for other commits by this committer
Remove /usr/X11R6/share/applications if it's empty, and remove
the BROKEN thing.
Original commit
00:13 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
Original commit
Friday, 7 Oct 2005
17:57 adamw search for other commits by this committer
Update to 0.8.6.5.1.

Special thanks to: Edwin's awesometastic update check script. Hooray for Edwin!
Original commit
Monday, 12 Sep 2005
13:11 adamw search for other commits by this committer
Correct directory removal stuff. PORTREVISION bump for pkg-plist
changes.
Original commit
Friday, 9 Sep 2005
05:26 adamw search for other commits by this committer
Add missing directories to pkg-plist.

Thanks to:      kris's awesome reports
Original commit
Wednesday, 7 Sep 2005
15:38 adamw search for other commits by this committer
Update to 0.8.5.12.
Original commit
Thursday, 18 Aug 2005
02:48 adamw search for other commits by this committer
Mark this port as IGNOREd for the 6.0-RELEASE set. Gourmet requires
a python-enabled metakit, but that requirement cannot be assured with
the current framework. The solution, as discussed with krion, is to
make metakit's python support on by default. This fix, however, won't
go in until after the slush, so gourmet will not have a 6.0 package
in the meantime.

Also, I'm backing out krion's change, because it wasn't the right fix.
The original RUN_DEPENDS library check will be the correct one once
the metakit change goes in.

Approved by:    portmgr (krion)
Original commit
Tuesday, 16 Aug 2005
09:14 krion search for other commits by this committer
Fix dependencies and build.

Approved by:    portmgr (implicit)
Original commit
Sunday, 31 Jul 2005
22:26 adamw search for other commits by this committer
Update to 0.8.5.7.
Original commit
Friday, 29 Jul 2005
03:58 adamw search for other commits by this committer
Update to 0.8.5.5.
Original commit
Friday, 1 Jul 2005
19:56 adamw search for other commits by this committer
Update to 0.8.5.4.
Original commit
Friday, 20 May 2005
03:40 adamw search for other commits by this committer
Update to 0.8.4.4. Has lots of nifty new features and UI improvements.
Original commit
Thursday, 14 Apr 2005
21:08 adamw search for other commits by this committer
Add gourmet, a neat GNOME recipe manager. I like the UI of this
one, and it has a nice metakit db backend.

Gourmet allows you to collect, search and organize your
recipes, and to automatically generate shopping lists from
your collection.

Gourmet's features include:

        * Simple searching and sorting
        * Easy recipe editing
        * Import and export from various formats
        * A shopping list creator and organizer

WWW: http://grecipe-manager.sourceforge.net/
Original commit

Number of commits found: 67