summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-12-02 19:04:26 +0000
committergdt <gdt@pkgsrc.org>2006-12-02 19:04:26 +0000
commit500df006255f484fae516f15195cf9a10d1b6df4 (patch)
tree3e7074e50833ca06c1a57affbb1a88f4c3d1cf88 /sysutils
parente8d0fc94e6cc87cce9a7d43b6fe3b563052ed828 (diff)
downloadpkgsrc-500df006255f484fae516f15195cf9a10d1b6df4.tar.gz
update to 0.3
new script BUILD-NetBSD which is a wrapper around build.sh, setting OBJDIR, etc., and intended to start from a plain source tree and end up with a cdrom image, with or without x. creates a manifest for etcmanage. It also has an install option which does a merge of /etc with etcmanage, but this needs to be done on the same machine as the build. new script INSTALL-NetBSD which takes a releasedir and does a binary upgrade (kernel, userland, merges etc with etcmange, but DOES NOT TOUCH BOOTBLOCKS). Can be run on a machine other than the build host.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/etcmanage/Makefile5
-rw-r--r--sysutils/etcmanage/PLIST4
-rw-r--r--sysutils/etcmanage/distinfo8
3 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/etcmanage/Makefile b/sysutils/etcmanage/Makefile
index 2561d4fa935..a19a7916bf4 100644
--- a/sysutils/etcmanage/Makefile
+++ b/sysutils/etcmanage/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/02 19:04:26 gdt Exp $
#
-DISTNAME= etcmanage-0.2
+DISTNAME= etcmanage-0.3
CATEGORIES= sysutils
MASTER_SITES= http://acert.ir.bbn.com/downloads/etcmanage/
@@ -9,6 +9,7 @@ MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://acert.ir.bbn.com/downloads/etcmanage/
COMMENT= Automatically manage files in /etc
+USE_TOOLS+= perl
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/sysutils/etcmanage/PLIST b/sysutils/etcmanage/PLIST
index 31a6ba26a54..b9543b64301 100644
--- a/sysutils/etcmanage/PLIST
+++ b/sysutils/etcmanage/PLIST
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/12/02 19:04:26 gdt Exp $
+bin/BUILD-NetBSD
+bin/INSTALL-NetBSD
bin/etcmanage
diff --git a/sysutils/etcmanage/distinfo b/sysutils/etcmanage/distinfo
index c7f82e44410..72133726146 100644
--- a/sysutils/etcmanage/distinfo
+++ b/sysutils/etcmanage/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $
+$NetBSD: distinfo,v 1.2 2006/12/02 19:04:26 gdt Exp $
-SHA1 (etcmanage-0.2.tar.gz) = fd7d636d9bc777b9105d9bfa290d50c2cb8c698a
-RMD160 (etcmanage-0.2.tar.gz) = 2e8dbd036a5659bb753c0329eb071ed081547d20
-Size (etcmanage-0.2.tar.gz) = 48310 bytes
+SHA1 (etcmanage-0.3.tar.gz) = b37ae76bf54cff16ee40f813a01d2696e2614099
+RMD160 (etcmanage-0.3.tar.gz) = b6dd7ea4534e122b2157aebe04ff7d8f5980bb96
+Size (etcmanage-0.3.tar.gz) = 57763 bytes