pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add SSVUtils-20130714 from Romeo Vittorio
Module Name: pkgsrc-wip
Committed By: Iain Hibbert <plunky%netbsd.org@localhost>
Pushed By: plunky
Date: Thu Apr 30 08:57:02 2020 +0100
Changeset: fb2988bc571b342ff4aea45b74d4626bfbe52657
Added Files:
SSVUtils/DESCR
SSVUtils/Makefile
SSVUtils/PLIST
SSVUtils/buildlink3.mk
SSVUtils/distinfo
Log Message:
Add SSVUtils-20130714 from Romeo Vittorio
There is no version number for this upstream, I have used the date of
the last commit on the submodule tagged by OpenHexagon.
C++14 multi-purpose utility library that only depends on the STL.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb2988bc571b342ff4aea45b74d4626bfbe52657
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
SSVUtils/DESCR | 1 +
SSVUtils/Makefile | 28 ++++++++++++++++++++++++++++
SSVUtils/PLIST | 34 ++++++++++++++++++++++++++++++++++
SSVUtils/buildlink3.mk | 15 +++++++++++++++
SSVUtils/distinfo | 6 ++++++
5 files changed, 84 insertions(+)
diffs:
diff --git a/SSVUtils/DESCR b/SSVUtils/DESCR
new file mode 100644
index 0000000000..b1b9ffe4af
--- /dev/null
+++ b/SSVUtils/DESCR
@@ -0,0 +1 @@
+C++14 multi-purpose utility library that only depends on the STL.
diff --git a/SSVUtils/Makefile b/SSVUtils/Makefile
new file mode 100644
index 0000000000..3845a5d537
--- /dev/null
+++ b/SSVUtils/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+#
+
+# use date of commit as has no version only a tag
+
+DISTNAME= SSVUtils
+PKGNAME= ${DISTNAME}-20130714
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=SuperV1234/}
+GITHUB_TAG= c8190f843ab5bdfcff99e92aec7421c413c887e3
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/SuperV1234/SSVUtils
+COMMENT= C++14 multi-purpose utility library that only depends on the STL
+LICENSE= afl-3.0
+
+USE_LANGUAGES= c c++14
+USE_CMAKE= yes
+
+CMAKE_ARGS+= -DBUILD_SHARED_LIB:BOOL=OFF
+
+INSTALLATION_DIRS+= include/${PKGBASE} lib/cmake/${PKGBASE}
+
+post-install:
+ ${INSTALL_LIB} ${WRKSRC}/cmake/modules/Find${PKGBASE}.cmake \
+ ${DESTDIR}${PREFIX}/lib/cmake/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/SSVUtils/PLIST b/SSVUtils/PLIST
new file mode 100644
index 0000000000..ad4cdf24f3
--- /dev/null
+++ b/SSVUtils/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD$
+include/SSVUtils/Delegate/Delegate.h
+include/SSVUtils/Encryption/Encryption.h
+include/SSVUtils/Encryption/Internal/Base64.h
+include/SSVUtils/Encryption/Internal/MD5.h
+include/SSVUtils/Encryption/ObfuscatedValue.h
+include/SSVUtils/FileSystem/Enums.h
+include/SSVUtils/FileSystem/FileSystem.h
+include/SSVUtils/FileSystem/Internal/ScanHelper.h
+include/SSVUtils/FileSystem/Scan.h
+include/SSVUtils/FileSystem/Utils.h
+include/SSVUtils/Global/Typedefs.h
+include/SSVUtils/Log/Log.h
+include/SSVUtils/MemoryManager/Internal/Deleter.h
+include/SSVUtils/MemoryManager/MemoryManager.h
+include/SSVUtils/SSVUtils.h
+include/SSVUtils/String/Enums.h
+include/SSVUtils/String/Internal/SplitHelper.h
+include/SSVUtils/String/Split.h
+include/SSVUtils/String/Utils.h
+include/SSVUtils/TemplateSystem/Dictionary.h
+include/SSVUtils/TemplateSystem/Internal/Symbols.h
+include/SSVUtils/Timeline/Command.h
+include/SSVUtils/Timeline/Do.h
+include/SSVUtils/Timeline/Go.h
+include/SSVUtils/Timeline/Timeline.h
+include/SSVUtils/Timeline/TimelineManager.h
+include/SSVUtils/Timeline/Wait.h
+include/SSVUtils/Utils/Utils.h
+include/SSVUtils/Utils/UtilsContainers.h
+include/SSVUtils/Utils/UtilsMakeUnique.h
+include/SSVUtils/Utils/UtilsMath.h
+lib/cmake/SSVUtils/FindSSVUtils.cmake
+lib/libSSVUtils-s.a
diff --git a/SSVUtils/buildlink3.mk b/SSVUtils/buildlink3.mk
new file mode 100644
index 0000000000..09939bad8c
--- /dev/null
+++ b/SSVUtils/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= SSVUtils
+
+.if !defined(SSVUTILS_BUILDLINK3_MK)
+SSVUTILS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.SSVUtils+= SSVUtils>=20130714
+BUILDLINK_PKGSRCDIR.SSVUtils?= ../../wip/SSVUtils
+
+SSVUTILS_MODULE= ${PREFIX}/lib/cmake/SSVUtils
+
+.endif # SSVUTILS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -SSVUtils
diff --git a/SSVUtils/distinfo b/SSVUtils/distinfo
new file mode 100644
index 0000000000..ed63bea30d
--- /dev/null
+++ b/SSVUtils/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (SSVUtils-c8190f843ab5bdfcff99e92aec7421c413c887e3.tar.gz) = 3e3ef609c586c4ec19f2832479a1118f15c0a827
+RMD160 (SSVUtils-c8190f843ab5bdfcff99e92aec7421c413c887e3.tar.gz) = 0179924721b01f7fec4fb38a5c44fc92805e33b1
+SHA512 (SSVUtils-c8190f843ab5bdfcff99e92aec7421c413c887e3.tar.gz) = 66d4d194045b52bf0f5c4ce76afac0d070237cb22829527078a8a50dd522e0fac307b5fd8e90c96347db30591ab08d2eaa0ea7b4ec72386ea5c4ccdbe06ae13d
+Size (SSVUtils-c8190f843ab5bdfcff99e92aec7421c413c887e3.tar.gz) = 49728 bytes
- Prev by Date:
Add SSVEntitySystem-20130714 from Romeo Vittorio
- Next by Date:
Add SSVEntitySystem, SSVJsonCpp, SSVLuaWrapper, SSVMenuSystem, SSVStart, SSVUtils, SSVUtilsJson & openhexagon
- Previous by Thread:
Add SSVEntitySystem-20130714 from Romeo Vittorio
- Next by Thread:
Add SSVEntitySystem, SSVJsonCpp, SSVLuaWrapper, SSVMenuSystem, SSVStart, SSVUtils, SSVUtilsJson & openhexagon
- Indexes:
Home |
Main Index |
Thread Index |
Old Index