aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.options.desc.mk
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2021-06-30 02:45:57 +0000
committerFukang Chen <loader@FreeBSD.org>2021-06-30 05:09:36 +0000
commitf76aa00290b61be36138c3c177250b5ac10f2607 (patch)
tree8abc9e91e5b1f9e6c2c77529f64cc58d857de13c /Mk/bsd.options.desc.mk
parentd3a50ae15530e720a7fb660123d0e6608531f9ee (diff)
downloadports-f76aa00290b61be36138c3c177250b5ac10f2607.tar.gz
ports-f76aa00290b61be36138c3c177250b5ac10f2607.zip
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions
- Add CVS description - Add DARCS description - Add GIT description - Add MERCURIAL description - Add PERFORCE description - Rename SVN to SUBVERSION devel/anjuta: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT - Change SUBVERSION_DESC to use the default description devel/git: - Rename OPTION P4 to PERFORCE - Rename OPTION SVN to SUBVERSION - Change PERFORCE_DESC to use the default description devel/ocaml-opam: - Rename OPTION HG to MERCURIAL - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT - Change {DARCS,GIT,MERCURIAL}_DESC to use the default description devel/thunar-vcs-plugin: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE - Change GIT_DESC to use the default description devel/viewvc-devel: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE net-mgmt/observium: - Rename OPTION SVN to SUBVERSION net-mgmt/rancid3: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_SINGLE_SCM - Change {CVS,GIT,SUBVERSION}_DESC to use the default description ports-mgmt/portshaker: - Rename OPTION SVN to SUBVERSION - Rename HG to MERCURIAL - Sort OPTIONS_DEFINE - Change {GIT,MERCURIAL}_DESC to use the default description security/hydra: - Rename OPTION SVN to SUBVERSION security/medusa: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE shells/scponly: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE - Typo fix in SVNSERVE_DESC www/trac-devel: - Rename OPTION SVN to SUBVERSION - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE - Change {GIT,SUBVERSION}_DESC to use the default description Reviewed by: koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain Approved by: koobs (ports, mentor) Differential Revision: https://reviews.freebsd.org/D17459 MFH: No (OPTION description updates)
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r--Mk/bsd.options.desc.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 52c6a6256e3c..0cb5619de94d 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -59,9 +59,11 @@ COOKIE_DESC?= Web cookie support
CUE_DESC?= Embedded CUE sheets support
CUPS_DESC?= CUPS printing system support
CURL_DESC?= Data transfer support via cURL
+CVS_DESC?= CVS version control support
CXX_DESC?= C++ language support
CYASSL_DESC?= SSL/TLS support via CyaSSL
DAGRAB_DESC?= CD ripping support (via dagrab)
+DARCS_DESC?= Darcs version control support
DATA_DESC?= Install data files
DBM_DESC?= dbm database library support
DBUS_DESC?= D-Bus IPC system support
@@ -117,6 +119,7 @@ GGI_DESC?= General Graphics Interface support
GHOSTSCRIPT_DESC?= Ghostscript support
GIF_DESC?= GIF image format support
GIO_DESC?= Use GIO for file I/O
+GIT_DESC?= Git version control support
GLADE_DESC?= Glade interface builder support
GLUT_DESC?= OpenGL Utility Toolkit support
GLX_DESC?= X11 OpenGL rendering support
@@ -318,6 +321,7 @@ MATE_DESC?= MATE desktop environment support
MATROSKA_DESC?= Matroska container format support
MBEDTLS_DESC?= SSL/TLS support via mbed TLS
MDNSRESPONDER_DESC?= Zeroconf support via mDNSResponder
+MERCURIAL_DESC?= Mercurial version control support
METALINK_DESC?= Metalink support
MIKMOD_DESC?= MOD audio format support
MIXER_DESC?= Audio mixer support
@@ -389,6 +393,7 @@ PAM_DESC?= Pluggable authentication module support
PANGO_DESC?= Pango rendering library support
PCRE_DESC?= Use Perl Compatible Regular Expressions
PDF_DESC?= PDF document support
+PERFORCE_DESC?= Perforce version control support
PERL_DESC?= Perl scripting language support
PGO_DESC?= Use Profile-Guided Optimization
PGSQL_DESC?= PostgreSQL database support
@@ -462,9 +467,9 @@ SSL_DESC?= SSL protocol support
STATIC_DESC?= Build static executables and/or libraries
STRIP_DESC?= Strip binaries before installation
STROKE_DESC?= Mouse gestures support via libstroke
+SUBVERSION_DESC?= Subversion version control support
SVG_DESC?= SVG vector image format support
SVGALIB_DESC?= SVGA graphics support
-SVN_DESC?= Subversion support
SWFDEC_DESC?= Flash support via Swfdec
SWIG_DESC?= SWIG binding/wrapper support
SYBASE_DESC?= Sybase SQL Server support