head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.31;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.01.05.24.50;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.31.15.53.43;	author crees;	state Exp;
branches;
next	1.6;

1.6
date	2011.07.29.08.36.44;	author crees;	state Exp;
branches;
next	1.5;

1.5
date	2010.11.27.18.59.50;	author rea;	state Exp;
branches;
next	1.4;

1.4
date	2010.02.05.11.44.47;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2009.04.11.18.04.49;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.11.16.55.08;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.19.14.52.34;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	drupal6-views
# Date created:				20 Jul 2008
# Whom:					Eygene Ryabinkin <rea-fbsd@@codelabs.ru>
#
# $FreeBSD: head/www/drupal6-advanced_help/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	advanced_help
DISTVERSION=	6.x-1.2
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	http://ftp.drupal.org/files/projects/

MAINTAINER=	rea@@FreeBSD.org
COMMENT=	Allows to store module help pages outside the module system

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes
MODULE_DIRS=	help \
		help_example/help help_example/translations help_example \
		translations/help/de translations/help translations
MODULE_FILES=	help/advanced_help.help.ini help/ini-file.html \
		help/translation.html help/using-advanced-help.html \
		help/why-advanced-help.html \
		advanced-help-popup.tpl.php advanced_help.info \
		advanced_help.install advanced_help.module \
		help-icon.css help-popup.css help.css help.png \
		help_example/help/180px-Andi_Gutmans_1.jpg \
		help_example/help/180px-Lerdorf.jpg \
		help_example/help/180px-PHP_Hello_World_screenshot.png \
		help_example/help/about-php.html \
		help_example/help/help_example.help.ini \
		help_example/help/history.html \
		help_example/help/security.html \
		help_example/help/syntax.html \
		help_example/help/usage.html \
		help_example/help_example.info \
		help_example/help_example.module \
		help_example/translations/help_example.de.po \
		help_example/translations/help_example.pot \
		translations/help/de/advanced_help.help.ini \
		translations/help/de/ini-file.html \
		translations/help/de/translation.html \
		translations/help/de/using-advanced-help.html \
		translations/help/de/why-advanced-help.html \
		translations/advanced_help.de.po \
		translations/advanced_help.hu.po \
		translations/advanced_help.pot \
		translations/fr.po
DOC_FILES=	LICENSE.txt

.include <bsd.port.mk>
@


1.8
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Use USE_DRUPAL instead of including bsd.drupal.mk
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@Begin process of removal of drupal5 ports:

- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug

Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d17 1
d52 1
a52 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
@


1.5
log
@Change maintainer address for my ports

Approved by: erwin (co-mentor)
@
text
@d52 1
a52 1
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
@


1.4
log
@- update to jpeg-8
@
text
@d14 1
a14 1
MAINTAINER=	rea-fbsd@@codelabs.ru
@


1.3
log
@- Update to 1.2

PR:		133551
Submitted by:	Eygene Ryabinkin <rea-fbsd@@codelabs.ru> (maintainer)
@
text
@d10 1
@


1.2
log
@- Update to 1.1

PR:		132538
Submitted by:	Eygene Ryabinkin <rea-fbsd@@codelabs.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	6.x-1.1
d19 1
a19 1
		translations
d22 1
d39 5
d45 3
a47 1
		translations/advanced_help.pot
@


1.1
log
@The advanced help module allows module developers to store their
help outside the module system, in pure .html files. The files can
be easily translated simply by copying them into the right translations
directory. The entire system can appear in a popup or not as the
module prefers (and by taking away access to view the popups, a
site can force the popups to not exist).

The system ties into Drupal's search system and is fully indexed,
so the entire contents can be searched for keywords. the help files
can be placed in a hierarchy as well, allowing for top down navigation
of the help.

WWW: http://drupal.org/project/advanced_help

PR:		ports/125798
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
@
text
@d9 1
a9 1
DISTVERSION=	6.x-1.0
d17 3
a19 1
MODULE_DIRS=	help help_example/help help_example
d35 5
a39 1
		help_example/help_example.module
@

