Date: Tue, 1 May 2018 09:03:56 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468758 - head/x11/xtermset Message-ID: <201805010903.w4193ui1090631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 1 09:03:56 2018 New Revision: 468758 URL: https://svnweb.freebsd.org/changeset/ports/468758 Log: - Add LICENSE - Add WWW Approved by: portmgr blanket Modified: head/x11/xtermset/Makefile head/x11/xtermset/pkg-descr Modified: head/x11/xtermset/Makefile ============================================================================== --- head/x11/xtermset/Makefile Tue May 1 08:33:58 2018 (r468757) +++ head/x11/xtermset/Makefile Tue May 1 09:03:56 2018 (r468758) @@ -10,6 +10,9 @@ MASTER_SITES= SF/clts/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Dynamically change some settings of an xterm +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" USES= gmake Modified: head/x11/xtermset/pkg-descr ============================================================================== --- head/x11/xtermset/pkg-descr Tue May 1 08:33:58 2018 (r468757) +++ head/x11/xtermset/pkg-descr Tue May 1 09:03:56 2018 (r468758) @@ -1,3 +1,5 @@ This program allows you to change some of xterm's display settings dynamically. Most of the option names are the same as those found in xterm; see the man page for details. + +WWW: https://sourceforge.net/projects/clts/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805010903.w4193ui1090631>