Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2005 18:09:18 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82449: new port: archivers/unzoo 
Message-ID:  <200506201609.j5KG9IgI010553@beaver.critical.ch>
Resent-Message-ID: <200506201610.j5KGAIHo060614@freefall.freebsd.org>

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

>Number:         82449
>Category:       ports
>Synopsis:       new port: archivers/unzoo
>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:   Mon Jun 20 16:10:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #0: Fri Jun 10 23:25:47 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
new port: archivers/unzoo

Unzoo is a zoo archive extractor written by Martin Schoenert. If unzoo is
called with no arguments, it will first print a summary of the commands and
then prompt for command lines interactively.


>How-To-Repeat:
	
>Fix:

	



--- unzoo.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:
#
#	unzoo
#	unzoo/Makefile
#	unzoo/pkg-descr
#	unzoo/distinfo
#
echo c - unzoo
mkdir -p unzoo > /dev/null 2>&1
echo x - unzoo/Makefile
sed 's/^X//' >unzoo/Makefile << 'END-of-unzoo/Makefile'
X# New ports collection makefile for:	unzoo
X# Date created:				20 Jun 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	unzoo
XDISTVERSION=	4.4
XCATEGORIES=	archivers
XMASTER_SITES=	http://critical.ch/unzoo/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A zoo archive extractor
X
XEXTRA_DEFINES=	-DSYS_IS_UNIX -DSYS_HAS_MKDIR
X
XPLIST_FILES=	bin/unzoo
X
XMAN1=		unzoo.1
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} >= 500000
XCFLAGS+=	-trigraphs
X.endif
X
Xdo-build:
X	${CC} ${CFLAGS} ${EXTRA_DEFINES} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X
X.include <bsd.port.post.mk>
END-of-unzoo/Makefile
echo x - unzoo/pkg-descr
sed 's/^X//' >unzoo/pkg-descr << 'END-of-unzoo/pkg-descr'
XUnzoo is a zoo archive extractor written by Martin Schoenert. If unzoo is
Xcalled with no arguments, it will first print a summary of the commands and
Xthen prompt for command lines interactively.
X
XWWW: http://archives.math.utk.edu/
X
X- ehaupt
Xehaupt@critical.ch
END-of-unzoo/pkg-descr
echo x - unzoo/distinfo
sed 's/^X//' >unzoo/distinfo << 'END-of-unzoo/distinfo'
XMD5 (unzoo-4.4.tar.gz) = 2e73c26188688033b7c2b6c7da32ad39
XSIZE (unzoo-4.4.tar.gz) = 26842
END-of-unzoo/distinfo
exit
--- unzoo.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?200506201609.j5KG9IgI010553>