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

(-)b/devel/stb/Makefile (-6 / +9 lines)
Lines 1-25 Link Here
1
PORTNAME=	stb
1
PORTNAME=	stb
2
PORTVERSION=	g20211010
2
DISTVERSION=	2.37.g20241109
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
4
5
MAINTAINER=	yuri@FreeBSD.org
5
MAINTAINER=	yuri@FreeBSD.org
6
COMMENT=	Stb single-file public domain libraries for C/C++
6
COMMENT=	Stb single-file public domain libraries for C/C++
7
WWW=		https://github.com/nothings/stb
7
WWW=		https://github.com/nothings/stb/
8
8
9
LICENSE=	PD
9
LICENSE=	MIT PD
10
LICENSE_COMB=	dual
11
LICENSE_FILE_MIT=	${WRKSRC}/LICENSE
12
LICENSE_FILE_PD=	${WRKSRC}/LICENSE
10
13
11
USES=		cpe
14
USES=		cpe
12
CPE_VENDOR=	${PORTNAME}_project
15
CPE_VENDOR=	${PORTNAME}_project
13
16
14
USE_GITHUB=	yes
17
USE_GITHUB=	yes
15
GH_ACCOUNT=	nothings
18
GH_ACCOUNT=	nothings
16
GH_TAGNAME=	af1a5bc
19
GH_TAGNAME=	5c20573
17
20
18
NO_BUILD=	yes
19
NO_ARCH=	yes
21
NO_ARCH=	yes
22
NO_BUILD=	yes
20
23
21
do-install:
24
do-install:
22
	@${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
25
	${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
23
	cd ${WRKSRC} && ${INSTALL_DATA} *.c *.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
26
	cd ${WRKSRC} && ${INSTALL_DATA} *.c *.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
24
27
25
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)b/devel/stb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1646928770
1
TIMESTAMP = 1731284625
2
SHA256 (nothings-stb-g20211010-af1a5bc_GH0.tar.gz) = 3facf6e6f8c3e1715e1a088f22bad9c9202973f9369fb3f088f46cced3f64058
2
SHA256 (nothings-stb-2.37.g20241109-5c20573_GH0.tar.gz) = f8e9c407738ab0144543659822b417f337cc4f3de3fa8a4d5db59f7061b3d515
3
SIZE (nothings-stb-g20211010-af1a5bc_GH0.tar.gz) = 1387334
3
SIZE (nothings-stb-2.37.g20241109-5c20573_GH0.tar.gz) = 1512387
(-)b/devel/stb/pkg-plist (-2 / +2 lines)
Lines 7-16 include/stb/stb_easy_font.h Link Here
7
include/stb/stb_herringbone_wang_tile.h
7
include/stb/stb_herringbone_wang_tile.h
8
include/stb/stb_hexwave.h
8
include/stb/stb_hexwave.h
9
include/stb/stb_image.h
9
include/stb/stb_image.h
10
include/stb/stb_image_resize.h
10
include/stb/stb_image_resize2.h
11
include/stb/stb_image_write.h
11
include/stb/stb_image_write.h
12
include/stb/stb_include.h
12
include/stb/stb_include.h
13
include/stb/stb_leakcheck.h
13
include/stb/stb_leakcheck.h
14
include/stb/stb_perlin.h
14
include/stb/stb_rect_pack.h
15
include/stb/stb_rect_pack.h
15
include/stb/stb_sprintf.h
16
include/stb/stb_sprintf.h
16
include/stb/stb_textedit.h
17
include/stb/stb_textedit.h
17
- 

Return to bug 282686