View | Details | Raw Unified | Return to bug 125798
Collapse All | Expand All

(-)drupal6-advanced_help/Makefile (+33 lines)
Line 0 Link Here
1
# New ports collection makefile for:	drupal6-advanced_help
2
#
3
4
PORTNAME=	advanced_help
5
DISTVERSION=	6.x-1.0
6
CATEGORIES=	www
7
MASTER_SITES=	http://ftp.drupal.org/files/projects/
8
9
COMMENT=	Allows to store module help pages outside the module system
10
11
DRUPAL6_MODULE=	yes
12
MODULE_DIRS=	help help_example help_example/help
13
MODULE_FILES=	help/advanced_help.help.ini help/ini-file.html \
14
		help/translation.html help/using-advanced-help.html \
15
		advanced-help-popup.tpl.php advanced_help.info \
16
		advanced_help.install advanced_help.module \
17
		help-icon.css help-popup.css help.css help.png \
18
		help_example/help/180px-Andi_Gutmans_1.jpg \
19
		help_example/help/180px-Lerdorf.jpg \
20
		help_example/help/180px-PHP_Hello_World_screenshot.png \
21
		help_example/help/about-php.html \
22
		help_example/help/help_example.help.ini \
23
		help_example/help/history.html \
24
		help_example/help/security.html \
25
		help_example/help/syntax.html \
26
		help_example/help/usage.html \
27
		help_example/help_example.info \
28
		help_example/help_example.module
29
DOC_FILES=	LICENSE.txt
30
31
.include <bsd.port.pre.mk>
32
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
33
.include <bsd.port.post.mk>
(-)drupal6-advanced_help/distinfo (+3 lines)
Line 0 Link Here
1
MD5 (drupal/advanced_help-6.x-1.0.tar.gz) = c74ebb73a1de841f975a544ef9111ff4
2
SHA256 (drupal/advanced_help-6.x-1.0.tar.gz) = 85bae0528b5b7d1555ac428c9b7f17457fd456bb8021362ba8cc5021d64c096a
3
SIZE (drupal/advanced_help-6.x-1.0.tar.gz) = 65246
(-)drupal6-advanced_help/pkg-descr (+13 lines)
Line 0 Link Here
1
The advanced help module allows module developers to store their
2
help outside the module system, in pure .html files. The files can
3
be easily translated simply by copying them into the right translations
4
directory. The entire system can appear in a popup or not as the
5
module prefers (and by taking away access to view the popups, a
6
site can force the popups to not exist).
7
8
The system ties into Drupal's search system and is fully indexed,
9
so the entire contents can be searched for keywords. the help files
10
can be placed in a hierarchy as well, allowing for top down navigation
11
of the help.
12
13
WWW: http://drupal.org/project/advanced_help

Return to bug 125798