Update to upstream revision 3.0.1, add DOCS OPTION
Detailed log: - Update to upstream revision 3.0.1 - Fix partially corrupt xvt(1) man file - Documentation updates - Slight change to COMMENT, and pkg-descr - Add PORTDOCS - Pet portlint PR: 210711 Submitted by: portmaster@bsdforge.com (maintainer)
This commit is contained in:
parent
a9061942ff
commit
fe16c5e1b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417872
@ -2,16 +2,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xvt
|
||||
PORTVERSION= 3.0.0
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES+= x11
|
||||
MASTER_SITES= http://BSDforge.com/projects/source/x11/xvt/
|
||||
|
||||
MAINTAINER= portmaster@bsdforge.com
|
||||
COMMENT= Xterm replacement supporting color, transparency, and more, with less
|
||||
COMMENT= Xterm replacement, supporting color, transparency, and more, with less
|
||||
|
||||
LICENSE= BSD2CLAUSE GPLv2
|
||||
LICENSE_COMB= multi
|
||||
|
||||
PORTDOCS= xvt.1.html xvtRef.html xvtRef.txt
|
||||
|
||||
USES= libtool perl5 tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build patch
|
||||
@ -24,7 +26,7 @@ DESKTOP_ENTRIES= "xvt" "xvt terminal emulator" \
|
||||
false
|
||||
|
||||
OPTIONS_DEFINE= 256_COLOR BIG5 EUCJ GB GREEK KR LINESPACE MENUBAR NEXT XVT \
|
||||
SJIS SMART TRANSPARENCY XIM XTERM
|
||||
SJIS SMART TRANSPARENCY XIM XTERM DOCS
|
||||
|
||||
256_COLOR_DESC= Build with 256-color support
|
||||
BIG5_DESC= Build with BIG5 support
|
||||
@ -43,7 +45,7 @@ XIM_DESC= Build with XIM support
|
||||
XTERM_DESC= Build with Xterm scrollbar
|
||||
|
||||
OPTIONS_DEFAULT=256_COLOR GB LINESPACE MENUBAR NEXT XVT SMART TRANSPARENCY \
|
||||
XIM XTERM
|
||||
XIM XTERM DOCS
|
||||
|
||||
CONFIGURE_ARGS= --enable-utmp --enable-lastlog \
|
||||
--with-xpm --enable-xpm-background --enable-shared \
|
||||
@ -86,6 +88,10 @@ post-patch:
|
||||
@${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \
|
||||
${WRKSRC}/src/ptytty.c
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xvt; \
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxvt.so.1.0.0 ;\
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xvt-3.0.0.tar.xz) = 9a6c760dd9b6f0ffa6a43016030c0e4f9a3210d25a1127411010edce79f63707
|
||||
SIZE (xvt-3.0.0.tar.xz) = 430904
|
||||
SHA256 (xvt-3.0.1.tar.xz) = f218db092449eb183de540f6500aefbcca6f8f4e3a40110c728e578c27593e6d
|
||||
SIZE (xvt-3.0.1.tar.xz) = 431296
|
||||
|
@ -1,4 +1,5 @@
|
||||
xvt - an xterm replacement supporting color, transparency, and more, with less!
|
||||
xvt - an xterm replacement, supporting color, transparency, and more,
|
||||
with less!
|
||||
|
||||
xvt, simply continues on the original authors work -- John Bovey, University
|
||||
of Kent at Canterbury. With few exceptions, it does everything Xterm does.
|
||||
|
@ -1,6 +1,6 @@
|
||||
@mode 4711
|
||||
bin/xvt
|
||||
bin/xvt-3.0.0
|
||||
bin/xvt-3.0.1
|
||||
@mode
|
||||
include/xvtlib.h
|
||||
lib/libxvt.a
|
||||
|
Loading…
Reference in New Issue
Block a user