From owner-svn-ports-head@freebsd.org Sun Apr 16 18:31:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 444ADD41FA4; Sun, 16 Apr 2017 18:31:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02EDF8C7; Sun, 16 Apr 2017 18:31:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3GIVtfq057636; Sun, 16 Apr 2017 18:31:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3GIVse4057633; Sun, 16 Apr 2017 18:31:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704161831.v3GIVse4057633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Apr 2017 18:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438667 - head/devel/readline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 18:31:56 -0000 Author: sunpoet Date: Sun Apr 16 18:31:54 2017 New Revision: 438667 URL: https://svnweb.freebsd.org/changeset/ports/438667 Log: Add DOCS option back - Sort PLIST - Reformat pkg-descr - Update WWW Modified: head/devel/readline/Makefile head/devel/readline/pkg-descr head/devel/readline/pkg-plist Modified: head/devel/readline/Makefile ============================================================================== --- head/devel/readline/Makefile Sun Apr 16 17:13:25 2017 (r438666) +++ head/devel/readline/Makefile Sun Apr 16 18:31:54 2017 (r438667) @@ -16,7 +16,7 @@ COMMENT= Library for editing command lin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= TERMCAP +OPTIONS_DEFINE= TERMCAP DOCS OPTIONS_DEFAULT=TERMCAP TERMCAP_DESC= Link against libtermcap @@ -25,6 +25,7 @@ USE_LDCONFIG= yes USES= cpe INFO= history readline rluserman +PORTDOCS= CHANGES INSTALL README CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:R} Modified: head/devel/readline/pkg-descr ============================================================================== --- head/devel/readline/pkg-descr Sun Apr 16 17:13:25 2017 (r438666) +++ head/devel/readline/pkg-descr Sun Apr 16 18:31:54 2017 (r438667) @@ -1,8 +1,7 @@ -The GNU Readline library provides a set of functions for use by -applications that allow users to edit command lines as they are -typed in. Both Emacs and vi editing modes are available. The -Readline library includes additional functions to maintain a list -of previously-entered command lines, to recall and perhaps reedit -those lines, and perform csh-like history expansion on previous commands. +The GNU Readline library provides a set of functions for use by applications +that allow users to edit command lines as they are typed in. Both Emacs and vi +editing modes are available. The Readline library includes additional functions +to maintain a list of previously-entered command lines, to recall and perhaps +reedit those lines, and perform csh-like history expansion on previous commands. -WWW: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html +WWW: https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html Modified: head/devel/readline/pkg-plist ============================================================================== --- head/devel/readline/pkg-plist Sun Apr 16 17:13:25 2017 (r438666) +++ head/devel/readline/pkg-plist Sun Apr 16 18:31:54 2017 (r438667) @@ -1,19 +1,19 @@ -include/readline/readline.h include/readline/chardefs.h -include/readline/keymaps.h include/readline/history.h -include/readline/tilde.h -include/readline/rlstdc.h +include/readline/keymaps.h +include/readline/readline.h include/readline/rlconf.h +include/readline/rlstdc.h include/readline/rltypedefs.h -lib/libreadline.a +include/readline/tilde.h lib/libhistory.a -lib/libhistory.so.6 lib/libhistory.so -lib/libreadline.so.6 +lib/libhistory.so.6 +lib/libreadline.a lib/libreadline.so -man/man3/readline.3.gz +lib/libreadline.so.6 man/man3/history.3.gz +man/man3/readline.3.gz %%DATADIR%%/excallback.c %%DATADIR%%/fileman.c %%DATADIR%%/hist_erasedups.c