ports/82449: new port: archivers/unzoo
Emanuel Haupt
ehaupt at critical.ch
Mon Jun 20 16:10:18 UTC 2005
>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 at 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 at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME= unzoo
XDISTVERSION= 4.4
XCATEGORIES= archivers
XMASTER_SITES= http://critical.ch/unzoo/
X
XMAINTAINER= ehaupt at 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 at 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:
More information about the freebsd-ports-bugs
mailing list