pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/chrpath Import chrpath-0.13 as devel/chrpath.
details: https://anonhg.NetBSD.org/pkgsrc/rev/36125fa15e96
branches: trunk
changeset: 539153:36125fa15e96
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Feb 28 23:38:10 2008 +0000
description:
Import chrpath-0.13 as devel/chrpath.
chrpath allows you to modify the dynamic library load path
(rpath and runpath) of compiled programs and libraries.
diffstat:
devel/chrpath/DESCR | 2 ++
devel/chrpath/Makefile | 19 +++++++++++++++++++
devel/chrpath/PLIST | 10 ++++++++++
devel/chrpath/distinfo | 6 ++++++
devel/chrpath/patches/patch-aa | 13 +++++++++++++
5 files changed, 50 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r c881e3509515 -r 36125fa15e96 devel/chrpath/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/chrpath/DESCR Thu Feb 28 23:38:10 2008 +0000
@@ -0,0 +1,2 @@
+chrpath allows you to modify the dynamic library load path
+(rpath and runpath) of compiled programs and libraries.
diff -r c881e3509515 -r 36125fa15e96 devel/chrpath/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/chrpath/Makefile Thu Feb 28 23:38:10 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $
+#
+
+DISTNAME= chrpath-0.13
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/chrpath/ \
+ ${MASTER_SITE_GENTOO:=distfiles/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://freshmeat.net/projects/chrpath/
+COMMENT= Change the dynamic library load path of compiled binaries
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+
+.include "../../mk/bsd.pkg.mk"
diff -r c881e3509515 -r 36125fa15e96 devel/chrpath/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/chrpath/PLIST Thu Feb 28 23:38:10 2008 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $
+bin/chrpath
+man/man1/chrpath.1
+share/doc/chrpath/AUTHORS
+share/doc/chrpath/COPYING
+share/doc/chrpath/ChangeLog
+share/doc/chrpath/INSTALL
+share/doc/chrpath/NEWS
+share/doc/chrpath/README
+@dirrm share/doc/chrpath
diff -r c881e3509515 -r 36125fa15e96 devel/chrpath/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/chrpath/distinfo Thu Feb 28 23:38:10 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $
+
+SHA1 (chrpath-0.13.tar.gz) = 11ff3e3dda2acaf1e529475f394f74f2ef7a8204
+RMD160 (chrpath-0.13.tar.gz) = 89b91919e3f629173388f10469dc94fadd46aa56
+Size (chrpath-0.13.tar.gz) = 125129 bytes
+SHA1 (patch-aa) = 5d78f1325d21d92dfd19e69d49cd1aff977cbccf
diff -r c881e3509515 -r 36125fa15e96 devel/chrpath/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/chrpath/patches/patch-aa Thu Feb 28 23:38:10 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $
+
+--- Makefile.in.orig 2004-09-19 10:42:53.000000000 +0200
++++ Makefile.in
+@@ -66,7 +66,7 @@ VERSION = @VERSION@
+
+ SUBDIRS = testsuite deb
+
+-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(prefix)/share/doc/$(PACKAGE)
+
+ doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
+
Home |
Main Index |
Thread Index |
Old Index