1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

www/edbrowse: Update to 3.7.4

PR:		232137
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
This commit is contained in:
Steve Wills 2018-10-11 02:23:26 +00:00
parent 45ecdfc44c
commit 749ad7fc39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481780
3 changed files with 13 additions and 68 deletions

View File

@ -2,40 +2,36 @@
PORTNAME= edbrowse
DISTVERSIONPREFIX= v
DISTVERSION= 3.7.3
PORTREVISION= 1
DISTVERSION= 3.7.4
CATEGORIES= www editors
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch:-p1
MAINTAINER= alfix86@gmail.com
COMMENT= Line-oriented Web browser and text editor
LICENSE= GPLv2
BROKEN_powerpc64= fails to link: html.o: undefined reference to std::__cxx11::basic_string
LIB_DEPENDS= libpcre.so:devel/pcre \
libcurl.so:ftp/curl \
libtidy.so:www/tidy-lib \
libtidy5.so:www/tidy-html5 \
libduktape.so:lang/duktape-lib
USES= cmake:outsource perl5 readline
USE_GITHUB= yes
GH_ACCOUNT= CMB
USES= cmake perl5 readline
USE_PERL5= build
USE_GITHUB= yes
GH_ACCOUNT= CMB
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
OPTIONS_DEFINE= DOCS
PORTDOCS= *
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-debian.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
${INSTALL_PROGRAM} ${WRKSRC}/edbrowse ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}

View File

@ -1,5 +1,3 @@
TIMESTAMP = 1523728031
SHA256 (CMB-edbrowse-v3.7.3_GH0.tar.gz) = ae7717c4c30297a01185ae2705fd55a7cd5f5484db05d5dfc02b7932b5766498
SIZE (CMB-edbrowse-v3.7.3_GH0.tar.gz) = 707515
SHA256 (885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch) = b15a2931dccd85643450b50915ba877d24bec3b078daca2e4a41c23aaa660a93
SIZE (885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch) = 880
TIMESTAMP = 1539117286
SHA256 (CMB-edbrowse-v3.7.4_GH0.tar.gz) = b79e6417c1170c96ef68968c33d585725f0f2d27859e3fe807c980a9c33ea719
SIZE (CMB-edbrowse-v3.7.4_GH0.tar.gz) = 765794

View File

@ -1,49 +0,0 @@
--- doc/man-edbrowse-debian.1.orig 2018-04-14 14:29:56 UTC
+++ doc/man-edbrowse-debian.1
@@ -30,22 +30,17 @@ edbrowse \- text editor and web browser
.I " ..."
.LP
.SH DESCRIPTION
-(This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a man page. Instead the
-program is documented in detail in the HTML documentation that
-accompanies the program; see below.)
.PP
.BR edbrowse
is a line-oriented text editor very similar to
-.BR ed (1),
+.BR ed (1).
It is used to create, display, modify and otherwise manipulate text
files.
.PP
In addition
.BR edbrowse
-can be used to display web pages and edit the
-contents of these pages. It supports the use of forms and Javascript in
-web pages.
+can be used to display web pages and edit their
+content. It supports the use of forms and JavaScript.
.PP
If
.BR edbrowse
@@ -70,9 +65,9 @@ for further details regarding the editing commands. Ex
browsing functions can be found in the HTML documentation.
.PP
.SH EXAMPLES
-To read the HTML documentation on a Debian system you can do
+To read the HTML documentation you can do:
.IP
-.BR "edbrowse file:///usr/share/doc/edbrowse/usersguide.html"
+.BR "edbrowse /usr/local/share/doc/edbrowse/usersguide.html"
.PP
To read (say) 20 lines of the buffer at a time starting from
the top use the command
@@ -155,7 +150,7 @@ configuration options and for details of the use of ed
.IR pcrepattern (3).
.PP
The
-.URL "/usr/share/doc/edbrowse/usersguide.html" "HTML documentation" " "
+.URL "/usr/local/share/doc/edbrowse/usersguide.html" "HTML documentation" " "
provides greater detail about the program.
.PP
.SH AUTHORS