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

(-)Makefile (-5 / +7 lines)
Lines 7-16 Link Here
7
#
7
#
8
8
9
PORTNAME=	curlpp
9
PORTNAME=	curlpp
10
PORTVERSION=	0.3.1
10
PORTVERSION=	0.3.3
11
PORTREVISION=	1
12
CATEGORIES=	ftp
11
CATEGORIES=	ftp
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	http://rrette.com/ \
13
		${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
15
15
16
MAINTAINER=	roam@FreeBSD.org
16
MAINTAINER=	roam@FreeBSD.org
Lines 35-42 Link Here
35
post-install:
35
post-install:
36
.if !defined(NOPORTDOCS)
36
.if !defined(NOPORTDOCS)
37
	@${MKDIR} ${EXAMPLESDIR}
37
	@${MKDIR} ${EXAMPLESDIR}
38
	${INSTALL_DATA} ${WRKSRC}/test/README ${EXAMPLESDIR}
38
	@${MKDIR} ${DOCSDIR}
39
	${INSTALL_DATA} ${WRKSRC}/test/example*.cpp ${EXAMPLESDIR}
39
	${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR}
40
	${INSTALL_DATA} ${WRKSRC}/examples/example*.cpp ${EXAMPLESDIR}
41
	${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${DOCSDIR}
40
.endif
42
.endif
41
43
42
.include <bsd.port.post.mk>
44
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (curlpp-0.3.1.tar.gz) = fe735d11d8bdf0115c11d12b002c3f44
1
MD5 (curlpp-0.3.3.tar.gz) = de71a6cf541db1abaa54037aa67b5849
2
SIZE (curlpp-0.3.1.tar.gz) = 257749
2
SIZE (curlpp-0.3.3.tar.gz) = 405504
(-)pkg-plist (-46 / +11 lines)
Lines 5-75 Link Here
5
include/curlpp/easy.hpp
5
include/curlpp/easy.hpp
6
include/curlpp/exception.hpp
6
include/curlpp/exception.hpp
7
include/curlpp/file_trait.hpp
7
include/curlpp/file_trait.hpp
8
include/curlpp/form.hpp
8
include/curlpp/ftp_easy.hpp
9
include/curlpp/ftp_easy.hpp
9
include/curlpp/http_easy.hpp
10
include/curlpp/http_easy.hpp
11
include/curlpp/info.hpp
10
include/curlpp/memory_trait.hpp
12
include/curlpp/memory_trait.hpp
11
include/curlpp/registerer.hpp
12
include/curlpp/registerer.inl
13
include/curlpp/registries.hpp
14
include/curlpp/registry.hpp
15
include/curlpp/registry.inl
16
include/curlpp/registry_base.hpp
17
include/curlpp/registry_base.inl
18
include/curlpp/registry_manager.hpp
19
include/curlpp/registry_manager.inl
20
include/curlpp/registry_manager_base.hpp
21
include/curlpp/registry_manager_impl.hpp
22
include/curlpp/registry_manager_impl.inl
23
include/curlpp/slist.hpp
13
include/curlpp/slist.hpp
24
include/curlpp/storage.hpp
14
include/curlpp/storage.hpp
25
include/curlpp/storage_trait.hpp
15
include/curlpp/storage_trait.hpp
26
include/curlpp/stream_trait.hpp
16
include/curlpp/stream_trait.hpp
27
include/curlpp/types.hpp
17
include/curlpp/types.hpp
28
include/curlpp/utilspp/mutex/factory_mutex.hpp
29
include/curlpp/utilspp/mutex/factory_mutex_base.hpp
30
include/curlpp/utilspp/mutex/factory_mutex_container.hpp
31
include/curlpp/utilspp/mutex/factory_mutex_container.inl
32
include/curlpp/utilspp/mutex/mutex_factory.hpp
33
include/curlpp/utilspp/mutex/mutex_factory.inl
34
include/curlpp/utilspp/non_copyable.hpp
35
include/curlpp/utilspp/null_type.hpp
36
include/curlpp/utilspp/singleton.hpp
37
include/curlpp/utilspp/singleton/creation_static.hpp
38
include/curlpp/utilspp/singleton/creation_using_new.hpp
39
include/curlpp/utilspp/singleton/lifetime_default.hpp
40
include/curlpp/utilspp/singleton/lifetime_library.hpp
41
include/curlpp/utilspp/singleton/lifetime_library.inl
42
include/curlpp/utilspp/singleton/lifetime_with_longevity.hpp
43
include/curlpp/utilspp/singleton/lifetime_with_longevity.inl
44
include/curlpp/utilspp/singleton/private_members.hpp
45
include/curlpp/utilspp/singleton/private_members.inl
46
include/curlpp/utilspp/singleton/singleton_holder.hpp
47
include/curlpp/utilspp/singleton/singleton_holder.inl
48
include/curlpp/utilspp/singleton/threading_single.hpp
49
include/curlpp/utilspp/smart_ptr.hpp
50
include/curlpp/utilspp/type_list.hpp
51
include/curlpp/utilspp/type_trait.hpp
52
@dirrm include/curlpp/utilspp/mutex
53
@dirrm include/curlpp/utilspp/singleton
54
@dirrm include/curlpp/utilspp
55
@dirrm include/curlpp
18
@dirrm include/curlpp
19
lib/libcurlpp.a
56
lib/libcurlpp.so
20
lib/libcurlpp.so
57
lib/libcurlpp.so.0
21
lib/libcurlpp.so.0
58
lib/libmutex.so
22
lib/pkgconfig/curlpp.pc
59
lib/libmutex.so.0
23
%%PORTDOCS%%%%DOCSDIR%%/guide.pdf
60
lib/libsingleton.so
61
lib/libsingleton.so.0
62
lib/libutilspp.so
63
lib/libutilspp.so.0
64
%%PORTDOCS%%%%EXAMPLESDIR%%/README
24
%%PORTDOCS%%%%EXAMPLESDIR%%/README
65
%%PORTDOCS%%%%EXAMPLESDIR%%/example01.cpp
25
%%PORTDOCS%%%%EXAMPLESDIR%%/example01.cpp
26
%%PORTDOCS%%%%EXAMPLESDIR%%/example02.cpp
66
%%PORTDOCS%%%%EXAMPLESDIR%%/example03.cpp
27
%%PORTDOCS%%%%EXAMPLESDIR%%/example03.cpp
28
%%PORTDOCS%%%%EXAMPLESDIR%%/example04.cpp
67
%%PORTDOCS%%%%EXAMPLESDIR%%/example05.cpp
29
%%PORTDOCS%%%%EXAMPLESDIR%%/example05.cpp
68
%%PORTDOCS%%%%EXAMPLESDIR%%/example06.cpp
30
%%PORTDOCS%%%%EXAMPLESDIR%%/example06.cpp
69
%%PORTDOCS%%%%EXAMPLESDIR%%/example07.cpp
31
%%PORTDOCS%%%%EXAMPLESDIR%%/example07.cpp
70
%%PORTDOCS%%%%EXAMPLESDIR%%/example08.cpp
32
%%PORTDOCS%%%%EXAMPLESDIR%%/example08.cpp
71
%%PORTDOCS%%%%EXAMPLESDIR%%/example09.cpp
33
%%PORTDOCS%%%%EXAMPLESDIR%%/example09.cpp
34
%%PORTDOCS%%%%EXAMPLESDIR%%/example10.cpp
72
%%PORTDOCS%%%%EXAMPLESDIR%%/example11.cpp
35
%%PORTDOCS%%%%EXAMPLESDIR%%/example11.cpp
36
%%PORTDOCS%%%%EXAMPLESDIR%%/example12.cpp
73
%%PORTDOCS%%%%EXAMPLESDIR%%/example13.cpp
37
%%PORTDOCS%%%%EXAMPLESDIR%%/example13.cpp
74
%%PORTDOCS%%%%EXAMPLESDIR%%/example16.cpp
38
%%PORTDOCS%%%%EXAMPLESDIR%%/example14.cpp
39
%%PORTDOCS%%@dirrm %%DOCSDIR%%
75
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
40
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%

Return to bug 82108