non port: deskutils/gourmet/Makefile |
Number of commits found: 67 |
Wednesday, 19 Feb 2020
|
17:59 antoine
Clean up USES
With hat: portmgr
|
Monday, 3 Feb 2020
|
19:32 tcberner
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions
|
Wednesday, 22 Jan 2020
|
17:59 tcberner
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
|
Tuesday, 14 Jan 2020
|
09:44 antoine
Deprecate python-gnome2 stuff
With hat: portmgr
|
Friday, 8 Nov 2019
|
09:41 tobik
deskutils: Add missing USES={gnome,mate,php}
|
Friday, 1 Nov 2019
|
21:51 tcberner
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)
|
Monday, 13 May 2019
|
18:33 tcberner
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
|
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Monday, 26 Mar 2018
|
12:38 bapt
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
|
Saturday, 2 Dec 2017
|
09:22 antoine
Explicitely pass ipython FLAVOR in a few ports
|
Thursday, 30 Nov 2017
|
15:50 mat
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
|
Sunday, 18 Dec 2016
|
14:22 rm
deskutils/gourmet: fix incorrect python range
|
Wednesday, 14 Dec 2016
|
21:55 rm
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
|
21:35 rm
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>
|
Sunday, 22 May 2016
|
10:52 matthew
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
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 31 Dec 2015
|
22:00 sunpoet
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE
|
Sunday, 2 Aug 2015
|
20:23 kwm
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@
|
Monday, 18 May 2015
|
17:07 mat
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 30 Nov 2014
|
17:56 rm
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
|
Thursday, 27 Nov 2014
|
18:53 antoine
Mark a few ports BROKEN after GNOME 2 removal
|
Wednesday, 1 Oct 2014
|
05:58 rm
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
|
Thursday, 5 Jun 2014
|
06:42 rm
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
|
Tuesday, 25 Feb 2014
|
12:44 tota
- 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)
|
Monday, 13 Jan 2014
|
21:00 rene
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)
|
Friday, 20 Sep 2013
|
16:21 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
|
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Saturday, 23 Mar 2013
|
13:46 rm
- update to 0.16.0
- change master sites to launchpad
- add upstream patch to fix runtime for Russian locale
|
Sunday, 30 Dec 2012
|
13:22 rm
- update WWW
- trim Makefile headers
- limit python version to 2.x only (because of pygtk2)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Thursday, 10 Nov 2011
|
22:20 rm
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes
|
Saturday, 3 Sep 2011
|
19:55 beech
- Fix typo in MASTER_SITES
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
|
Friday, 2 Sep 2011
|
20:29 beech
- 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>
|
Monday, 26 Jul 2010
|
00:03 linimon
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Saturday, 22 Aug 2009
|
00:18 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sunday, 7 Sep 2008
|
05:51 ahze
Update to 0.13.4
PR: ports/126549
Submitted by: Beat G?tzi
|
Friday, 6 Jun 2008
|
13:18 edwin
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)
|
Saturday, 19 Apr 2008
|
17:56 miwi
- 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)
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wednesday, 9 Aug 2006
|
11:16 adamw
Transfer maintainership to ahze.
|
Wednesday, 17 May 2006
|
09:28 adamw
Update to 0.11.2
|
Sunday, 23 Apr 2006
|
03:24 adamw
Remove some leftover locale directories.
|
Friday, 21 Apr 2006
|
21:42 adamw
Update to 0.11.1.
|
Thursday, 6 Apr 2006
|
19:26 adamw
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.
|
Sunday, 12 Feb 2006
|
22:23 kris
BROKEN: Incomplete pkg-plist
|
Saturday, 31 Dec 2005
|
01:30 adamw
Unbreak, sortof. By restoring permissions on metakit.pyc to what they should
be, sortof.
|
Saturday, 17 Dec 2005
|
18:36 kris
BROKEN: Changes file permission of installed file
|
Tuesday, 29 Nov 2005
|
20:09 adamw
Update to 0.9.1.
|
Tuesday, 8 Nov 2005
|
17:06 adamw
Update to 0.9.0.
I have no idea where all the translations went.
|
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
|
Friday, 4 Nov 2005
|
19:27 adamw
Remove /usr/X11R6/share/applications if it's empty, and remove
the BROKEN thing.
|
00:13 kris
BROKEN: Incomplete pkg-plist
|
Friday, 7 Oct 2005
|
17:57 adamw
Update to 0.8.6.5.1.
Special thanks to: Edwin's awesometastic update check script. Hooray for Edwin!
|
Monday, 12 Sep 2005
|
13:11 adamw
Correct directory removal stuff. PORTREVISION bump for pkg-plist
changes.
|
Friday, 9 Sep 2005
|
05:26 adamw
Add missing directories to pkg-plist.
Thanks to: kris's awesome reports
|
Wednesday, 7 Sep 2005
|
15:38 adamw
Update to 0.8.5.12.
|
Thursday, 18 Aug 2005
|
02:48 adamw
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)
|
Tuesday, 16 Aug 2005
|
09:14 krion
Fix dependencies and build.
Approved by: portmgr (implicit)
|
Sunday, 31 Jul 2005
|
22:26 adamw
Update to 0.8.5.7.
|
Friday, 29 Jul 2005
|
03:58 adamw
Update to 0.8.5.5.
|
Friday, 1 Jul 2005
|
19:56 adamw
Update to 0.8.5.4.
|
Friday, 20 May 2005
|
03:40 adamw
Update to 0.8.4.4. Has lots of nifty new features and UI improvements.
|
Thursday, 14 Apr 2005
|
21:08 adamw
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/
|
Number of commits found: 67 |