ports/86641: new port: archivers/deb2targz - A command-line utility for converting a Debian .deb file to a .tar.gz
Emanuel Haupt
ehaupt at critical.ch
Tue Sep 27 17:50:22 UTC 2005
>Number: 86641
>Category: ports
>Synopsis: new port: archivers/deb2targz - A command-line utility for converting a Debian .deb file to a .tar.gz
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 27 17:50:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Emanuel Haupt
>Release: FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root at beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386
>Description:
new port: archivers/deb2targz - A command-line utility for converting a Debian .deb file to a .tar.gz
deb2targz is a very small perl script for converting Debian Linux .deb packages
to a .tar.gz. deb2targz does not need any external programs like 'ar' or 'tar'.
>How-To-Repeat:
>Fix:
--- deb2targz.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:
#
# deb2targz
# deb2targz/Makefile
# deb2targz/pkg-descr
# deb2targz/distinfo
#
echo c - deb2targz
mkdir -p deb2targz > /dev/null 2>&1
echo x - deb2targz/Makefile
sed 's/^X//' >deb2targz/Makefile << 'END-of-deb2targz/Makefile'
X# New ports collection makefile for: deb2targz
X# Date created: 27 Sep 2005
X# Whom: Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME= deb2targz
XPORTVERSION= 20021217
XCATEGORIES= archivers perl5
XMASTER_SITES= http://critical.ch/distfiles/
X
XMAINTAINER= ehaupt at critical.ch
XCOMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz
X
XUSE_PERL5= yes
XUSE_REINPLACE= yes
XNO_BUILD= yes
X
XPLIST_FILES= bin/deb2targz
X
Xpost-patch:
X @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \
X ${WRKSRC}/${PORTNAME}
X
Xdo-install:
X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-deb2targz/Makefile
echo x - deb2targz/pkg-descr
sed 's/^X//' >deb2targz/pkg-descr << 'END-of-deb2targz/pkg-descr'
Xdeb2targz is a very small perl script for converting Debian Linux .deb packages
Xto a .tar.gz. deb2targz does not need any external programs like 'ar' or 'tar'.
X
XWWW: http://www.miketaylor.org.uk/tech/deb/
END-of-deb2targz/pkg-descr
echo x - deb2targz/distinfo
sed 's/^X//' >deb2targz/distinfo << 'END-of-deb2targz/distinfo'
XMD5 (deb2targz-20021217.tar.gz) = faa652c6447bd04ebb89d5d23c54f9a3
XSIZE (deb2targz-20021217.tar.gz) = 1275
END-of-deb2targz/distinfo
exit
--- deb2targz.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list