View | Details | Raw Unified | Return to bug 232137
Collapse All | Expand All

(-)Makefile (-13 / +9 lines)
Lines 2-21 Link Here
2
2
3
PORTNAME=	edbrowse
3
PORTNAME=	edbrowse
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	3.7.3
5
DISTVERSION=	3.7.4
6
PORTREVISION=	1
7
CATEGORIES=	www editors
6
CATEGORIES=	www editors
8
7
9
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
10
PATCHFILES=	885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch:-p1
11
12
MAINTAINER=	alfix86@gmail.com
8
MAINTAINER=	alfix86@gmail.com
13
COMMENT=	Line-oriented Web browser and text editor
9
COMMENT=	Line-oriented Web browser and text editor
14
10
15
LICENSE=	GPLv2
11
LICENSE=	GPLv2
16
12
17
BROKEN_powerpc64=	fails to link: html.o: undefined reference to std::__cxx11::basic_string
18
19
LIB_DEPENDS=	libpcre.so:devel/pcre \
13
LIB_DEPENDS=	libpcre.so:devel/pcre \
20
		libcurl.so:ftp/curl \
14
		libcurl.so:ftp/curl \
21
		libtidy.so:www/tidy-lib \
15
		libtidy.so:www/tidy-lib \
Lines 22-42 Link Here
22
		libtidy5.so:www/tidy-html5 \
16
		libtidy5.so:www/tidy-html5 \
23
		libduktape.so:lang/duktape-lib
17
		libduktape.so:lang/duktape-lib
24
18
25
USES=		cmake:outsource perl5 readline
19
USES=		cmake perl5 readline
20
USE_PERL5=	build
26
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
27
GH_ACCOUNT=	CMB
23
GH_ACCOUNT=	CMB
28
USE_PERL5=	build
29
24
30
PLIST_FILES=	bin/${PORTNAME} \
25
PLIST_FILES=	bin/${PORTNAME} \
31
		man/man1/${PORTNAME}.1.gz
26
		man/man1/${PORTNAME}.1.gz
32
27
28
PORTDOCS=	*
29
33
OPTIONS_DEFINE=	DOCS
30
OPTIONS_DEFINE=	DOCS
34
31
35
PORTDOCS=	*
32
do-install:
33
	${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
34
	${INSTALL_PROGRAM} ${WRKSRC}/edbrowse ${STAGEDIR}${PREFIX}/bin
36
35
37
post-install:
38
	${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-debian.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
39
40
post-install-DOCS-on:
36
post-install-DOCS-on:
41
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
37
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
42
	${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}
38
	${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}
(-)distinfo (-5 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1523728031
1
TIMESTAMP = 1539117286
2
SHA256 (CMB-edbrowse-v3.7.3_GH0.tar.gz) = ae7717c4c30297a01185ae2705fd55a7cd5f5484db05d5dfc02b7932b5766498
2
SHA256 (CMB-edbrowse-v3.7.4_GH0.tar.gz) = b79e6417c1170c96ef68968c33d585725f0f2d27859e3fe807c980a9c33ea719
3
SIZE (CMB-edbrowse-v3.7.3_GH0.tar.gz) = 707515
3
SIZE (CMB-edbrowse-v3.7.4_GH0.tar.gz) = 765794
4
SHA256 (885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch) = b15a2931dccd85643450b50915ba877d24bec3b078daca2e4a41c23aaa660a93
5
SIZE (885fbc5f18ae61f9af9faa3e9d25c67a65148f6a.patch) = 880
(-)files/patch-doc_man-edbrowse-debian.1 (-49 lines)
Lines 1-49 Link Here
1
--- doc/man-edbrowse-debian.1.orig	2018-04-14 14:29:56 UTC
2
+++ doc/man-edbrowse-debian.1
3
@@ -30,22 +30,17 @@ edbrowse \- text editor and web browser
4
 .I " ..."
5
 .LP
6
 .SH DESCRIPTION
7
-(This manual page was written for the Debian GNU/Linux distribution
8
-because the original program does not have a man page. Instead the
9
-program is documented in detail in the HTML documentation that
10
-accompanies the program; see below.)
11
 .PP
12
 .BR edbrowse
13
 is a line-oriented text editor very similar to
14
-.BR ed (1),
15
+.BR ed (1).
16
 It is used to create, display, modify and otherwise manipulate text
17
 files.
18
 .PP
19
 In addition
20
 .BR edbrowse
21
-can be used to display web pages and edit the
22
-contents of these pages. It supports the use of forms and Javascript in
23
-web pages.
24
+can be used to display web pages and edit their
25
+content. It supports the use of forms and JavaScript.
26
 .PP
27
 If
28
 .BR edbrowse
29
@@ -70,9 +65,9 @@ for further details regarding the editing commands. Ex
30
 browsing functions can be found in the HTML documentation.
31
 .PP
32
 .SH EXAMPLES
33
-To read the HTML documentation on a Debian system you can do
34
+To read the HTML documentation you can do:
35
 .IP
36
-.BR "edbrowse file:///usr/share/doc/edbrowse/usersguide.html"
37
+.BR "edbrowse /usr/local/share/doc/edbrowse/usersguide.html"
38
 .PP
39
 To read (say) 20 lines of the buffer at a time starting from
40
 the top use the command
41
@@ -155,7 +150,7 @@ configuration options and for details of the use of ed
42
 .IR pcrepattern (3).
43
 .PP
44
 The
45
-.URL "/usr/share/doc/edbrowse/usersguide.html" "HTML documentation" " "
46
+.URL "/usr/local/share/doc/edbrowse/usersguide.html" "HTML documentation" " "
47
 provides greater detail about the program.
48
 .PP
49
 .SH AUTHORS

Return to bug 232137