head	1.6;
access;
symbols
	old_PRE_XORG_7:1.5
	old_RELEASE_4_EOL:1.4
	old_RELEASE_6_2_0:1.4
	old_RELEASE_6_1_0:1.4
	old_RELEASE_5_5_0:1.4
	old_old_RELEASE_6_0_0:1.2
	old_old_RELEASE_5_4_0:1.2
	old_old_RELEASE_4_11_0:1.2
	old_old_RELEASE_5_3_0:1.2
	old_old_RELEASE_4_10_0:1.2
	old_old_RELEASE_5_2_1:1.2
	old_old_RELEASE_5_2_0:1.2
	old_old_RELEASE_4_9_0:1.2
	old_old_RELEASE_5_1_0:1.2
	old_old_RELEASE_4_8_0:1.2
	old_old_RELEASE_5_0_0:1.2
	old_old_RELEASE_4_7_0:1.2
	old_old_RELEASE_4_6_2:1.1
	old_old_RELEASE_4_6_1:1.1
	old_old_RELEASE_4_6_0:1.1
	old_old_RELEASE_5_0_DP1:1.1
	old_old_RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2007.07.09.19.24.56;	author jmelo;	state dead;
branches;
next	1.5;

1.5
date	2007.03.20.18.29.25;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.03.03.25.25;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.17.11.26.55;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.07.07.59.53;	author wjv;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.15.11.53.18;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Convert to WWWDIR variable.
- Add support for GraphicsMagick in place of ImageMagick.
- Bump portrevision.

PR:		ports/114234
Submitted by:	Alex Varju <freebsd-ports@@varju.ca> (maintainer)
@
text
@*****************************************************************
Before using Gallery 2, you will need to configure your database.
Full instructions are available here:

  http://codex.gallery2.org/Category:Gallery_2:Installation

If you are using MySQL, here's the short version of the instructions:

  1. Create a new database:
  $ mysqladmin -uroot create gallery2 

  2. Grant access to the database:
  $ mysql -uroot -e"GRANT ALL ON gallery2.* TO USERNAME@@localhost IDENTIFIED BY 'PASSWORD'" gallery2
  (choose your own values for USERNAME and PASSWORD)

You will also need to configure Apache.  Consider adding the following
to your httpd.conf:

    <Directory %%PREFIX%%/%%GALLERY2DIR%%>
        AllowOverride Options FileInfo
    </Directory>

Then restart Apache: 'apachectl graceful'

Please visit 'http://{host.domain}/%%GALLERY2DIR%%/' in a
web-browser and follow the configuration instructions.
*****************************************************************
@


1.5
log
@- Update 2.2

PR:             110483
Submitted by:   Alex Varju<freebsd-ports@@varju.ca> (maintainer)
@
text
@@


1.4
log
@Wrong dir in pkg-message

	The wrong gallerydir is echoed in pkg-message (obviously a
	copy from gallery 1)

PR:		ports/89867
Submitted by:	Melvyn Sopacua <melvyn@@melvyn.homeunix.org>
@
text
@d5 1
a5 1
  http://cvs.sourceforge.net/viewcvs.py/*checkout*/gallery/gallery2/README.html
@


1.3
log
@After repocopy to www/gallery2:
- Update to 2.0

PR:		ports/86101
Submitted by:	Alex Varju <freebsd-ports@@varju.ca> (maintainer)
@
text
@d19 1
a19 1
    <Directory %%PREFIX%%/%%GALLERYDIR%%>
d25 1
a25 1
Please visit 'http://{host.domain}/%%GALLERYDIR%%/' in a
@


1.2
log
@- Update to version 1.3
- Add additional dependencies
- Install documentation to $DOCSDIR
- Place installation path under build-time user control
- Various style improvements

Approved by:	MAINTAINER
@
text
@d2 2
d5 1
a5 5
 Please consider adding the following 3 lines to your httpd.conf
	
	<Directory %%PREFIX%%/%%GALLERYDIR%%>
		AllowOverride Options FileInfo
	</Directory>
d7 1
a7 1
 Then restart apache: 'apachectl graceful'
d9 13
a21 1
*****************************************************************
d23 1
a23 2
 Please visit 'http://{host.domain}/gallery/' in a
 web-browser and follow the configuration instructions.
d25 2
@


1.1
log
@add galery
Gallery is a slick web based photo album written using PHP

PR:		30476
Submitted by:	Jamie Hermans <jamie@@otidan.hermans.ca>
@
text
@d5 1
a5 1
	<Directory /usr/local/www/data/gallery>
d9 1
a9 1
 Then restart apache: 'apachectl restart'
@

