head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.10
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.8
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.6
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.4
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.2
	pkgsrc-2009Q4-base:1.3
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2009.06.01.17.49.25;	author tonnerre;	state dead;
branches;
next	1.2;

1.2
date	2009.06.01.17.37.58;	author tonnerre;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.19.21.13.57;	author tonnerre;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2009.04.19.21.13.57;	author tonnerre;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove patchadd as it is not needed according to various TNFers.
@
text
@# $NetBSD: Makefile,v 1.2 2009/06/01 17:37:58 tonnerre Exp $
#

DISTNAME=		patchadd-0.1.1-durchstich
PKGNAME=		patchadd-0.1.1ds
CATEGORIES=		sysutils
MASTER_SITES=		ftp://ftp.netbsd.org/pub/NetBSD/misc/tonnerre/patchadd/

MAINTAINER=		tonnerre@@NetBSD.org
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"
@


1.2
log
@Upgrade patchadd to version 0.1.1.

Changes since version 0.1:
 - Replaced license template with the official NetBSD license.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2009/04/19 21:13:57 tonnerre Exp $
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d4 2
a5 2
DISTNAME=		patchadd-0.1-durchstich
PKGNAME=		patchadd-0.1durchstich
@


1.1.1.1
log
@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.
@
text
@@
