pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/elfio



Module Name:    pkgsrc
Committed By:   plunky
Date:           Fri Dec 31 17:24:32 UTC 2021

Added Files:
        pkgsrc/devel/elfio: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/elfio/DESCR pkgsrc/devel/elfio/Makefile \
    pkgsrc/devel/elfio/PLIST pkgsrc/devel/elfio/buildlink3.mk \
    pkgsrc/devel/elfio/distinfo

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

Added files:

Index: pkgsrc/devel/elfio/DESCR
diff -u /dev/null pkgsrc/devel/elfio/DESCR:1.1
--- /dev/null   Fri Dec 31 17:24:32 2021
+++ pkgsrc/devel/elfio/DESCR    Fri Dec 31 17:24:31 2021
@@ -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.
Index: pkgsrc/devel/elfio/Makefile
diff -u /dev/null pkgsrc/devel/elfio/Makefile:1.1
--- /dev/null   Fri Dec 31 17:24:32 2021
+++ pkgsrc/devel/elfio/Makefile Fri Dec 31 17:24:31 2021
@@ -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"
Index: pkgsrc/devel/elfio/PLIST
diff -u /dev/null pkgsrc/devel/elfio/PLIST:1.1
--- /dev/null   Fri Dec 31 17:24:32 2021
+++ pkgsrc/devel/elfio/PLIST    Fri Dec 31 17:24:31 2021
@@ -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
Index: pkgsrc/devel/elfio/buildlink3.mk
diff -u /dev/null pkgsrc/devel/elfio/buildlink3.mk:1.1
--- /dev/null   Fri Dec 31 17:24:32 2021
+++ pkgsrc/devel/elfio/buildlink3.mk    Fri Dec 31 17:24:31 2021
@@ -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
Index: pkgsrc/devel/elfio/distinfo
diff -u /dev/null pkgsrc/devel/elfio/distinfo:1.1
--- /dev/null   Fri Dec 31 17:24:32 2021
+++ pkgsrc/devel/elfio/distinfo Fri Dec 31 17:24:31 2021
@@ -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