pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import chrono-date
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Tue Dec 30 18:33:42 2025 +0100
Changeset: 2af5953ef20d5c5a8000e05d339691aa661f2153
Modified Files:
Makefile
Added Files:
chrono-date/DESCR
chrono-date/Makefile
chrono-date/PLIST
chrono-date/distinfo
Log Message:
Import chrono-date
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2af5953ef20d5c5a8000e05d339691aa661f2153
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
chrono-date/DESCR | 2 ++
chrono-date/Makefile | 23 +++++++++++++++++++++++
chrono-date/PLIST | 14 ++++++++++++++
chrono-date/distinfo | 5 +++++
5 files changed, 45 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 020a33ab42..b039585a8b 100644
--- a/Makefile
+++ b/Makefile
@@ -490,6 +490,7 @@ SUBDIR+= choosefont
SUBDIR+= chora
SUBDIR+= chromium
SUBDIR+= chromium-depot_tools
+SUBDIR+= chrono-date
SUBDIR+= chronograf
SUBDIR+= chrsh
SUBDIR+= chruby
diff --git a/chrono-date/DESCR b/chrono-date/DESCR
new file mode 100644
index 0000000000..9017268ae8
--- /dev/null
+++ b/chrono-date/DESCR
@@ -0,0 +1,2 @@
+A date and time library based on the C++11/14/17
+<chrono> header.
diff --git a/chrono-date/Makefile b/chrono-date/Makefile
new file mode 100644
index 0000000000..03b219a3e3
--- /dev/null
+++ b/chrono-date/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.12 2025/10/23 20:39:51 wiz Exp $
+
+DISTNAME= chrono-date-3.0.4
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=HowardHinnant/}
+GITHUB_PROJECT= date
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://howardhinnant.github.io/date/date.html
+COMMENT= Date and time library based on the C++11/14/17 <chrono> header
+LICENSE= mit
+
+USE_LANGUAGES= c c++
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
+CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
+CMAKE_CONFIGURE_ARGS+= -DBUILD_TZ_LIB=ON
+
+.include "../../devel/cmake/build.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/chrono-date/PLIST b/chrono-date/PLIST
new file mode 100644
index 0000000000..8b15e45076
--- /dev/null
+++ b/chrono-date/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+include/date/date.h
+include/date/islamic.h
+include/date/iso_week.h
+include/date/julian.h
+include/date/solar_hijri.h
+include/date/tz.h
+lib/cmake/date/dateConfig.cmake
+lib/cmake/date/dateConfigVersion.cmake
+lib/cmake/date/dateTargets-release.cmake
+lib/cmake/date/dateTargets.cmake
+lib/libdate-tz.so
+lib/libdate-tz.so.3
+lib/libdate-tz.so.${PKGVERSION}
diff --git a/chrono-date/distinfo b/chrono-date/distinfo
new file mode 100644
index 0000000000..fc0b0be444
--- /dev/null
+++ b/chrono-date/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.5 2025/10/01 12:12:24 kikadf Exp $
+
+BLAKE2s (chrono-date-3.0.4.tar.gz) = 167b7a65379e4e7f78480ca4fd5f162f3895e255692f688ef927948ca7d5acbc
+SHA512 (chrono-date-3.0.4.tar.gz) = 9bffca5c7cfd1769f66bef330fe4ef0ad2512a8afd229ddb4043a4f166741e697c7a5fbdddf29f7157b3fc2c2c2a80fa7cff45078f1d8ab248d3b07e14518fcf
+Size (chrono-date-3.0.4.tar.gz) = 830670 bytes
Home |
Main Index |
Thread Index |
Old Index