aboutsummaryrefslogtreecommitdiffstats
path: root/audio/jack-keyboard
Commit message (Collapse)AuthorAgeFilesLines
* - Switch audio/lash to USES=libtool, drop .la filesamdmi32014-06-201-1/+1
| | | | | | | - Add required LIBS - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* Support stagebapt2014-04-072-12/+5
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-2/+2
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Update MASTER_SITES.nox2013-07-141-1/+1
|
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* - Convert to OPTIONSng.nox2012-11-251-9/+6
| | | | | | | | | | - Strip Makefile headers. - Remove shlib major version from LIB_DEPENDS. PR: ports/173803 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: hselasky (maintainer) Feature safe: yes
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update to 2.7.1.kwm2012-05-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix a warning regarding the redefinition of NNOTES - raise NNOTES from 127 to 128 (only notes 0..125 were being shown because 127 was < NNOTES and 126 is black) - only show the keys that exist on a real piano by default, and add a "-f" ('full midi keyboard') command line option to show all midi notes. - make the dimensions slightly closer to a real piano by: > making the black key hight two third of the white key height > making the black key positions vary based on their position in the octave - adding a QWERTY_REV layout that has the lower keys on the upper row of the keyboard - adding QWERTY_UK and QWERTY_UK_REV layouts that extend the QWERTY and QWERTY_REV layouts with the punctuation keys available on those rows - Assign maintainership to submitter. Submitted by: hselasky@ Approved by: maintainer
* - Remove USE_GZIP=yes since it is defaultwen2011-07-071-1/+0
| | | | | | PR: ports/157174 Submitted by: Alex kozlov <spam@rm-rf.kiev.ua> Approved by: pav@(portmgr)
* Update to 2.6.kwm2011-06-232-8/+22
| | | | | Submitted by: kselasky@ Approved by: trasz@
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with A
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Update project's web page address.trasz2008-10-141-1/+1
|
* Project moved to SourceForge.trasz2008-10-131-3/+2
|
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* - Add pkg-plist ommited in the previous commit.trasz2008-05-211-0/+4
|
* - Update to 2.5.trasz2008-05-212-18/+5
|
* - Update to 2.4.trasz2008-04-232-4/+4
|
* - Update to 2.3.trasz2008-03-202-4/+4
|
* - Update to 2.2trasz2008-01-122-6/+10
|
* - Update to 2.1trasz2008-01-032-4/+4
|
* - Provide mirror for the distfile.trasz2007-12-201-1/+2
|
* - Update to 2.0trasz2007-12-152-5/+6
|
* - Use proper capitalization in my email address.trasz2007-07-121-1/+1
| | | | | Approved by: miwi (mentor) Suggested by: sat
* - Update to 1.7.trasz2007-07-102-5/+4
| | | | Approved by: miwi (mentor)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Change my email address to trasz@FreeBSD.org.trasz2007-04-131-1/+1
| | | | Approved by: miwi (mentor)
* - Update to 1.6miwi2007-03-262-4/+4
| | | | | PR: 110771 Submitted by: trasz (maintainer)
* - Update to 1.5miwi2007-03-072-4/+6
| | | | | PR: 109994 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Update to 1.4miwi2007-02-012-7/+11
| | | | | | | | - Add backup MASTER_SITES - Use NOPORTDOCS PR: 108557 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* jack-keyboard is a virtual keyboard that lets you play on softsynthsmiwi2007-01-253-0/+41
(like audio/ghostess) using your computer's keyboard. It's somewhat similar in purpose to vkeybd, except that jack-keyboard uses JACK MIDI instead of ALSA. See the README file for keyboard mapping. WWW: http://pin.if.uz.zgora.pl/~trasz/jack-keyboard/ PR: ports/108242 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>