pkgsrc-WIP-changes archive

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

patchelf: Import as wip/patchelf, update to 0.10.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Tue Apr 9 22:00:13 2019 +0000
Changeset:	1ffc6fa0304e1cf27342e289d2bc4b273a3e6017

Modified Files:
	Makefile
Added Files:
	patchelf/DESCR
	patchelf/Makefile
	patchelf/PLIST
	patchelf/distinfo

Log Message:
patchelf: Import as wip/patchelf, update to 0.10.

No upstream ChangeLog.

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

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

diffstat:
 Makefile          |  1 +
 patchelf/DESCR    | 13 +++++++++++++
 patchelf/Makefile | 15 +++++++++++++++
 patchelf/PLIST    |  4 ++++
 patchelf/distinfo |  6 ++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index bdf27025b4..92bb73d9f9 100644
--- a/Makefile
+++ b/Makefile
@@ -2765,6 +2765,7 @@ SUBDIR+=	parted
 SUBDIR+=	partonevolution
 SUBDIR+=	pasmo
 SUBDIR+=	passepartout
+SUBDIR+=	patchelf
 SUBDIR+=	paxmirabilis
 SUBDIR+=	paxtest
 SUBDIR+=	payara41
diff --git a/patchelf/DESCR b/patchelf/DESCR
new file mode 100644
index 0000000000..81dc4412ab
--- /dev/null
+++ b/patchelf/DESCR
@@ -0,0 +1,13 @@
+PatchELF is a small utility to modify the dynamic linker and RPATH
+of ELF executables.
+In particular, it can do the following:
+* Change the dynamic loader ("ELF interpreter") of executables.
+* Change the RPATH of executables and libraries.
+* Shrink the RPATH of executables and libraries.
+* Remove declared dependencies on dynamic libraries
+  (DT_NEEDED entries).
+* Add a declared dependency on a dynamic library (DT_NEEDED).
+* Replace a declared dependency on a dynamic library with
+  another one (DT_NEEDED).
+* Change SONAME of a dynamic library.
+It is used by the Nix Packages collection (nixpkgs).
diff --git a/patchelf/Makefile b/patchelf/Makefile
new file mode 100644
index 0000000000..6edc1599a9
--- /dev/null
+++ b/patchelf/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.2 2016/10/10 00:05:31 mef Exp $
+
+DISTNAME=	patchelf-0.10
+CATEGORIES=	devel
+MASTER_SITES=	https://nixos.org/releases/patchelf/${PKGNAME_NOREV}/
+
+MAINTAINER=	ng0%n0.is@localhost
+HOMEPAGE=	https://nixos.org/patchelf.html
+COMMENT=	Modify the dynamic linker and RPATH of ELF binaries
+LICENSE=	gnu-gpl-v3
+
+GNU_CONFIGURE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/patchelf/PLIST b/patchelf/PLIST
new file mode 100644
index 0000000000..1f9b9a1a91
--- /dev/null
+++ b/patchelf/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2014/07/22 07:52:49 manu Exp $
+bin/patchelf
+man/man1/patchelf.1
+share/doc/patchelf/README
diff --git a/patchelf/distinfo b/patchelf/distinfo
new file mode 100644
index 0000000000..ecd107f840
--- /dev/null
+++ b/patchelf/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2016/10/10 00:05:31 mef Exp $
+
+SHA1 (patchelf-0.10.tar.gz) = e951ef509955c056ad70b863b51e2ee1f20ca3e1
+RMD160 (patchelf-0.10.tar.gz) = 618f90fc0aabce31b199b501960a43984c84afc8
+SHA512 (patchelf-0.10.tar.gz) = 39745662651cf0a9915685b2767a611ceab4286f8fa57eace342b3f44248431616e8563d4ac6709c97d8534229c73c05470239e462b7e74b36bf629a876dfbad
+Size (patchelf-0.10.tar.gz) = 188702 bytes


Home | Main Index | Thread Index | Old Index