Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
sysutils/cpogm/DESCR Normal file
View File

@@ -0,0 +1,2 @@
cpogm sets the owner, group and mode of a destination file to
those of a source file.

19
sysutils/cpogm/Makefile Normal file
View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.12 2013/05/31 12:41:59 wiz Exp $
#
DISTNAME= cpogm-1.0
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://oss.gw.com/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Copy owner, group and mode of a file
USE_TOOLS+= perl:run
NO_CONFIGURE= yes
BUILD_TARGET= all PREFIX=${PREFIX}
INSTALL_MAKE_FLAGS+= PREFIX=${PREFIX}
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
.include "../../mk/bsd.pkg.mk"

3
sysutils/cpogm/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:53:00 zuntum Exp $
sbin/cpogm
man/man8/cpogm.8

6
sysutils/cpogm/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2010/01/27 18:45:27 joerg Exp $
SHA1 (cpogm-1.0.tar.gz) = 676cc5d6220c29c9a7832500a86b133c474e395a
RMD160 (cpogm-1.0.tar.gz) = 7c9622a794aead08a5b41bba397335aef3c6fed5
Size (cpogm-1.0.tar.gz) = 981 bytes
SHA1 (patch-aa) = 143a8c00c99b9c0b56433bd5d67d622e83c87fff

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.2 2010/01/27 18:45:27 joerg Exp $
--- Makefile.orig Sun Sep 12 16:23:32 1999
+++ Makefile Tue Sep 23 10:04:24 2003
@@ -18,8 +18,8 @@
chmod a+rx $@
install: ${CMD}
- install -c -m 755 ${CMD} ${PREFIX}/${BIN}/${CMD}
- install -c -m 444 ${CMD}.man ${PREFIX}/man/man${MAN}/${CMD}.${MAN}
+ ${BSD_INSTALL_SCRIPT} ${CMD} ${DESTDIR}${PREFIX}/${BIN}/${CMD}
+ ${BSD_INSTALL_MAN} ${CMD}.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man${MAN}/${CMD}.${MAN}
clean:
rm -f ${CMD}