mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Upgrade to 2.8.4dev1
Enable message catalogs
This commit is contained in:
parent
b3792470c2
commit
38bae59b72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28345
@ -7,19 +7,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= lynx
|
||||
PORTVERSION= 2.8.3pre.5
|
||||
PORTVERSION= 2.8.4dev.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://lynx.isc.org/current/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_BZIP2= YES
|
||||
NO_LATEST_LINK= YES
|
||||
WRKSRC= ${WRKDIR}/lynx2-8-3
|
||||
WRKSRC= ${WRKDIR}/lynx2-8-4
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
|
||||
--enable-nsl-fork --enable-persistent-cookies
|
||||
--enable-nsl-fork --enable-persistent-cookies \
|
||||
--enable-nls
|
||||
MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f
|
||||
MAKEFILE= makefile
|
||||
INSTALL_TARGET= install-full
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lynx2.8.3pre.5.tar.bz2) = 07ab759900ff18482fd55b261271e4c0
|
||||
MD5 (lynx2.8.4dev.1.tar.bz2) = 481eab54289d5de88d597354e46ae998
|
||||
|
@ -4,9 +4,11 @@ etc/lynx.cfg.default
|
||||
@exec mkdir -p %D/share/lynx_help
|
||||
share/doc/lynx/CHANGES
|
||||
share/doc/lynx/COPYHEADER
|
||||
@exec ln -sf %D/%F %D/share/lynx_help
|
||||
@exec ln -sf %D/%F %D/share/lynx_help/%f
|
||||
@unexec rm -f %D/share/lynx_help/%f
|
||||
share/doc/lynx/COPYING
|
||||
@exec ln -sf %D/%F %D/share/lynx_help
|
||||
@exec ln -sf %D/%F %D/share/lynx_help/%f
|
||||
@unexec rm -f %D/share/lynx_help/%f
|
||||
share/doc/lynx/PROBLEMS
|
||||
share/doc/lynx/README
|
||||
share/doc/lynx/samples/blue-background.lss
|
||||
@ -32,6 +34,20 @@ share/doc/lynx/test/sgml.html
|
||||
share/doc/lynx/test/spaces.html
|
||||
share/doc/lynx/test/tabtest.html
|
||||
share/doc/lynx/test/unicode.html
|
||||
share/locale/cs/LC_MESSAGES/lynx.mo
|
||||
share/locale/de/LC_MESSAGES/lynx.mo
|
||||
share/locale/es/LC_MESSAGES/lynx.mo
|
||||
share/locale/fr/LC_MESSAGES/lynx.mo
|
||||
share/locale/it/LC_MESSAGES/lynx.mo
|
||||
share/locale/ko/LC_MESSAGES/lynx.mo
|
||||
share/locale/nl/LC_MESSAGES/lynx.mo
|
||||
share/locale/no/LC_MESSAGES/lynx.mo
|
||||
share/locale/pl/LC_MESSAGES/lynx.mo
|
||||
share/locale/pt/LC_MESSAGES/lynx.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/lynx.mo
|
||||
share/locale/ru/LC_MESSAGES/lynx.mo
|
||||
share/locale/sl/LC_MESSAGES/lynx.mo
|
||||
share/locale/sv/LC_MESSAGES/lynx.mo
|
||||
share/lynx_help/Lynx_users_guide.html
|
||||
share/lynx_help/about_lynx.html
|
||||
share/lynx_help/keystrokes/alt_edit_help.html
|
||||
|
Loading…
Reference in New Issue
Block a user