diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-17 03:48:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-17 03:48:15 +0800 |
commit | 0ca6d642ca2401674439a7807f8921e73cb64a22 (patch) | |
tree | c0a7f9cda1dd31ba6df64778655a47e09306c685 | |
parent | 02a72f9830f7579636e9ea1c0d9b15b930c50a43 (diff) | |
download | freebsd-ports-gnome-0ca6d642ca2401674439a7807f8921e73cb64a22.tar.gz freebsd-ports-gnome-0ca6d642ca2401674439a7807f8921e73cb64a22.tar.zst freebsd-ports-gnome-0ca6d642ca2401674439a7807f8921e73cb64a22.zip |
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
PR: ports/135229
Submitted by: Nick Hilliard <nick at foobar.org>
-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 |