Port details |
- HVSC-Update Update program for the HVSC C= 64 SID tune collection
- 2.8.8 audio =6 2.8.8Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-10-13 12:48:32
- Last Update: 2024-03-29 21:20:06
- Commit Hash: d00d13d
- People watching this port, also watch:: unadf, sudo, lame, zsh, xorg-drivers
- Also Listed In: emulators
- License: not specified in port
- WWW:
- https://github.com/laustbn/hvsc-update-tool
- Description:
- HVSC-Update is a tool to update your HVSC C= 64 SID tune collection.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- HVSC-Update>0:audio/HVSC-Update
- To install the port:
- cd /usr/ports/audio/HVSC-Update/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/HVSC-Update
- pkg install HVSC-Update
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: HVSC-Update
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711228694
SHA256 (laustbn-hvsc-update-tool-2.8.8-ff21266_GH0.tar.gz) = 9020c605fd5cc0aca1979f4cbe3b00964189789dcbaafd7ad32acabbc3024ae7
SIZE (laustbn-hvsc-update-tool-2.8.8-ff21266_GH0.tar.gz) = 2339541
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for HVSC-Update-2.8.8:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_HVSC-Update
- USES:
- cmake compiler:c++17-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.8 29 Mar 2024 21:20:06 |
Daniel Engberg (diizzy) |
audio/HVSC-Update: Update to 2.8.8 and switch to fork
Switch to fork which cleans up the code and removes need of
patching
See https://github.com/laustbn/hvsc-update-tool for more information |
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) |
2.8.7 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 ) |
2.8.7 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 ) |
2.8.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.7 01 Aug 2018 06:16:52 |
tobik |
audio/HVSC-Update: Fix build with Clang 6
The configure check for ios::binary fails with
/usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its
first declaration
_Noreturn void exit(int);
^
/usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn'
#define _Noreturn [[noreturn]]
^
conftest.cc:9:6: note: declaration missing '[[noreturn]]' attribute is here
void exit (int);
^
which leads to the build falling back to using ios::bin due to
having HAVE_IOS_BIN defined.
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/HVSC-Update-2.8.7.log |
2.8.7 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.8.7 11 Jan 2016 11:02:30 |
amdmi3 |
- Switch to options helpers |
2.8.7 01 Oct 2015 05:58:57 |
vanilla |
Upgrade to 2.8.7. |
2.8.6 16 Jul 2014 03:47:06 |
adamw |
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. |
2.8.6 24 Nov 2013 18:36:58 |
bapt |
Fix staging |
2.8.6 24 Nov 2013 18:24:58 |
bapt |
Support stage |
2.8.6 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.8.6 07 Sep 2013 06:06:44 |
rm |
- update to 2.8.6
- sort knobs alphabetically |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
2.8.5 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.8.5 31 Dec 2012 14:19:07 |
bapt |
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
Remove useless use of pre.mk/post.mk
Trim headers |
2.8.5 31 Aug 2011 21:43:12 |
dhn |
- Update to 2.8.5
PR: ports/160073
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.8.4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.8.4 04 Aug 2009 23:20:58 |
anders |
Drop maintainership of some ports I do not use or have interest for
anymore. |
2.8.4 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) |
2.8.4 15 Apr 2008 22:53:21 |
anders |
Update to 2.8.4. |
2.8.3 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.8.3 27 Feb 2005 14:22:08 |
anders |
Unbreak build for FreeBSD >= 5.x. |
2.8.3 19 Aug 2004 01:30:33 |
anholt |
Fix to use X_IMAKE_PORT instead of hardcoding imake-4.
Reported by: kris |
2.8.3 01 Jul 2004 20:04:39 |
kris |
Still BROKEN on 5.2-CURRENT |
2.8.3 03 Jun 2004 10:11:34 |
anders |
Update to 2.8.3.
This unbreaks building on 5.x. |
2.8.2_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.8.2_1 06 Feb 2004 12:52:06 |
kris |
BROKEN on 5.x: does not compile |
2.8.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.8.2 21 Oct 2003 11:24:02 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
2.8.2 07 Mar 2003 05:56:07 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.8.2 04 Jan 2003 20:50:55 |
anders |
Correct list of docs.
Requested by: olgeni |
2.8.2 04 Jan 2003 12:39:05 |
anders |
Update to 2.8.2. |
2.8.1 24 Nov 2002 02:13:29 |
anders |
Fix plist/package building. |
2.8.1 13 Oct 2002 12:48:21 |
anders |
Add HVSC-Update, a tool to update your HVSC C= 64 SID tune collection. |