From jamie@hermans.ca  Fri Sep 12 12:37:28 2003
Return-Path: <jamie@hermans.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B02116A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Sep 2003 12:37:28 -0700 (PDT)
Received: from seraphim.hermans.ca (h24-65-98-20.ed.shawcable.net [24.65.98.20])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE8A43FE5
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Sep 2003 12:37:26 -0700 (PDT)
	(envelope-from jamie@hermans.ca)
Received: from localhost (localhost [127.0.0.1])
	by seraphim.hermans.ca (Postfix) with ESMTP id C7A0614D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Sep 2003 13:37:48 -0600 (MDT)
Received: from seraphim.hermans.ca ([127.0.0.1])
 by localhost (seraphim.hermans.ca [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 80965-03 for <FreeBSD-gnats-submit@freebsd.org>;
 Fri, 12 Sep 2003 13:37:46 -0600 (MDT)
Received: by seraphim.hermans.ca (Postfix, from userid 1000)
	id E47A514B; Fri, 12 Sep 2003 13:37:46 -0600 (MDT)
Message-Id: <20030912193746.E47A514B@seraphim.hermans.ca>
Date: Fri, 12 Sep 2003 13:37:46 -0600 (MDT)
From: Jamie Hermans <jamie@hermans.ca>
Reply-To: Jamie Hermans <jamie@hermans.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update of www/gallery port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56739
>Category:       ports
>Synopsis:       Maintainer update of www/gallery port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 12 12:40:11 PDT 2003
>Closed-Date:    Wed Sep 24 04:38:21 PDT 2003
>Last-Modified:  Wed Sep 24 04:38:21 PDT 2003
>Originator:     Jamie Hermans
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
hermans.ca
>Environment:
System: FreeBSD seraphim.hermans.ca 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun Apr 27 18:26:54 MDT 2003 root@seraphim.hermans.ca:/home/usr_obj/usr/src/sys/SERAPHIM i386
>Description:

	Gallery v.1.4 and Gallery Remote v.1.1 are now available!

	Version 1.4 premieres some major new features: Gallery is
	now internationalized, and can be displayed in over 20
	languages! In addition, we've completely overhauled the
	documentation and made it more accessible and more
	informative. Other changes include ownership of
	individual album items, not just of albums, and a slew
	of minor improvements and bugfixes.

	Maintainer Note: Corrected an outstanding problem with
	the port incorrectly depending on Pear (instead of PHP)

>How-To-Repeat:
	
>Fix:

diff -ruN gallery/Makefile gallery-1.4/Makefile
--- gallery/Makefile	Fri Sep 12 11:16:08 2003
+++ gallery-1.4/Makefile	Fri Sep 12 11:36:05 2003
@@ -6,19 +6,19 @@
 #
 
 PORTNAME=	gallery
-PORTVERSION=	1.3.4.1
+PORTVERSION=	1.4
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/.1/-pl1/}
 
 MAINTAINER=	jamie@hermans.ca
 COMMENT=	Gallery is a slick web based photo album written using PHP
 
 RUN_DEPENDS=	giftopnm:${PORTSDIR}/graphics/netpbm \
 		jhead:${PORTSDIR}/graphics/jhead \
-		unzip:${PORTSDIR}/archivers/unzip \
-		${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR
+		unzip:${PORTSDIR}/archivers/unzip
+
+WANT_PHP_WEB=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
@@ -28,6 +28,9 @@
 CPIO=		cpio --quiet -pdum -R
 PLIST_SUB=	GALLERYDIR=${GALLERYDIR}
 
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../lang/php4/bsd.php.mk"
+
 pre-fetch:
 .if !defined(GALLERYDIR)
 	@${ECHO_MSG} ""
@@ -57,4 +60,4 @@
 	@ ${CAT} ${PKGMESSAGE}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN gallery/distinfo gallery-1.4/distinfo
--- gallery/distinfo	Fri Sep 12 11:16:09 2003
+++ gallery-1.4/distinfo	Fri Sep 12 11:31:58 2003
@@ -1 +1 @@
-MD5 (gallery-1.3.4-pl1.tar.gz) = eed5daf008906ce63406a917af98bb28
+MD5 (gallery-1.4.tar.gz) = 464af2718330da54a0d68c77dfb25bf2
diff -ruN gallery/pkg-plist gallery-1.4/pkg-plist
--- gallery/pkg-plist	Fri Sep 12 11:16:09 2003
+++ gallery-1.4/pkg-plist	Fri Sep 12 13:07:09 2003
@@ -39,6 +39,43 @@
 %%GALLERYDIR%%/delete_photo.php
 %%GALLERYDIR%%/delete_user.php
 %%GALLERYDIR%%/do_command.php
+%%GALLERYDIR%%/docs/gallery1-admin.backup.html
+%%GALLERYDIR%%/docs/gallery1-admin.basics.html
+%%GALLERYDIR%%/docs/gallery1-admin.embedding.html
+%%GALLERYDIR%%/docs/gallery1-admin.html
+%%GALLERYDIR%%/docs/gallery1-admin.offline.html
+%%GALLERYDIR%%/docs/gallery1-admin.patching.html
+%%GALLERYDIR%%/docs/gallery1-admin.securing.html
+%%GALLERYDIR%%/docs/gallery1-admin.users.html
+%%GALLERYDIR%%/docs/gallery1-devguide.functions.html
+%%GALLERYDIR%%/docs/gallery1-devguide.html
+%%GALLERYDIR%%/docs/gallery1-install.config-wizard.html
+%%GALLERYDIR%%/docs/gallery1-install.credits.html
+%%GALLERYDIR%%/docs/gallery1-install.faq.a.html
+%%GALLERYDIR%%/docs/gallery1-install.faq.b.html
+%%GALLERYDIR%%/docs/gallery1-install.faq.c.html
+%%GALLERYDIR%%/docs/gallery1-install.faq.d.html
+%%GALLERYDIR%%/docs/gallery1-install.faq.html
+%%GALLERYDIR%%/docs/gallery1-install.features.html
+%%GALLERYDIR%%/docs/gallery1-install.help.html
+%%GALLERYDIR%%/docs/gallery1-install.html
+%%GALLERYDIR%%/docs/gallery1-install.overview.html
+%%GALLERYDIR%%/docs/gallery1-install.required-programs.html
+%%GALLERYDIR%%/docs/gallery1-install.requirements.html
+%%GALLERYDIR%%/docs/gallery1-install.unix-ftp.html
+%%GALLERYDIR%%/docs/gallery1-install.unix-shell.html
+%%GALLERYDIR%%/docs/gallery1-install.upgrade.html
+%%GALLERYDIR%%/docs/gallery1-install.windows-iis.html
+%%GALLERYDIR%%/docs/gallery1-install.windows.html
+%%GALLERYDIR%%/docs/html.css
+%%GALLERYDIR%%/docs/images/basic-auth.gif
+%%GALLERYDIR%%/docs/images/diagnostics.gif
+%%GALLERYDIR%%/docs/images/step2setup.gif
+%%GALLERYDIR%%/docs/images/up-up.gif
+%%GALLERYDIR%%/docs/images/up.gif
+%%GALLERYDIR%%/docs/index.html
+%%GALLERYDIR%%/docs/preface.html
+%%GALLERYDIR%%/docs/pretty-html.css
 %%GALLERYDIR%%/edit_appearance.php
 %%GALLERYDIR%%/edit_caption.php
 %%GALLERYDIR%%/edit_field.php
@@ -111,16 +148,76 @@
 %%GALLERYDIR%%/layout/commentboxbottom.inc
 %%GALLERYDIR%%/layout/commentboxtop.inc
 %%GALLERYDIR%%/layout/commentdraw.inc
+%%GALLERYDIR%%/layout/ml_pulldown.inc
 %%GALLERYDIR%%/layout/navigator.inc
 %%GALLERYDIR%%/layout/navphoto.inc
 %%GALLERYDIR%%/layout/searchdraw.inc
+%%GALLERYDIR%%/locale/cs_CZ/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/da_DK/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/de_DE/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/en_GB/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/es_ES/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/fr_CA/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/he_IL/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/is_IS/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/it_IT/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/no_NO/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/ru_RU/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/uk_UA/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/zh_CN/LC_MESSAGES/gallery.mo
+%%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES/gallery.mo
 %%GALLERYDIR%%/login.php
 %%GALLERYDIR%%/manage_users.php
 %%GALLERYDIR%%/modify_user.php
 %%GALLERYDIR%%/move_album.php
 %%GALLERYDIR%%/move_photo.php
+%%GALLERYDIR%%/nls.php
+%%GALLERYDIR%%/photo_owner.php
 %%GALLERYDIR%%/platform/fs_unix.php
 %%GALLERYDIR%%/platform/fs_win32.php
+%%GALLERYDIR%%/po/CREDITS
+%%GALLERYDIR%%/po/create_po_template.sh
+%%GALLERYDIR%%/po/cs_CZ-gallery.po
+%%GALLERYDIR%%/po/da_DK-gallery.po
+%%GALLERYDIR%%/po/de_DE-gallery.po
+%%GALLERYDIR%%/po/en_GB-gallery.po
+%%GALLERYDIR%%/po/es_ES-gallery.po
+%%GALLERYDIR%%/po/fi_FI-gallery.po
+%%GALLERYDIR%%/po/filelist
+%%GALLERYDIR%%/po/fr_FR-gallery.po
+%%GALLERYDIR%%/po/gallery.pot
+%%GALLERYDIR%%/po/he_IL-gallery.po
+%%GALLERYDIR%%/po/is_IS-gallery.po
+%%GALLERYDIR%%/po/it_IT-gallery.po
+%%GALLERYDIR%%/po/ja_JP-gallery.po
+%%GALLERYDIR%%/po/lt_LT-gallery.po
+%%GALLERYDIR%%/po/make_mo_files.sh
+%%GALLERYDIR%%/po/nl_NL-gallery.po
+%%GALLERYDIR%%/po/no_NO-gallery.po
+%%GALLERYDIR%%/po/pl_PL-gallery.po
+%%GALLERYDIR%%/po/pt_PT-gallery.po
+%%GALLERYDIR%%/po/remove_obsolete.pl
+%%GALLERYDIR%%/po/ru_RU-gallery.po
+%%GALLERYDIR%%/po/ru_RU.koi8r-gallery.po
+%%GALLERYDIR%%/po/sl_SI-gallery.po
+%%GALLERYDIR%%/po/sv_SE-gallery.po
+%%GALLERYDIR%%/po/tr_TR-gallery.po
+%%GALLERYDIR%%/po/transform_fuzzy.pl
+%%GALLERYDIR%%/po/uk_UA-gallery.po
+%%GALLERYDIR%%/po/update_po_files.sh
+%%GALLERYDIR%%/po/zh_CN-gallery.po
+%%GALLERYDIR%%/po/zh_TW-gallery.po
 %%GALLERYDIR%%/progress_uploading.php
 %%GALLERYDIR%%/publish_xp.php
 %%GALLERYDIR%%/publish_xp_docs.php
@@ -155,6 +252,7 @@
 %%GALLERYDIR%%/slideshow_low.php
 %%GALLERYDIR%%/sort_album.php
 %%GALLERYDIR%%/upgrade_album.php
+%%GALLERYDIR%%/upgrade_users.php
 %%GALLERYDIR%%/user_preferences.php
 %%GALLERYDIR%%/util.php
 %%GALLERYDIR%%/view_album.php
@@ -162,7 +260,59 @@
 %%GALLERYDIR%%/view_photo.php
 %%GALLERYDIR%%/view_photo_properties.php
 @dirrm %%GALLERYDIR%%/setup
+@dirrm %%GALLERYDIR%%/po
 @dirrm %%GALLERYDIR%%/platform
+@dirrm %%GALLERYDIR%%/locale/zh_TW/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/zh_TW
+@dirrm %%GALLERYDIR%%/locale/zh_CN/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/zh_CN
+@dirrm %%GALLERYDIR%%/locale/uk_UA/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/uk_UA
+@dirrm %%GALLERYDIR%%/locale/tr_TR/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/tr_TR
+@dirrm %%GALLERYDIR%%/locale/sv_SE/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/sv_SE
+@dirrm %%GALLERYDIR%%/locale/sl_SI/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/sl_SI
+@dirrm %%GALLERYDIR%%/locale/ru_RU/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/ru_RU.koi8r
+@dirrm %%GALLERYDIR%%/locale/ru_RU
+@dirrm %%GALLERYDIR%%/locale/pt_PT/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/pt_PT
+@dirrm %%GALLERYDIR%%/locale/pl_PL/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/pl_PL
+@dirrm %%GALLERYDIR%%/locale/no_NO/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/no_NO
+@dirrm %%GALLERYDIR%%/locale/nl_NL/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/nl_NL
+@dirrm %%GALLERYDIR%%/locale/lt_LT/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/lt_LT
+@dirrm %%GALLERYDIR%%/locale/ja_JP/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/ja_JP
+@dirrm %%GALLERYDIR%%/locale/it_IT/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/it_IT
+@dirrm %%GALLERYDIR%%/locale/is_IS/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/is_IS
+@dirrm %%GALLERYDIR%%/locale/he_IL/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/he_IL
+@dirrm %%GALLERYDIR%%/locale/fr_FR/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/fr_FR
+@dirrm %%GALLERYDIR%%/locale/fr_CA/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/fr_CA
+@dirrm %%GALLERYDIR%%/locale/fi_FI/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/fi_FI
+@dirrm %%GALLERYDIR%%/locale/es_ES/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/es_ES
+@dirrm %%GALLERYDIR%%/locale/en_GB/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/en_GB
+@dirrm %%GALLERYDIR%%/locale/de_DE/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/de_DE
+@dirrm %%GALLERYDIR%%/locale/da_DK/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/da_DK
+@dirrm %%GALLERYDIR%%/locale/cs_CZ/LC_MESSAGES
+@dirrm %%GALLERYDIR%%/locale/cs_CZ
+@dirrm %%GALLERYDIR%%/locale
 @dirrm %%GALLERYDIR%%/layout
 @dirrm %%GALLERYDIR%%/js
 @dirrm %%GALLERYDIR%%/java
@@ -170,6 +320,8 @@
 @dirrm %%GALLERYDIR%%/html_wrap
 @dirrm %%GALLERYDIR%%/html
 @dirrm %%GALLERYDIR%%/errors
+@dirrm %%GALLERYDIR%%/docs/images
+@dirrm %%GALLERYDIR%%/docs
 @dirrm %%GALLERYDIR%%/css
 @dirrm %%GALLERYDIR%%/classes/remote
 @dirrm %%GALLERYDIR%%/classes/postnuke0.7.1
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Sep 24 04:38:13 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56739 
>Unformatted:
