ports/70741: [NEW PORT] graphics/ida: Small and fast motif-based image viewer and editor(graphics/xv - like)
Andrey Slusar
anray at inet.ua
Fri Aug 20 18:30:24 UTC 2004
>Number: 70741
>Category: ports
>Synopsis: [NEW PORT] graphics/ida: Small and fast motif-based image viewer and editor(graphics/xv - like)
>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: Fri Aug 20 18:30:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Andrey Slusar
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Mon Aug 16 15:35:15 EEST 2004 anray at santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
Ida is a small and fast image viewer, motif-based. For people who
don't want the KDE/GNOME overhead. Some basic editing functions are
available too.
WWW: http://linux.bytesex.org/fbida/
>How-To-Repeat:
>Fix:
--- ida.port 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:
#
# /usr/ports/graphics/ida
# /usr/ports/graphics/ida/Makefile
# /usr/ports/graphics/ida/distinfo
# /usr/ports/graphics/ida/pkg-descr
# /usr/ports/graphics/ida/files
# /usr/ports/graphics/ida/files/patch-GNUmakefile
# /usr/ports/graphics/ida/files/patch-mk::Variables.mk
# /usr/ports/graphics/ida/files/patch-mk::Autoconf.mk
#
echo c - /usr/ports/graphics/ida
mkdir -p /usr/ports/graphics/ida > /dev/null 2>&1
echo x - /usr/ports/graphics/ida/Makefile
sed 's/^X//' >/usr/ports/graphics/ida/Makefile << 'END-of-/usr/ports/graphics/ida/Makefile'
X# New ports collection makefile for: ida
X# Date created: Thu Aug 19 21:13:58 UTC 2004
X# Whom: Andrey Slusar <anray at inet.ua>
X#
X# $FreeBSD$
X#
X
XPORTNAME= ida
XPORTVERSION= 0.21
XCATEGORIES= graphics
XMASTER_SITES= http://dl.bytesex.org/releases/fbida/
XDISTNAME= ${PORTNAME}_${PORTVERSION}
X
XMAINTAINER= anray at inet.ua
XCOMMENT= Small and fast motif-based image viewer and editor
X
XLIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
X png.5:${PORTSDIR}/graphics/png \
X tiff.4:${PORTSDIR}/graphics/tiff \
X ungif.5:${PORTSDIR}/graphics/libungif
X
XUSE_GMAKE= yes
XUSE_X_PREFIX= yes
XUSE_MOTIF= yes
XWRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
XMAKEFILE= ${WRKSRC}/GNUmakefile
X
XMAN1= ida.1
XPORTDOCS= COPYING README TODO INSTALL
X
XPLIST_FILES= bin/ida \
X lib/X11/app-defaults/Ida
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X ${MKDIR} ${DOCSDIR}
X.for a in ${PORTDOCS}
X ${INSTALL_DATA} ${WRKSRC}/${a} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-/usr/ports/graphics/ida/Makefile
echo x - /usr/ports/graphics/ida/distinfo
sed 's/^X//' >/usr/ports/graphics/ida/distinfo << 'END-of-/usr/ports/graphics/ida/distinfo'
XMD5 (ida_0.21.tar.gz) = 7a6eeb587508a8b333a7102beeb9a544
XSIZE (ida_0.21.tar.gz) = 178043
END-of-/usr/ports/graphics/ida/distinfo
echo x - /usr/ports/graphics/ida/pkg-descr
sed 's/^X//' >/usr/ports/graphics/ida/pkg-descr << 'END-of-/usr/ports/graphics/ida/pkg-descr'
X Ida is a small and fast image viewer, motif-based. For people who
Xdon't want the KDE/GNOME overhead. Some basic editing functions are
Xavailable too.
X
XWWW: http://linux.bytesex.org/fbida/
END-of-/usr/ports/graphics/ida/pkg-descr
echo c - /usr/ports/graphics/ida/files
mkdir -p /usr/ports/graphics/ida/files > /dev/null 2>&1
echo x - /usr/ports/graphics/ida/files/patch-GNUmakefile
sed 's/^X//' >/usr/ports/graphics/ida/files/patch-GNUmakefile << 'END-of-/usr/ports/graphics/ida/files/patch-GNUmakefile'
X--- GNUmakefile.old Fri Aug 20 18:02:55 2004
X+++ GNUmakefile Fri Aug 20 18:03:28 2004
X@@ -11,8 +11,8 @@
X LDLIBS += -lm
X
X # for X11 + Motif
X-CFLAGS += -I/usr/X11R6/include
X-LDFLAGS += -L/usr/X11R6/$(LIB)
X+CFLAGS += -I$(X11BASE)/include
X+LDFLAGS += -L$(X11BASE)/$(LIB)
X LDLIBS += -lXm -lXpm -lXt -lXext -lX11
X
X # RegEdit.c is good old K&R ...
END-of-/usr/ports/graphics/ida/files/patch-GNUmakefile
echo x - /usr/ports/graphics/ida/files/patch-mk::Variables.mk
sed 's/^X//' >/usr/ports/graphics/ida/files/patch-mk::Variables.mk << 'END-of-/usr/ports/graphics/ida/files/patch-mk::Variables.mk'
X--- mk/Variables.mk.orig Sun Feb 22 14:27:19 2004
X+++ mk/Variables.mk Fri Aug 20 19:15:12 2004
X@@ -4,10 +4,10 @@
X # directories
X DESTDIR =
X srcdir ?= .
X-prefix ?= /usr/local
X-bindir = $(DESTDIR)$(prefix)/bin
X-mandir = $(DESTDIR)$(prefix)/share/man
X-locdir = $(DESTDIR)$(prefix)/share/locale
X+prefix ?= $(PREFIX)
X+bindir = $(DESTDIR)$(PREFIX)/bin
X+mandir = $(DESTDIR)$(PREFIX)/man
X+locdir = $(DESTDIR)$(PREFIX)/share/locale
X
X # package + version
X empty :=
END-of-/usr/ports/graphics/ida/files/patch-mk::Variables.mk
echo x - /usr/ports/graphics/ida/files/patch-mk::Autoconf.mk
sed 's/^X//' >/usr/ports/graphics/ida/files/patch-mk::Autoconf.mk << 'END-of-/usr/ports/graphics/ida/files/patch-mk::Autoconf.mk'
X--- mk/Autoconf.mk.old Fri Aug 20 21:07:52 2004
X+++ mk/Autoconf.mk Fri Aug 20 21:08:23 2004
X@@ -107,7 +107,7 @@
X ac_resdir = $(shell \
X $(call ac_init,for X11 app-defaults prefix);\
X $(call ac_s_cmd, test -d /etc/X11/app-defaults &&\
X- echo "/etc/X11" || echo "/usr/X11R6/lib/X11");\
X+ echo "/etc/X11" || echo "$(PREFIX)/lib/X11");\
X $(call ac_fini))
X
X
END-of-/usr/ports/graphics/ida/files/patch-mk::Autoconf.mk
exit
--- ida.port ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list