summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-09-12 15:32:16 +0000
committerkim <kim@pkgsrc.org>1999-09-12 15:32:16 +0000
commite377263e54cf11224a775a1cd51e4af17e45cea7 (patch)
tree8e0b7eb97774101666a00e8ef7ea8354c3682efa /sysutils
parenta8a1ae2142232969d1b307910864ef8c1cf93326 (diff)
downloadpkgsrc-e377263e54cf11224a775a1cd51e4af17e45cea7.tar.gz
cpogm-1.0, a little script to copy the owner, group and mode of a file.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cpogm/Makefile16
-rw-r--r--sysutils/cpogm/files/md53
-rw-r--r--sysutils/cpogm/pkg/COMMENT1
-rw-r--r--sysutils/cpogm/pkg/DESCR2
-rw-r--r--sysutils/cpogm/pkg/PLIST3
5 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/cpogm/Makefile b/sysutils/cpogm/Makefile
new file mode 100644
index 00000000000..3764171daad
--- /dev/null
+++ b/sysutils/cpogm/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/12 15:32:16 kim Exp $
+#
+
+DISTNAME= cpogm-1.0
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+USE_PERL5= yes
+
+NO_CONFIGURE= yes
+ALL_TARGET= all PREFIX=${PREFIX}
+INSTALL_TARGET= install PREFIX=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/cpogm/files/md5 b/sysutils/cpogm/files/md5
new file mode 100644
index 00000000000..7099b06da0c
--- /dev/null
+++ b/sysutils/cpogm/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/09/12 15:32:17 kim Exp $
+
+MD5 (cpogm-1.0.tar.gz) = 89cc98a5031c5b7eefa3f1b49c603a76
diff --git a/sysutils/cpogm/pkg/COMMENT b/sysutils/cpogm/pkg/COMMENT
new file mode 100644
index 00000000000..6ca0c0f6138
--- /dev/null
+++ b/sysutils/cpogm/pkg/COMMENT
@@ -0,0 +1 @@
+copy owner, group and mode of a file
diff --git a/sysutils/cpogm/pkg/DESCR b/sysutils/cpogm/pkg/DESCR
new file mode 100644
index 00000000000..d4b96af5cea
--- /dev/null
+++ b/sysutils/cpogm/pkg/DESCR
@@ -0,0 +1,2 @@
+cpogm sets the owner, group and mode of a destination file to
+those of a source file.
diff --git a/sysutils/cpogm/pkg/PLIST b/sysutils/cpogm/pkg/PLIST
new file mode 100644
index 00000000000..d19291f3507
--- /dev/null
+++ b/sysutils/cpogm/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/12 15:32:17 kim Exp $
+sbin/cpogm
+man/man8/cpogm.8