aboutsummaryrefslogtreecommitdiff
path: root/japanese/lynx-current
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2020-02-24 14:40:58 +0000
committerWen Heping <wen@FreeBSD.org>2020-02-24 14:40:58 +0000
commit2cded8bae8309eb55d37139f2a5324b5b6059040 (patch)
tree3023064ac853673d518a2796cc179c696a9e6769 /japanese/lynx-current
parenta4defe210b46ea95a8651ce0a4ee7035488d15b2 (diff)
downloadports-2cded8bae8309eb55d37139f2a5324b5b6059040.tar.gz
ports-2cded8bae8309eb55d37139f2a5324b5b6059040.zip
- Update to latest release
- Use ncursesw instead of ncurses - Add IDN and SSL configuration options - Add LICENSE_FILE - Update CONFLICTS PR: 243444 Submitted by: CQG00620@nifty.ne.jp(maintainer)
Notes
Notes: svn path=/head/; revision=526972
Diffstat (limited to 'japanese/lynx-current')
-rw-r--r--japanese/lynx-current/Makefile29
-rw-r--r--japanese/lynx-current/distinfo5
2 files changed, 24 insertions, 10 deletions
diff --git a/japanese/lynx-current/Makefile b/japanese/lynx-current/Makefile
index 1b2e41e2d72f..2a5e6d7bdc19 100644
--- a/japanese/lynx-current/Makefile
+++ b/japanese/lynx-current/Makefile
@@ -5,23 +5,25 @@ PORTNAME= lynx
DISTVERSION= ${VERSION}.${MINOR_VERSION:S/.//}
CATEGORIES= japanese www
MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/
-DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION}
PKGNAMESUFFIX= -current
+DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION}
MAINTAINER= CQG00620@nifty.ne.jp
COMMENT= Console WWW client (browser) with multi-byte encoding support (development release)
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
-VERSION= 2.8.9
-MINOR_VERSION= dev.8
+USES= cpe ncurses shebangfix tar:bzip2
-CONFLICTS= lynx-2.* ja-lynx-2.8.8.*
+VERSION= 2.9.0
+MINOR_VERSION= dev.4
+
+CONFLICTS= lynx-2.* lynx-current-2.* ja-lynx-2.*
-USES= cpe ncurses shebangfix tar:bzip2
SHEBANG_FILES= samples/mailto-form.pl
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
+CONFIGURE_ARGS+=--with-screen=ncursesw --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-ipv6 \
--enable-cjk --enable-internal-links \
--with-bzlib
@@ -34,8 +36,8 @@ CPE_UPDATE= ${PORTVERSION:E:S/p/pre./:S/d/dev./}
L_LIB= ${PREFIX}/etc
L_HELP= ${PREFIX}/share/lynx_help
-OPTIONS_DEFINE= COLOR_STYLE DEFAULT_COLORS DOCS JAPANESE_UTF8 EXPERIMENTAL_OPTS
-OPTIONS_DEFAULT=JAPANESE_UTF8 EXPERIMENTAL_OPTS
+OPTIONS_DEFINE= COLOR_STYLE DEFAULT_COLORS DOCS JAPANESE_UTF8 IDN SSL EXPERIMENTAL_OPTS
+OPTIONS_DEFAULT=JAPANESE_UTF8 IDN SSL EXPERIMENTAL_OPTS
OPTIONS_SUB= yes
COLOR_STYLE_DESC= Optional color style support
@@ -47,15 +49,26 @@ DEFAULT_COLORS_CONFIGURE_ENABLE=default-colors
EXPERIMENTAL_OPTS_DESC= Use experimental options
EXPERIMENTAL_OPTS_CONFIGURE_ON= --enable-charset-choice --enable-nested-tables
+IDN_LIB_DEPENDS= libidn.so:dns/libidn
+IDN_CONFIGURE_ENABLE= idna
+
JAPANESE_UTF8_DESC= Experimental Japanese UTF-8 logic support
JAPANESE_UTF8_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG}
JAPANESE_UTF8_CONFIGURE_ENABLE= japanese-utf8
JAPANESE_UTF8_USES= iconv
+SSL_CONFIGURE_ON= --with-ssl=${OPENSSLBASE}
+SSL_USES= ssl
+
# Change "cd foo && $(MAKE_RECUR)" into "$(MAKE_RECUR) -C foo" to unbreak
# parallel builds
post-patch:
@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\(MAKE_RECUR\))|\2 -C \1|' \
${WRKSRC}/${MAKEFILE}.in
+post-install-DOCS-on:
+.for doc in COPYHEADER COPYING
+ ${RLN} ${STAGEDIR}${DOCSDIR}/${doc} ${STAGEDIR}${L_HELP}
+.endfor
+
.include <bsd.port.mk>
diff --git a/japanese/lynx-current/distinfo b/japanese/lynx-current/distinfo
index 029085350785..8828aba19c20 100644
--- a/japanese/lynx-current/distinfo
+++ b/japanese/lynx-current/distinfo
@@ -1,2 +1,3 @@
-SHA256 (lynx2.8.9dev.8.tar.bz2) = c6223b885378d77cbc7cf7137273f1e9c142ec846d4d78477d319d10c4316d31
-SIZE (lynx2.8.9dev.8.tar.bz2) = 2657804
+TIMESTAMP = 1579002856
+SHA256 (lynx2.9.0dev.4.tar.bz2) = 043aaf753de917687094bc80c37db93390904b573c13e82dbd1756de4c00af00
+SIZE (lynx2.9.0dev.4.tar.bz2) = 2723001