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

(-)graphics/podofo/Makefile (-2 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	podofo
8
PORTNAME=	podofo
9
PORTVERSION=	0.7.0
9
PORTVERSION=	0.9.1
10
PORTREVISION=	2
11
CATEGORIES=	graphics print
10
CATEGORIES=	graphics print
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
12
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
Lines 29-34 Link Here
29
28
30
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
31
30
31
MAN1=		podofobox.1 podofoxmp.1 podofouncompress.1 podofomerge.1 \
32
		podofoimgextract.1 podofoimg2pdf.1 podofotxtextract.1 \
33
		podofoencrypt.1 podofocrop.1 podofopdfinfo.1 podofoimpose.1 \
34
		podofoincrementalupdates.1 podofocountpages.1 podofopages.1 \
35
		podofotxt2pdf.1
36
32
.if !defined(WITHOUT_JPEG) || exists(${LOCALBASE}/lib/libjpeg.so)
37
.if !defined(WITHOUT_JPEG) || exists(${LOCALBASE}/lib/libjpeg.so)
33
LIB_DEPENDS+=	jpeg:${PORTSDIR}/graphics/jpeg
38
LIB_DEPENDS+=	jpeg:${PORTSDIR}/graphics/jpeg
34
.endif
39
.endif
(-)graphics/podofo/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (podofo-0.7.0.tar.gz) = 1e57e0b2c0039519e9542302f358bf8d9b8de69ad9b19a030123802d1b2dedc2
1
SHA256 (podofo-0.9.1.tar.gz) = 7b969de0b6c584358f26fc5de23cff0378f46023e678fe058efbb64003ec9745
2
SIZE (podofo-0.7.0.tar.gz) = 1117023
2
SIZE (podofo-0.9.1.tar.gz) = 1080079
(-)graphics/podofo/files/patch-CMakeLists.txt (+11 lines)
Line 0 Link Here
1
--- CMakeLists.txt.orig	2011-11-20 12:06:58.920967434 +0100
2
+++ CMakeLists.txt	2011-11-20 12:07:10.055968111 +0100
3
@@ -485,7 +485,7 @@
4
 #
5
 # Setup directories we will need
6
 #
7
-SET(MANDIR "share/man/")
8
+SET(MANDIR "man/")
9
 
10
 # Create the config file. It'll be appended to as the subdirs run though
11
 # then dependency information will be written to it at the end of the
(-)graphics/podofo/files/patch-src_CMakeLists.txt (-11 / +11 lines)
Lines 1-24 Link Here
1
--- src/CMakeLists.txt.orig	2008-11-23 12:37:23.000000000 +0300
1
--- src/CMakeLists.txt.orig	2011-03-08 20:21:54.000000000 +0100
2
+++ src/CMakeLists.txt	2009-10-17 14:43:48.000000000 +0400
2
+++ src/CMakeLists.txt	2011-11-19 18:56:46.575967234 +0100
3
@@ -199,8 +199,8 @@
3
@@ -252,8 +252,8 @@
4
     ADD_LIBRARY(podofo_static STATIC ${PODOFO_SOURCES})
4
     ADD_LIBRARY(podofo_static STATIC ${PODOFO_BASE_SOURCES} ${PODOFO_DOC_SOURCES})
5
     TARGET_LINK_LIBRARIES(podofo_static ${PODOFO_LIB_DEPENDS})
5
     TARGET_LINK_LIBRARIES(podofo_static ${PODOFO_LIB_DEPENDS})
6
     SET_TARGET_PROPERTIES(podofo_static PROPERTIES
6
     SET_TARGET_PROPERTIES(podofo_static PROPERTIES
7
-        VERSION "0.6.99"
7
-        VERSION "${PODOFO_LIBVERSION}"
8
-        SOVERSION "0.6.99"
8
-        SOVERSION "${PODOFO_SOVERSION}"
9
+        VERSION "0"
9
+        VERSION "0"
10
+        SOVERSION "0"
10
+        SOVERSION "0"
11
         CLEAN_DIRECT_OUTPUT 1
11
         CLEAN_DIRECT_OUTPUT 1
12
         OUTPUT_NAME "podofo"
12
         OUTPUT_NAME "podofo"
13
         )
13
         COMPILE_FLAGS "-DBUILDING_PODOFO"
14
@@ -222,8 +222,8 @@
14
@@ -276,8 +276,8 @@
15
     # Visual Studio, since it produces invalid warnings about STL
15
     # Visual Studio, since it produces invalid warnings about STL
16
     # use.
16
     # use.
17
     SET_TARGET_PROPERTIES(podofo_shared PROPERTIES
17
     SET_TARGET_PROPERTIES(podofo_shared PROPERTIES
18
-        VERSION "0.6.99"
18
-        VERSION "${PODOFO_LIBVERSION}"
19
-        SOVERSION "0.6.99"
19
-        SOVERSION "${PODOFO_SOVERSION}"
20
+        VERSION "0"
20
+        VERSION "0"
21
+        SOVERSION "0"
21
+        SOVERSION "0"
22
         CLEAN_DIRECT_OUTPUT 1
22
         CLEAN_DIRECT_OUTPUT 1
23
         OUTPUT_NAME "podofo"
23
         OUTPUT_NAME "podofo"
24
         )
24
         COMPILE_FLAGS "-DBUILDING_PODOFO"
(-)graphics/podofo/pkg-plist (-81 / +113 lines)
Lines 1-93 Link Here
1
bin/podofobox
2
bin/podofocolor
3
bin/podofocountpages
4
bin/podofocrop
1
bin/podofoencrypt
5
bin/podofoencrypt
6
bin/podofogc
7
bin/podofoimg2pdf
2
bin/podofoimgextract
8
bin/podofoimgextract
3
bin/podofoimpose
9
bin/podofoimpose
10
bin/podofoincrementalupdates
4
bin/podofomerge
11
bin/podofomerge
12
bin/podofopages
5
bin/podofopdfinfo
13
bin/podofopdfinfo
6
bin/podofotxt2pdf
14
bin/podofotxt2pdf
7
bin/podofotxtextract
15
bin/podofotxtextract
8
bin/podofouncompress
16
bin/podofouncompress
9
include/podofo/Pdf3rdPtyForwardDecl.h
17
bin/podofoxmp
10
include/podofo/PdfAcroForm.h
18
include/podofo/doc/PdfDifferenceEncoding.h
11
include/podofo/PdfAction.h
19
include/podofo/doc/PdfFontTTFSubset.h
12
include/podofo/PdfAnnotation.h
20
include/podofo/doc/PdfFontFactoryBase14Data.h
13
include/podofo/PdfArray.h
21
include/podofo/doc/PdfAnnotation.h
14
include/podofo/PdfCanvas.h
22
include/podofo/doc/PdfHintStream.h
15
include/podofo/PdfColor.h
23
include/podofo/doc/PdfFunction.h
16
include/podofo/PdfContents.h
24
include/podofo/doc/PdfXObject.h
17
include/podofo/PdfContentsTokenizer.h
25
include/podofo/doc/PdfInfo.h
18
include/podofo/PdfData.h
26
include/podofo/doc/PdfPagesTreeCache.h
19
include/podofo/PdfDataType.h
27
include/podofo/doc/PdfFontFactory.h
20
include/podofo/PdfDate.h
28
include/podofo/doc/PdfImage.h
21
include/podofo/PdfDefines.h
29
include/podofo/doc/PdfFileSpec.h
22
include/podofo/PdfDestination.h
30
include/podofo/doc/PdfDestination.h
23
include/podofo/PdfDictionary.h
31
include/podofo/doc/PdfEncodingObjectFactory.h
24
include/podofo/PdfDifferenceEncoding.h
32
include/podofo/doc/PdfSignOutputDevice.h
25
include/podofo/PdfDocument.h
33
include/podofo/doc/PdfShadingPattern.h
26
include/podofo/PdfElement.h
34
include/podofo/doc/PdfDocument.h
27
include/podofo/PdfEncoding.h
35
include/podofo/doc/PdfIdentityEncoding.h
28
include/podofo/PdfEncodingFactory.h
36
include/podofo/doc/PdfField.h
29
include/podofo/PdfEncrypt.h
37
include/podofo/doc/PdfFontCache.h
30
include/podofo/PdfError.h
38
include/podofo/doc/PdfPage.h
31
include/podofo/PdfExtGState.h
39
include/podofo/doc/PdfNamesTree.h
32
include/podofo/PdfField.h
40
include/podofo/doc/PdfPagesTree.h
33
include/podofo/PdfFileSpec.h
41
include/podofo/doc/PdfAcroForm.h
34
include/podofo/PdfFileStream.h
42
include/podofo/doc/PdfFontMetricsObject.h
35
include/podofo/PdfFilter.h
43
include/podofo/doc/PdfFontMetrics.h
36
include/podofo/PdfFiltersPrivate.h
44
include/podofo/doc/PdfPainterMM.h
37
include/podofo/PdfFont.h
45
include/podofo/doc/PdfTable.h
38
include/podofo/PdfFontCID.h
46
include/podofo/doc/PdfSignatureField.h
39
include/podofo/PdfFontCache.h
47
include/podofo/doc/PdfElement.h
40
include/podofo/PdfFontFactory.h
48
include/podofo/doc/PdfFontCID.h
41
include/podofo/PdfFontMetrics.h
49
include/podofo/doc/PdfFontTrueType.h
42
include/podofo/PdfFontSimple.h
50
include/podofo/doc/PdfOutlines.h
43
include/podofo/PdfFontTTFSubset.h
51
include/podofo/doc/PdfFontMetricsBase14.h
44
include/podofo/PdfFontTrueType.h
52
include/podofo/doc/PdfFontType1Base14.h
45
include/podofo/PdfFontType1.h
53
include/podofo/doc/PdfExtGState.h
46
include/podofo/PdfFunction.h
54
include/podofo/doc/PdfFontMetricsFreetype.h
47
include/podofo/PdfHintStream.h
55
include/podofo/doc/PdfStreamedDocument.h
48
include/podofo/PdfImage.h
56
include/podofo/doc/PdfFont.h
49
include/podofo/PdfImmediateWriter.h
57
include/podofo/doc/PdfFontType1.h
50
include/podofo/PdfInfo.h
58
include/podofo/doc/PdfFontSimple.h
51
include/podofo/PdfInputDevice.h
59
include/podofo/doc/PdfAction.h
52
include/podofo/PdfInputStream.h
60
include/podofo/doc/PdfMemDocument.h
53
include/podofo/PdfLocale.h
61
include/podofo/doc/PdfContents.h
54
include/podofo/PdfMemDocument.h
62
include/podofo/doc/PdfPainter.h
55
include/podofo/PdfMemStream.h
63
include/podofo/base/PdfCompilerCompatPrivate.h
56
include/podofo/PdfName.h
64
include/podofo/base/PdfFiltersPrivate.h
57
include/podofo/PdfNamesTree.h
65
include/podofo/base/PdfOutputDevice.h
58
include/podofo/PdfObject.h
66
include/podofo/base/PdfRect.h
59
include/podofo/PdfOutlines.h
67
include/podofo/base/PdfObject.h
60
include/podofo/PdfOutputDevice.h
68
include/podofo/base/PdfEncodingFactory.h
61
include/podofo/PdfOutputStream.h
69
include/podofo/base/PdfEncrypt.h
62
include/podofo/PdfPage.h
70
include/podofo/base/PdfWriter.h
63
include/podofo/PdfPagesTree.h
71
include/podofo/base/PdfError.h
64
include/podofo/PdfPainter.h
72
include/podofo/base/PdfArray.h
65
include/podofo/PdfPainterMM.h
73
include/podofo/base/PdfMemoryManagement.h
66
include/podofo/PdfParser.h
74
include/podofo/base/PdfLocale.h
67
include/podofo/PdfParserObject.h
75
include/podofo/base/PdfCompilerCompat.h
68
include/podofo/PdfRect.h
76
include/podofo/base/PdfOutputStream.h
69
include/podofo/PdfRefCountedBuffer.h
77
include/podofo/base/PdfColor.h
70
include/podofo/PdfRefCountedInputDevice.h
78
include/podofo/base/PdfContentsTokenizer.h
71
include/podofo/PdfReference.h
79
include/podofo/base/PdfFilter.h
72
include/podofo/PdfRijndael.h
80
include/podofo/base/PdfDefines.h
73
include/podofo/PdfShadingPattern.h
81
include/podofo/base/podofo_config.h
74
include/podofo/PdfStream.h
82
include/podofo/base/PdfTokenizer.h
75
include/podofo/PdfStreamedDocument.h
83
include/podofo/base/podofoapi.h
76
include/podofo/PdfString.h
84
include/podofo/base/PdfVecObjects.h
77
include/podofo/PdfTable.h
85
include/podofo/base/PdfRefCountedBuffer.h
78
include/podofo/PdfTokenizer.h
86
include/podofo/base/PdfData.h
79
include/podofo/PdfVariant.h
87
include/podofo/base/PdfReference.h
80
include/podofo/PdfVecObjects.h
88
include/podofo/base/PdfXRef.h
81
include/podofo/PdfVersion.h
89
include/podofo/base/PdfCanvas.h
82
include/podofo/PdfWriter.h
90
include/podofo/base/PdfObjectStreamParserObject.h
83
include/podofo/PdfXObject.h
91
include/podofo/base/PdfDate.h
84
include/podofo/PdfXRef.h
92
include/podofo/base/PdfInputDevice.h
85
include/podofo/PdfXRefStream.h
93
include/podofo/base/PdfDataType.h
94
include/podofo/base/PdfVersion.h
95
include/podofo/base/PdfXRefStreamParserObject.h
96
include/podofo/base/PdfImmediateWriter.h
97
include/podofo/base/PdfDictionary.h
98
include/podofo/base/PdfParser.h
99
include/podofo/base/PdfXRefStream.h
100
include/podofo/base/PdfDefinesPrivate.h
101
include/podofo/base/util/PdfMutexWrapper.h
102
include/podofo/base/util/PdfMutexImpl_win32.h
103
include/podofo/base/util/PdfMutexImpl_pthread.h
104
include/podofo/base/util/PdfMutexImpl_noop.h
105
include/podofo/base/util/PdfMutex.h
106
include/podofo/base/PdfName.h
107
include/podofo/base/Pdf3rdPtyForwardDecl.h
108
include/podofo/base/PdfRefCountedInputDevice.h
109
include/podofo/base/PdfInputStream.h
110
include/podofo/base/PdfString.h
111
include/podofo/base/PdfVariant.h
112
include/podofo/base/PdfEncoding.h
113
include/podofo/base/PdfParserObject.h
114
include/podofo/base/PdfRijndael.h
115
include/podofo/base/PdfMemStream.h
116
include/podofo/base/PdfFileStream.h
117
include/podofo/base/PdfStream.h
86
include/podofo/podofo.h
118
include/podofo/podofo.h
87
include/podofo/podofoapi.h
119
include/podofo/podofo-base.h
88
include/podofo/util/PdfMutex.h
89
include/podofo/util/PdfMutexWrapper.h
90
lib/libpodofo.so.0
120
lib/libpodofo.so.0
91
lib/libpodofo.so
121
lib/libpodofo.so
92
@dirrm include/podofo/util
122
@dirrm include/podofo/base/util
123
@dirrm include/podofo/base
124
@dirrm include/podofo/doc
93
@dirrm include/podofo
125
@dirrm include/podofo

Return to bug 162728