pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Oct 26 10:39:23 UTC 2020

Modified Files:
        pkgsrc/mk/defaults: options.description

Log Message:
mk: describe the termion and rodio PKG_OPTIONs


To generate a diff of this commit:
cvs rdiff -u -r1.639 -r1.640 pkgsrc/mk/defaults/options.description

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/defaults/options.description
diff -u pkgsrc/mk/defaults/options.description:1.639 pkgsrc/mk/defaults/options.description:1.640
--- pkgsrc/mk/defaults/options.description:1.639        Thu Oct  8 07:29:59 2020
+++ pkgsrc/mk/defaults/options.description      Mon Oct 26 10:39:23 2020
@@ -701,6 +701,7 @@ rc5                 Support the hashing algorithm RC5.
 readline               Enable use of GNU readline library.
 redis                  Support the Redis database.
 regexp                 Enable POSIX.2 regexp support.
+rodio                  Use the rust rodio crate for audio output.
 rpi                    Enable Raspberry Pi support.
 rrl                    Enable Response Rate Limiting.
 rsaref                 Use RSAREF library.
@@ -828,6 +829,7 @@ tcl                 Enable Tcl scripting support.
 tcpwrappers            Enable tcpwrappers support.
 termcap                        Enable termcap support.
 terminfo               Use terminfo.
+termion                        Use the rust termion crate instead of curses.
 tesseract              Enable OCR support using Tesseract.
 tests                  Build and install tests.
 theora                 Use the theora codecs.



Home | Main Index | Thread Index | Old Index