pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/patchadd Import the patch_add/patch_delete/pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b73cc2ac2014
branches:  trunk
changeset: 391805:b73cc2ac2014
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Sun Apr 19 21:13:57 2009 +0000

description:
Import the patch_add/patch_delete/patch_info suite of binary patch
management utilities. These tools can be used to add patches to the
local system and to back them out again. It also uses OpenSSL for
patch signing.

This package is BSD licensed and uses solely BSD licensed tools for
operation.

diffstat:

 sysutils/patchadd/Makefile |  30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 42a06b3eb78f -r b73cc2ac2014 sysutils/patchadd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/patchadd/Makefile        Sun Apr 19 21:13:57 2009 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/19 21:13:57 tonnerre Exp $
+#
+
+DISTNAME=              patchadd-0.1-durchstich
+PKGNAME=               patchadd-0.1durchstich
+CATEGORIES=            sysutils
+MASTER_SITES=          ftp://ftp.netbsd.org/pub/NetBSD/misc/tonnerre/patchadd/
+
+MAINTAINER=            tonnerre%NetBSD.org@localhost
+HOMEPAGE=              http://oss.sygroup.ch/project/patchadd/
+COMMENT=               Binary patch management tools
+LICENSE=               original-bsd
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+USE_TOOLS+=            basename ftp
+
+DEPENDS+=              bsdiff-[0-9]*:../../misc/bsdiff
+
+GNU_CONFIGURE=         YES
+
+SUBST_CLASSES+=                tools
+SUBST_STAGE.tools=     post-configure
+SUBST_FILES.tools=     patch_add patch_delete patch_info
+SUBST_SED.tools=       -e "s|${TOOLS_DIR}/bin/ftp|${FTP}|g"
+SUBST_SED.tools+=      -e "s|${TOOLS_DIR}/bin/basename|${BASENAME}|g"
+SUBST_SED.tools+=      -e "s|${TOOLS_DIR}/bin/mkdir|${MKDIR:S/-p//}|g"
+
+CONFIGURE_ARGS+=       --localstatedir=/var
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index