Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2001 21:18:22 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26614: New port: graphics/icontact: Combines multiples images to create a single customisable image
Message-ID:  <200104161148.f3GBmMa15297@aeris.kyne.com.au>

next in thread | raw e-mail | index | archive | help

>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 <mark@kyne.com.au>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104161148.f3GBmMa15297>