summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-10-25 03:06:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-10-25 03:06:34 +0000
commitea80172787630424be530ca0ecd66b9b02a82de6 (patch)
treecd0edc4d3b2b123906eec1f9c3e6f6983c1f1a91 /graphics
parent- Update MASTER_SITE (diff)
Add graphics/kallery
An image gallery generator for KDE PR: 43280 Submitted by: metrol@metrol.net Approved by: pat
Notes
Notes: svn path=/head/; revision=68764
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/kallery/Makefile35
-rw-r--r--graphics/kallery/distinfo1
-rw-r--r--graphics/kallery/pkg-comment1
-rw-r--r--graphics/kallery/pkg-descr15
-rw-r--r--graphics/kallery/pkg-plist29
6 files changed, 82 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index bd7b53e19db9..fc7a0710180a 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -166,6 +166,7 @@
SUBDIR += jpgtn
SUBDIR += jslice
SUBDIR += juno-2
+ SUBDIR += kallery
SUBDIR += kdc2tiff
SUBDIR += kdegraphics3
SUBDIR += kisomandel
diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile
new file mode 100644
index 000000000000..e058277216cd
--- /dev/null
+++ b/graphics/kallery/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: kallery
+# Date created: 22 September 2002
+# Whom: Michael Collette
+#
+# $FreeBSD$
+#
+
+PORTNAME= kallery
+PORTVERSION= 1.0.2
+CATEGORIES= graphics kde
+MASTER_SITES= http://www.virtualartisans.com/kde/andras/kallery/
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= metrol@metrol.net
+
+LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick
+
+USE_KDELIBS_VER=3
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+= --prefix=${LOCALBASE}
+
+post-patch:
+.if !defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -Ee \
+ 's|(dtd/kdex.dtd)|${LOCALBASE}/share/apps/ksgmltools2/customization/\1|' \
+ ${WRKSRC}/doc/en/index.docbook
+.else
+ @${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
+.endif
+
+.include <bsd.port.mk>
diff --git a/graphics/kallery/distinfo b/graphics/kallery/distinfo
new file mode 100644
index 000000000000..62681687892c
--- /dev/null
+++ b/graphics/kallery/distinfo
@@ -0,0 +1 @@
+MD5 (kallery-1.0.2.tar.bz2) = 3d31b9f8eeb7096d0a92a55008cf0919
diff --git a/graphics/kallery/pkg-comment b/graphics/kallery/pkg-comment
new file mode 100644
index 000000000000..4f26bd13b75c
--- /dev/null
+++ b/graphics/kallery/pkg-comment
@@ -0,0 +1 @@
+An image gallery generator for KDE
diff --git a/graphics/kallery/pkg-descr b/graphics/kallery/pkg-descr
new file mode 100644
index 000000000000..697cf9935ad8
--- /dev/null
+++ b/graphics/kallery/pkg-descr
@@ -0,0 +1,15 @@
+An image gallery generator for KDE
+
+Features:
+* load a set of images (from different directories)
+* convert them to another format, resize them and insert copyright text on
+them
+* create thumbnails for them
+* add descriptions for the images
+* create a gallery html file, which contains the thumbnails
+* this gallery format can have different look and feel (by using templates)
+* insert navigation buttons, text descriptions near the fullsize images
+* save the project, so you can use later to regenerate the same or slightly
+ different (eg. descriptions in other languages) image gallery
+
+WWW: http://www.virtualartisans.com/kde/andras/en/kallery.htm
diff --git a/graphics/kallery/pkg-plist b/graphics/kallery/pkg-plist
new file mode 100644
index 000000000000..4af1c0ff7d85
--- /dev/null
+++ b/graphics/kallery/pkg-plist
@@ -0,0 +1,29 @@
+bin/kallery
+share/doc/HTML/en/kallery/index.docbook
+share/doc/HTML/en/kallery/index.cache.bz2
+share/doc/HTML/en/kallery/common
+share/applnk/Applications/kallery.desktop
+share/icons/locolor/32x32/apps/kallery.png
+share/icons/locolor/16x16/apps/kallery.png
+share/icons/hicolor/16x16/apps/kallery.png
+share/icons/hicolor/32x32/apps/kallery.png
+share/apps/kallery/images/kallery.png
+share/apps/kallery/images/back.png
+share/apps/kallery/images/next.png
+share/apps/kallery/images/prev.png
+share/apps/kallery/templates/gallery/gallery.template
+share/apps/kallery/templates/gallery/gallery_frame.template
+share/apps/kallery/templates/fullsize/fullsize_bottom.template
+share/apps/kallery/templates/fullsize/fullsize_near.template
+share/apps/kallery/templates/fullsize/fullsize_top.template
+share/apps/kallery/templates/fullsize/fullsize_top_bottom.template
+share/apps/kallery/htmls/blank.htm
+share/apps/kallery/htmls/main_frame.htm
+share/locale/hu/LC_MESSAGES/kallery.mo
+@dirrm share/doc/HTML/en/kallery
+@dirrm share/apps/kallery/images
+@dirrm share/apps/kallery/templates/gallery
+@dirrm share/apps/kallery/templates/fullsize
+@dirrm share/apps/kallery/templates
+@dirrm share/apps/kallery/htmls
+@dirrm share/apps/kallery