Automatic conversion of the NetBSD pkgsrc CVS module, use with care
b042ff10db
Changes since b121: Beta #127 - 02.01.2019 - Remove overflown notes (> B-9) when loading modules - Remove overflown efx/notes when loading tracks/patterns - Removed some unneded logic in the pattern editor text routines - Code cleanup Beta #126 - 29.12.2018 - Pattern row quantization (record) was broken in beta #125 Beta #125 - 28.12.2018 - Fixed an issue with sample data peaks while zooming in/out in Smp. Ed. - The playback timer is now counting BPM ticks from the replayer instead of spawning/deleting a 1-sec SDL timer every time you play a song. - Updated the "Keyboard" and "Problems/FAQ" help texts Beta #124 - 17.12.2018 - The scrollbar in the MIDI input device list didn't work - Fixed some minor audio/video timer problems - More verbose error checking on program startup Beta #123 - 16.12.2018 - Rewrote the Help screen routines to be exact to real FT2. It now uses less RAM. - Some GUI decoration was missing in extended pattern editor mode - Code cleanup Beta #122 - 15.12.2018 - Windows: Reverted back to SDL2.0.8 because of the keyboard shutting itself off and on randomly with SDL2.0.9. Really strange stuff... It doesn't happen in SDL2.0.8. - More bug fixes on sample hand editing (Smp. Ed.) |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.