pkgsrc-WIP-changes archive

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

jsoncpp-svn: Rename to jsoncpp-git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 14:00:28 2016 +0200
Changeset:	f1114830177459c64489d8ba8c781dfd7e9b169f

Modified Files:
	Makefile
Added Files:
	jsoncpp-git/DESCR
	jsoncpp-git/Makefile
	jsoncpp-git/PLIST
	jsoncpp-git/buildlink3.mk
	jsoncpp-git/distinfo
Removed Files:
	jsoncpp-svn/DESCR
	jsoncpp-svn/Makefile
	jsoncpp-svn/PLIST
	jsoncpp-svn/buildlink3.mk
	jsoncpp-svn/distinfo

Log Message:
jsoncpp-svn: Rename to jsoncpp-git

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

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

diffstat:
 Makefile                  |  2 +-
 jsoncpp-git/DESCR         | 12 ++++++++++++
 jsoncpp-git/Makefile      | 25 +++++++++++++++++++++++++
 jsoncpp-git/PLIST         | 12 ++++++++++++
 jsoncpp-git/buildlink3.mk | 13 +++++++++++++
 jsoncpp-git/distinfo      |  5 +++++
 jsoncpp-svn/DESCR         | 12 ------------
 jsoncpp-svn/Makefile      | 25 -------------------------
 jsoncpp-svn/PLIST         | 12 ------------
 jsoncpp-svn/buildlink3.mk | 13 -------------
 jsoncpp-svn/distinfo      |  5 -----
 11 files changed, 68 insertions(+), 68 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 5ce6fd7..20dbd1f 100644
--- a/Makefile
+++ b/Makefile
@@ -1435,7 +1435,7 @@ SUBDIR+=	jpicedt
 SUBDIR+=	jrnl
 SUBDIR+=	jruby
 SUBDIR+=	jsl
-SUBDIR+=	jsoncpp-svn
+SUBDIR+=	jsoncpp-git
 SUBDIR+=	julia
 SUBDIR+=	jumpnbump
 SUBDIR+=	junit
diff --git a/jsoncpp-git/DESCR b/jsoncpp-git/DESCR
new file mode 100644
index 0000000..dbc22ec
--- /dev/null
+++ b/jsoncpp-git/DESCR
@@ -0,0 +1,12 @@
+JSON (JavaScript Object Notation) is a lightweight data-interchange
+format.  It can represent integer, real number, string, an ordered
+sequence of value, and a collection of name/value pairs.
+
+JsonCpp is a simple API to manipulate JSON value, handle serialization
+and unserialization to string.
+
+It can also preserve existing comment in unserialization/serialization
+steps, making it a convenient format to store user input files.
+
+Unserialization parsing is user friendly and provides precise error
+reports.
diff --git a/jsoncpp-git/Makefile b/jsoncpp-git/Makefile
new file mode 100644
index 0000000..90a0a0e
--- /dev/null
+++ b/jsoncpp-git/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.2 2014/05/09 07:38:43 thomasklausner Exp $
+
+DISTNAME=	jsoncpp-0
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=jsoncpp/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/open-source-parsers/jsoncpp
+COMMENT=	JSON reader and writer in C++
+LICENSE=	public-domain OR mit
+
+GIT_REPOSITORIES=	json-cpp
+GIT_REPO.json-cpp=	git%github.com@localhost:open-source-parsers/jsoncpp.git
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+WRKSRC=		${WRKDIR}/json-cpp
+
+# for tests
+PYTHON_FOR_BUILD_ONLY=	yes
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 0.6.0rc2nb20140217
+
+.include "../../lang/python/application.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/jsoncpp-git/PLIST b/jsoncpp-git/PLIST
new file mode 100644
index 0000000..4644677
--- /dev/null
+++ b/jsoncpp-git/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2014/04/18 22:27:54 thomasklausner Exp $
+include/json/assertions.h
+include/json/autolink.h
+include/json/config.h
+include/json/features.h
+include/json/forwards.h
+include/json/json.h
+include/json/reader.h
+include/json/value.h
+include/json/version.h
+include/json/writer.h
+lib/libjsoncpp.a
diff --git a/jsoncpp-git/buildlink3.mk b/jsoncpp-git/buildlink3.mk
new file mode 100644
index 0000000..0e50c92
--- /dev/null
+++ b/jsoncpp-git/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/04/18 22:27:54 thomasklausner Exp $
+
+BUILDLINK_TREE+=	jsoncpp
+
+.if !defined(JSONCPP_BUILDLINK3_MK)
+JSONCPP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.jsoncpp+=	jsoncpp>=0.6.0rc2nb20140216
+BUILDLINK_PKGSRCDIR.jsoncpp?=	../../wip/jsoncpp-git
+BUILDLINK_DEPMETHOD.jsoncpp?=	build
+.endif	# JSONCPP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-jsoncpp
diff --git a/jsoncpp-git/distinfo b/jsoncpp-git/distinfo
new file mode 100644
index 0000000..720352e
--- /dev/null
+++ b/jsoncpp-git/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/04/18 22:27:54 thomasklausner Exp $
+
+SHA1 (jsoncpp-src-0.5.0.tar.gz) = 7169a50c7615070b6190076a7b5e86c45b7440b7
+RMD160 (jsoncpp-src-0.5.0.tar.gz) = 86633c4862b8a3f76d680738ab4c4b63281754f1
+Size (jsoncpp-src-0.5.0.tar.gz) = 107466 bytes
diff --git a/jsoncpp-svn/DESCR b/jsoncpp-svn/DESCR
deleted file mode 100644
index dbc22ec..0000000
--- a/jsoncpp-svn/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-JSON (JavaScript Object Notation) is a lightweight data-interchange
-format.  It can represent integer, real number, string, an ordered
-sequence of value, and a collection of name/value pairs.
-
-JsonCpp is a simple API to manipulate JSON value, handle serialization
-and unserialization to string.
-
-It can also preserve existing comment in unserialization/serialization
-steps, making it a convenient format to store user input files.
-
-Unserialization parsing is user friendly and provides precise error
-reports.
diff --git a/jsoncpp-svn/Makefile b/jsoncpp-svn/Makefile
deleted file mode 100644
index 90a0a0e..0000000
--- a/jsoncpp-svn/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/05/09 07:38:43 thomasklausner Exp $
-
-DISTNAME=	jsoncpp-0
-CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=jsoncpp/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/open-source-parsers/jsoncpp
-COMMENT=	JSON reader and writer in C++
-LICENSE=	public-domain OR mit
-
-GIT_REPOSITORIES=	json-cpp
-GIT_REPO.json-cpp=	git%github.com@localhost:open-source-parsers/jsoncpp.git
-
-USE_CMAKE=	yes
-USE_LANGUAGES=	c c++
-WRKSRC=		${WRKDIR}/json-cpp
-
-# for tests
-PYTHON_FOR_BUILD_ONLY=	yes
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 0.6.0rc2nb20140217
-
-.include "../../lang/python/application.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/jsoncpp-svn/PLIST b/jsoncpp-svn/PLIST
deleted file mode 100644
index 4644677..0000000
--- a/jsoncpp-svn/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/04/18 22:27:54 thomasklausner Exp $
-include/json/assertions.h
-include/json/autolink.h
-include/json/config.h
-include/json/features.h
-include/json/forwards.h
-include/json/json.h
-include/json/reader.h
-include/json/value.h
-include/json/version.h
-include/json/writer.h
-lib/libjsoncpp.a
diff --git a/jsoncpp-svn/buildlink3.mk b/jsoncpp-svn/buildlink3.mk
deleted file mode 100644
index 37df12a..0000000
--- a/jsoncpp-svn/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/04/18 22:27:54 thomasklausner Exp $
-
-BUILDLINK_TREE+=	jsoncpp
-
-.if !defined(JSONCPP_BUILDLINK3_MK)
-JSONCPP_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.jsoncpp+=	jsoncpp>=0.6.0rc2nb20140216
-BUILDLINK_PKGSRCDIR.jsoncpp?=	../../wip/jsoncpp-svn
-BUILDLINK_DEPMETHOD.jsoncpp?=	build
-.endif	# JSONCPP_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-jsoncpp
diff --git a/jsoncpp-svn/distinfo b/jsoncpp-svn/distinfo
deleted file mode 100644
index 720352e..0000000
--- a/jsoncpp-svn/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/04/18 22:27:54 thomasklausner Exp $
-
-SHA1 (jsoncpp-src-0.5.0.tar.gz) = 7169a50c7615070b6190076a7b5e86c45b7440b7
-RMD160 (jsoncpp-src-0.5.0.tar.gz) = 86633c4862b8a3f76d680738ab4c4b63281754f1
-Size (jsoncpp-src-0.5.0.tar.gz) = 107466 bytes


Home | Main Index | Thread Index | Old Index