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

(-)Makefile (-1 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/print/qpdf/Makefile 358106 2014-06-17 12:41:28Z amdmi3 $
2
# $FreeBSD: head/print/qpdf/Makefile 358106 2014-06-17 12:41:28Z amdmi3 $
3
3
4
PORTNAME=	qpdf
4
PORTNAME=	qpdf
5
PORTVERSION=	5.1.1
5
PORTVERSION=	5.1.2
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	print
7
CATEGORIES=	print
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
Lines 12-17 Link Here
12
12
13
LICENSE=	ART20
13
LICENSE=	ART20
14
14
15
OPTIONS_DEFINE=	SDK
16
OPTIONS_SUB=	yes
17
18
SDK_DESC=	Install header files.
19
20
.include <bsd.port.options.mk>
21
15
BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
22
BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
16
LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
23
LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
17
24
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qpdf-5.1.1.tar.gz) = 95d355d8fa5e1c677e04d884161de94f5438bf3bdc1638498796b042bad4a726
1
SHA256 (qpdf-5.1.2.tar.gz) = e9dd8d5d0a322078ffd573f057f03d24a734cc5b7dd925b089ebcb0f6e867bfd
2
SIZE (qpdf-5.1.1.tar.gz) = 7662701
2
SIZE (qpdf-5.1.2.tar.gz) = 7664268
(-)pkg-plist (-28 / +28 lines)
Lines 1-37 Link Here
1
bin/fix-qdf
1
bin/fix-qdf
2
bin/qpdf
2
bin/qpdf
3
bin/zlib-flate
3
bin/zlib-flate
4
include/qpdf/Buffer.hh
4
%%SDK%%include/qpdf/Buffer.hh
5
include/qpdf/BufferInputSource.hh
5
%%SDK%%include/qpdf/BufferInputSource.hh
6
include/qpdf/Constants.h
6
%%SDK%%include/qpdf/Constants.h
7
include/qpdf/DLL.h
7
%%SDK%%include/qpdf/DLL.h
8
include/qpdf/FileInputSource.hh
8
%%SDK%%include/qpdf/FileInputSource.hh
9
include/qpdf/InputSource.hh
9
%%SDK%%include/qpdf/InputSource.hh
10
include/qpdf/Pipeline.hh
10
%%SDK%%include/qpdf/Pipeline.hh
11
include/qpdf/Pl_Buffer.hh
11
%%SDK%%include/qpdf/Pl_Buffer.hh
12
include/qpdf/Pl_Concatenate.hh
12
%%SDK%%include/qpdf/Pl_Concatenate.hh
13
include/qpdf/Pl_Count.hh
13
%%SDK%%include/qpdf/Pl_Count.hh
14
include/qpdf/Pl_Discard.hh
14
%%SDK%%include/qpdf/Pl_Discard.hh
15
include/qpdf/Pl_Flate.hh
15
%%SDK%%include/qpdf/Pl_Flate.hh
16
include/qpdf/Pl_StdioFile.hh
16
%%SDK%%include/qpdf/Pl_StdioFile.hh
17
include/qpdf/PointerHolder.hh
17
%%SDK%%include/qpdf/PointerHolder.hh
18
include/qpdf/QPDF.hh
18
%%SDK%%include/qpdf/QPDF.hh
19
include/qpdf/QPDFExc.hh
19
%%SDK%%include/qpdf/QPDFExc.hh
20
include/qpdf/QPDFObjGen.hh
20
%%SDK%%include/qpdf/QPDFObjGen.hh
21
include/qpdf/QPDFObject.hh
21
%%SDK%%include/qpdf/QPDFObject.hh
22
include/qpdf/QPDFObjectHandle.hh
22
%%SDK%%include/qpdf/QPDFObjectHandle.hh
23
include/qpdf/QPDFTokenizer.hh
23
%%SDK%%include/qpdf/QPDFTokenizer.hh
24
include/qpdf/QPDFWriter.hh
24
%%SDK%%include/qpdf/QPDFWriter.hh
25
include/qpdf/QPDFXRefEntry.hh
25
%%SDK%%include/qpdf/QPDFXRefEntry.hh
26
include/qpdf/QTC.hh
26
%%SDK%%include/qpdf/QTC.hh
27
include/qpdf/QUtil.hh
27
%%SDK%%include/qpdf/QUtil.hh
28
include/qpdf/RandomDataProvider.hh
28
%%SDK%%include/qpdf/RandomDataProvider.hh
29
include/qpdf/Types.h
29
%%SDK%%include/qpdf/Types.h
30
include/qpdf/qpdf-c.h
30
%%SDK%%include/qpdf/qpdf-c.h
31
lib/libqpdf.a
31
lib/libqpdf.a
32
lib/libqpdf.so
32
lib/libqpdf.so
33
lib/libqpdf.so.13
33
lib/libqpdf.so.13
34
lib/libqpdf.so.13.1.1
34
lib/libqpdf.so.13.1.2
35
libdata/pkgconfig/libqpdf.pc
35
libdata/pkgconfig/libqpdf.pc
36
man/man1/fix-qdf.1.gz
36
man/man1/fix-qdf.1.gz
37
man/man1/qpdf.1.gz
37
man/man1/qpdf.1.gz

Return to bug 191855