diff options
author | agc <agc> | 2002-10-28 12:43:14 +0000 |
---|---|---|
committer | agc <agc> | 2002-10-28 12:43:14 +0000 |
commit | 99dce5f7b372fa5f199791894241b6d5ca3a7370 (patch) | |
tree | ffdd96cea95d99eeab11a973aac38dbd481887d9 | |
parent | 616980847cfa62d2956b3c29c4702d08219e9ec7 (diff) | |
download | pkgsrc-99dce5f7b372fa5f199791894241b6d5ca3a7370.tar.gz |
Move mousetar to archivers.
-rw-r--r-- | sysutils/mousetar/DESCR | 7 | ||||
-rw-r--r-- | sysutils/mousetar/Makefile | 27 | ||||
-rw-r--r-- | sysutils/mousetar/PLIST | 3 | ||||
-rw-r--r-- | sysutils/mousetar/distinfo | 7 | ||||
-rw-r--r-- | sysutils/mousetar/patches/patch-aa | 14 |
5 files changed, 0 insertions, 58 deletions
diff --git a/sysutils/mousetar/DESCR b/sysutils/mousetar/DESCR deleted file mode 100644 index 09e935161ad..00000000000 --- a/sysutils/mousetar/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -I've written a tar that owes nothing to anything else. It's in the -public domain and hence is free for NetBSD to steal, anything from -lifting it verbatim to swiping ideas from. - -It doesn't currently have anything like --fast-read; that hadn't -occurred to me. Now that it's been pointed out, I'll be adding it; I -think it's a valuable addition, whether or not NetBSD wants my tar. diff --git a/sysutils/mousetar/Makefile b/sysutils/mousetar/Makefile deleted file mode 100644 index fd46505af7b..00000000000 --- a/sysutils/mousetar/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/16 09:34:12 agc Exp $ -# - -DISTNAME= mousetar-20020202 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/mouse/tar/ -DISTFILES= tar.c tar.man - -MAINTAINER= packages@netbsd.org -#HOMEPAGE= none -COMMENT= der Mouse's version of tar program - -WRKSRC= ${WRKDIR} - -do-extract: - for f in ${DISTFILES}; do \ - ${CP} ${DISTDIR}/$$f ${WRKDIR}; \ - done - -do-build: - cd ${WRKSRC}; ${CC} ${CFLAGS} tar.c -o mousetar - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mousetar ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tar.man ${PREFIX}/man/man1/mousetar.1 - -.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/mousetar/PLIST b/sysutils/mousetar/PLIST deleted file mode 100644 index a9ccbe68953..00000000000 --- a/sysutils/mousetar/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/16 09:34:13 agc Exp $ -bin/mousetar -man/man1/mousetar.1 diff --git a/sysutils/mousetar/distinfo b/sysutils/mousetar/distinfo deleted file mode 100644 index 76e3d12e2a3..00000000000 --- a/sysutils/mousetar/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/10/16 09:34:12 agc Exp $ - -SHA1 (tar.c) = 2430788c4a873962a75dff23b6eceefa0765c687 -Size (tar.c) = 283156 bytes -SHA1 (tar.man) = a43498f78f3122edf1970a471c9bd313c0ace2f1 -Size (tar.man) = 49336 bytes -SHA1 (patch-aa) = fcc8cb946c1649c0510cb503c8a2ce1dcf491abb diff --git a/sysutils/mousetar/patches/patch-aa b/sysutils/mousetar/patches/patch-aa deleted file mode 100644 index f3b2db32b62..00000000000 --- a/sysutils/mousetar/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/10/16 09:34:13 agc Exp $ - ---- tar.c 2002/10/16 09:25:24 1.1 -+++ tar.c 2002/10/16 09:25:38 -@@ -472,8 +472,8 @@ - /* NetBSD: fix up itoo/itod and the fs_q?mask fields, and BIG* */ - #ifdef TAR_INODE_NETBSD - #include <sys/param.h> --#include <ufs/ffs/fs.h> - #include <ufs/ufs/dinode.h> -+#include <ufs/ffs/fs.h> - #define rawi_direct direct - #define itoo(sb,i) ino_to_fsbo(sb,i) - #define itod(sb,i) ino_to_fsba(sb,i) |