mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
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>
This commit is contained in:
parent
efaa072e32
commit
5d22b8860e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139702
@ -770,6 +770,7 @@
|
||||
SUBDIR += twhttpd
|
||||
SUBDIR += twig
|
||||
SUBDIR += twiki
|
||||
SUBDIR += typo
|
||||
SUBDIR += typo3
|
||||
SUBDIR += udmsearch
|
||||
SUBDIR += ump
|
||||
|
33
www/typo/Makefile
Normal file
33
www/typo/Makefile
Normal file
@ -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>
|
2
www/typo/distinfo
Normal file
2
www/typo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (typo-2.0.6.tar.gz) = cc965db3ab5c0e027c769c48144bb941
|
||||
SIZE (typo-2.0.6.tar.gz) = 88522
|
13
www/typo/pkg-descr
Normal file
13
www/typo/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user