Date: Thu, 17 Feb 2000 01:52:26 GMT From: mhi@penguin.cz To: FreeBSD-gnats-submit@freebsd.org Cc: mhi@linux.gyarab.cz Subject: ports/16763: VxTools port Message-ID: <200002170152.BAA32685@devil.gyarab.cz>
next in thread | raw e-mail | index | archive | help
>Number: 16763 >Category: ports >Synopsis: VxTools port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 16 15:30:11 PST 2000 >Closed-Date: >Last-Modified: >Originator: Martin Hinner >Release: FreeBSD 3.3-RELEASE i386 >Organization: none >Environment: >Description: New item to your ports collection. Shar archive is included. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # vxtools/ # vxtools/files # vxtools/files/md5 # vxtools/patches # vxtools/pkg # vxtools/pkg/COMMENT # vxtools/pkg/DESCR # vxtools/pkg/PLIST # vxtools/Makefile # echo c - vxtools/ mkdir -p vxtools/ > /dev/null 2>&1 echo c - vxtools/files mkdir -p vxtools/files > /dev/null 2>&1 echo x - vxtools/files/md5 sed 's/^X//' >vxtools/files/md5 << 'END-of-vxtools/files/md5' XMD5 (vxtools-0.2.tar.bz2) = aa3e019c7759f6bbbf4eae071cfec27e END-of-vxtools/files/md5 echo c - vxtools/patches mkdir -p vxtools/patches > /dev/null 2>&1 echo c - vxtools/pkg mkdir -p vxtools/pkg > /dev/null 2>&1 echo x - vxtools/pkg/COMMENT sed 's/^X//' >vxtools/pkg/COMMENT << 'END-of-vxtools/pkg/COMMENT' XCommand-line utilites for reading Veritas Filesystem (VxFS) END-of-vxtools/pkg/COMMENT echo x - vxtools/pkg/DESCR sed 's/^X//' >vxtools/pkg/DESCR << 'END-of-vxtools/pkg/DESCR' XThis package allows you to read files from Veritas Journaled Filesystem. XCurrent version seems to support versions 2 and 4 (and 3, but this version Xwas never released, AFAIK). I don't plan a write version, because I don't Xknow journal log structure and I have *no* time to play with it. But I plan Xa Linux kernel implementation. END-of-vxtools/pkg/DESCR echo x - vxtools/pkg/PLIST sed 's/^X//' >vxtools/pkg/PLIST << 'END-of-vxtools/pkg/PLIST' Xbin/prtvtoc Xbin/vxmount Xbin/vxumount Xbin/vxls Xbin/vxcd Xbin/vxpwd Xbin/vxidump Xbin/vxcat END-of-vxtools/pkg/PLIST echo x - vxtools/Makefile sed 's/^X//' >vxtools/Makefile << 'END-of-vxtools/Makefile' X# New ports collection makefile for: vxtools X# Version required: 0.2 X# Date created: 10 December 1999 X# Whom: Martin Hinner X# X XDISTNAME= vxtools-0.2 XCATEGORIES= emulators XMASTER_SITES= ftp://ftp.penguin.cz/pub/users/mhi/vxfs/ XMAINTAINER= mhi@penguin.cz X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XMAN1= vxmount.1 vxumount.1 XMAN8= prtvtoc.8 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/vxls ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/vxmount ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/vxumount ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/vxcat ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/vxidump ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/vxcd ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/vxpwd ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/prtvtoc ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/prtvtoc.8 ${PREFIX}/man/man8 X @ ${INSTALL_MAN} ${WRKSRC}/vxmount.1 ${PREFIX}/man/man1 X @ ${INSTALL_MAN} ${WRKSRC}/vxumount.1 ${PREFIX}/man/man1 X X.include <bsd.port.mk> END-of-vxtools/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002170152.BAA32685>