From 5d98f7bc71678c6c4dd2347438be2362c7318690 Mon Sep 17 00:00:00 2001
From: pav <pav@FreeBSD.org>
Date: Wed, 20 Jul 2005 14:15:41 +0000
Subject: Typo is an absolutely minimal weblogging engine powered by rails. It
 supports XMLRPC posting, ping/trackback, comments, textile, categories, all
 common exports, fulltext search and so on.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
---
 www/Makefile       |  1 +
 www/typo/Makefile  | 33 +++++++++++++++++++++++++++++++++
 www/typo/distinfo  |  2 ++
 www/typo/pkg-descr | 13 +++++++++++++
 4 files changed, 49 insertions(+)
 create mode 100644 www/typo/Makefile
 create mode 100644 www/typo/distinfo
 create mode 100644 www/typo/pkg-descr

diff --git a/www/Makefile b/www/Makefile
index 079f9c67aa55..ebae9abdf30b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -770,6 +770,7 @@
     SUBDIR += twhttpd
     SUBDIR += twig
     SUBDIR += twiki
+    SUBDIR += typo
     SUBDIR += typo3
     SUBDIR += udmsearch
     SUBDIR += ump
diff --git a/www/typo/Makefile b/www/typo/Makefile
new file mode 100644
index 000000000000..730dff139692
--- /dev/null
+++ b/www/typo/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for:	www/typo
+# Date created:				May 29th 2005
+# Whom:					Jonathan Weiss <jw@innerewut.det>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	typo
+PORTVERSION=	2.0.6
+CATEGORIES=	www
+MASTER_SITES=	http://rubyforge.org/frs/download.php/4205/
+
+MAINTAINER=	jw@innerewut.de
+COMMENT=	An absolutely minimal weblogging engine powered by rails
+
+RUN_DEPENDS=	rails:${PORTSDIR}/www/rubygem-rails \
+		${LOCALBASE}/lib/ruby/gems/1.8/specifications/RedCloth-3.0.3.gemspec:${PORTSDIR}/www/rubygem-redcloth
+
+NO_BUILD=	yes
+
+TYPODIR=	www/${DISTNAME}
+
+do-install:
+	${CP} -R ${WRKSRC} ${PREFIX}/${TYPODIR}
+	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPODIR}
+
+post-install:
+	@${FIND} ${PREFIX}/${TYPODIR} -not -type d \
+		| ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST}
+	@${FIND} -d ${PREFIX}/${TYPODIR} -type d \
+		| ${SED} -ne 's,^${PREFIX}/${TYPODIR},@dirrm ${TYPODIR},p' >> ${TMPPLIST}
+
+.include <bsd.port.mk>
diff --git a/www/typo/distinfo b/www/typo/distinfo
new file mode 100644
index 000000000000..2d540146e55e
--- /dev/null
+++ b/www/typo/distinfo
@@ -0,0 +1,2 @@
+MD5 (typo-2.0.6.tar.gz) = cc965db3ab5c0e027c769c48144bb941
+SIZE (typo-2.0.6.tar.gz) = 88522
diff --git a/www/typo/pkg-descr b/www/typo/pkg-descr
new file mode 100644
index 000000000000..5d6df0eab5a4
--- /dev/null
+++ b/www/typo/pkg-descr
@@ -0,0 +1,13 @@
+Typo is an absolutely minimal weblogging engine powered by rails. It
+supports XMLRPC posting, ping/trackback, comments, textile, categories,
+all common exports, fulltext search and so on.
+
+Typo makes it fast and easy to weblog, enabling posting through a rich
+desktop client application like MarsEdit or ecto (see below for a
+compatible clients list). A web-based administration interface handles
+configuration and management.
+
+WWW: http://typo.leetsoft.com/
+
+- Jonathan Weiss
+jw@innerewut.de
-- 
cgit