Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 18:31:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438667 - head/devel/readline
Message-ID:  <201704161831.v3GIVse4057633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704161831.v3GIVse4057633>