svn commit: r303306 - head/Mk

Alberto Villa avilla at FreeBSD.org
Wed Aug 29 01:58:36 UTC 2012


Author: avilla
Date: Wed Aug 29 01:58:35 2012
New Revision: 303306
URL: http://svn.freebsd.org/changeset/ports/303306

Log:
  - Improve several descriptions.
  
  Just for reference (non-obvious changes):
  * ASSERT (which should be changed to ASSERTS) gained an 'enable'
    because assertions lie in the code and just need to be turned on,
    but actually add something to the final result (unlike MMX and SSE,
    which have 'use' because they replace routines with optimised ones);
  * GDM changed from 'build' to 'install' because the option means
    "depend on the GDM port", while 'build' would mean "build the GDM
    login manager inside this port";
  * 'Desktop' in GNOME and KDE* was changed to a more complete 'desktop
    environment'.

Modified:
  head/Mk/bsd.options.desc.mk

Modified: head/Mk/bsd.options.desc.mk
==============================================================================
--- head/Mk/bsd.options.desc.mk	Wed Aug 29 01:24:04 2012	(r303305)
+++ head/Mk/bsd.options.desc.mk	Wed Aug 29 01:58:35 2012	(r303306)
@@ -28,7 +28,7 @@ ARCHIVE_DESC?=		bzip2/zip/iso9660 archiv
 ARTS_DESC?=		aRts audio system support
 ASM_DESC?=		Use optimized assembly code
 ASPELL_DESC?=		Spell checking support via GNU Aspell
-ASSERT_DESC?=		Debug assertions
+ASSERT_DESC?=		Enable debug assertions
 AVAHI_DESC?=		Zeroconf support (via Avahi)
 BDB_DESC?=		Berkeley DB support
 BDB1_DESC?=		Berkeley DB 1.85 support
@@ -81,7 +81,7 @@ FUSE_DESC?=		FUSE (Filesystem in Userspa
 GCONF_DESC?=		GConf configuration backend support
 GD_DESC?=		GD graphics library support
 GDBM_DESC?=		GNU dbm library support
-GDM_DESC?=		Build GDM login manager
+GDM_DESC?=		Install GDM login manager
 GEOIP_DESC?=		GeoIP support
 GEOS_DESC?=		GEOS support
 GEOTIFF_DESC?=		GeoTIFF file format support
@@ -89,30 +89,30 @@ GGI_DESC?=		General Graphics Interface s
 GIF_DESC?=		GIF image format support
 GLADE_DESC?=		Glade interface builder support
 GMP_DESC?=		GMP (multiple precision arithmetic) support
-GNOME_DESC?=		GNOME Desktop support
+GNOME_DESC?=		GNOME desktop environment support
 GNOMEVFS2_DESC?=	GnomeVFS2 support
 GNUPG_DESC?=		GNU Privacy Guard support
 GNUPLOT_DESC?=		Plotting support via gnuplot
 GNUTLS_DESC?=		SSL/TLS support via GnuTLS
-GOGO_DESC?=		GOGO MP3 encoder
+GOGO_DESC?=		GOGO MP3 encoder support
 GPERFTOOLS_DESC?=	Google gperftools support
 GRAPHMAGICK_DESC?=	GraphicsMagick support
 GRAPHVIZ_DESC?=		Graphviz support
 GRASS_DESC?=		GRASS support
 GSM_DESC?=		GSM codec support
 GSSAPI_DESC?=		GSSAPI support
-GSTREAMER_DESC?=	Multimedia support with GStreamer
-GTK1_DESC?=		GTK+1 GUI toolkit support
-GTK2_DESC?=		GTK+2 GUI toolkit support
-GTK3_DESC?=		GTK+3 GUI toolkit support
+GSTREAMER_DESC?=	Multimedia support via GStreamer
+GTK1_DESC?=		GTK+ 1 GUI toolkit support
+GTK2_DESC?=		GTK+ 2 GUI toolkit support
+GTK3_DESC?=		GTK+ 3 GUI toolkit support
 GUI_DESC?=		GUI (Graphical User Interface) support
 GUILE_DESC?=		Guile extension language support
-GVFS_DESC?=		Remote access support
+GVFS_DESC?=		Virtual filesystems support via GVFS
 H323_DESC?=		H.323 support
 HAL_DESC?=		HAL (Hardware Abstraction Layer) support
 HDF5_DESC?=		HDF-5 data format support
-HTTPD_DESC?=		Support for httpd output streaming
-ICONS_DESC?=		Icons theme
+HTTPD_DESC?=		httpd output streaming support
+ICONS_DESC?=		Install icons theme
 ICONV_DESC?=		Encoding conversion support via iconv
 ID3_DESC?=		ID3 tags support
 ID3TAG_DESC?=		ID3 v1/v2 tags support
@@ -129,8 +129,8 @@ JAVA_DESC?=		JAVA platform support
 JBIG_DESC?=		JBIG image format support
 JHEAD_DESC?=		jhead EXIF manipulator support
 JPEG_DESC?=		JPEG image format support
-KDE3_DESC?=		KDE3 Desktop support
-KDE4_DESC?=		KDE4 Desktop support
+KDE3_DESC?=		KDE 3 desktop environment support
+KDE4_DESC?=		KDE 4 desktop environment support
 KERBEROS_DESC?=		Kerberos support
 KERBEROS4_DESC?=	Kerberos 4 support
 KERBEROS5_DESC?=	Kerberos 5 support
@@ -160,7 +160,7 @@ LIGHTTPD_DESC?=		Lighttpd server support
 LIRC_DESC?=		LIRC support
 LITE_DESC?=		Reduced features and memory footprint
 LQR_DESC?=		Liquid Rescale support
-LUA_DESC?=		LUA scripting language support
+LUA_DESC?=		Lua scripting language support
 LZMA_DESC?=		LZMA compression support
 MAD_DESC?=		MAD MP3 decoder support
 MAGICK_DESC?=		ImageMagick library support
@@ -233,7 +233,7 @@ PULSEAUDIO_DESC?=	PulseAudio sound serve
 PYMALLOC_DESC?=		Use Python's internal malloc
 PYTHON_DESC?=		Python binding/support
 QUICKTIME_DESC?=	QuickTime support
-QT4_DESC?=		Qt4 toolkit support
+QT4_DESC?=		Qt 4 toolkit support
 RADIUS_DESC?=		RADIUS protocol support
 RAW_DESC?=		RAW support
 RESIN3_DESC?=		Resin 3.x support
@@ -291,7 +291,7 @@ VPX_DESC?=		VP8 video codec support
 WAV_DESC?=		WAV audio format support
 WAVPACK_DESC?=		WavPack lossless audio format support
 WEBP_DESC?=		WebP image format support
-WEBSERVER_DESC?=	Build internal webserver
+WEBSERVER_DESC?=	Build and install internal web server
 WMF_DESC?=		Windows Metafile support
 WXGTK_DESC?=		wxGTK GUI toolkit support
 X11_DESC?=		X11 support (graphics)



More information about the svn-ports-all mailing list