pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/devel/elfio Add elfio-3.9
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/edbf5b5fe021
branches: trunk
changeset: 370850:edbf5b5fe021
user: plunky <plunky%pkgsrc.org@localhost>
date: Fri Dec 31 17:24:31 2021 +0000
description:
Add elfio-3.9
ELFIO is a small, header-only C++ library that provides a simple
interface for reading and generating files in ELF binary format.
It is used as a standalone library - it is not dependant on any
other product or project. Adhering to ISO C++, it compiles on a
wide variety of architectures and compilers.
diffstat:
devel/elfio/DESCR | 6 ++++++
devel/elfio/Makefile | 16 ++++++++++++++++
devel/elfio/PLIST | 19 +++++++++++++++++++
devel/elfio/buildlink3.mk | 12 ++++++++++++
devel/elfio/distinfo | 5 +++++
5 files changed, 58 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r c59d43cf8e9a -r edbf5b5fe021 devel/elfio/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/elfio/DESCR Fri Dec 31 17:24:31 2021 +0000
@@ -0,0 +1,6 @@
+ELFIO is a small, header-only C++ library that provides a simple
+interface for reading and generating files in ELF binary format.
+
+It is used as a standalone library - it is not dependant on any
+other product or project. Adhering to ISO C++, it compiles on a
+wide variety of architectures and compilers.
diff -r c59d43cf8e9a -r edbf5b5fe021 devel/elfio/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/elfio/Makefile Fri Dec 31 17:24:31 2021 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/12/31 17:24:31 plunky Exp $
+#
+
+DISTNAME= elfio-3.9
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elfio/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://elfio.sourceforge.net/
+COMMENT= C++ library for reading and generating ELF files
+LICENSE= mit
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff -r c59d43cf8e9a -r edbf5b5fe021 devel/elfio/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/elfio/PLIST Fri Dec 31 17:24:31 2021 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2021/12/31 17:24:31 plunky Exp $
+include/elfio/elf_types.hpp
+include/elfio/elfio.hpp
+include/elfio/elfio_array.hpp
+include/elfio/elfio_dump.hpp
+include/elfio/elfio_dynamic.hpp
+include/elfio/elfio_header.hpp
+include/elfio/elfio_modinfo.hpp
+include/elfio/elfio_note.hpp
+include/elfio/elfio_relocation.hpp
+include/elfio/elfio_section.hpp
+include/elfio/elfio_segment.hpp
+include/elfio/elfio_strings.hpp
+include/elfio/elfio_symbols.hpp
+include/elfio/elfio_utils.hpp
+include/elfio/elfio_version.hpp
+share/elfio/cmake/elfioConfig.cmake
+share/elfio/cmake/elfioConfigVersion.cmake
+share/elfio/cmake/elfioTargets.cmake
diff -r c59d43cf8e9a -r edbf5b5fe021 devel/elfio/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/elfio/buildlink3.mk Fri Dec 31 17:24:31 2021 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/12/31 17:24:31 plunky Exp $
+
+BUILDLINK_TREE+= elfio
+
+.if !defined(ELFIO_BUILDLINK3_MK)
+ELFIO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.elfio+= elfio>=3.9
+BUILDLINK_PKGSRCDIR.elfio?= ../../devel/elfio
+.endif
+
+BUILDLINK_TREE+= -elfio
diff -r c59d43cf8e9a -r edbf5b5fe021 devel/elfio/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/elfio/distinfo Fri Dec 31 17:24:31 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/31 17:24:31 plunky Exp $
+
+BLAKE2s (elfio-3.9.tar.gz) = 958e014d1d47ce0514e783bef930cf1f5a4ab37f615782b9c0f9f9fb029a36c1
+SHA512 (elfio-3.9.tar.gz) = e2074266caa328c1984ef8ad81797d8c661e36ab96df56b4cdb66a96b5109b68372cd15e1a216aa275c2dbfa37900c33b23ce90023532da6576ccab67d9440b2
+Size (elfio-3.9.tar.gz) = 557452 bytes
Home |
Main Index |
Thread Index |
Old Index