File download module
WWW: http://drupal.org/project/disknode PR: ports/118478 Submitted by: Geoff Glasson <g_glasson at jimali.dyndns.org>
This commit is contained in:
parent
d834ffca41
commit
6767a9126b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203371
4 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
27
www/drupal5-disknode/Makefile
Normal file
27
www/drupal5-disknode/Makefile
Normal file
|
@ -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>
|
3
www/drupal5-disknode/distinfo
Normal file
3
www/drupal5-disknode/distinfo
Normal file
|
@ -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
|
3
www/drupal5-disknode/pkg-descr
Normal file
3
www/drupal5-disknode/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
File download module
|
||||
|
||||
WWW: http://drupal.org/project/disknode
|
Loading…
Reference in a new issue