diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal5-disknode/Makefile | 27 | ||||
-rw-r--r-- | www/drupal5-disknode/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-disknode/pkg-descr | 3 |
4 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 99c6855f999b..0048d8d957b7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -127,6 +127,7 @@ SUBDIR += drupal5-adsense SUBDIR += drupal5-bluebreeze SUBDIR += drupal5-bookreview + SUBDIR += drupal5-disknode SUBDIR += drupal5-google_analytics SUBDIR += drupal5-gsitemap SUBDIR += drupal5-i18n diff --git a/www/drupal5-disknode/Makefile b/www/drupal5-disknode/Makefile new file mode 100644 index 000000000000..7cda714d59b6 --- /dev/null +++ b/www/drupal5-disknode/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: drupal5-disknode +# Date created: 25 Jul 2007 +# Whom: Geoff Glasson <g_glasson@jimali.dyndns.org> +# +# $FreeBSD$ +# + +PORTNAME= disknode +DISTVERSION= 5.x-1.x-dev +PORTREVISION= 1 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_DRUPAL} + +MAINTAINER= g_glasson@jimali.dyndns.org +COMMENT= File download module + +DRUPAL5_MODULE= yes +MODULE_DIRS= po +MODULE_FILES= po/disknode-module.pot disknode.browse.tpl.inc disknode.inc \ + disknode.info disknode.info.tpl.inc disknode.install disknode.js \ + disknode.mkdir.tpl.inc disknode.module disknode.rmdir.tpl.inc \ + disknode.style.css disknode.upload.tpl.inc +DOC_FILES= LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal5-disknode/distinfo b/www/drupal5-disknode/distinfo new file mode 100644 index 000000000000..df82a2a9edfd --- /dev/null +++ b/www/drupal5-disknode/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/disknode-5.x-1.x-dev.tar.gz) = d1aed5ea7a71420c509e40f10c178730 +SHA256 (drupal/disknode-5.x-1.x-dev.tar.gz) = 70c008551dbfb581f705d420e3ff7901744e24ddc75e3b8ebe7277c5f055ccf8 +SIZE (drupal/disknode-5.x-1.x-dev.tar.gz) = 21778 diff --git a/www/drupal5-disknode/pkg-descr b/www/drupal5-disknode/pkg-descr new file mode 100644 index 000000000000..9fbfdf72e48c --- /dev/null +++ b/www/drupal5-disknode/pkg-descr @@ -0,0 +1,3 @@ +File download module + +WWW: http://drupal.org/project/disknode |