From owner-freebsd-ports Mon Apr 16 4:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E62737B43E for ; Mon, 16 Apr 2001 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GBo1D90362; Mon, 16 Apr 2001 04:50:01 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id 1364737B42C for ; Mon, 16 Apr 2001 04:43:58 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id VAA30601 for ; Mon, 16 Apr 2001 21:13:55 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.1/8.11.1) id f3GBmMa15297; Mon, 16 Apr 2001 21:18:22 +0930 (CST) (envelope-from mark) Message-Id: <200104161148.f3GBmMa15297@aeris.kyne.com.au> Date: Mon, 16 Apr 2001 21:18:22 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26614: New port: graphics/icontact: Combines multiples images to create a single customisable image Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26614 >Category: ports >Synopsis: New port: graphics/icontact: Combines multiples images to create a single customisable image >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 16 04:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: none >Environment: >Description: Icontact joins multiple image files together to create a single image. It supports many different images formats and is extremely customisable. >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: # # icontact # icontact/Makefile # icontact/distinfo # icontact/pkg-descr # icontact/pkg-comment # icontact/files # icontact/files/patch-Makefile # icontact/pkg-plist # echo c - icontact mkdir -p icontact > /dev/null 2>&1 echo x - icontact/Makefile sed 's/^X//' >icontact/Makefile << 'END-of-icontact/Makefile' X# New ports collection makefile for: icontact X# Date created: Apr 16, 2001 X# Whom: Mark Pulford X# X# $FreeBSD$ X# X XPORTNAME= icontact XPORTVERSION= 1.5 XCATEGORIES= graphics XMASTER_SITES= http://www.panix.com/~mbh/icontact/ X XMAINTAINER= mark@kyne.com.au X XRUN_DEPENDS= ${LOCALBASE}/bin/ppmmake:${PORTSDIR}/graphics/netpbm \ X ${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg X XMAN1= icontact.1 xvtoppm.1 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/icontact ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/xvtoppm ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/icontact.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/xvtoppm.1 ${PREFIX}/man/man1 X X.include END-of-icontact/Makefile echo x - icontact/distinfo sed 's/^X//' >icontact/distinfo << 'END-of-icontact/distinfo' XMD5 (icontact-1.5.tar.gz) = e3597eb562532bed3de4feb4890c7e03 END-of-icontact/distinfo echo x - icontact/pkg-descr sed 's/^X//' >icontact/pkg-descr << 'END-of-icontact/pkg-descr' XIcontact joins multiple image files together to create a single image. XIt supports many different images formats and is extremely Xcustomisable. X XWWW: http://www.panix.com/~mbh/projects.html END-of-icontact/pkg-descr echo x - icontact/pkg-comment sed 's/^X//' >icontact/pkg-comment << 'END-of-icontact/pkg-comment' XCombines multiples images to create a single customisable image END-of-icontact/pkg-comment echo c - icontact/files mkdir -p icontact/files > /dev/null 2>&1 echo x - icontact/files/patch-Makefile sed 's/^X//' >icontact/files/patch-Makefile << 'END-of-icontact/files/patch-Makefile' X--- Makefile.orig Mon Apr 16 20:53:14 2001 X+++ Makefile Mon Apr 16 20:53:35 2001 X@@ -21,8 +21,6 @@ X MANEXT=1 X MAN=/usr/local/man/man$(MANEXT) X X-CC=cc X-CFLAGS=-O X X all: xvtoppm X END-of-icontact/files/patch-Makefile echo x - icontact/pkg-plist sed 's/^X//' >icontact/pkg-plist << 'END-of-icontact/pkg-plist' Xbin/icontact Xbin/xvtoppm END-of-icontact/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message