pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/gallery2 Gallery2 is a web-based photo album with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61508efe7972
branches:  trunk
changeset: 573517:61508efe7972
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Tue Mar 16 23:01:58 2010 +0000

description:
Gallery2 is a web-based photo album with multiple user support.  It
provides users with the ability to create and maintain their own albums
via an intuitive web interface. Photo management includes automatic
thumbnail creation, image resizing, rotation, ordering, captioning,
searching and more. Albums can have read, write and caption permissions
per individual authenticated user for an additional level of privacy.

diffstat:

 www/gallery2/DESCR               |     6 +
 www/gallery2/MESSAGE             |    19 +
 www/gallery2/Makefile            |    75 +
 www/gallery2/PLIST               |  7433 ++++++++++++++++++++++++++++++++++++++
 www/gallery2/distinfo            |     6 +
 www/gallery2/files/.htaccess     |     9 +
 www/gallery2/files/config.php    |   194 +
 www/gallery2/files/gallery2.conf |    12 +
 www/gallery2/patches/patch-aa    |    10 +
 9 files changed, 7764 insertions(+), 0 deletions(-)

diffs (truncated from 7800 to 300 lines):

diff -r 1007e0c2f1a7 -r 61508efe7972 www/gallery2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gallery2/DESCR        Tue Mar 16 23:01:58 2010 +0000
@@ -0,0 +1,6 @@
+Gallery2 is a web-based photo album with multiple user support.  It
+provides users with the ability to create and maintain their own albums
+via an intuitive web interface. Photo management includes automatic
+thumbnail creation, image resizing, rotation, ordering, captioning,
+searching and more. Albums can have read, write and caption permissions
+per individual authenticated user for an additional level of privacy.
diff -r 1007e0c2f1a7 -r 61508efe7972 www/gallery2/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gallery2/MESSAGE      Tue Mar 16 23:01:58 2010 +0000
@@ -0,0 +1,19 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $
+
+Gallery2 is now installed in the ${G2DIR} directory,
+and Gallery2's data directory is ${G2DATA}.
+
+To get the final installation & setup instructions, go to the Gallery2
+documentation homepage:
+
+       http://codex.gallery2.org/Category:Gallery_2:Installation
+
+And don't forget to read the security information regarding Gallery2:
+
+       http://codex.gallery2.org/Gallery2:Security
+
+More tips? Read more about optional (but useful) Gallery2 plugins here:
+http://codex.gallery2.org/Gallery2:Installation_Requirements#Optional_Items
+
+===========================================================================
diff -r 1007e0c2f1a7 -r 61508efe7972 www/gallery2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gallery2/Makefile     Tue Mar 16 23:01:58 2010 +0000
@@ -0,0 +1,75 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 23:01:58 pettai Exp $
+#
+
+DISTNAME=              gallery-2.2.6-full
+PKGNAME=               gallery-2.2.6
+CATEGORIES=            www graphics
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gallery/}
+
+MAINTAINER=            pettai%NetBSD.org@localhost
+HOMEPAGE=              http://gallery.sourceforge.net/
+COMMENT=               Web-based photo gallery written in PHP
+LICENSE=               gnu-gpl-v2
+
+CONFLICTS=             php<5.3.2
+
+DEPENDS+=              ${PHP_PKG_PREFIX}-gd>=5.0.4:../../graphics/php-gd
+DEPENDS+=              ${PHP_PKG_PREFIX}-gettext>=5.0.4:../../devel/php-gettext
+DEPENDS+=              ${PHP_PKG_PREFIX}-{,mysql,pgsql}:../../databases/php-mysql
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_TOOLS=             pax
+USE_LANGUAGES=         # none
+
+NO_BUILD=              yes
+WRKSRC=                        ${WRKDIR}/gallery2
+
+REPLACE_PERL=          lib/tools/po/*.pl
+
+PKG_SYSCONFDIR=                ${G2DIR}
+
+PKG_GROUPS_VARS+=      APACHE_GROUP
+PKG_USERS_VARS+=       APACHE_USER
+BUILD_DEFS+=           VARBASE
+
+EGDIR=                 ${PREFIX}/share/examples/gallery2
+G2DIR=                 ${PREFIX}/share/gallery2
+DATADIR=               ${VARBASE}/gallery2
+G2DATA=                        ${DATADIR}/g2data
+
+CONF_FILES_PERMS=      ${DESTDIR}${EGDIR}/config.php ${DESTDIR}${G2DIR}/config.php \
+                       ${ROOT_USER} ${ROOT_GROUP} 0644
+
+MESSAGE_SUBST+=                G2DIR=${G2DIR}
+MESSAGE_SUBST+=                G2DATA=${G2DATA}
+FILES_SUBST+=          G2DIR=${G2DIR}
+
+SUBST_CLASSES+=                paths
+SUBST_FILES.paths=     ${WRKDIR}/gallery2.conf
+SUBST_FILES.paths+=    ${WRKDIR}/config.php
+SUBST_FILES.paths+=    ${WRKSRC}/lib/tools/po/extract.php
+SUBST_VARS.paths+=     G2DIR G2DATA PREFIX
+SUBST_STAGE.paths=     post-patch
+
+OWN_DIRS_PERMS+=       ${G2DATA} ${APACHE_USER} ${APACHE_GROUP} 755
+
+INSTALLATION_DIRS=     share/examples/gallery2
+INSTALLATION_DIRS+=    share/gallery2
+INSTALLATION_DIRS+=    ${G2DATA}
+
+post-extract:
+       ${CP} ${FILESDIR}/gallery2.conf ${WRKDIR}/
+       ${CP} ${FILESDIR}/config.php ${WRKDIR}/
+
+pre-install:
+       ${RM} ${WRKSRC}/lib/tools/po/extract.php.orig
+
+do-install:
+       ${INSTALL_DATA} ${WRKDIR}/gallery2.conf ${DESTDIR}${EGDIR}/gallery2.conf
+       ${INSTALL_DATA} ${WRKDIR}/config.php ${DESTDIR}${EGDIR}/config.php
+       ${INSTALL_DATA} ${FILESDIR}/.htaccess ${DESTDIR}${G2DIR}/.htaccess
+       cd ${WRKSRC} && ${PAX} -rwppm . ${DESTDIR}${G2DIR}/
+
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1007e0c2f1a7 -r 61508efe7972 www/gallery2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gallery2/PLIST        Tue Mar 16 23:01:58 2010 +0000
@@ -0,0 +1,7433 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/16 23:02:02 pettai Exp $
+share/examples/gallery2/gallery2.conf
+share/examples/gallery2/config.php
+share/gallery2/LICENSE
+share/gallery2/MANIFEST
+share/gallery2/README.html
+share/gallery2/bootstrap.inc
+share/gallery2/embed.php
+share/gallery2/images/g2Logo.gif
+share/gallery2/images/gallery.gif
+share/gallery2/images/galleryLogo_sm.gif
+share/gallery2/images/galleryLogo_sm.png
+share/gallery2/images/gulftech.png
+share/gallery2/images/intershot.png
+share/gallery2/images/xhtml10.png
+share/gallery2/index.php
+share/gallery2/init.inc
+share/gallery2/.htaccess
+share/gallery2/install/GalleryStub.class
+share/gallery2/install/InstallStep.class
+share/gallery2/install/StatusTemplate.class
+share/gallery2/install/config.php-template
+share/gallery2/install/images/background.png
+share/gallery2/install/images/btnBGbl.gif
+share/gallery2/install/images/btnBGgrn.gif
+share/gallery2/install/images/btnBGor.gif
+share/gallery2/install/images/btnBLbl.gif
+share/gallery2/install/images/btnBLgrn.gif
+share/gallery2/install/images/btnBLor.gif
+share/gallery2/install/images/btnBRbl.gif
+share/gallery2/install/images/btnBRgrn.gif
+share/gallery2/install/images/btnBRor.gif
+share/gallery2/install/images/btnTLbl.gif
+share/gallery2/install/images/btnTLgrn.gif
+share/gallery2/install/images/btnTLor.gif
+share/gallery2/install/images/btnTRbl.gif
+share/gallery2/install/images/btnTRgrn.gif
+share/gallery2/install/images/btnTRor.gif
+share/gallery2/install/images/g2Logo_install_head.png
+share/gallery2/install/images/ico_error.gif
+share/gallery2/install/images/ico_success.gif
+share/gallery2/install/images/ico_warning.gif
+share/gallery2/install/images/pixbl.gif
+share/gallery2/install/images/pixgrn.gif
+share/gallery2/install/images/pixor.gif
+share/gallery2/install/index.php
+share/gallery2/install/install.css
+share/gallery2/install/locale/af/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ar/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/bg/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ca/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/cs/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/da/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/de/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/en_GB/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/es/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/eu/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/fi/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/fr/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/hu/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/it/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ja/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ko/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/lt/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/lv/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/nl/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/no/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/pl/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ro/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/ru/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/sk/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/sr/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/sv/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/tr/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/uk/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/vi/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/zh_CN/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/locale/zh_TW/LC_MESSAGES/gallery2_install.mo
+share/gallery2/install/po/GNUmakefile
+share/gallery2/install/po/af.po
+share/gallery2/install/po/ar.po
+share/gallery2/install/po/bg.po
+share/gallery2/install/po/ca.po
+share/gallery2/install/po/cs.po
+share/gallery2/install/po/da.po
+share/gallery2/install/po/de.po
+share/gallery2/install/po/en_GB.po
+share/gallery2/install/po/es.po
+share/gallery2/install/po/eu.po
+share/gallery2/install/po/fi.po
+share/gallery2/install/po/fr.po
+share/gallery2/install/po/hu.po
+share/gallery2/install/po/it.po
+share/gallery2/install/po/ja.po
+share/gallery2/install/po/ko.po
+share/gallery2/install/po/lt.po
+share/gallery2/install/po/lv.po
+share/gallery2/install/po/nl.po
+share/gallery2/install/po/no.po
+share/gallery2/install/po/pl.po
+share/gallery2/install/po/ro.po
+share/gallery2/install/po/ru.po
+share/gallery2/install/po/sk.po
+share/gallery2/install/po/sr.po
+share/gallery2/install/po/strings.raw
+share/gallery2/install/po/sv.po
+share/gallery2/install/po/tr.po
+share/gallery2/install/po/uk.po
+share/gallery2/install/po/vi.po
+share/gallery2/install/po/zh_CN.po
+share/gallery2/install/po/zh_TW.po
+share/gallery2/install/steps/AdminUserSetupStep.class
+share/gallery2/install/steps/AuthenticateStep.class
+share/gallery2/install/steps/CreateConfigFileStep.class
+share/gallery2/install/steps/DatabaseSetupStep.class
+share/gallery2/install/steps/FinishedStep.class
+share/gallery2/install/steps/InstallCoreModuleStep.class
+share/gallery2/install/steps/InstallOtherModulesStep.class
+share/gallery2/install/steps/MultisiteStep.class
+share/gallery2/install/steps/SecureStep.class
+share/gallery2/install/steps/StorageSetupStep.class
+share/gallery2/install/steps/SystemChecksStep.class
+share/gallery2/install/steps/WelcomeStep.class
+share/gallery2/install/templates/AdminUserSetupRequest.html
+share/gallery2/install/templates/AdminUserSetupSuccess.html
+share/gallery2/install/templates/AuthenticateRequest.html
+share/gallery2/install/templates/AuthenticateSuccessful.html
+share/gallery2/install/templates/CleanInstallRequest.html
+share/gallery2/install/templates/CreateConfigFileFailed.html
+share/gallery2/install/templates/CreateConfigFileInstructions.html
+share/gallery2/install/templates/CreateConfigFileSuccess.html
+share/gallery2/install/templates/DatabaseSetupRequest.html
+share/gallery2/install/templates/DatabaseSetupSuccess.html
+share/gallery2/install/templates/Finished.html
+share/gallery2/install/templates/Header.html
+share/gallery2/install/templates/InstallCoreModuleError.html
+share/gallery2/install/templates/InstallCoreModuleSuccess.html
+share/gallery2/install/templates/InstallOtherModulesRequest.html
+share/gallery2/install/templates/InstallOtherModulesSuccess.html
+share/gallery2/install/templates/MainPage.html
+share/gallery2/install/templates/ManifestSystemCheck.html
+share/gallery2/install/templates/Multisite.html
+share/gallery2/install/templates/MultisiteSuccess.html
+share/gallery2/install/templates/NavBar.html
+share/gallery2/install/templates/Secure.html
+share/gallery2/install/templates/StorageSetupRequest.html
+share/gallery2/install/templates/StorageSetupSuccess.html
+share/gallery2/install/templates/SystemChecks.html
+share/gallery2/install/templates/VersionCheckFailed.html
+share/gallery2/install/templates/Welcome.html
+share/gallery2/lib/JSON/JSON.php
+share/gallery2/lib/adodb/adodb-error.inc.php
+share/gallery2/lib/adodb/adodb-iterator.inc.php
+share/gallery2/lib/adodb/adodb-lib.inc.php
+share/gallery2/lib/adodb/adodb-perf.inc.php
+share/gallery2/lib/adodb/adodb-php4.inc.php
+share/gallery2/lib/adodb/adodb-time.inc.php
+share/gallery2/lib/adodb/adodb.inc.php
+share/gallery2/lib/adodb/drivers/adodb-ado.inc.php
+share/gallery2/lib/adodb/drivers/adodb-ado5.inc.php
+share/gallery2/lib/adodb/drivers/adodb-ado_mssql.inc.php
+share/gallery2/lib/adodb/drivers/adodb-db2.inc.php
+share/gallery2/lib/adodb/drivers/adodb-mysql.inc.php
+share/gallery2/lib/adodb/drivers/adodb-mysqli.inc.php
+share/gallery2/lib/adodb/drivers/adodb-mysqlt.inc.php
+share/gallery2/lib/adodb/drivers/adodb-oci8.inc.php
+share/gallery2/lib/adodb/drivers/adodb-oci805.inc.php
+share/gallery2/lib/adodb/drivers/adodb-oci8po.inc.php
+share/gallery2/lib/adodb/drivers/adodb-oracle.inc.php
+share/gallery2/lib/adodb/drivers/adodb-postgres64.inc.php
+share/gallery2/lib/adodb/drivers/adodb-postgres7.inc.php
+share/gallery2/lib/adodb/drivers/adodb-sqlite.inc.php
+share/gallery2/lib/adodb/drivers/adodb-sqlitepo.inc.php
+share/gallery2/lib/adodb/license.txt
+share/gallery2/lib/adodb/perf/perf-db2.inc.php
+share/gallery2/lib/adodb/perf/perf-mssql.inc.php
+share/gallery2/lib/adodb/perf/perf-mysql.inc.php
+share/gallery2/lib/adodb/perf/perf-oci8.inc.php
+share/gallery2/lib/adodb/perf/perf-postgres.inc.php
+share/gallery2/lib/adodb/readme.txt
+share/gallery2/lib/adodb/tohtml.inc.php
+share/gallery2/lib/bbcode/COPYING
+share/gallery2/lib/bbcode/LICENSE
+share/gallery2/lib/bbcode/README



Home | Main Index | Thread Index | Old Index