aboutsummaryrefslogtreecommitdiff
path: root/audio/mixertui
Commit message (Collapse)AuthorAgeFilesLines
* audio/mixertui: Update to 1.5Alfonso S. Siciliano2024-04-143-13/+17
| | | | | | Changelog: https://alfonsosiciliano.gitlab.io/posts/2024-02-23-mixertui-1-5.html PR: 277270
* MAN?PREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-101-1/+1
|
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-8/+1
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
* sysutils/sysctlinfo-kmod: Update to 20221211 and restore clientsAlfonso S. Siciliano2022-12-121-7/+1
| | | | | PR: 268314 Reported by: asiciliano@FreeBSD.org (maintainer)
* sysutils/sysctlinfo-kmod: ignore after 1400071Fernando Apesteguía2022-09-301-1/+7
| | | | | | | Also modify clients. PR: 266690 Reported by: asiciliano@FreeBSD.org
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/mixertui: Portrevision 1.4.2_2Fernando Apesteguía2021-03-011-1/+1
| | | | | | | | | | | | Portrevision: shared lib update, libsysctlmibinfo2 2.0.1 ChangeLog: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253883 PR: 253926 Submitted by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=566864
* devel/libsysctlmibinfo2: Add Portrevision and patchFernando Apesteguía2021-02-251-0/+1
| | | | | | | | | | Bump PORTREVISION for dependencies. PR: 253781 Submitted by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=566528
* audio/mixertui: Update to 1.4.2Fernando Apesteguía2021-01-282-7/+7
| | | | | | | | | | | ChangeLog: https://gitlab.com/alfix/mixertui/-/commit/06c6e4b0b008affc95801964c043862a003e4d2a PR: 253022 Submitted by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=563120
* audio/mixertui: update to 1.4.1Steve Wills2021-01-173-17/+5
| | | | | | | | PR: 251525 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer, previous version) Notes: svn path=/head/; revision=561867
* audio/mixertui: allow base ncurses where appropriateSteve Wills2021-01-171-2/+9
| | | | | | | | PR: 250835 Approved by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=561866
* audio/mixertui: fix build on GCC architecturesPiotr Kubaj2020-11-111-0/+11
| | | | | | | | | | Fix linking: cc -L/usr/local/lib -lsysctlmibinfo2 -lmenu -lncurses mixertui.o -o mixertui /usr/bin/ld: undefined reference to symbol `stdscr' (try adding -ltinfo) /usr/local/lib/libtinfo.so: could not read symbols: Bad value Notes: svn path=/head/; revision=554902
* audio/mixertui,deskutils/sysctlview,sysutils/nsysctl: bump PORTREVISIONKurt Jaeger2020-10-311-0/+1
| | | | | | | | | | - after devel/libsysctlmibinfo2 etc are updated PR: 250151 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=553783
* audio/mixertui: Update to 1.4Fernando Apesteguía2020-10-282-7/+8
| | | | | | | | | | | | | | | CHANGELOG: * Code refactoring (improve maintainability and efficiency) * add dep: "USES=ncurses:port" * add responsiveness * add view mode option "-V playback|capture|all" PR: 250676 Submitted by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=553524
* audio/mixertui: Update to 1.3Li-Wen Hsu2020-10-222-5/+5
| | | | | | | | PR: 250510 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=552935
* Update to 1.2Li-Wen Hsu2020-06-282-7/+7
| | | | | | | | PR: 247605 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=540693
* audio/mixertui: Update to 1.1Fernando Apesteguía2020-04-242-5/+5
| | | | | | | | PR: 245860 Submitted by: alfix86@gmail.com (maintainer) Notes: svn path=/head/; revision=532756
* audio/mixertui: Update to 1.0Tobias C. Berner2020-04-122-5/+7
| | | | | | | | | | | | | | CHANGELOG: * fix: UI bugs (bar background and select device) * add: KEY_HOME to set volume to 100 % * add: libsysctlmibinfo2 dep, so in the port Makefile: add LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 PR: 245569 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=531534
* New port: audio/mixertui Audio Mixer TUIRodrigo Osorio2020-04-023-0/+34
Audio Mixer with a Terminal User Interface built on the FreeBSD sound system. PR: 245233 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> Notes: svn path=/head/; revision=530261