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

(-)curlpp/Makefile (-1 / +7 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	curlpp
9
PORTNAME=	curlpp
10
PORTVERSION=	0.3.3
10
PORTVERSION=	0.5.2
11
CATEGORIES=	ftp
11
CATEGORIES=	ftp
12
MASTER_SITES=	http://rrette.com/
12
MASTER_SITES=	http://rrette.com/
13
13
Lines 29-34 Link Here
29
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
29
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
30
BROKEN=		"Does not compile on alpha 4.x"
30
BROKEN=		"Does not compile on alpha 4.x"
31
.endif
31
.endif
32
33
pre-everything::
34
	@${ECHO} ""
35
	@${ECHO} "NOTE to people using 0.3.x: cURLpp 0.3.x is dead!"
36
	@${ECHO} "The current version ${PORTVERSION} is incompatible with the old 0.3.x versions"
37
	@${ECHO} ""
32
38
33
post-patch:
39
post-patch:
34
	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
40
	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
(-)curlpp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (curlpp-0.3.3.tar.gz) = de71a6cf541db1abaa54037aa67b5849
1
MD5 (curlpp-0.5.2.tar.gz) = 5eea4648956238d3f12ec69da71941d2
2
SIZE (curlpp-0.3.3.tar.gz) = 405504
2
SIZE (curlpp-0.5.2.tar.gz) = 406164
(-)curlpp/files/patch-src::curlpp-config.in (-11 lines)
Lines 1-11 Link Here
1
--- curlpp-config.in.orig	Tue Aug 10 17:37:23 2004
2
+++ curlpp-config.in	Tue Aug 10 17:37:34 2004
3
@@ -70,7 +70,7 @@
4
 	;;
5
 
6
     --cflags)
7
-       	echo -I@includedir@ @CURLPP_CFLAGS@
8
+       	echo -I@includedir@ @CURLPP_CXXFLAGS@
9
        	;;
10
 
11
     --libs)
(-)curlpp/pkg-plist (-25 / +23 lines)
Lines 1-20 Link Here
1
bin/curlpp-config
1
bin/curlpp-config
2
include/curlpp/buffer.hpp
2
include/curlpp/CurlHandle.hpp
3
include/curlpp/curl.hpp
3
include/curlpp/CurlHandle.inl
4
include/curlpp/curlpp.hpp
4
include/curlpp/Easy.hpp
5
include/curlpp/easy.hpp
5
include/curlpp/Exception.hpp
6
include/curlpp/exception.hpp
6
include/curlpp/Form.hpp
7
include/curlpp/file_trait.hpp
7
include/curlpp/NonCopyable.hpp
8
include/curlpp/form.hpp
8
include/curlpp/Option.hpp
9
include/curlpp/ftp_easy.hpp
9
include/curlpp/Option.inl
10
include/curlpp/http_easy.hpp
10
include/curlpp/OptionBase.hpp
11
include/curlpp/info.hpp
11
include/curlpp/OptionContainer.hpp
12
include/curlpp/memory_trait.hpp
12
include/curlpp/OptionContainer.inl
13
include/curlpp/slist.hpp
13
include/curlpp/OptionContainerType.hpp
14
include/curlpp/storage.hpp
14
include/curlpp/OptionList.hpp
15
include/curlpp/storage_trait.hpp
15
include/curlpp/OptionSetter.hpp
16
include/curlpp/stream_trait.hpp
16
include/curlpp/OptionSetter.inl
17
include/curlpp/types.hpp
17
include/curlpp/Options.hpp
18
include/curlpp/SList.hpp
19
include/curlpp/StorageOptions.hpp
20
include/curlpp/StorageOptions.inl
21
include/curlpp/TypeTrait.hpp
22
include/curlpp/cURL.hpp
23
include/curlpp/cURLpp.hpp
24
include/curlpp/dllfct.h
18
@dirrm include/curlpp
25
@dirrm include/curlpp
19
lib/libcurlpp.a
26
lib/libcurlpp.a
20
lib/libcurlpp.so
27
lib/libcurlpp.so
Lines 27-40 Link Here
27
%%PORTDOCS%%%%EXAMPLESDIR%%/example03.cpp
34
%%PORTDOCS%%%%EXAMPLESDIR%%/example03.cpp
28
%%PORTDOCS%%%%EXAMPLESDIR%%/example04.cpp
35
%%PORTDOCS%%%%EXAMPLESDIR%%/example04.cpp
29
%%PORTDOCS%%%%EXAMPLESDIR%%/example05.cpp
36
%%PORTDOCS%%%%EXAMPLESDIR%%/example05.cpp
30
%%PORTDOCS%%%%EXAMPLESDIR%%/example06.cpp
31
%%PORTDOCS%%%%EXAMPLESDIR%%/example07.cpp
32
%%PORTDOCS%%%%EXAMPLESDIR%%/example08.cpp
33
%%PORTDOCS%%%%EXAMPLESDIR%%/example09.cpp
34
%%PORTDOCS%%%%EXAMPLESDIR%%/example10.cpp
35
%%PORTDOCS%%%%EXAMPLESDIR%%/example11.cpp
36
%%PORTDOCS%%%%EXAMPLESDIR%%/example12.cpp
37
%%PORTDOCS%%%%EXAMPLESDIR%%/example13.cpp
38
%%PORTDOCS%%%%EXAMPLESDIR%%/example14.cpp
39
%%PORTDOCS%%@dirrm %%DOCSDIR%%
37
%%PORTDOCS%%@dirrm %%DOCSDIR%%
40
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
38
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%

Return to bug 84429