New port vxtools - Command-line utilites for reading Veritas Filesystem (VxFS).

PR:		ports/17436
Submitted by:	Martin Hinner <mhi@linux.gyarab.cz>
This commit is contained in:
SADA Kenji 2000-07-28 20:23:42 +00:00
parent 2c67e7f4f5
commit a29c40f0d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31088
5 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: vxtools
# Date created: 10 December 1999
# Whom: Martin Hinner
#
# $FreeBSD$
#
PORTNAME= vxtools
PORTVERSION= 0.2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.penguin.cz/pub/users/mhi/vxfs/
MAINTAINER= mhi@penguin.cz
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= vxmount.1 vxumount.1
MAN8= prtvtoc.8
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxls ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxmount ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxumount ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxcat ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxidump ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxcd ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/vxpwd ${PREFIX}/bin
@ ${INSTALL_PROGRAM} ${WRKSRC}/prtvtoc ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/prtvtoc.8 ${PREFIX}/man/man8
@ ${INSTALL_MAN} ${WRKSRC}/vxmount.1 ${PREFIX}/man/man1
@ ${INSTALL_MAN} ${WRKSRC}/vxumount.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (vxtools-0.2.tar.bz2) = aa3e019c7759f6bbbf4eae071cfec27e

View File

@ -0,0 +1 @@
Command-line utilites for reading Veritas Filesystem (VxFS)

View File

@ -0,0 +1,5 @@
This package allows you to read files from Veritas Journaled Filesystem.
Current version seems to support versions 2 and 4 (and 3, but this version
was never released, AFAIK). I don't plan a write version, because I don't
know journal log structure and I have *no* time to play with it. But I plan
a Linux kernel implementation.

View File

@ -0,0 +1,8 @@
bin/prtvtoc
bin/vxmount
bin/vxumount
bin/vxls
bin/vxcd
bin/vxpwd
bin/vxidump
bin/vxcat