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

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	elfio
4
PORTNAME=	elfio
5
PORTVERSION=	3.6
5
PORTVERSION=	3.8
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	SF/elfio/ELFIO-sources/ELFIO-${PORTVERSION}
7
MASTER_SITES=	SF/elfio/ELFIO-sources/ELFIO-${PORTVERSION}
8
8
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1591903437
1
TIMESTAMP = 1614392884
2
SHA256 (elfio-3.6.tar.gz) = 83d52ac008ec8491a32ff07cc743e2294a8292a8411a14fcf3b9cd3b72e23674
2
SHA256 (elfio-3.8.tar.gz) = 9553ce2b8d8aa2fb43f0e9be9bcbd10cd52f40b385110ea54173889c982f9ac4
3
SIZE (elfio-3.6.tar.gz) = 495286
3
SIZE (elfio-3.8.tar.gz) = 530771
(-)pkg-plist (+6 lines)
Lines 4-9 Link Here
4
include/elfio/elfio_dynamic.hpp
4
include/elfio/elfio_dynamic.hpp
5
include/elfio/elfio_header.hpp
5
include/elfio/elfio_header.hpp
6
include/elfio/elfio_note.hpp
6
include/elfio/elfio_note.hpp
7
include/elfio/elfio_modinfo.hpp
7
include/elfio/elfio_relocation.hpp
8
include/elfio/elfio_relocation.hpp
8
include/elfio/elfio_section.hpp
9
include/elfio/elfio_section.hpp
9
include/elfio/elfio_segment.hpp
10
include/elfio/elfio_segment.hpp
Lines 10-20 Link Here
10
include/elfio/elfio_strings.hpp
11
include/elfio/elfio_strings.hpp
11
include/elfio/elfio_symbols.hpp
12
include/elfio/elfio_symbols.hpp
12
include/elfio/elfio_utils.hpp
13
include/elfio/elfio_utils.hpp
14
include/elfio/elfio_version.hpp
13
%%PORTDOCS%%%%DOCSDIR%%/elfio.pdf
15
%%PORTDOCS%%%%DOCSDIR%%/elfio.pdf
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_section
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_section.cpp
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer.cpp
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anonymizer.cpp
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c_example
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump
21
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump.cpp
22
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfdump.cpp
23
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elfio_c_wrapper.cpp
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial.cpp
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial.cpp
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj
26
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write_obj

Return to bug 253885