Date: Wed, 11 Jun 2003 08:11:00 +0200 From: Kirill Ponomarew <ponomarew@oberon.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53188: New port: archivers/hffzip Message-ID: <E19Pyp2-00046X-DJ@voodoo.oberon.net> Resent-Message-ID: <200306110620.h5B6KFhI099206@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53188 >Category: ports >Synopsis: New port: archivers/hffzip >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 10 23:20:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: New port: archivers/hffzip small File compressor based on Huffman coding >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: # # archivers/hffzip # archivers/hffzip/Makefile # archivers/hffzip/distinfo # archivers/hffzip/files # archivers/hffzip/files/patch-Makefile # archivers/hffzip/pkg-plist # archivers/hffzip/pkg-descr # echo c - archivers/hffzip mkdir -p archivers/hffzip > /dev/null 2>&1 echo x - archivers/hffzip/Makefile sed 's/^X//' >archivers/hffzip/Makefile << 'END-of-archivers/hffzip/Makefile' X# New ports collection makefile for: hffzip X# Date created: 10 Jun 2003 X# Whom: Kirill Ponomarew <ponomarew@oberon.net> X# X# $FreeBSD$ X# X XPORTNAME= hffzip XPORTVERSION= 1.01 XCATEGORIES= archivers XMASTER_SITES= http://utenti.quipo.it/claudioscordino/ XDISTNAME= ${PORTNAME}${PORTVERSION} X XMAINTAINER= ponomarew@oberon.net XCOMMENT= File compressor based on Huffman coding X XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ X ${PREFIX}/bin X X.include <bsd.port.mk> END-of-archivers/hffzip/Makefile echo x - archivers/hffzip/distinfo sed 's/^X//' >archivers/hffzip/distinfo << 'END-of-archivers/hffzip/distinfo' XMD5 (hffzip1.01.tar.gz) = d81cdfb92e03cfdb109c2728f8ba8594 END-of-archivers/hffzip/distinfo echo c - archivers/hffzip/files mkdir -p archivers/hffzip/files > /dev/null 2>&1 echo x - archivers/hffzip/files/patch-Makefile sed 's/^X//' >archivers/hffzip/files/patch-Makefile << 'END-of-archivers/hffzip/files/patch-Makefile' X--- Makefile.orig Wed Jun 11 07:59:00 2003 X+++ Makefile Wed Jun 11 08:00:47 2003 X@@ -1,16 +1,19 @@ X-opzioni=-O3 X+CFLAGS ?= ${CFLAGS} X+CC ?= ${CC} X+ X+all: hffzip X X hffzip: main.o albero.o bitIO.o X- gcc $(opzioni) -o hffzip main.o albero.o bitIO.o X+ $(CC) $(CFLAGS) -o hffzip main.o albero.o bitIO.o X X bitIO.o: bitIO.c X- gcc $(opzioni) -c bitIO.c X+ $(CC) $(CFLAGS) -c bitIO.c X X albero.o: albero.c bitIO.h albero.h X- gcc $(opzioni) -c albero.c X+ $(CC) $(CFLAGS) -c albero.c X X main.o: main.c albero.h bitIO.h X- gcc $(opzioni) -c main.c X+ $(CC) $(CFLAGS) -c main.c X X clean: X rm -f *.o hffzip END-of-archivers/hffzip/files/patch-Makefile echo x - archivers/hffzip/pkg-plist sed 's/^X//' >archivers/hffzip/pkg-plist << 'END-of-archivers/hffzip/pkg-plist' Xbin/hffzip END-of-archivers/hffzip/pkg-plist echo x - archivers/hffzip/pkg-descr sed 's/^X//' >archivers/hffzip/pkg-descr << 'END-of-archivers/hffzip/pkg-descr' XHFFzip is a file compressor based on Huffman coding. HFFzip is Xright for embedded systems, because of its little size and the Xsimple algorithm used. X XWWW: http://utenti.quipo.it/claudioscordino/hffzip.html END-of-archivers/hffzip/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19Pyp2-00046X-DJ>