From owner-freebsd-ports Mon Sep 23 8:50:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B1537B404 for ; Mon, 23 Sep 2002 08:50:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3BE43E77 for ; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NFo6Co086441 for ; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NFo6bV086440; Mon, 23 Sep 2002 08:50:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9359537B401 for ; Mon, 23 Sep 2002 08:42:17 -0700 (PDT) Received: from ncc-1701.webonaut.com (static62-99-136-018.adsl.inode.at [62.99.136.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B9B43E65 for ; Mon, 23 Sep 2002 08:42:16 -0700 (PDT) (envelope-from root@ncc-1701.webonaut.com) Received: by ncc-1701.webonaut.com (Postfix, from userid 0) id D02176FB2A; Mon, 23 Sep 2002 17:42:06 +0200 (CEST) Message-Id: <20020923154206.D02176FB2A@ncc-1701.webonaut.com> Date: Mon, 23 Sep 2002 17:42:06 +0200 (CEST) From: Franz Klammer Reply-To: Franz Klammer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43292: new port: png2ico Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43292 >Category: ports >Synopsis: new port: png2ico >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 23 08:50:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Franz Klammer >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD ncc-1701.webonaut.com 4.7-RC FreeBSD 4.7-RC #0: Thu Sep 19 19:15:51 CEST 2002 root@ncc-1701.webonaut.com:/usr/obj/usr/src/sys/NCC-1701 i386 >Description: >How-To-Repeat: >Fix: --- png2ico.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: # # png2ico # png2ico/Makefile # png2ico/distinfo # png2ico/files # png2ico/files/patch-Makefile # png2ico/pkg-comment # png2ico/pkg-descr # png2ico/pkg-plist # echo c - png2ico mkdir -p png2ico > /dev/null 2>&1 echo x - png2ico/Makefile sed 's/^X//' >png2ico/Makefile << 'END-of-png2ico/Makefile' X# New ports collection makefile for: png2ico X# Date created: 23 Sep 2002 X# Whom: Franz Klammer X# X# $FreeBSD$ X# X XPORTNAME= png2ico XPORTVERSION= 2002.09.03 XCATEGORIES= graphics XMASTER_SITES= http://www.winterdrache.de/freeware/png2ico/data/ XDISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./-/g} X XMAINTAINER= klammer@webonaut.com X XMAN1= png2ico.1 X XWRKSRC= ${WRKDIR}/${PORTNAME} XUSE_GMAKE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/doc/png2ico.1 ${PREFIX}/man/man1/ X X.include END-of-png2ico/Makefile echo x - png2ico/distinfo sed 's/^X//' >png2ico/distinfo << 'END-of-png2ico/distinfo' XMD5 (png2ico-src-2002-09-03.tar.gz) = d592067920ba8711341ddc36e9aa3f53 END-of-png2ico/distinfo echo c - png2ico/files mkdir -p png2ico/files > /dev/null 2>&1 echo x - png2ico/files/patch-Makefile sed 's/^X//' >png2ico/files/patch-Makefile << 'END-of-png2ico/files/patch-Makefile' X--- Makefile.old Mon Sep 23 16:45:44 2002 X+++ Makefile Mon Sep 23 16:45:51 2002 X@@ -1,10 +1,10 @@ X-CPPFLAGS=-W -Wall -O2 X+CPPFLAGS=-W -Wall -O2 -I/usr/local/include -L/usr/local/lib -lpng X DEBUG=-g X X all: png2ico X X png2ico: png2ico.cpp X- g++ $(CPPFLAGS) $(DEBUG) -o $@ $< -lpng X+ g++ $(CPPFLAGS) $(DEBUG) -o $@ $< X X doc/png2ico.txt: doc/png2ico.1 X man $< |sed -e $$'s/.\b\\(.\\)/\\1/g' -e 's/\(.*\)/\1'$$'\r/' >$@ END-of-png2ico/files/patch-Makefile echo x - png2ico/pkg-comment sed 's/^X//' >png2ico/pkg-comment << 'END-of-png2ico/pkg-comment' XConverts PNG files to Windows icon resource files END-of-png2ico/pkg-comment echo x - png2ico/pkg-descr sed 's/^X//' >png2ico/pkg-descr << 'END-of-png2ico/pkg-descr' XConverts PNG files to Windows icon resource files. X XWWW: http://www.winterdrache.de/freeware/png2ico/index.html END-of-png2ico/pkg-descr echo x - png2ico/pkg-plist sed 's/^X//' >png2ico/pkg-plist << 'END-of-png2ico/pkg-plist' Xbin/png2ico END-of-png2ico/pkg-plist exit --- png2ico.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message