diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-16 19:48:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-16 19:48:15 +0000 |
commit | 21e59f1c7b72226459741e3b60f425513b37db85 (patch) | |
tree | 4294731c995cfd72da736968c8043ba791984b67 /www | |
parent | 5564a348fa710d9791e54112c509dade8d7308d0 (diff) | |
download | ports-21e59f1c7b72226459741e3b60f425513b37db85.tar.gz ports-21e59f1c7b72226459741e3b60f425513b37db85.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal6-seo_checklist/Makefile | 22 | ||||
-rw-r--r-- | www/drupal6-seo_checklist/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-seo_checklist/pkg-descr | 9 |
4 files changed, 35 insertions, 0 deletions
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 <nick@foobar.org> +# +# $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 <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> 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 |