Port details |
- wxguitar Simple guitar tuning assistant
- 1.01_13 audio
=0 1.01_13Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2009-08-19 22:10:41
- Last Update: 2021-04-07 23:19:01
- Commit Hash: 5823922
- License: not specified in port
- Description:
- A simple program to help novice guitarist faster (and better) to
tune your guitar.
WWW: http://code.google.com/p/wxguitar/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wxguitar>0:audio/wxguitar
- To install the port:
- cd /usr/ports/audio/wxguitar/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/wxguitar
- pkg install wxguitar
- PKGNAME: wxguitar
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (wxguitar-1.01.tar.gz) = a6599c31f0e0555dbef33d77a475e80e7f0ccac94595e987187519b725ae6247
SIZE (wxguitar-1.01.tar.gz) = 672762
- 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:
-
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- wavplay : audio/wavplay
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libwx_baseu-3.0.so : x11-toolkits/wxgtk30
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for wxguitar-1.01_13:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- audio_wxguitar
- USES:
- compiler:c++11-lib gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 23:19:01 1.01_13
|
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
06 Apr 2021 14:31:07 1.01_13
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 May 2020 05:55:12
1.01_13
|
lbartoletti  |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808 |
26 Jul 2019 20:46:57
1.01_12
|
gerald  |
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 |
25 Feb 2019 12:47:20
1.01_11 
|
bapt  |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr |
12 Dec 2018 01:35:36
1.01_10
|
gerald  |
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 |
29 Jul 2018 22:18:46
1.01_9
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
10 Sep 2017 20:55:39
1.01_8
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
1.01_7
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
10 Oct 2016 22:59:06
1.01_6
|
amdmi3  |
- This port is not unfetchable |
14 Sep 2016 15:59:34
1.01_6
|
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
01 Apr 2016 13:29:17
1.01_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
23 Sep 2015 00:47:47
1.01_6
|
amdmi3  |
- Drop no-op WX_UNICODE and unneeded {CPP,LD}FLAGS |
10 Apr 2015 19:26:53
1.01_6
|
amdmi3  |
- Fix build on < 10.x after wxgtk30 update |
04 Feb 2015 03:04:49
1.01_6
|
amdmi3  |
- Fix build on < 10.x after webkit-gtk2 update
Approved by: portmgr blanket
MFH: 2014Q4 |
22 Sep 2014 14:21:52
1.01_6
|
amdmi3  |
- Cleanup plist |
10 Sep 2014 20:50:37
1.01_6
|
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) |
09 Jun 2014 11:21:53
1.01_5
|
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) |
03 Jun 2014 17:14:31
1.01_5
|
bapt  |
Switch to use wx 3.0 |
31 Oct 2013 18:56:50
1.01_4
|
amdmi3  |
- Support staging
- Use new OPTIONS features |
22 Oct 2013 13:50:44
1.01_4
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
20 Sep 2013 14:36:37
1.01_4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
14 Aug 2013 22:35:54
1.01_4 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
29 Apr 2013 22:27:05
1.01_4 
|
bapt  |
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework |
24 Apr 2013 18:10:32
1.01_4
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
1.01_4
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
1.01_3
|
amdmi3  |
- 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 |
19 Mar 2011 12:38:54
1.01_3
|
miwi  |
- Get Rid MD5 support |
31 May 2010 02:01:56
1.01_3
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
28 Mar 2010 06:47:48
1.01_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.01_1
|
dinoex  |
- update to jpeg-8 |
19 Aug 2009 22:10:15
1.01
|
amdmi3  |
A simple program to help novice guitarist faster (and better) to
tune your guitar.
WWW: http://code.google.com/p/wxguitar/ |