diff --git a/www/Makefile b/www/Makefile index 17f5d6e8fb9d..8a86ac009f77 100644 --- a/www/Makefile +++ b/www/Makefile @@ -171,6 +171,7 @@ SUBDIR += drupal6-nodewords SUBDIR += drupal6-page_title SUBDIR += drupal6-print + SUBDIR += drupal6-seo_checklist SUBDIR += drupal6-tagadelic SUBDIR += drupal6-token SUBDIR += drupal6-views diff --git a/www/drupal6-seo_checklist/Makefile b/www/drupal6-seo_checklist/Makefile new file mode 100644 index 000000000000..5da5632adac2 --- /dev/null +++ b/www/drupal6-seo_checklist/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: drupal6-seo_checklist +# Date created: 2 May 2009 +# Whom: Nick Hilliard +# +# $FreeBSD$ +# + +PORTNAME= seo_checklist +DISTVERSION= 6.x-1.0-beta3 +CATEGORIES= www + +MAINTAINER= nick@foobar.org +COMMENT= Drupal module to provide checklist of actions for SEO + +DRUPAL6_MODULE= yes +MODULE_FILES= SEOChecklist.info SEOChecklist.install SEOChecklist.module + +DOC_FILES= LICENSE.txt README.txt + +.include +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include diff --git a/www/drupal6-seo_checklist/distinfo b/www/drupal6-seo_checklist/distinfo new file mode 100644 index 000000000000..9c515c2441d5 --- /dev/null +++ b/www/drupal6-seo_checklist/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/seo_checklist-6.x-1.0-beta3.tar.gz) = 37b2500d7990e15c613403a4a04dfbe5 +SHA256 (drupal/seo_checklist-6.x-1.0-beta3.tar.gz) = b1e57874c199a4ed9b886daa75ec7a1737fefd177abb4c22569ca6fd2a92094a +SIZE (drupal/seo_checklist-6.x-1.0-beta3.tar.gz) = 12975 diff --git a/www/drupal6-seo_checklist/pkg-descr b/www/drupal6-seo_checklist/pkg-descr new file mode 100644 index 000000000000..e9045a315aed --- /dev/null +++ b/www/drupal6-seo_checklist/pkg-descr @@ -0,0 +1,9 @@ +SEO_checklist is a Drupal module which provides a checklist of good "SEO" +(Search Engine Optimization) actions that you should take to maximize the +presence of your Drupal website in the major search engines like Google, +Yahoo, Live, etc. It provides a checklist that helps you keep track of what +needs to be done. First, it will look to see what modules you already have +installed. Then, all you have to do is go down the list of unchecked items +and do them. + +WWW: http://drupal.org/project/seo_checklist