svn commit: r308470 - head/x11/rxvt-unicode

Alexey Dokuchaev danfe at FreeBSD.org
Mon Dec 10 08:44:43 UTC 2012


On Sat, Dec 08, 2012 at 10:17:41AM +0000, Thierry Thomas wrote:
> New Revision: 308470
> URL: http://svnweb.freebsd.org/changeset/ports/308470
> 
> @@ -1,9 +1,5 @@
> -# New ports collection Makefile for: rxvt
> -# Date created:         5th December 1994
>  # Whom:                 gpalmer at FreeBSD.org
> -#
>  # $FreeBSD$
> -#

This is incorrect header format.  s/Whom:[[:blank:]]*/Created by: /

> +PERL_DESC=		Embedded Perl interpreter
> +XIM_DESC=		Support for XIM (X Input Method) protocol
> +UNICODE3_DESC=		Support Unicode codepoints above 65535
> +ISO14755_DESC=		Support for extended ISO 14755 modes
> +COMBINING_DESC=		Automatic composition of combining chars
> +RXVT_SCROLLBAR_DESC=	Support for the original rxvt scrollbar
> +NEXT_SCROLLBAR_DESC=	Support for a NeXT-like scrollbar
> +XTERM_SCROLLBAR_DESC=	Support for an Xterm-like scrollbar
> +BACKSPACE_KEY_DESC=	Handling of the backspace key by rxvt
> +DELETE_KEY_DESC=	Handling of the delete key by rxvt
> +MOUSEWHEEL_DESC=	Support for scrolling via mouse wheel
> +SMART_RESIZE_DESC=	Smart growth/shrink behaviour
> +IMLOCALE_FIX_DESC=	imlocale encoding conversion fix
> +GDK_PIXBUF_DESC=	Use gdk-pixbuf for background images
> +AFTERIMAGE_DESC=	Use libAfterImage for background images
> +NOTIFY_DESC=		Freedesktop startup notification support
> +256_COLOR_DESC=		Support for 256 colors

Most of these should be reworded to have "support" word at the end.  See
examples in the port.options.desc.mk.

./danfe


More information about the svn-ports-all mailing list