- Remove textproc/ruby-hikidoc

* Use textproc/rubygem-hikidoc instead
- Bump PORTREVISION in www/tdiary, accordingly
This commit is contained in:
TAKATSU Tomonari 2014-06-29 08:05:04 +00:00
parent 9ba75e3d60
commit 729e1af660
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359740
6 changed files with 3 additions and 40 deletions

1
MOVED
View file

@ -6181,3 +6181,4 @@ www/emacs-w3m-emacs21||2014-06-27|Removed: dependent on editors/emacs21
www/emacs-w3m-emacs22||2014-06-27|Removed: dependent on editors/emacs22
devel/ode-devel|devel/ode|2014-06-27|Has expired: Outdated by devel/ode
java/eclipse-devel|java/eclipse|2014-06-29|Concentrate maintenance effort on newer java/eclipse
textproc/ruby-hikidoc|textproc/rubygem-hikidoc|2014-06-29|Use textproc/rubygem-hikidoc instead

View file

@ -1265,7 +1265,6 @@
SUBDIR += ruby-diff
SUBDIR += ruby-escape
SUBDIR += ruby-format
SUBDIR += ruby-hikidoc
SUBDIR += ruby-html-fillinform
SUBDIR += ruby-html-template
SUBDIR += ruby-htmlrepair

View file

@ -1,31 +0,0 @@
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= hikidoc
PORTVERSION= 0.0.6
CATEGORIES= textproc ruby
MASTER_SITES= RF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ${RUBY_PKGNAMEPREFIX:S|${RUBY_SUFFIX}-||}
MAINTAINER= tota@FreeBSD.org
COMMENT= A text-to-HTML conversion tool for web writers
USE_RUBY= yes
USE_RUBY_SETUP= yes
RUBY_SHEBANG_FILES= bin/hikidoc
PORTDOCS= NEWS NEWS.ja README README.ja \
TextFormattingRules TextFormattingRules.ja
PLIST_FILES= bin/hikidoc \
%%RUBY_SITELIBDIR%%/hikidoc.rb
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
@${INSTALL_DATA} ${INSTALL_WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (ruby/hikidoc-0.0.6.tgz) = c248335b90efab89cf5a029195f23248c7f9f1b23a42889056bc08891dddb5dc
SIZE (ruby/hikidoc-0.0.6.tgz) = 26370

View file

@ -1,5 +0,0 @@
'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid HTML (or XHTML).
WWW: http://rubyforge.org/projects/hikidoc/

View file

@ -3,6 +3,7 @@
PORTNAME= tdiary
PORTVERSION= 4.0.3
PORTREVISION= 1
CATEGORIES?= www ruby
MASTER_SITES= http://www.tdiary.org/download/
DISTNAME= ${PORTNAME}-full-v${PORTVERSION}
@ -13,7 +14,7 @@ COMMENT= Web-based diary system (like weblog) written in Ruby
LICENSE= GPLv2
RUN_DEPENDS= rubygem-fastimage>=1.6.0:${PORTSDIR}/graphics/rubygem-fastimage \
hikidoc:${PORTSDIR}/textproc/ruby-hikidoc \
rubygem-hikidoc>=0:${PORTSDIR}/textproc/rubygem-hikidoc \
rubygem-multi_json>=1.8.4:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack