aboutsummaryrefslogtreecommitdiff
path: root/www/drupal4-textile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-04 18:14:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-04 18:14:33 +0000
commit6d0a89558f86328d684118c0c0b61eec323d1f3b (patch)
tree604732ec0cd5a40f0870ed8a6a5114bed207232b /www/drupal4-textile
parent1a7956c1c0b67324f61364ed9d038fbaeb3fc63d (diff)
downloadports-6d0a89558f86328d684118c0c0b61eec323d1f3b.tar.gz
ports-6d0a89558f86328d684118c0c0b61eec323d1f3b.zip
Notes
Diffstat (limited to 'www/drupal4-textile')
-rw-r--r--www/drupal4-textile/Makefile53
-rw-r--r--www/drupal4-textile/distinfo3
-rw-r--r--www/drupal4-textile/files/patch-DrupalTextile.inc21
-rw-r--r--www/drupal4-textile/pkg-descr6
4 files changed, 0 insertions, 83 deletions
diff --git a/www/drupal4-textile/Makefile b/www/drupal4-textile/Makefile
deleted file mode 100644
index 5bbcab3e503d..000000000000
--- a/www/drupal4-textile/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: drupal-textile
-# Date created: 21 February 2006
-# Whom: Brooks Davis <brooks@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= textile
-DISTVERSION= 4.7.x-1.x-dev
-PORTREVISION= 20061114
-PORTEPOCH= 1
-CATEGORIES= www textproc
-MASTER_SITE_SUBDIR= brooks
-
-MAINTAINER= nick@foobar.org
-COMMENT= Textile markup module for Drupal
-
-DEPRECATED= Drupal 4.7.x is end-of-life since 200802. Please migrate to Drupal 6.x
-EXPIRATION_DATE=2009-03-26
-
-DRUPAL4_MODULE= yes
-MODULE_DIRS= textilephp
-MODULE_FILES= textile.module textilephp/Textile.php DrupalTextile.inc
-DOC_DIRS= textilephp/doc textilephp
-DOC_FILES= CHANGELOG.txt CREDITS.txt INSTALL.txt LICENSE.txt README.txt \
- TODO.txt \
- textilephp/doc/Textile_8php-source.html \
- textilephp/doc/Textile_8php.html \
- textilephp/doc/annotated.html \
- textilephp/doc/classMTLikeTextile-members.html \
- textilephp/doc/classMTLikeTextile.html \
- textilephp/doc/classMTLikeTextile.png \
- textilephp/doc/classTextile-members.html \
- textilephp/doc/classTextile.html \
- textilephp/doc/classTextile.png \
- textilephp/doc/doxygen.css \
- textilephp/doc/doxygen.png \
- textilephp/doc/files.html \
- textilephp/doc/functions.html \
- textilephp/doc/functions_func.html \
- textilephp/doc/functions_vars.html \
- textilephp/doc/hierarchy.html \
- textilephp/doc/index.html \
- textilephp/textilephp.doxyfile \
- textilephp/CHANGELOG \
- textilephp/CREDITS \
- textilephp/LICENSE \
- textilephp/README \
- textilephp/TODO
-
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
-.include <bsd.port.post.mk>
diff --git a/www/drupal4-textile/distinfo b/www/drupal4-textile/distinfo
deleted file mode 100644
index c29edcd83e2a..000000000000
--- a/www/drupal4-textile/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (drupal/textile-4.7.x-1.x-dev.tar.gz) = f921ea2e5f61d2235a37d2ec67c02ecf
-SHA256 (drupal/textile-4.7.x-1.x-dev.tar.gz) = b3cb512155965694fa33ad01d1f78bb5ee76ed2c9c82218fbbf1bbea3f87a477
-SIZE (drupal/textile-4.7.x-1.x-dev.tar.gz) = 120206
diff --git a/www/drupal4-textile/files/patch-DrupalTextile.inc b/www/drupal4-textile/files/patch-DrupalTextile.inc
deleted file mode 100644
index 1ebd18c65e45..000000000000
--- a/www/drupal4-textile/files/patch-DrupalTextile.inc
+++ /dev/null
@@ -1,21 +0,0 @@
---- DrupalTextile.inc.orig Fri Dec 8 13:01:07 2006
-+++ DrupalTextile.inc Fri Dec 8 13:00:49 2006
-@@ -38,11 +38,17 @@
- * A <code>string</code> containing the formatted URL.
- */
- function format_url($args) {
-+ $query = null;
-+ if (preg_match ('/([^\?]*)\?(.*)/', $args['url'], $matches)) {
-+ $args['url'] = $matches[1];
-+ $query = $matches[2];
-+ }
-+
- if (preg_match('<^#>', $args['url'])) {
- $args['url'] = $_GET['q'] . $args['url'];
- }
-
-- $args['url'] = ($args['url'] ? url($args['url']) : '');
-+ $args['url'] = ($args['url'] ? url($args['url'], $query) : '');
-
- return parent::format_url($args);
- }
diff --git a/www/drupal4-textile/pkg-descr b/www/drupal4-textile/pkg-descr
deleted file mode 100644
index e6f9f528a5ad..000000000000
--- a/www/drupal4-textile/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The Textile module allows you to enter content using Textile, a
-simple, plain text syntax that is filtered into valid (X)HTML. It was
-originally developed by Dean Allen of textism.com, and several different
-versions (in several different programming languages) have been created.
-
-WWW: http://drupal.org/project/textile