pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/defaults add/document variables and options for wcalc
details: https://anonhg.NetBSD.org/pkgsrc/rev/7bb89aff9cf7
branches: trunk
changeset: 501981:7bb89aff9cf7
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Tue Nov 01 03:58:42 2005 +0000
description:
add/document variables and options for wcalc
diffstat:
mk/defaults/mk.conf | 24 +++++++++++++++++++++++-
mk/defaults/options.description | 2 ++
2 files changed, 25 insertions(+), 1 deletions(-)
diffs (57 lines):
diff -r b310562cd1bb -r 7bb89aff9cf7 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Tue Nov 01 03:57:26 2005 +0000
+++ b/mk/defaults/mk.conf Tue Nov 01 03:58:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.83 2005/10/26 10:31:55 wiz Exp $
+# $NetBSD: mk.conf,v 1.84 2005/11/01 03:58:42 dmcmahill Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1865,6 +1865,28 @@
# Possible: not defined, see "configure --help"
# Default: not defined
+#WCALC_HTMLDIR?= share/${WCALC_DIR}/htdocs
+# Directory where cad/wcalc-docs will install the wcalc web pages
+# Possible: any subdirectory of ${PREFIX}
+# Default: share/${WCALC_DIR}/htdocs
+
+#WCALC_HTMLPATH?= /wcalc/
+# URI configured into the web server to access the wcalc web pages.
+# This is important when cad/cgi-wcalc is installed.
+# Possible: any
+# Default: /wcalc/
+
+#WCALC_CGIDIR?= libexec/cgi-bin
+# Directory where cad/cgi-wcalc will install the cgi programs
+# Possible: any subdirectory of ${PREFIX}
+# Default: libexec/cgi-bin
+
+#WCALC_CGIPATH?= /cgi-wcalc/
+# URI configured into the web server to access the cad/cgi-wcalc
+# cgi programs.
+# Possible: any
+# Default: /cgi-bin/
+
#WDM_MANAGERS?=
# Is a space-separated list of window managers for x11/wdm to support.
# Possible: any space-separated list of window managers
diff -r b310562cd1bb -r 7bb89aff9cf7 mk/defaults/options.description
--- a/mk/defaults/options.description Tue Nov 01 03:57:26 2005 +0000
+++ b/mk/defaults/options.description Tue Nov 01 03:58:42 2005 +0000
@@ -164,6 +164,7 @@
magick
mdc2
metarefresh
+mex Enable matlab mex support (Linux and Solaris only).
mga
mhash
milter
@@ -286,6 +287,7 @@
w3m-lynx-key Enable lynx-like key bindings.
w3m-m17n Multilingual support.
w3m-unicode Use Unicode characters.
+wcalc-gtk1 Use GTK-1.2.x instead of GKT-2.x for gtk-wcalc.
wrap
wx
x11 Enable X11 support.
Home |
Main Index |
Thread Index |
Old Index