non port: audio/ncmpc/Makefile |
SVNWeb
|
Number of commits found: 62 |
Thu, 30 Mar 2023
|
[ 09:07 Jan Beich (jbeich) ] abc8115
audio/ncmpc: unbreak with --auto-features=enabled
meson.build:114:0: ERROR: Dependency "lirc" not found, tried pkgconfig
PR: 270361
Reported by: antoine (via exp-run)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
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 )
|
Sun, 22 May 2022
|
[ 20:17 Dima Panov (fluffy) ] b082b3d (Only the first 10 of 280 ports in this commit are shown above. )
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106
|
Tue, 5 Oct 2021
|
[ 19:11 Bernhard Froehlich (decke) ] 6d8314f
audio/ncmpc: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 14 Jan 2021
|
[ 18:18 dbaio ]
audio/ncmpc: Remove Python 2.7 and PY_SPHINX
Approved by: portmgr blanket
|
Mon, 19 Oct 2020
|
[ 05:53 rhurlin ]
audio/ncmpc: Update to 0.41
ncmpc 0.41 - (2020-10-16)
* new main loop (copying code from MPD, replacing boost::asio)
* library page: fix crash bug
* lyrics: remove the "lyricwiki" plugin because the site is gone
ncmpc 0.40 - (2020-10-07)
* fix crash when range selection includes ".."
* fix another crash with a very narrow terminal window
* another jumping cursor fix for large scroll-offset values
* show elapsed time of streams
ncmpc 0.39 - (2020-08-21)
* library page: skip tags when there is only one value
* fix jumping cursor with large scroll-offset values
* key bindigs page: fix crash bug
* key bindigs page: eliminate bogus message "Did you forget to Apply your
changes?"
Changelog:
https://github.com/MusicPlayerDaemon/ncmpc/blob/89af16cad451e51c304e705fbcb2488f5f7e2c10/NEWS
PR: 250421
Submitted by: Laurent Cimon <laurent@nilio.ca> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D26837
|
Wed, 13 May 2020
|
[ 11:33 fernape ]
audio/ncmpc: Update to 0.38
PR: 246429
Submitted by: laurent@nilio.ca (maintainer)
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] (Only the first 10 of 144 ports in this commit are shown above. )
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above )
|
Wed, 11 Dec 2019
|
[ 17:53 jbeich ] (Only the first 10 of 417 ports in this commit are shown above. )
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
|
Mon, 19 Aug 2019
|
[ 15:35 jbeich ] (Only the first 10 of 412 ports in this commit are shown above. )
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Mon, 22 Apr 2019
|
[ 14:17 swills ]
audio/ncmpc: update to 0.34
PR: 237454
Submitted by: Laurent Cimon <laurent@nuxi.ca> (maintainer)
|
Fri, 12 Apr 2019
|
[ 06:36 jbeich ] (Only the first 10 of 392 ports in this commit are shown above. )
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
|
Mon, 25 Feb 2019
|
[ 22:07 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
Add option helper for MESON_ARGS = -Dfoo=enabled
feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.
https://mesonbuild.com/Build-options.html#features
Reviewed by: tobik (implicit)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19127
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
[ 00:15 jbeich ] (Only the first 10 of 415 ports in this commit are shown above. )
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
|
Wed, 5 Dec 2018
|
[ 13:54 tobik ]
audio/ncmpc: Update to 0.33
Changes: https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.33/NEWS
PR: 231643
Submitted by: Laurent Cimon <laurent@nuxi.ca> (maintainer)
|
Tue, 11 Sep 2018
|
[ 11:42 tobik ]
audio/ncmpc: Update to 0.30
- Laurent takes maintainership
- Add DOCS option to install the HTML manual
- Add a MANPAGES option; the man page now has to be generated with
sphinx as well
PR: 230721
Submitted by: Laurent Cimon <laurent@nuxi.ca>
Approved by: henrik@affekt.org (maintainer)
|
Mon, 29 Jan 2018
|
[ 22:10 yuri ]
audio/ncmpc: Update to 0.29
Change log: https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.29/NEWS
PR: 225116
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: tcberner (mentor), henrik@affekt.org (maintainer)
Differential Revision: https://reviews.freebsd.org/D14114
|
Sun, 9 Apr 2017
|
[ 21:11 gblach ]
Update to 0.27
PR: 218500
Approved by: maintainer
|
Sat, 19 Nov 2016
|
[ 15:10 marino ]
audio: autocd, etcd, gramofile: Document ncurses requirement
Approved by: ncurses blanket
|
Fri, 19 Aug 2016
|
[ 18:24 amdmi3 ]
- Update to 0.25
- While here, switch to USES=localbase
PR: 211993
Submitted by: henrik@affekt.org (maintainer)
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Wed, 19 Aug 2015
|
[ 13:41 mat ]
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Sat, 20 Dec 2014
|
[ 13:57 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Clean up some now useless PLIST_DIRS*
|
[ 11:32 riggs ]
Update to upstream version 0.24
While on it:
- Add LICENSE*
- Fix conditional installation of lyrics helper scripts
PR: 193999
Submitted by: henrik@affekt.org
Reviewed by: riggs
Approved by: maintainer (timeout)
|
Mon, 14 Jul 2014
|
[ 20:18 rakuco ]
Update to 0.23.
PR: 191831
Submitted by: henrik@affekt.org (maintainer)
|
Mon, 3 Mar 2014
|
[ 18:24 pawel ]
- Update to version 0.21 [1]
- Add staging support
- Fix shebang in one of the scripts
PR: ports/187144 [1]
Submitted by: maintainer
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] (Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Sun, 16 Jun 2013
|
[ 19:16 crees ]
Requires pkgconfig
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Thu, 21 Mar 2013
|
[ 17:32 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
|
Sun, 17 Jun 2012
|
[ 23:49 sylvio ]
- Update to 0.20
PR: ports/169121
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Tue, 28 Sep 2010
|
[ 11:00 garga ]
- Update to 0.18
PR: ports/151004
Submitted by: garga@
Approved by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
|
Wed, 18 Aug 2010
|
[ 18:30 dhn ]
- Update to 0.17
PR: ports/149776
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com>
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 25 Jan 2010
|
[ 08:44 miwi ]
- Update to 0.16
PR: 142329
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
|
Sat, 10 Oct 2009
|
[ 09:23 miwi ]
- Update to 0.15
PR: 139299
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
|
Sat, 22 Aug 2009
|
[ 00:13 amdmi3 ] (Only the first 10 of 195 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
Tue, 26 May 2009
|
[ 14:57 dhn ]
- Add lyrics screen support
PR: ports/134936
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
|
Tue, 21 Apr 2009
|
[ 17:44 dhn ]
- Update to 0.14
PR: 133895
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com>
Approved by: miwi (mentor)
|
Sun, 11 Jan 2009
|
[ 22:33 amdmi3 ]
- Update to 0.13
PR: 130339
Submitted by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
|
Fri, 9 Jan 2009
|
[ 23:19 miwi ]
- Update to 0.12
- Pass maintainership to submitter
PR: 130173
Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com>
Approved by: maintainer
|
Sat, 30 Aug 2008
|
[ 19:49 tmclaugh ]
- Add SEARCH_SCREEN OPTION defaulting to on.
PR: 121432
Submitted by: Dennis Herrmann
Approved by: maintainer timeout
|
Fri, 6 Jun 2008
|
[ 13:07 edwin ] (Only the first 10 of 345 ports in this commit are shown above. )
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)
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Tue, 22 Mar 2005
|
[ 03:46 danfe ]
Fix a typo.
PR: ports/79102
Submitted by: maintainer
Approved by: portmgr (marcus)
|
Sun, 20 Mar 2005
|
[ 11:59 novel ]
Avoid using pkg-plist, docs patch.
PR: 78865
Submitted by: Mark Daniel Reidel (maintainer)
Approved by: krion (mentor) (implicit)
|
Wed, 16 Mar 2005
|
[ 19:49 marcus ]
Fix build by adding USE_GNOME=glib20.
Reported by: pointyhat via krion
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Mon, 14 Feb 2005
|
[ 16:51 vs ]
- Update to 0.11.1
- New translations added: french, russian and spanish
- The crossfade time can now be definied
- support for ncurses mouse events is now optional
PR: ports/77483
Submitted by: Mark Daniel Reidel (maintainer)
|
Mon, 12 Jul 2004
|
[ 13:10 vs ]
- Update to 0.11.0
- Lots of new features including:
+ nls support (german and swedish)
+ support for MPD db updates with Ctrl-U
PR: ports/68876
Submitted by: Mark Daniel Reidel (maintainer)
|
Fri, 7 May 2004
|
[ 07:45 krion ]
- Update to 0.10.1
- support for user key bindings (~/.ncmpc/keys)
- a key configuration screen (press 'K')
- improved drawing routines (removes flickering)
- support for seeking, toggle crossfade
- display mpd status flags on the second row [rzx]
(repeat,random,crossfade)
- support for system-wide configuration files (config,keys)
- the user configuration file is moved to ~/.ncmpc/config
PR: ports/66346
Submitted by: maintainer
|
Wed, 14 Apr 2004
|
[ 12:46 krion ]
Add ncmpc 0.10.0,
ncmpc is a ncurses client for the Music Player Daemon
(audio/musicpd). ncmpc connects to a musicpd running on a
machine via a network. The interface was inspired by cplay.
PR: ports/65521
Submitted by: Mark Reidel <ports@mark.reidel.info>
|
Number of commits found: 62 |