Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.b1.22_2 22 Nov 2024 22:31:54 |
Charlie Li (vishwin) |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
1.7.b1.22_1 14 Jun 2024 05:29:26 |
Jason E. Hale (jhale) |
*/*: Mark audio/py-tagpy and consumer as BROKEN
audio/py-tagpy is an abandoned wrapper to audio/taglib and is not
compatible with TagLib 2.x. Singular potential consumer audio/sonata is
also abandoned software, but the TAGLIB option is non-default.
PR: 276677 |
1.7.b1.22_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.7.b1.22_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.b1.22 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7.b1.22 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.7.b1.22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.b1.22 26 Nov 2020 21:22:19 |
sunpoet |
Update USES=python for py-python-mpd2 2.0.0 update |
1.7.b1.22 21 Mar 2020 01:48:23 |
rene |
audio/sonata: Update to 1.7b1-22 which supports Python 3.
PR: 243725
Submitted by: Greg V
Approved by: maintainer timeout (nivit, 20+ days) |
1.6.2.1_12 28 Jan 2020 21:57:19 |
antoine |
Deprecate some pygtk2 ports
With hat: portmgr |
1.6.2.1_12 27 Jan 2020 15:11:58 |
rene |
audio/sonata: remove optional dependency on expired net/py-zsi |
1.6.2.1_12 08 Nov 2019 09:27:57 |
tobik |
a-b: Add missing USES={gnome,php,sdl,xorg} |
1.6.2.1_12 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 |
1.6.2.1_12 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 ) |
1.6.2.1_12 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.6.2.1_11 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.6.2.1_10 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.6.2.1_10 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.6.2.1_10 19 Oct 2014 07:33:10 |
mva |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit) |
1.6.2.1_10 18 Sep 2014 12:31:25 |
mat |
Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight |
1.6.2.1_10 10 Sep 2014 20:50:37 |
gerald |
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) |
1.6.2.1_9 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
1.6.2.1_9 04 Feb 2014 13:11:29 |
mat |
- Fix build with mpd 0.18+ [1]
- Support staging
- Use new options knobs
PR: 185060 [1]
Submitted by: Matthieu Volat [1]
Sponsored by: Absolight |
1.6.2.1_8 21 Jan 2014 22:56:00 |
bapt |
Fix properties on pkg-plist |
1.6.2.1_8 22 Oct 2013 13:50:44 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
1.6.2.1_8 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.6.2.1_8 12 Sep 2013 00:48:39 |
marino |
Add explicit dependency on pkgconf (11 ports) |
1.6.2.1_8 03 Aug 2013 11:20:55 |
kwm |
Fix threading issue with glib20.
PR: ports/176888 (reported)
Submitted by: Yamagi Burmeister <yamagi@yamagi.org>
Obtained from: OpenBSD sonata port. |
1.6.2.1_7 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.6.2.1_7 18 Jul 2012 20:18:09 |
nivit |
- Fix installation of docs
- Bump PORTREVISION
Buildlog: http://goo.gl/I2ixj
Reported by: pointyhat (via beat) |
1.6.2.1_6 17 Jul 2012 16:18:28 |
nivit |
- Apply a patch (files/patch-sonata.py) to solve the conflict
with net/mpich2 (problem reported by [1])
- Bump PORTREVISION
- Update MASTER_SITES
- Add LICENSE (GPLv3)
- Convert to the new options framework
PR: ports/150295
Submitted by: Robert Jenssen <robertjenssen at ozemail.com.au> [1] |
1.6.2.1_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.6.2.1_4 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
1.6.2.1_3 16 May 2011 13:45:59 |
nivit |
- Fix the executable name of the run-dependency audio/musicpd
PR: ports/156624
Submitted by: Chris Rees <utisoft at gmail.com>
Approved by: Henrik Friedrichsen <hrkfdn at gmail.com (maintainer of
audio/mpdbrowser), nivit (audio/sonata) |
1.6.2.1_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.6.2.1_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.6.2.1_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.6.2.1_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.6.2.1 10 Nov 2009 17:52:41 |
nivit |
- devel/py-dbus, x11-toolkits/python-gnome-extras are now optional dependencies
- Add WITH_PYGNOMEEXTRAS and WITH_MMKEYS options
- Set USE_GNOME to pygtk2 |
1.6.2.1 06 Nov 2009 09:09:56 |
nivit |
- Update to 1.6.2.1
- Add x11-toolkits/py-gnome-extras to depends
- Add some items to the list of features in pkg-descr |
1.6.2_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 |
1.6.2 30 May 2009 21:30:59 |
nivit |
- Update to 1.6.2 |
1.5.3 06 Oct 2008 11:53:34 |
nivit |
- Update to 1.5.3 |
1.5.2_1 07 Sep 2008 03:51:56 |
mnag |
- Update py-zsi dependency
- Bump PORTREVISION |
1.5.2 07 Jul 2008 12:19:54 |
nivit |
- Fix installation when the user sets WITH_TAGLIB, using port >= required
version in *_DEPENDS for all py-* dependencies
PR: ports/125283
Submitted by: Zane C. B. <vvelox at vvelox.net> |
1.5.2 26 Jun 2008 15:43:30 |
nivit |
- Update to 1.5.2 |
1.5.1_2 06 Jun 2008 13:07:20 |
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) |
1.5.1_1 22 May 2008 05:53:46 |
rafan |
- Fix INDEX |
1.5.1_1 21 May 2008 22:15:49 |
nivit |
- Add devel/py-dbus to RUN_DEPENDS
- Bump PORTREVISION
Reported by: Christoph Brendes <christoph at brendes.net> (via email) |
1.5.1 21 May 2008 16:02:32 |
nivit |
- Update to 1.5.1
PR: ports/123809
Submitted by: Romain Tartiere <romain at blogreen.org> |
1.5 05 Apr 2008 16:38:50 |
nivit |
- Update to 1.5
- Add audio/py-mpd to RUN_DEPENDS
- Explicity list out required RUN_DEPENDS dependencies
- Fix list of features in pkg-descr |
1.4.2 21 Feb 2008 12:36:24 |
nivit |
- Update to 1.4.2 |
1.4_1 25 Jan 2008 17:47:09 |
nivit |
- Add x11-toolkits/py-gtk2 to RUN_DEPENDS
- Bump PORTREVISION |
1.4 17 Jan 2008 09:50:44 |
nivit |
- Update to 1.4 |
1.3 10 Jan 2008 13:24:42 |
nivit |
- Update to 1.3 |
1.2.3 17 Sep 2007 08:41:21 |
nivit |
- Update to 1.2.3 |
1.2.2 06 Aug 2007 13:37:23 |
nivit |
- Update to 1.2.2 |
1.0.1_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
1.0.1_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}. |
1.0.1 15 Feb 2007 17:08:54 |
nivit |
- Updated to 1.0.1 |
1.0 22 Jan 2007 22:32:38 |
nivit |
Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD).
It aims to be efficient (no toolbar, main menu, or statusbar), user-friendly,
and clean.
FEATURES:
+ Expanded and collapsed views
+ Automatic remote or local album art
+ Automatic fetching of lyrics
+ Playlist and stream support
+ Support for editing song tags
+ System tray icon with tooltip
+ Popup notification
+ Library searching by artist, song, etc.
+ Keyboard friendly
+ Support for multimedia keys
+ Commandline control
WWW: http://sonata.berlios.de/index.html
Approved by: alexbl (mentor, implicit) |