diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-02 21:58:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-02 21:58:10 +0800 |
commit | a307f11587625ac0bff678975a3f7b2aca66bb75 (patch) | |
tree | 1f29588d1e0ffe421ced5f110374e43312471abd /www | |
parent | 21ec6f34ca28cad2b095337ca7d1af99f360073a (diff) | |
download | freebsd-ports-gnome-a307f11587625ac0bff678975a3f7b2aca66bb75.tar.gz freebsd-ports-gnome-a307f11587625ac0bff678975a3f7b2aca66bb75.tar.zst freebsd-ports-gnome-a307f11587625ac0bff678975a3f7b2aca66bb75.zip |
This module allows you to generate printer friendly versions of any
node by navigating to www.example.com/print/nid, where nid is the
node id of content to render.
WWW: http://drupal.org/project/print
PR: ports/126038
Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal6-print/Makefile | 38 | ||||
-rw-r--r-- | www/drupal6-print/distinfo | 3 | ||||
-rw-r--r-- | www/drupal6-print/pkg-descr | 5 |
4 files changed, 47 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b887bd4dddc5..3d14503ef8ff 100644 --- a/www/Makefile +++ b/www/Makefile @@ -164,6 +164,7 @@ SUBDIR += drupal5-xmlsitemap SUBDIR += drupal6 SUBDIR += drupal6-nice_menus + SUBDIR += drupal6-print SUBDIR += dtse SUBDIR += dummyflash SUBDIR += eaccelerator diff --git a/www/drupal6-print/Makefile b/www/drupal6-print/Makefile new file mode 100644 index 000000000000..760d8833f852 --- /dev/null +++ b/www/drupal6-print/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: drupal6-print +# Date created: Jul 28 2008 +# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru> +# +# $FreeBSD$ + +PORTNAME= print +DISTVERSION= 6.x-1.0-rc5 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ + +MAINTAINER= rea-fbsd@codelabs.ru +COMMENT= Drupal 6 module that add printer-friendly pages + +DRUPAL6_MODULE= yes +MODULE_DIRS= icons translations +MODULE_FILES= icons/mail_icon.gif icons/pdf_icon.gif icons/print_icon.gif \ + print-rtl.css print.admin.inc print.css print.info \ + print.install print.module print.pages.inc print.pdf.inc \ + print.tpl.php print_mail.admin.inc print_mail.inc \ + print_mail.info print_mail.install print_mail.module \ + print_pdf.admin.inc print_pdf.info print_pdf.install \ + print_pdf.module \ + translations/print.pot translations/ca.po \ + translations/cs.po translations/da.po translations/de.po \ + translations/es.po translations/fi.po translations/fr.po \ + translations/hu.po translations/id.po translations/it.po \ + translations/ja.po translations/nb.po translations/nl.po \ + translations/pl.po translations/pt-br.po \ + translations/pt-pt.po translations/ro.po \ + translations/ru.po translations/sk.po translations/sv.po \ + translations/tr.po translations/uk.po +DOC_FILES= CHANGELOG.txt CREDITS.txt INSTALL.txt \ + LICENSE.txt MAINTAINERS.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-print/distinfo b/www/drupal6-print/distinfo new file mode 100644 index 000000000000..f922ec094b46 --- /dev/null +++ b/www/drupal6-print/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/print-6.x-1.0-rc5.tar.gz) = cbf6e9cfbed672cc58fca3d9821714d1 +SHA256 (drupal/print-6.x-1.0-rc5.tar.gz) = e2ed21a3ed96f4f41114fcab94a334cd261c1dfbe07c24faf0df15bd64fbb3b1 +SIZE (drupal/print-6.x-1.0-rc5.tar.gz) = 71435 diff --git a/www/drupal6-print/pkg-descr b/www/drupal6-print/pkg-descr new file mode 100644 index 000000000000..3a4754ab3865 --- /dev/null +++ b/www/drupal6-print/pkg-descr @@ -0,0 +1,5 @@ +This module allows you to generate printer friendly versions of any +node by navigating to www.example.com/print/nid, where nid is the +node id of content to render. + +WWW: http://drupal.org/project/print |