pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

yaml-cpp: Older than textproc/yaml-cpp



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 01:27:30 2016 +0200
Changeset:	70586d42b9cf576e3e92f1c5a66c47c56b41ac19

Removed Files:
	yaml-cpp/DESCR
	yaml-cpp/Makefile
	yaml-cpp/PLIST
	yaml-cpp/buildlink3.mk
	yaml-cpp/distinfo
	yaml-cpp/patches/patch-CMakeLists.txt
	yaml-cpp/patches/patch-test_CMakeLists.txt
	yaml-cpp/patches/patch-util_CMakeLists.txt

Log Message:
yaml-cpp: Older than textproc/yaml-cpp

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=70586d42b9cf576e3e92f1c5a66c47c56b41ac19

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 yaml-cpp/DESCR                             |  1 -
 yaml-cpp/Makefile                          | 22 ---------
 yaml-cpp/PLIST                             | 42 -----------------
 yaml-cpp/buildlink3.mk                     | 13 -----
 yaml-cpp/distinfo                          |  8 ----
 yaml-cpp/patches/patch-CMakeLists.txt      | 76 ------------------------------
 yaml-cpp/patches/patch-test_CMakeLists.txt | 14 ------
 yaml-cpp/patches/patch-util_CMakeLists.txt | 12 -----
 8 files changed, 188 deletions(-)

diffs:
diff --git a/yaml-cpp/DESCR b/yaml-cpp/DESCR
deleted file mode 100644
index 5267ec7..0000000
--- a/yaml-cpp/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
diff --git a/yaml-cpp/Makefile b/yaml-cpp/Makefile
deleted file mode 100644
index 3619b10..0000000
--- a/yaml-cpp/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2014/03/19 13:04:43 fhajny Exp $
-#
-
-DISTNAME=	yaml-cpp-0.5.1
-PKGREVISION=	1
-CATEGORIES=	textproc
-MASTER_SITES=	http://yaml-cpp.googlecode.com/files/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://code.google.com/p/yaml-cpp/
-COMMENT=	YAML 1.2 parser and emitter in C++
-LICENSE=	mit
-
-USE_CMAKE=		yes
-USE_LANGUAGES+=		c c++
-
-MAKE_JOBS_SAFE=		no
-
-PKGCONFIG_OVERRIDE+=	yaml-cpp.pc.cmake
-
-.include "../../devel/boost-headers/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/yaml-cpp/PLIST b/yaml-cpp/PLIST
deleted file mode 100644
index e3f3c56..0000000
--- a/yaml-cpp/PLIST
+++ /dev/null
@@ -1,42 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/02/04 20:03:41 nros Exp $
-include/yaml-cpp/anchor.h
-include/yaml-cpp/binary.h
-include/yaml-cpp/contrib/anchordict.h
-include/yaml-cpp/contrib/graphbuilder.h
-include/yaml-cpp/dll.h
-include/yaml-cpp/emitfromevents.h
-include/yaml-cpp/emitter.h
-include/yaml-cpp/emitterdef.h
-include/yaml-cpp/emittermanip.h
-include/yaml-cpp/eventhandler.h
-include/yaml-cpp/exceptions.h
-include/yaml-cpp/mark.h
-include/yaml-cpp/node/convert.h
-include/yaml-cpp/node/detail/bool_type.h
-include/yaml-cpp/node/detail/impl.h
-include/yaml-cpp/node/detail/iterator.h
-include/yaml-cpp/node/detail/iterator_fwd.h
-include/yaml-cpp/node/detail/memory.h
-include/yaml-cpp/node/detail/node.h
-include/yaml-cpp/node/detail/node_data.h
-include/yaml-cpp/node/detail/node_iterator.h
-include/yaml-cpp/node/detail/node_ref.h
-include/yaml-cpp/node/emit.h
-include/yaml-cpp/node/impl.h
-include/yaml-cpp/node/iterator.h
-include/yaml-cpp/node/node.h
-include/yaml-cpp/node/parse.h
-include/yaml-cpp/node/ptr.h
-include/yaml-cpp/node/type.h
-include/yaml-cpp/noncopyable.h
-include/yaml-cpp/null.h
-include/yaml-cpp/ostream_wrapper.h
-include/yaml-cpp/parser.h
-include/yaml-cpp/stlemitter.h
-include/yaml-cpp/traits.h
-include/yaml-cpp/yaml.h
-lib/libyaml-cpp.a
-lib/libyaml-cpp.so
-lib/libyaml-cpp.so.0.5
-lib/libyaml-cpp.so.${PKGVERSION}
-lib/pkgconfig/yaml-cpp.pc
diff --git a/yaml-cpp/buildlink3.mk b/yaml-cpp/buildlink3.mk
deleted file mode 100644
index f6c89b9..0000000
--- a/yaml-cpp/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/08/19 19:30:55 airhead Exp $
-
-BUILDLINK_TREE+=	yaml-cpp
-
-.if !defined(YAML_CPP_BUILDLINK3_MK)
-YAML_CPP_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.yaml-cpp+=	yaml-cpp>=0.5.1
-BUILDLINK_ABI_DEPENDS.yaml-cpp+=	yaml-cpp>=0.5.1
-BUILDLINK_PKGSRCDIR.yaml-cpp?=	../../wip/yaml-cpp
-.endif	# LIBYAML_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-yaml-cpp
diff --git a/yaml-cpp/distinfo b/yaml-cpp/distinfo
deleted file mode 100644
index 06d3b8c..0000000
--- a/yaml-cpp/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2014/03/16 10:36:08 nros Exp $
-
-SHA1 (yaml-cpp-0.5.1.tar.gz) = 9c5414b4090491e96d1b808fe8628b31e625fdaa
-RMD160 (yaml-cpp-0.5.1.tar.gz) = e9c4f9c95bc59df88ed2840f2b92078d984f5b67
-Size (yaml-cpp-0.5.1.tar.gz) = 118244 bytes
-SHA1 (patch-CMakeLists.txt) = 9af44a8806e6e098f37ea06abd1aacc4c88a90f0
-SHA1 (patch-test_CMakeLists.txt) = 32a88ed53d08248bec284af485eebe2254c5fed1
-SHA1 (patch-util_CMakeLists.txt) = 45eb46316654e8794e6a47245c56ec502e504b16
diff --git a/yaml-cpp/patches/patch-CMakeLists.txt b/yaml-cpp/patches/patch-CMakeLists.txt
deleted file mode 100644
index f70806e..0000000
--- a/yaml-cpp/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,76 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2014/03/16 10:36:08 nros Exp $
-
-* Build both static and shared libraries
-
---- CMakeLists.txt.orig	2013-04-13 23:37:53.000000000 +0000
-+++ CMakeLists.txt
-@@ -35,12 +35,15 @@ enable_testing()
- ## Project stuff
- option(YAML_CPP_BUILD_TOOLS "Enable testing and parse tools" ON)
- option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" ON)
-+option(YAML_CPP_BUILD_SHARED "Build Shared Libraries" ON)
-+option(YAML_CPP_BUILD_STATIC "Build Static Libraries" ON)
- 
- ## Build options
- # --> General
- # see http://www.cmake.org/cmake/help/cmake2.6docs.html#variable:BUILD_SHARED_LIBS
- #     http://www.cmake.org/cmake/help/cmake2.6docs.html#command:add_library
--option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF)
-+#option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF)
-+
- 
- # --> Apple
- option(APPLE_UNIVERSAL_BIN "Apple: Build universal binary" OFF)
-@@ -229,7 +232,9 @@ set(_INSTALL_DESTINATIONS
- ###
- ### Library
- ###
--add_library(yaml-cpp
-+if(YAML_CPP_BUILD_STATIC)
-+add_library(yaml-cpp-static
-+	STATIC
- 	${sources}
- 	${public_headers}
- 	${private_headers}
-@@ -238,11 +243,30 @@ add_library(yaml-cpp
- 	${contrib_private_headers}
- )
- 
--set_target_properties(yaml-cpp PROPERTIES
-+set_target_properties(yaml-cpp-static PROPERTIES
-+	OUTPUT_NAME yaml-cpp
-+	PROJECT_LABEL "yaml-cpp static"
-+)
-+endif()
-+
-+if(YAML_CPP_BUILD_SHARED)
-+add_library(yaml-cpp-shared
-+	SHARED
-+	${sources}
-+	${public_headers}
-+	${private_headers}
-+	${contrib_sources}
-+	${contrib_public_headers}
-+	${contrib_private_headers}
-+)
-+
-+set_target_properties(yaml-cpp-shared PROPERTIES
-+	OUTPUT_NAME yaml-cpp
- 	VERSION "${YAML_CPP_VERSION}"
- 	SOVERSION "${YAML_CPP_VERSION_MAJOR}.${YAML_CPP_VERSION_MINOR}"
--	PROJECT_LABEL "yaml-cpp ${LABEL_SUFFIX}"
-+	PROJECT_LABEL "yaml-cpp shared"
- )
-+endif()
- 
- if(IPHONE)
- 	set_target_properties(yaml-cpp PROPERTIES
-@@ -262,7 +286,7 @@ if(MSVC)
- 	endif()
- endif()
- 
--install(TARGETS yaml-cpp ${_INSTALL_DESTINATIONS})
-+install(TARGETS yaml-cpp-shared yaml-cpp-static ${_INSTALL_DESTINATIONS})
- install(
- 	DIRECTORY ${header_directory}
- 	DESTINATION ${INCLUDE_INSTALL_DIR}
diff --git a/yaml-cpp/patches/patch-test_CMakeLists.txt b/yaml-cpp/patches/patch-test_CMakeLists.txt
deleted file mode 100644
index a621133..0000000
--- a/yaml-cpp/patches/patch-test_CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-test_CMakeLists.txt,v 1.1 2014/02/04 20:03:41 nros Exp $
-
-* add -L to be able to link to yaml-cpp before it is installed.
-
---- test/CMakeLists.txt.orig	2014-02-04 15:13:05.000000000 +0000
-+++ test/CMakeLists.txt
-@@ -5,6 +5,7 @@ file(GLOB test_new_api_sources new-api/[
- list(APPEND test_sources ${test_new_api_sources})
- 
- include_directories(${YAML_CPP_SOURCE_DIR}/test)
-+link_directories(${YAML_CPP_SOURCE_DIR})
- 
- add_executable(run-tests
- 	${test_sources}
diff --git a/yaml-cpp/patches/patch-util_CMakeLists.txt b/yaml-cpp/patches/patch-util_CMakeLists.txt
deleted file mode 100644
index 4e7a43a..0000000
--- a/yaml-cpp/patches/patch-util_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-util_CMakeLists.txt,v 1.1 2014/02/04 20:03:41 nros Exp $
-
-* add -L to be able to link to yaml-cpp before it is installed.
-
---- util/CMakeLists.txt.orig	2013-04-13 23:37:53.000000000 +0000
-+++ util/CMakeLists.txt
-@@ -1,3 +1,5 @@
-+link_directories(${YAML_CPP_SOURCE_DIR})
-+
- add_executable(parse parse.cpp)
- target_link_libraries(parse yaml-cpp)
- 


Home | Main Index | Thread Index | Old Index