Skip site navigation (1)Skip section navigation (2)
Date:      24 Jun 2005 09:24:11 -0000
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82603: new port: archivers/lzhtools - split and rejoin .lha and .lzh archives 
Message-ID:  <20050624092411.7824.qmail@mx.critical.ch>
Resent-Message-ID: <200506240930.j5O9UC1q080915@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82603
>Category:       ports
>Synopsis:       new port: archivers/lzhtools - split and rejoin .lha and .lzh archives
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 24 09:30:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #0: Wed Apr 6 16:53:59 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: archivers/lzhtools - split and rejoin .lha and .lzh archives

This package contains joinlzh and splitlzh written in C. With splitlzh you can
split .lzh and .lha archives in 720K pieces, joinlzh rejoins them.


>How-To-Repeat:
	
>Fix:

	

--- lzhtools.shar begins here ---
# 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:
#
#	lzhtools
#	lzhtools/Makefile
#	lzhtools/pkg-descr
#	lzhtools/distinfo
#
echo c - lzhtools
mkdir -p lzhtools > /dev/null 2>&1
echo x - lzhtools/Makefile
sed 's/^X//' >lzhtools/Makefile << 'END-of-lzhtools/Makefile'
X# New ports collection makefile for:	lzhtools
X# Date created:				24 Jun 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lzhtools
XDISTVERSION=	20050624
XCATEGORIES=	archivers
XMASTER_SITES=	http://critical.ch/lzhtools/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	Split .lzh and .lha archives in 720K pieces or rejoin them
X
XPLIST_FILES=	bin/joinlzh bin/splitlzh
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/joinlzh ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/splitlzh ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-lzhtools/Makefile
echo x - lzhtools/pkg-descr
sed 's/^X//' >lzhtools/pkg-descr << 'END-of-lzhtools/pkg-descr'
XThis package contains joinlzh and splitlzh written in C. With splitlzh you can
Xsplit .lzh and .lha archives in 720K pieces, joinlzh rejoins them.
X
XWWW: http://critical.ch/lzhtools/
X
X- ehaupt
Xehaupt@critical.ch
END-of-lzhtools/pkg-descr
echo x - lzhtools/distinfo
sed 's/^X//' >lzhtools/distinfo << 'END-of-lzhtools/distinfo'
XMD5 (lzhtools-20050624.tar.gz) = 06bbe789b8bde178d1c59f91f7d4148e
XSIZE (lzhtools-20050624.tar.gz) = 1422
END-of-lzhtools/distinfo
exit
--- lzhtools.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050624092411.7824.qmail>