diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 14:15:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 14:15:41 +0000 |
commit | 5d22b8860e450319b320c5ef9170b27b50283d2e (patch) | |
tree | aae69d58e70063b819b53ff0546cdbc0ba5c8946 /www/typo | |
parent | efaa072e3274226e4ff99249838262d8aed4ef60 (diff) | |
download | ports-5d22b8860e450319b320c5ef9170b27b50283d2e.tar.gz ports-5d22b8860e450319b320c5ef9170b27b50283d2e.zip |
Notes
Diffstat (limited to 'www/typo')
-rw-r--r-- | www/typo/Makefile | 33 | ||||
-rw-r--r-- | www/typo/distinfo | 2 | ||||
-rw-r--r-- | www/typo/pkg-descr | 13 |
3 files changed, 48 insertions, 0 deletions
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 |