Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ports/34737: New port: graphics/lodju

0 views
Skip to first unread message

Juha Ylitalo

unread,
Feb 8, 2002, 1:50:07 PM2/8/02
to

>Number: 34737
>Category: ports
>Synopsis: New port: graphics/lodju
>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: Fri Feb 08 10:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Juha Ylitalo
>Release: FreeBSD 4.5-RELEASE i386
>Organization:
<s)>
>Environment:
System: FreeBSD shoes.st-paul 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Thu Jan 31 15:00:06 EET 2002 ro...@shoes.st-paul:/usr/obj/usr/src/sys/SHOES i386



>Description:
An image management tool for the X Window System

Lodju provides a graphical interface to a database for managing large
collections of digital images. In addition, the package provides tools
for creating a database from an existing image archives, as well as
the ability to create web galleries from existing database
collections.

Homepage: http://www.iki.fi/liw/lodju

>How-To-Repeat:

>Fix:

--- lodju.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:
#
# graphics/lodju
# graphics/lodju/Makefile
# graphics/lodju/files
# graphics/lodju/files/patch-configure.in
# graphics/lodju/files/patch-configure
# graphics/lodju/pkg-comment
# graphics/lodju/pkg-descr
# graphics/lodju/pkg-plist
# graphics/lodju/distinfo
#
echo c - graphics/lodju
mkdir -p graphics/lodju > /dev/null 2>&1
echo x - graphics/lodju/Makefile
sed 's/^X//' >graphics/lodju/Makefile << 'END-of-graphics/lodju/Makefile'
X# New ports collection makefile for: xv
X# Date created: 30 October 1994
X# Whom: smace
X#
X# $FreeBSD: ports/graphics/xv/Makefile,v 1.51 2001/09/11 15:03:17 sf Exp $
X#
X
XPORTNAME= lodju
XPORTVERSION= 1.1
XPORTREVISION= 1
XCATEGORIES+= graphics
XMASTER_SITES= http://liw.iki.fi/liw/lodju/tarballs/
X
XMAINTAINER?= jyli...@iki.fi
X
XRUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
XBUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
X gtk12-config:${PORTSDIR}/x11-toolkits/gtk12 \
X ${LOCALBASE}/include/libintl.h:${PORTSDIR}/devel/gettext
XLIB_DEPENDS= glade-gnome.4:${PORTSDIR}/x11-toolkits/rep-gtk \
X gdk_pixbuf.2:${PORTSDIR}/x11-toolkits/gtk13
X
XMAN1= lodju-create.1 lodju-gallery.1 lodju.1
XMANCOMPRESSED= yes
X
XAUTOCONF= autoconf
XGNU_AUTOCONF= yes
XHAS_CONFIGURE= yes
X
X.include <bsd.port.mk>
END-of-graphics/lodju/Makefile
echo c - graphics/lodju/files
mkdir -p graphics/lodju/files > /dev/null 2>&1
echo x - graphics/lodju/files/patch-configure.in
sed 's/^X//' >graphics/lodju/files/patch-configure.in << 'END-of-graphics/lodju/files/patch-configure.in'
X--- configure.in 2002/02/08 17:35:42 1.1
X+++ configure.in 2002/02/08 17:35:59
X@@ -13,8 +13,8 @@
X
X dnl Checks for libraries.
X
X-CFLAGS="$CFLAGS `gtk-config --cflags` `libglade-config --cflags` `gdk-pixbuf-config --cflags`"
X-LIBS="$CFLAGS `gtk-config --libs` `libglade-config --libs` `gdk-pixbuf-config --libs`"
X+CFLAGS="$CFLAGS `gtk12-config --cflags` `libglade-config --cflags` `gdk-pixbuf-config --cflags`"
X+LIBS="$CFLAGS `gtk12-config --libs` `libglade-config --libs` `gdk-pixbuf-config --libs`"
X
X dnl Look for gettext.
X
END-of-graphics/lodju/files/patch-configure.in
echo x - graphics/lodju/files/patch-configure
sed 's/^X//' >graphics/lodju/files/patch-configure << 'END-of-graphics/lodju/files/patch-configure'
X--- configure 2002/02/08 17:42:43 1.1
X+++ configure 2002/02/08 17:43:06
X@@ -1614,8 +1614,8 @@
X ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
X ac_compiler_gnu=$ac_cv_c_compiler_gnu
X
X-CFLAGS="$CFLAGS `gtk-config --cflags` `libglade-config --cflags` `gdk-pixbuf-config --cflags`"
X-LIBS="$CFLAGS `gtk-config --libs` `libglade-config --libs` `gdk-pixbuf-config --libs`"
X+CFLAGS="$CFLAGS `gtk12-config --cflags` `libglade-config --cflags` `gdk-pixbuf-config --cflags`"
X+LIBS="$CFLAGS `gtk12-config --libs` `libglade-config --libs` `gdk-pixbuf-config --libs`"
X
X ac_ext=c
X ac_cpp='$CPP $CPPFLAGS'
END-of-graphics/lodju/files/patch-configure
echo x - graphics/lodju/pkg-comment
sed 's/^X//' >graphics/lodju/pkg-comment << 'END-of-graphics/lodju/pkg-comment'
XAn image management tool for the X Window System
END-of-graphics/lodju/pkg-comment
echo x - graphics/lodju/pkg-descr
sed 's/^X//' >graphics/lodju/pkg-descr << 'END-of-graphics/lodju/pkg-descr'
XLodju provides a graphical interface to a database for managing large
Xcollections of digital images. In addition, the package provides tools
Xfor creating a database from an existing image archives, as well as
Xthe ability to create web galleries from existing database
Xcollections.
END-of-graphics/lodju/pkg-descr
echo x - graphics/lodju/pkg-plist
sed 's/^X//' >graphics/lodju/pkg-plist << 'END-of-graphics/lodju/pkg-plist'
Xbin/lodju
Xbin/lodju-create
Xbin/lodju-gallery
Xshare/lodju/lodju.glade
Xshare/lodju/lodju.css
Xshare/lodju/gallery.xsl
Xshare/lodju/layout.xsl
Xshare/lodju/clear.gif
Xshare/lodju/fade.gif
Xshare/lodju/fade_bg.gif
Xshare/lodju/footerfade.gif
Xshare/lodju/footerfill.gif
Xshare/lodju/image_folder.gif
Xshare/lodju/logo_bottom.gif
Xshare/lodju/logo_middle.gif
Xshare/lodju/logo_top.gif
Xshare/lodju/no_thumb.gif
Xshare/lodju/graphics/folder.png
Xshare/lodju/graphics/header.png
Xshare/lodju/style/lodju.css
X@dirrm share/lodju/graphics
X@dirrm share/lodju/style
X@dirrm share/lodju
END-of-graphics/lodju/pkg-plist
echo x - graphics/lodju/distinfo
sed 's/^X//' >graphics/lodju/distinfo << 'END-of-graphics/lodju/distinfo'
XMD5 (lodju-1.1.tar.gz) = fc1591cd39d3cde3377c5f50b179a55b
END-of-graphics/lodju/distinfo
exit
--- lodju.port ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message

0 new messages