aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-19 22:52:34 +0800
committermiwi <miwi@FreeBSD.org>2008-08-19 22:52:34 +0800
commit386e137bb5d96d6a48656d4926f91b1abbf66fa8 (patch)
tree7ff25bb62e6118e9e755170c453349213f7abe9a /www
parent9d7aae2b9893a32dd701c23dc695c1373b903884 (diff)
downloadfreebsd-ports-gnome-386e137bb5d96d6a48656d4926f91b1abbf66fa8.tar.gz
freebsd-ports-gnome-386e137bb5d96d6a48656d4926f91b1abbf66fa8.tar.zst
freebsd-ports-gnome-386e137bb5d96d6a48656d4926f91b1abbf66fa8.zip
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>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/drupal6-advanced_help/Makefile38
-rw-r--r--www/drupal6-advanced_help/distinfo3
-rw-r--r--www/drupal6-advanced_help/pkg-descr14
4 files changed, 56 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 7a8388a7475b..7b474093746f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -164,6 +164,7 @@
SUBDIR += drupal5-workflow_ng
SUBDIR += drupal5-xmlsitemap
SUBDIR += drupal6
+ SUBDIR += drupal6-advanced_help
SUBDIR += drupal6-cck
SUBDIR += drupal6-nice_menus
SUBDIR += drupal6-print
diff --git a/www/drupal6-advanced_help/Makefile b/www/drupal6-advanced_help/Makefile
new file mode 100644
index 000000000000..24daf3fbea87
--- /dev/null
+++ b/www/drupal6-advanced_help/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: drupal6-views
+# Date created: 20 Jul 2008
+# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= advanced_help
+DISTVERSION= 6.x-1.0
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= rea-fbsd@codelabs.ru
+COMMENT= Allows to store module help pages outside the module system
+
+DRUPAL6_MODULE= yes
+MODULE_DIRS= help help_example/help help_example
+MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \
+ help/translation.html help/using-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
+DOC_FILES= LICENSE.txt
+
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal6-advanced_help/distinfo b/www/drupal6-advanced_help/distinfo
new file mode 100644
index 000000000000..423b294ca308
--- /dev/null
+++ b/www/drupal6-advanced_help/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/advanced_help-6.x-1.0.tar.gz) = c74ebb73a1de841f975a544ef9111ff4
+SHA256 (drupal/advanced_help-6.x-1.0.tar.gz) = 85bae0528b5b7d1555ac428c9b7f17457fd456bb8021362ba8cc5021d64c096a
+SIZE (drupal/advanced_help-6.x-1.0.tar.gz) = 65246
diff --git a/www/drupal6-advanced_help/pkg-descr b/www/drupal6-advanced_help/pkg-descr
new file mode 100644
index 000000000000..278a3ceedac1
--- /dev/null
+++ b/www/drupal6-advanced_help/pkg-descr
@@ -0,0 +1,14 @@
+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