mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
This module allows you to set some meta tags for each node, view or panels
page. Giving more attention to the important keywords and/or description on some of your nodes allows you to get better search engine positioning. WWW: http://drupal.org/project/nodewords PR: ports/128687 Submitted by: Nick Hilliard <nick at netability.ie>
This commit is contained in:
parent
95264c75aa
commit
ce1de73ae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222610
@ -150,6 +150,7 @@
|
||||
SUBDIR += drupal5-imagefield
|
||||
SUBDIR += drupal5-insert-view
|
||||
SUBDIR += drupal5-nice_menus
|
||||
SUBDIR += drupal5-nodewords
|
||||
SUBDIR += drupal5-securepages
|
||||
SUBDIR += drupal5-simplenews
|
||||
SUBDIR += drupal5-tagadelic
|
||||
|
27
www/drupal5-nodewords/Makefile
Normal file
27
www/drupal5-nodewords/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: drupal5-nodewords
|
||||
# Date created: 08 Nov 2008
|
||||
# Whom: Nick Hilliard <nick@netability.ie>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nodewords
|
||||
DISTVERSION= 5.x-1.12
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= nick@foobar.org
|
||||
COMMENT= A drupal module which allows the end-user to set meta tags for nodes
|
||||
|
||||
DRUPAL5_MODULE= yes
|
||||
MODULE_DIRS= metatags
|
||||
MODULE_FILES= metatags/DC.Title.inc metatags/Revisit-After.inc \
|
||||
metatags/abstract.inc metatags/copyright.inc \
|
||||
metatags/description.inc metatags/geourl.inc \
|
||||
metatags/keywords.inc metatags/robots.inc nodewords.info \
|
||||
nodewords.install nodewords.module
|
||||
|
||||
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-nodewords/distinfo
Normal file
3
www/drupal5-nodewords/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (drupal/nodewords-5.x-1.12.tar.gz) = 9f3146f95dc1a55330c91f02473e8578
|
||||
SHA256 (drupal/nodewords-5.x-1.12.tar.gz) = 6e90555fafa1b48004c05ad24c4fe32c5ffe066590ba67bcd8db0928b2da8b85
|
||||
SIZE (drupal/nodewords-5.x-1.12.tar.gz) = 30599
|
5
www/drupal5-nodewords/pkg-descr
Normal file
5
www/drupal5-nodewords/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module allows you to set some meta tags for each node, view or panels
|
||||
page. Giving more attention to the important keywords and/or description on
|
||||
some of your nodes allows you to get better search engine positioning.
|
||||
|
||||
WWW: http://drupal.org/project/nodewords
|
27
www/drupal6-nodewords/Makefile
Normal file
27
www/drupal6-nodewords/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: drupal5-nodewords
|
||||
# Date created: 08 Nov 2008
|
||||
# Whom: Nick Hilliard <nick@netability.ie>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nodewords
|
||||
DISTVERSION= 5.x-1.12
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= nick@foobar.org
|
||||
COMMENT= A drupal module which allows the end-user to set meta tags for nodes
|
||||
|
||||
DRUPAL5_MODULE= yes
|
||||
MODULE_DIRS= metatags
|
||||
MODULE_FILES= metatags/DC.Title.inc metatags/Revisit-After.inc \
|
||||
metatags/abstract.inc metatags/copyright.inc \
|
||||
metatags/description.inc metatags/geourl.inc \
|
||||
metatags/keywords.inc metatags/robots.inc nodewords.info \
|
||||
nodewords.install nodewords.module
|
||||
|
||||
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/drupal6-nodewords/distinfo
Normal file
3
www/drupal6-nodewords/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (drupal/nodewords-5.x-1.12.tar.gz) = 9f3146f95dc1a55330c91f02473e8578
|
||||
SHA256 (drupal/nodewords-5.x-1.12.tar.gz) = 6e90555fafa1b48004c05ad24c4fe32c5ffe066590ba67bcd8db0928b2da8b85
|
||||
SIZE (drupal/nodewords-5.x-1.12.tar.gz) = 30599
|
5
www/drupal6-nodewords/pkg-descr
Normal file
5
www/drupal6-nodewords/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module allows you to set some meta tags for each node, view or panels
|
||||
page. Giving more attention to the important keywords and/or description on
|
||||
some of your nodes allows you to get better search engine positioning.
|
||||
|
||||
WWW: http://drupal.org/project/nodewords
|
Loading…
Reference in New Issue
Block a user