aboutsummaryrefslogtreecommitdiff
path: root/graphics/lodju
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-10 13:15:06 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-10 13:15:06 +0000
commit6d8b67ee234a206634eca113fa89e3be4e53cf57 (patch)
tree0bcf041ab8011aa448bbb06c3cb6300b95cb9421 /graphics/lodju
parentcd5fdb88609a14875c85b86e113655cffecb8bd2 (diff)
downloadports-6d8b67ee234a206634eca113fa89e3be4e53cf57.tar.gz
ports-6d8b67ee234a206634eca113fa89e3be4e53cf57.zip
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. PR: 34737 Submitted by: juha.ylitalo@iki.fi
Notes
Notes: svn path=/head/; revision=66049
Diffstat (limited to 'graphics/lodju')
-rw-r--r--graphics/lodju/Makefile30
-rw-r--r--graphics/lodju/distinfo1
-rw-r--r--graphics/lodju/files/patch-configure13
-rw-r--r--graphics/lodju/files/patch-configure.in13
-rw-r--r--graphics/lodju/pkg-comment1
-rw-r--r--graphics/lodju/pkg-descr5
-rw-r--r--graphics/lodju/pkg-plist23
7 files changed, 86 insertions, 0 deletions
diff --git a/graphics/lodju/Makefile b/graphics/lodju/Makefile
new file mode 100644
index 000000000000..12781dc4510f
--- /dev/null
+++ b/graphics/lodju/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: lodju
+# Date created: Fri Feb 08 10:50:01 PST 2002
+# Whom: jylitalo@iki.fi
+#
+# $FreeBSD$
+#
+
+PORTNAME= lodju
+PORTVERSION= 1.1
+PORTREVISION= 1
+CATEGORIES+= graphics
+MASTER_SITES= http://liw.iki.fi/liw/lodju/tarballs/
+
+MAINTAINER?= jylitalo@iki.fi
+
+RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
+BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
+ gtk12-config:${PORTSDIR}/x11-toolkits/gtk12 \
+ ${LOCALBASE}/include/libintl.h:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= glade-gnome.4:${PORTSDIR}/x11-toolkits/rep-gtk \
+ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+
+MAN1= lodju-create.1 lodju-gallery.1 lodju.1
+MANCOMPRESSED= yes
+
+AUTOCONF= autoconf
+GNU_AUTOCONF= yes
+HAS_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/lodju/distinfo b/graphics/lodju/distinfo
new file mode 100644
index 000000000000..8bb07eb013d1
--- /dev/null
+++ b/graphics/lodju/distinfo
@@ -0,0 +1 @@
+MD5 (lodju-1.1.tar.gz) = fc1591cd39d3cde3377c5f50b179a55b
diff --git a/graphics/lodju/files/patch-configure b/graphics/lodju/files/patch-configure
new file mode 100644
index 000000000000..af96c9a1b94a
--- /dev/null
+++ b/graphics/lodju/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure 2002/02/08 17:42:43 1.1
++++ configure 2002/02/08 17:43:06
+@@ -1614,8 +1614,8 @@
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+-CFLAGS="$CFLAGS `gtk-config --cflags` `libglade-config --cflags` `gdk-pixbuf-config --cflags`"
+-LIBS="$CFLAGS `gtk-config --libs` `libglade-config --libs` `gdk-pixbuf-config --libs`"
++CFLAGS="$CFLAGS `gtk12-config --cflags` `libglade-config --cflags` `gdk-pixbuf-config --cflags`"
++LIBS="$CFLAGS `gtk12-config --libs` `libglade-config --libs` `gdk-pixbuf-config --libs`"
+
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
diff --git a/graphics/lodju/files/patch-configure.in b/graphics/lodju/files/patch-configure.in
new file mode 100644
index 000000000000..641362518891
--- /dev/null
+++ b/graphics/lodju/files/patch-configure.in
@@ -0,0 +1,13 @@
+--- configure.in 2002/02/08 17:35:42 1.1
++++ configure.in 2002/02/08 17:35:59
+@@ -13,8 +13,8 @@
+
+ dnl Checks for libraries.
+
+-CFLAGS="$CFLAGS `gtk-config --cflags` `libglade-config --cflags` `gdk-pixbuf-config --cflags`"
+-LIBS="$CFLAGS `gtk-config --libs` `libglade-config --libs` `gdk-pixbuf-config --libs`"
++CFLAGS="$CFLAGS `gtk12-config --cflags` `libglade-config --cflags` `gdk-pixbuf-config --cflags`"
++LIBS="$CFLAGS `gtk12-config --libs` `libglade-config --libs` `gdk-pixbuf-config --libs`"
+
+ dnl Look for gettext.
+
diff --git a/graphics/lodju/pkg-comment b/graphics/lodju/pkg-comment
new file mode 100644
index 000000000000..baeab2cbee26
--- /dev/null
+++ b/graphics/lodju/pkg-comment
@@ -0,0 +1 @@
+An image management tool for the X Window System
diff --git a/graphics/lodju/pkg-descr b/graphics/lodju/pkg-descr
new file mode 100644
index 000000000000..1acc2b67c4af
--- /dev/null
+++ b/graphics/lodju/pkg-descr
@@ -0,0 +1,5 @@
+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.
diff --git a/graphics/lodju/pkg-plist b/graphics/lodju/pkg-plist
new file mode 100644
index 000000000000..23b573e0a4eb
--- /dev/null
+++ b/graphics/lodju/pkg-plist
@@ -0,0 +1,23 @@
+bin/lodju
+bin/lodju-create
+bin/lodju-gallery
+share/lodju/lodju.glade
+share/lodju/lodju.css
+share/lodju/gallery.xsl
+share/lodju/layout.xsl
+share/lodju/clear.gif
+share/lodju/fade.gif
+share/lodju/fade_bg.gif
+share/lodju/footerfade.gif
+share/lodju/footerfill.gif
+share/lodju/image_folder.gif
+share/lodju/logo_bottom.gif
+share/lodju/logo_middle.gif
+share/lodju/logo_top.gif
+share/lodju/no_thumb.gif
+share/lodju/graphics/folder.png
+share/lodju/graphics/header.png
+share/lodju/style/lodju.css
+@dirrm share/lodju/graphics
+@dirrm share/lodju/style
+@dirrm share/lodju