Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.17.4_9 22 Feb 2020 19:08:36 |
rene |
Remove expired ports, all Python-2.7-only:
2020-02-17 audio/decibel-audio-player: Old, uses EOLed python27
2020-02-17 audio/soundconverter: Old, uses EOLed python27
2020-02-19 cad/linuxcnc-devel: Broken, uses EOLed python27
2020-02-19 databases/monetdb: Broken, uses EOLed python27
2020-02-19 databases/py-cql: Broken, uses EOLed python27
2020-02-18 databases/zodb3: Old, uses EOLed python27
2020-02-17 deskutils/gourmet: Old, uses EOLed python27
2020-02-18 devel/py-Products.PlacelessTranslationService: Old, uses EOLed
python27
2020-02-18 devel/py-Products.ZopeVersionControl: Old, uses EOLed python27
2020-02-18 devel/py-Products.statusmessages: Old, uses EOLed python27
2020-02-18 devel/py-collective.z3cform.datetimewidget: Old, uses EOLed python27
2020-02-20 devel/py-five.formlib: Old, uses EOLed python27
2020-02-18 devel/py-five.localsitemanager: Old, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.17.4_9 19 Feb 2020 17:59:36 |
antoine |
Clean up USES
With hat: portmgr |
0.17.4_9 03 Feb 2020 19:32:51 |
tcberner |
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions |
0.17.4_8 22 Jan 2020 17:59:22 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.17.4_7 14 Jan 2020 09:44:37 |
antoine |
Deprecate python-gnome2 stuff
With hat: portmgr |
0.17.4_7 08 Nov 2019 09:41:45 |
tobik |
deskutils: Add missing USES={gnome,mate,php} |
0.17.4_7 01 Nov 2019 21:51:36 |
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) |
0.17.4_6 13 May 2019 18:33:10 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.17.4_5 20 Jun 2018 17:05:44 |
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 |
0.17.4_5 26 Mar 2018 12:38:57 |
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 |
0.17.4_4 02 Dec 2017 09:22:02 |
antoine |
Explicitely pass ipython FLAVOR in a few ports |
0.17.4_4 30 Nov 2017 15:50:34 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.17.4_4 18 Dec 2016 14:22:50 |
rm |
deskutils/gourmet: fix incorrect python range |
0.17.4_4 14 Dec 2016 21:55:08 |
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 |
0.17.4_3 14 Dec 2016 21:35:25 |
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> |
0.17.4_2 22 May 2016 10:52:45 |
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] (Only the first 15 lines of the commit message are shown above ) |
0.17.4_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.17.4_2 31 Dec 2015 22:00:35 |
sunpoet |
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE |
0.17.4_1 02 Aug 2015 20:23:56 |
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@ |
0.17.4_1 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.17.4_1 30 Nov 2014 17:56:11 |
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 |
0.17.4 27 Nov 2014 18:53:48 |
antoine |
Mark a few ports BROKEN after GNOME 2 removal |
0.17.4 01 Oct 2014 05:58:32 |
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 |
0.17.3 05 Jun 2014 06:42:06 |
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 |
0.16.0_1 25 Feb 2014 12:44:10 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.16.0 13 Jan 2014 21:00:04 |
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) |
0.16.0 22 Oct 2013 13:52:24 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
0.16.0 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.16.0 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.16.0 23 Mar 2013 13:46:06 |
rm |
- update to 0.16.0
- change master sites to launchpad
- add upstream patch to fix runtime for Russian locale |
0.15.9_1 30 Dec 2012 13:22:44 |
rm |
- update WWW
- trim Makefile headers
- limit python version to 2.x only (because of pygtk2) |
0.15.9_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.15.9 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
0.15.9 03 Sep 2011 19:55:27 |
beech |
- Fix typo in MASTER_SITES
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
0.15.9 02 Sep 2011 20:29:34 |
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> |
0.13.4_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.13.4_4 26 Jul 2010 00:03:14 |
linimon |
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.13.4_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.13.4_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.13.4_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.13.4_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.13.4_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.13.4 07 Sep 2008 05:51:06 |
ahze |
Update to 0.13.4
PR: ports/126549
Submitted by: Beat G?tzi |
0.11.2_3 06 Jun 2008 13:18:34 |
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) |
0.11.2_2 19 Apr 2008 17:56:05 |
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) |
0.11.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.11.2 09 Aug 2006 11:16:22 |
adamw |
Transfer maintainership to ahze. |
0.11.2 17 May 2006 09:28:52 |
adamw |
Update to 0.11.2 |
0.11.1_1 23 Apr 2006 03:24:59 |
adamw |
Remove some leftover locale directories. |
0.11.1 21 Apr 2006 21:42:29 |
adamw |
Update to 0.11.1. |
0.10.2 06 Apr 2006 19:26:20 |
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. |
0.9.1 12 Feb 2006 22:23:06 |
kris |
BROKEN: Incomplete pkg-plist |
0.9.1 31 Dec 2005 01:30:40 |
adamw |
Unbreak, sortof. By restoring permissions on metakit.pyc to what they should
be, sortof. |
0.9.1 17 Dec 2005 18:36:53 |
kris |
BROKEN: Changes file permission of installed file |
0.9.1 29 Nov 2005 20:09:38 |
adamw |
Update to 0.9.1. |
0.9.0 23 Nov 2005 21:48:15 |
pav |
- Add SHA256
Requested by: adamw (maintainer) |
0.9.0 08 Nov 2005 17:06:30 |
adamw |
Update to 0.9.0.
I have no idea where all the translations went. |
0.8.6.5.1_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.8.6.5.1_1 04 Nov 2005 19:27:54 |
adamw |
Remove /usr/X11R6/share/applications if it's empty, and remove
the BROKEN thing. |
0.8.6.5.1 04 Nov 2005 00:13:00 |
kris |
BROKEN: Incomplete pkg-plist |
0.8.6.5.1 07 Oct 2005 17:57:20 |
adamw |
Update to 0.8.6.5.1.
Special thanks to: Edwin's awesometastic update check script. Hooray for Edwin! |
0.8.5.12_2 12 Sep 2005 13:11:44 |
adamw |
Correct directory removal stuff. PORTREVISION bump for pkg-plist
changes. |
0.8.5.12_1 09 Sep 2005 05:26:51 |
adamw |
Add missing directories to pkg-plist.
Thanks to: kris's awesome reports |
0.8.5.12 07 Sep 2005 15:38:07 |
adamw |
Update to 0.8.5.12. |
0.8.5.7_1 18 Aug 2005 02:48:19 |
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) |
0.8.5.7_1 16 Aug 2005 09:14:43 |
krion |
Fix dependencies and build.
Approved by: portmgr (implicit) |
0.8.5.7 31 Jul 2005 22:26:50 |
adamw |
Update to 0.8.5.7. |
0.8.5.5 29 Jul 2005 03:58:11 |
adamw |
Update to 0.8.5.5. |
0.8.5.4 01 Jul 2005 19:56:05 |
adamw |
Update to 0.8.5.4. |
0.8.4.4 20 May 2005 03:40:53 |
adamw |
Update to 0.8.4.4. Has lots of nifty new features and UI improvements. |
0.8.3.3 14 Apr 2005 21:08:53 |
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/ |