Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 02ae861221 Add audio/musescore.
MuseScore is an open source and free music notation software.

Features:

* WYSIWYG design, notes are entered on a "virtual notepaper"
* TrueType font(s) for printing & display allows for high quality scaling
  to all sizes
* Easy & fast note entry
* Many editing functions
* MusicXML import/export
* MIDI (SMF) import/export
* MuseData import
* MIDI input for note entry
* Integrated sequencer and software synthesizer to play the score
* Print or create pdf files
2019-10-16 23:22:08 +00:00
archivers advancecomp: Avoid compiler warnings due to redefining bswap* on NetBSD. 2019-10-04 18:08:07 +00:00
audio Add audio/musescore. 2019-10-16 23:22:08 +00:00
benchmarks dnsperf: update to 2.3.2. Changed upstream to DNS-OARC. 2019-10-16 10:05:28 +00:00
biology py-pydicom: Update to 1.3.0 2019-10-01 14:45:29 +00:00
bootstrap bootstrap/bootstrap: prevent --wrkdir from being a symlink 2019-09-13 20:10:35 +00:00
cad Enable py-PyRTL 2019-10-05 06:19:56 +00:00
chat Rename py-meson to meson. 2019-10-07 09:28:09 +00:00
comms delete ancient Asterisk 11.* 2019-09-22 20:00:31 +00:00
converters Update to 7.4.1 2019-10-06 09:59:33 +00:00
cross h8300-hms-{binutils,gcc}: Remove. 2019-10-11 18:53:02 +00:00
databases (databases/p5-DBIx-Class-EncodedColumn) Fix build (PERL5_MODULE_TYPE) and TEST_DEPENDS+= 2019-10-16 13:30:24 +00:00
devel psvn: remove 2019-10-16 21:30:59 +00:00
distfiles
doc psvn: remove 2019-10-16 21:30:59 +00:00
editors Add editors/xournalpp. Based on work in pkgsrc-wip by Yorick Hardy. 2019-10-16 13:34:08 +00:00
emulators openmsx: try a new workaround for it being picky about compilers. 2019-10-16 16:50:51 +00:00
filesystems Add mkspiffs 0.2.3 2019-10-07 10:13:16 +00:00
finance py-braintree: updated to 3.57.1 2019-10-16 14:31:23 +00:00
fonts spleen: update to 1.5.0. 2019-10-07 08:41:10 +00:00
games pytraffic: remove 2019-10-16 21:25:20 +00:00
geography geography/geos: Update to 3.7.3 2019-10-08 23:42:55 +00:00
graphics p5-Image-ExifTool: updated to 11.70 2019-10-13 08:21:40 +00:00
ham (ham/gnuradio-core) Fix build problem on NetBSD, after orc is updated 0.4.29 to 0.4.30, thanks maya@ 2019-10-14 12:40:27 +00:00
inputmethod ibus: update PLIST to actually match for cldr-emoji-annotation-35.12.14971.0. 2019-09-14 11:34:18 +00:00
lang lang: Add py38-html-docs 2019-10-16 11:06:18 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail mail/pymsgauth: fix location of HTML documentation 2019-10-12 20:12:47 +00:00
math math/R-ellipsis: add test dependencies 2019-10-13 12:22:27 +00:00
mbone mbone/rtptools: fix location of HTML documentation 2019-10-12 20:14:08 +00:00
meta-pkgs *: bind912 -> bind914 2019-10-16 09:37:27 +00:00
misc misc/bbweather: fix location of HTML documentation 2019-10-12 20:23:07 +00:00
mk Prepare for compat80 package. 2019-10-15 11:15:49 +00:00
multimedia (multimedia/gst-plugins0.10-ffmpeg) sorry more to commit for distinfo 2019-10-14 13:37:43 +00:00
net bind914: update to 9.14.7. security fix. 2019-10-16 20:51:59 +00:00
news About 0.146 2019-10-15 18:09:21 +00:00
packages
parallel hwloc: updated to 1.11.3 2019-09-11 13:16:45 +00:00
pkgtools pkgtools/R2pkg: remove unused code 2019-10-15 18:44:21 +00:00
print Update to 9.0.2 2019-10-15 13:27:15 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security sudo: correct fallback for no sysconf(_SC_RTSIG_MAX). 2019-10-16 20:25:21 +00:00
shells shells/bash2-doc: fix location of HTML documentation 2019-10-12 20:51:48 +00:00
sysutils sysutils/nnn: update to 2.7 2019-10-16 16:12:42 +00:00
templates
textproc py-regex: updated to 2019.08.19 2019-10-16 16:36:01 +00:00
time py-tzdata: updated to 2019.3 2019-10-15 17:13:49 +00:00
wm blackbox: tweak DESCR 2019-10-08 03:06:27 +00:00
www libsass: updated to 3.6.2 2019-10-16 14:28:26 +00:00
x11 wxGTK30: fix build on NetBSD 9.99.14+ 2019-10-16 20:43:14 +00:00
Makefile
pkglocate
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.