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

(-)b/devel/libvterm/Makefile (-3 / +3 lines)
Lines 1-7 Link Here
1
PORTNAME=	libvterm
1
PORTNAME=	libvterm
2
PORTVERSION=	0.1.1
2
PORTVERSION=	0.2
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
MASTER_SITES=	https://launchpad.net/libvterm/trunk/v0.1/+download/
4
MASTER_SITES=	https://www.leonerd.org.uk/code/libvterm/
5
5
6
MAINTAINER=	aaron.kaufman@pm.me
6
MAINTAINER=	aaron.kaufman@pm.me
7
COMMENT=	Implementation of a VT220/xterm/ECMA-48 terminal emulator
7
COMMENT=	Implementation of a VT220/xterm/ECMA-48 terminal emulator
Lines 14-20 USES= compiler:c11 cpe gmake libtool:build pathfix perl5 Link Here
14
CPE_VENDOR=	leonerd
14
CPE_VENDOR=	leonerd
15
PATHFIX_MAKEFILEIN=	Makefile
15
PATHFIX_MAKEFILEIN=	Makefile
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USE_PERL5=	test
17
USE_PERL5=	build test
18
MAKE_ARGS=	PREFIX=${PREFIX}
18
MAKE_ARGS=	PREFIX=${PREFIX}
19
19
20
post-install:
20
post-install:
(-)b/devel/libvterm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1570461042
1
TIMESTAMP = 1663080202
2
SHA256 (libvterm-0.1.1.tar.gz) = 9bb88e7c67ea0ac5a0f8d1df3f432d3865e5ff36a778e9a2b34a58aba857b5d8
2
SHA256 (libvterm-0.2.tar.gz) = 4c5150655438cfb8c57e7bd133041140857eb04defd0e544521c0e469258e105
3
SIZE (libvterm-0.1.1.tar.gz) = 69044
3
SIZE (libvterm-0.2.tar.gz) = 79712
(-)b/devel/libvterm/pkg-plist (-1 / +1 lines)
Lines 6-10 include/vterm_keycodes.h Link Here
6
lib/libvterm.a
6
lib/libvterm.a
7
lib/libvterm.so
7
lib/libvterm.so
8
lib/libvterm.so.0
8
lib/libvterm.so.0
9
lib/libvterm.so.0.0.1
9
lib/libvterm.so.0.0.0
10
libdata/pkgconfig/vterm.pc
10
libdata/pkgconfig/vterm.pc

Return to bug 266399