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

(-)libsixel/Makefile (-23 / +11 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/graphics/libsixel/Makefile 357654 2014-06-13 07:36:27Z olgeni $
1
# $FreeBSD: head/graphics/libsixel/Makefile 357654 2014-06-13 07:36:27Z olgeni $
2
2
3
PORTNAME=	libsixel
3
PORTNAME=	libsixel
4
PORTVERSION=	0.19.5
4
PORTVERSION=	0.25.2
5
PORTEPOCH=	1
5
PORTEPOCH=	1
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
7
Lines 14-20 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	saitoha
15
GH_ACCOUNT=	saitoha
16
GH_TAGNAME=	v${PORTVERSION}
16
GH_TAGNAME=	v${PORTVERSION}
17
GH_COMMIT=	200e4d9
17
GH_COMMIT=	1b62176
18
18
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USES=		libtool
20
USES=		libtool
Lines 22-54 Link Here
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
23
CONFIGURE_ARGS=	--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
24
24
25
INSTALL_TARGET=		install-strip
25
INSTALL_TARGET=	install-strip
26
26
27
PORTDOCS=	README.md
27
PORTDOCS=	README.md
28
28
29
OPTIONS_DEFINE=	CURL GD PIXBUF
29
OPTIONS_DEFINE=	CURL GD PIXBUF
30
OPTIONS_DEFAULT=
30
OPTIONS_DEFAULT=
31
31
32
CURL_DESC=	libcurl support
32
CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
33
GD_DESC=	gd support
33
CURL_CONFIGURE_WITH=	libcurl
34
PIXBUF_DESC=	gdk-pixbuf2 support
34
35
35
GD_LIB_DEPENDS=		libgd.so:${PORTSDIR}/graphics/gd
36
.include <bsd.port.options.mk>
36
GD_CONFIGURE_WITH=	gd
37
37
38
.if ${PORT_OPTIONS:MCURL}
38
PIXBUF_LIB_DEPENDS=	libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2
39
LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl
39
PIXBUF_CONFIGURE_WITH=	gdk-pixbuf2
40
CONFIGURE_ARGS+=--with-libcurl
41
.endif
42
43
.if ${PORT_OPTIONS:MGD}
44
LIB_DEPENDS+=	libgd.so:${PORTSDIR}/graphics/gd
45
CONFIGURE_ARGS+=--with-gd
46
.endif
47
48
.if ${PORT_OPTIONS:MPIXBUF}
49
LIB_DEPENDS+=	libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2
50
CONFIGURE_ARGS+=--with-gdk-pixbuf2
51
.endif
52
40
53
post-install:
41
post-install:
54
	${MKDIR} ${STAGEDIR}${DOCSDIR}
42
	${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)libsixel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libsixel-0.19.5.tar.gz) = 3975e03be25b64cbf66bd61b1b4c9d976f15e5b11ec4f610c3a04aa2ef210e24
1
SHA256 (libsixel-0.25.2.tar.gz) = 26c737fdb6b8c8ab2e5ca1d0eba8a88b643397a32adf3b8a8a1220f63b0a7785
2
SIZE (libsixel-0.19.5.tar.gz) = 492241
2
SIZE (libsixel-0.25.2.tar.gz) = 2198087
(-)libsixel/pkg-plist (+6 lines)
Lines 9-11 Link Here
9
man/man1/img2sixel.1.gz
9
man/man1/img2sixel.1.gz
10
man/man1/sixel2png.1.gz
10
man/man1/sixel2png.1.gz
11
man/man5/sixel.5.gz
11
man/man5/sixel.5.gz
12
share/bash-completion/completions/img2sixel
13
share/zsh/site-functions/_img2sixel
14
@dirrmtry share/bash-completion/completions
15
@dirrmtry share/bash-completion
16
@dirrmtry share/zsh/site-functions
17
@dirrmtry share/zsh

Return to bug 192087