diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-13 23:18:38 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-13 23:18:38 +0800 |
commit | c6e4c17bdf33eb494acd0177a3af1022639692ae (patch) | |
tree | 5c647298ac7fa8022c3e82389b0ad9ebf983128f /www | |
parent | e2acc14fd9c909cb27e489556c5e244128e01184 (diff) | |
download | freebsd-ports-gnome-c6e4c17bdf33eb494acd0177a3af1022639692ae.tar.gz freebsd-ports-gnome-c6e4c17bdf33eb494acd0177a3af1022639692ae.tar.zst freebsd-ports-gnome-c6e4c17bdf33eb494acd0177a3af1022639692ae.zip |
Remove www/tdiary-devel: has been forbidden for more than 17 months
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/tdiary-devel/Makefile | 81 | ||||
-rw-r--r-- | www/tdiary-devel/distinfo | 9 | ||||
-rw-r--r-- | www/tdiary-devel/files/pkg-message.in | 19 | ||||
-rw-r--r-- | www/tdiary-devel/files/tdiaryinst.rb.in | 325 | ||||
-rw-r--r-- | www/tdiary-devel/pkg-descr | 9 |
6 files changed, 0 insertions, 444 deletions
diff --git a/www/Makefile b/www/Makefile index 7ad1dc0032f7..9917be5be2de 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1445,7 +1445,6 @@ SUBDIR += tclhttpd SUBDIR += tclwebtest SUBDIR += tdiary - SUBDIR += tdiary-devel SUBDIR += tdom SUBDIR += template_ SUBDIR += templatelite diff --git a/www/tdiary-devel/Makefile b/www/tdiary-devel/Makefile deleted file mode 100644 index 7bf72e98db87..000000000000 --- a/www/tdiary-devel/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: tdiary-devel -# Date created: 9 June 2005 -# Whom: Fumihiko Kimura <jfkimura@yahoo.co.jp> -# -# $FreeBSD$ -# - -PORTNAME= tdiary -PORTVERSION= 2.1.4 -PORTREVISION= 2 -CATEGORIES?= www ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.tdiary.org/download/ -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-full-${PORTVERSION} - -PATCH_SITES= http://www.tdiary.org/download/ -PATCHFILES= tdiary.20061126.patch tdiary.20061210.patch - -MAINTAINER= tota@rtfm.jp -COMMENT= A Web-based diary system (like weblog) written in Ruby - -FORBIDDEN= contains a vulnerability: http://www.tdiary.org/20071215.html written in Japanese -DEPRECATED= has been forbidden for more than 6 months -EXPIRATION_DATE=2009-01-19 - -NO_BUILD= yes -CONFLICTS?= tdiary-[0-9]* \ - ja-tdiary-[0-9]* \ - ja-tdiary-devel-[0-9]* -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_RUBY= yes -RUBY_VER= 1.8 -#TDIARY_LANG ja:Japanese en:English zh:Traditional-Chinese - -RUBY_SHEBANG_FILES= index.rb update.rb misc/convert2.rb misc/plugin/squeeze.rb \ - misc/plugin/amazon/amazonimg.rb \ - misc/plugin/trackback/tb.rb misc/style/etdiary/etdiary_test.rb \ - misc/plugin/pingback/pb.rb misc/plugin/xmlrpc/xmlrpc.rb - -PLIST_FILES= ${TDIARYDIR:S|${LOCALBASE}/||}/tdiaryinst.rb -TDIARYDIR= ${EXAMPLESDIR}${PKGNAMESUFFIX} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -.if !defined(TDIARY_LANG) || ${TDIARY_LANG} != ja -TDIARY_LANG= en -.endif -.if defined(WITH_TDIARY_UCONV) -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv -.endif -.if defined(WITH_TDIARY_NORA) -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora -.endif -.include <bsd.port.pre.mk> - -.if ${RUBY_VERSION_CODE} < 182 -IGNORE= only works with Ruby 1.8.2 or later -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "*.orig" -type f -exec ${RM} -f {} \; - -do-install: - @-${MKDIR} ${TDIARYDIR} - @${SED} -e 's,#!/usr/bin/env ruby,#!${RUBY},' \ - -e 's,@@@@PREFIX@@@@,${PREFIX},g' \ - -e 's,@@@@TDIARY@@@@,${PORTNAME}${PKGNAMESUFFIX},g' \ - -e 's,@@@@LANG@@@@,${TDIARY_LANG},g' \ - ${FILESDIR}/tdiaryinst.rb.in > ${TDIARYDIR}/tdiaryinst.rb - @${CP} -pR ${WRKSRC}/ ${TDIARYDIR} - @${RUBY} -i -pe 'sub(/%Y-%m-%d/, "%Y-%m-%d [%a]")' ${TDIARYDIR}/misc/i18n/tdiary.conf.sample-en - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TDIARYDIR} - -post-install: - @cd ${WRKSRC} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${TDIARYDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST} - @cd ${WRKSRC} && ${FIND} . -type d -depth | ${SED} -e 's,^\.,@dirrm ${TDIARYDIR:S|${LOCALBASE}/||},' >> ${TMPPLIST} - @${SED} -e 's|%%EXAMPLESDIR%%|${TDIARYDIR}|' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/tdiary-devel/distinfo b/www/tdiary-devel/distinfo deleted file mode 100644 index bc62dd9e8506..000000000000 --- a/www/tdiary-devel/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (tdiary-full-2.1.4.tar.gz) = 49414c4453906c75d6a48f952dc0307a -SHA256 (tdiary-full-2.1.4.tar.gz) = 4a4aed40bbcb05eae200f715c0d8f118e5aa0bc82d17d62f11b15975141976f1 -SIZE (tdiary-full-2.1.4.tar.gz) = 3490011 -MD5 (tdiary.20061126.patch) = 1148b22805b912dfd8bf566ed068e360 -SHA256 (tdiary.20061126.patch) = 9633e718c35b62857849711f58692257fdfd84b93c34d3ff783c2708d04d8f1c -SIZE (tdiary.20061126.patch) = 879 -MD5 (tdiary.20061210.patch) = 2f85ff5ca7838c6ff8eab8f6876cefb2 -SHA256 (tdiary.20061210.patch) = 195ae8c4468605936699bcf7647f2a7baa4aed3574a8ba47075103ab2a0a15ec -SIZE (tdiary.20061210.patch) = 1785 diff --git a/www/tdiary-devel/files/pkg-message.in b/www/tdiary-devel/files/pkg-message.in deleted file mode 100644 index d58095bbaf0d..000000000000 --- a/www/tdiary-devel/files/pkg-message.in +++ /dev/null @@ -1,19 +0,0 @@ - -============================================================================= -There is a script to install tDiary in a user directory. -This script should be run manually. - - # ruby %%EXAMPLESDIR%%/tdiaryinst.rb --user=User - or - % ruby %%EXAMPLESDIR%%/tdiaryinst.rb - - * Option: --suexec Use suExec for CGI execution - --help Display Help information - ---- -There are documents in the following directories. - See ... - %%EXAMPLESDIR%%/doc/ - %%EXAMPLESDIR%%/misc/i18n/ -============================================================================= - diff --git a/www/tdiary-devel/files/tdiaryinst.rb.in b/www/tdiary-devel/files/tdiaryinst.rb.in deleted file mode 100644 index 40f9ca6f6cf2..000000000000 --- a/www/tdiary-devel/files/tdiaryinst.rb.in +++ /dev/null @@ -1,325 +0,0 @@ -#!/usr/bin/env ruby -# -# tdiaryinstall.rb - tDiary user directory copy script -# Date created: 13 July 2003 -# Whom: KAMIYA Satosi <mimoriso@gmail.com> -# -# $FreeBSD$ -# - -require 'getoptlong' -require 'etc.so' -require 'fileutils' -require 'find' -require 'tempfile' - -# -$OPT_TDIARYMASTER = "@@@@PREFIX@@@@/share/examples/@@@@TDIARY@@@@" -$OPT_LANG = '@@@@LANG@@@@' - -module FileUtils16 - def FileUtils16.mkdir_p(dir, *options) - begin - FileUtils.mkdir_p(dir, *options) - rescue TypeError - optionhash = {} - options.each { |o| optionhash[o] = true } - FileUtils.mkdir_p(dir, optionhash) - end - end - def FileUtils16.cp(src, dest, *options) - begin - FileUtils.cp(src, dest, *options) - FileUtils.chmod(0644, dest, *options) - rescue TypeError - optionhash = {} - options.each { |o| optionhash[o] = true } - FileUtils.cp(src, dest, optionhash) - end - end - def FileUtils16.cp_r(src, dest, *options) - begin - FileUtils.cp_r(src, dest, *options) - rescue TypeError - optionhash = {} - options.each { |o| optionhash[o] = true } - FileUtils.cp_r(src, dest, optionhash) - end - end - def FileUtils16.rm(list, *options) - begin - FileUtils.rm(list, *options) - rescue TypeError - optionhash = {} - options.each { |o| optionhash[o] = true } - FileUtils.rm(list, optionhash) - end - end - def FileUtils16.ln_s(list, destdir, *options) - begin - FileUtils.ln_s(list, destdir, *options) - rescue TypeError - optionhash = {} - options.each { |o| optionhash[o] = true } - FileUtils.ln_s(list, destdir, optionhash) - end - end - def FileUtils16.chmod(mode, list, *options) - begin - FileUtils.chmod(mode, list, *options) - rescue TypeError - optionhash = {} - options.each { |o| optionhash[o] = true } - FileUtils.chmod(mode, list, optionhash) - end - end -end - -def usage - STDERR.print "Usage: #{File.basename($0)} [options]\n" - STDERR.print "Options:\n" - STDERR.print " --help Display this information\n" - STDERR.print " --user=<username> Specify user's login name\n" - STDERR.print " --diarydir=<diarydir> Specify tDiary data directory default: diary\n" - STDERR.print " --httpdir=<httpdir> Specify apache UserDirectory default: public_html\n" - STDERR.print " --name=<author_name> Specify author name\n" - STDERR.print " --mail=<author_mail> Specify author mail address\n" - STDERR.print " --tdiarymaster=<dir> Specify tDiary master directory default: @@@@PREFIX@@@@/share/examples/tdiary-devel\n" - STDERR.print " --lang=<language> Specify your language ('en' or 'ja' or 'zh') default: @@@@LANG@@@@\n" - STDERR.print " --suexec Use suExec for CGI execution\n" - STDERR.print " --symlink Use symbolic link for tDiary master files\n" - STDERR.print " --quiet Do not display any information\n" - STDERR.print " --noop Do not install any file. Use this option with --verbose\n" - STDERR.print " --verbose Verbose; display verbose debugging messages.\n" - exit 1 -end - -parser = GetoptLong.new -parser.set_options( - ['--user', '-u', GetoptLong::REQUIRED_ARGUMENT], - ['--diarydir','-d', GetoptLong::REQUIRED_ARGUMENT], - ['--httpdir' ,'-h', GetoptLong::REQUIRED_ARGUMENT], - ['--name', '-n', GetoptLong::REQUIRED_ARGUMENT], - ['--mail', '-m', GetoptLong::REQUIRED_ARGUMENT], - ['--tdiarymaster' , GetoptLong::REQUIRED_ARGUMENT], - ['--lang' , GetoptLong::REQUIRED_ARGUMENT], - ['--suexec' , GetoptLong::NO_ARGUMENT], - ['--symlink', '-l', GetoptLong::NO_ARGUMENT], - ['--quiet', '-q', GetoptLong::NO_ARGUMENT], - ['--noop' , GetoptLong::NO_ARGUMENT], - ['--verbose' , GetoptLong::NO_ARGUMENT], - ['--help' , GetoptLong::NO_ARGUMENT]) -begin - parser.each_option do |name, arg| - eval "$OPT_#{name.sub(/^--/, '').gsub(/-/, '_').upcase} = '#{arg}'" - end -rescue - raise "getoptlong" -end -usage() if defined?($OPT_HELP) - -class TdiaryInstall - attr_accessor :tdiarymaster - attr_accessor :tdconfig - attr_accessor :lang - attr_reader :euid - attr_accessor :username - attr_accessor :diarydir - attr_accessor :httpdir - attr_reader :passwd - attr_accessor :fileutilOptions - attr_accessor :author_name - attr_accessor :author_mail - attr_reader :author_host - def initialize - @passwd = Etc.getpwuid() - @euid = @passwd.uid - @username =(@passwd.name) - @diarydir = 'diary' - @httpdir = 'public_html' - @fileutilOptions = [] - @author_name = @passwd.gecos - @author_host = "#{`hostname`.chomp}" - @author_mail = "#{@username}@#{`hostname`.chomp}" - end - - def username=(value) - @username = value - @passwd = Etc.getpwnam(@username) - @author_name = @passwd.gecos - @author_mail = "#{@username}@#{`hostname`.chomp}" - end - - def lang=(value) - case value - when 'tdiary.conf-en' , 'en' - @lang = 'en' - @tdconfig = 'tdiary.conf-en' - when 'tdiary.conf-ja' , 'ja' - @lang = 'ja' - @tdconfig = 'tdiary.conf-ja' - when 'zh' - @lang = 'zh' - @tdconfig = 'tdiary.conf-en' - else - raise "Unknown Language : #{value}" - end - end - - def installAll - raise "You can not use tDiary for superuser." if @passwd.uid == 0 - - echo "************************************************************\n" - echo "Starting tDiary for FreeBSD user directory installation ...\n" - prepareDirs() - - echo "Copy tDiary ...\n" - if $OPT_SYMLINK then - linkBaseFile() - else - copyBaseFile() - end - - installConfig() - setPermissions() if ! defined?($OPT_NOOP) - - echo "***\n" - echo "You have to execute the following commands:\n" - echo " % /usr/local/sbin/htpasswd -c #{@passwd.dir}/.htpasswd #{@username}\n\n" - echo "Please read #{@tdiarymaster}/README\n" - echo " for additional information.\n" - echo "************************************************************\n" - end - - def prepareDirs - if ! FileTest.exist?("#{@passwd.dir}/#{@diarydir}") - FileUtils16.mkdir_p("#{@passwd.dir}/#{@diarydir}", *@fileutilOptions) - end - if ! FileTest.exist?("#{@passwd.dir}/#{@httpdir}/#{@diarydir}") - FileUtils16.mkdir_p("#{@passwd.dir}/#{@httpdir}/#{@diarydir}", *@fileutilOptions) - end - end - - def linkBaseFile - FileUtils16.cp_r("#{@tdiarymaster}/plugin", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", :preserve, *@fileutilOptions) - FileUtils16.ln_s("#{@tdiarymaster}/theme", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", *@fileutilOptions) - FileUtils16.ln_s("#{@tdiarymaster}/doc", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", *@fileutilOptions) - tempfile = Tempfile.new("index.rb") - tempfile.write "#!/usr/local/bin/ruby\nrequire '#{@tdiarymaster}/index'\n" - tempfile.close - FileUtils16.cp(tempfile.path, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/index.rb", *@fileutilOptions) - FileUtils16.chmod(0755, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/index.rb", *@fileutilOptions) - tempfile = Tempfile.new("update.rb") - tempfile.write "#!/usr/local/bin/ruby\nrequire '#{@tdiarymaster}/update'\n" - tempfile.close - FileUtils16.cp(tempfile.path, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/update.rb", *@fileutilOptions) - FileUtils16.chmod(0755, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/update.rb", *@fileutilOptions) - end - - def copyBaseFile - FileUtils16.cp_r("#{@tdiarymaster}/doc", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", :preserve, *@fileutilOptions) - FileUtils16.cp_r("#{@tdiarymaster}/misc", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", :preserve, *@fileutilOptions) - FileUtils16.cp_r("#{@tdiarymaster}/plugin", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", :preserve, *@fileutilOptions) - FileUtils16.cp_r("#{@tdiarymaster}/skel", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", :preserve, *@fileutilOptions) - FileUtils16.cp_r("#{@tdiarymaster}/tdiary", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", :preserve, *@fileutilOptions) - FileUtils16.cp_r("#{@tdiarymaster}/theme", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", :preserve, *@fileutilOptions) - FileUtils16.cp("#{@tdiarymaster}/index.rb", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/index.rb", *@fileutilOptions) - FileUtils16.chmod(0755, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/index.rb", *@fileutilOptions) - FileUtils16.cp("#{@tdiarymaster}/update.rb", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/update.rb", *@fileutilOptions) - FileUtils16.chmod(0755, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/update.rb", *@fileutilOptions) - FileUtils16.cp("#{@tdiarymaster}/tdiary.rb", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/tdiary.rb", *@fileutilOptions) - FileUtils16.cp("#{@tdiarymaster}/README", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/README", *@fileutilOptions) - end - - def installConfig - tempfile = Tempfile.new("tdiary.conf-ja") - tempfile.write tdiaryConfReplace("#{@tdiarymaster}/tdiary.conf.sample") - tempfile.close - FileUtils16.cp(tempfile.path, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/tdiary.conf-ja", *@fileutilOptions) - - tempfile = Tempfile.new("tdiary.conf-en") # sample configuration for English Environment - tempfile.write tdiaryConfReplace("#{@tdiarymaster}/misc/i18n/tdiary.conf.sample-en") - tempfile.close - FileUtils16.cp(tempfile.path, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/tdiary.conf-en", *@fileutilOptions) - - if ! FileTest.exist?("#{@passwd.dir}/#{@httpdir}/#{@diarydir}/tdiary.conf") - FileUtils16.cp("#{@passwd.dir}/#{@httpdir}/#{@diarydir}/#{@tdconfig}", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/tdiary.conf", *@fileutilOptions) - end - - tempfile = Tempfile.new("dot.htaccess") - tempfile.write dothtaccessReplace("#{@tdiarymaster}/dot.htaccess") - tempfile.close - FileUtils16.cp(tempfile.path, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/dot.htaccess", *@fileutilOptions) - if ! FileTest.exist?("#{@passwd.dir}/#{@httpdir}/#{@diarydir}/.htaccess") - FileUtils16.cp("#{@passwd.dir}/#{@httpdir}/#{@diarydir}/dot.htaccess", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/.htaccess", *@fileutilOptions) - end - end - - def setPermissions - FileUtils16.chmod(0777, "#{@passwd.dir}/#{@diarydir}", *@fileutilOptions) if ! defined?($OPT_SUEXEC) - FileUtils16.chmod(0777, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", *@fileutilOptions) if ! defined?($OPT_SUEXEC) - FileUtils16.rm("#{@passwd.dir}/#{@httpdir}/#{@diarydir}/tdiary-FreeBSD.sh", :force, *@fileutilOptions) - - FileUtils16.chmod(0701, "#{@passwd.dir}/#{@diarydir}", *@fileutilOptions) if defined?($OPT_SUEXEC) - FileUtils16.chmod(0701, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}", *@fileutilOptions) if defined?($OPT_SUEXEC) - FileUtils16.chmod(0700, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/index.rb", *@fileutilOptions) if defined?($OPT_SUEXEC) - FileUtils16.chmod(0700, "#{@passwd.dir}/#{@httpdir}/#{@diarydir}/update.rb", *@fileutilOptions) if defined?($OPT_SUEXEC) - - if @euid == 0 then - Find.find("#{@passwd.dir}/#{@diarydir}", "#{@passwd.dir}/#{@httpdir}/#{@diarydir}") do |f| - File.chown(@passwd.uid, @passwd.gid, f) - end - if File::Stat.new("#{@passwd.dir}/#{@httpdir}").uid == 0 - File.chown(@passwd.uid, @passwd.gid, "#{@passwd.dir}/#{@httpdir}") - end - end - end - - def echo(s) - STDOUT.print s if ! defined?($OPT_QUIET) - end - - def tdiaryConfReplace(filename) - s = '' - File.open(filename) { |fp| - fp.each { |line| - line = "@data_path = '#{@passwd.dir}/#{@diarydir}'\n" if line =~ /^\@data_path\s/ - line = "@author_name = '#{@author_name}'\n" if line =~ /^\@author_name\s/ - line = "@author_mail = '#{@author_mail}'\n" if line =~ /^\@author_mail\s/ - line = "@html_title = '#{@author_name} diary'\n" if line =~ /^\@html_title\s/ - line = "@index_page = 'http://#{@author_host}/~#{@username}\/'" if line =~ /^\@index_page\s/ - line = "@lang = '#{@lang}'\n" if line =~ /^\@lang\s/ - s += line - } - } - s - end - - def dothtaccessReplace(filename) - s = '' - File.open(filename) { |fp| - fp.each { |line| - line = "\tAuthUserFile #{@passwd.dir}/.htpasswd\n" if line =~ /^\s*AuthUserFile\s/ - line = "\tRequire user #{@username}\n" if line =~ /^\s*Require user\s/ - line = "Options +FollowSymLinks\n" if line =~ /^\#Options \+FollowSymLinks/ && $OPT_SYMLINK - s += line - } - } - s - end -end - -tdiaryinst = TdiaryInstall.new -tdiaryinst.tdiarymaster = $OPT_TDIARYMASTER -tdiaryinst.lang = $OPT_LANG -tdiaryinst.username = $OPT_USER if defined?($OPT_USER) -tdiaryinst.diarydir = $OPT_DIARYDIR if defined?($OPT_DIARYDIR) -tdiaryinst.httpdir = $OPT_HTTPDIR if defined?($OPT_HTTPDIR) -tdiaryinst.author_name = $OPT_NAME if defined?($OPT_NAME) -tdiaryinst.author_mail = $OPT_MAIL if defined?($OPT_MAIL) -tdiaryinst.fileutilOptions.push(:noop) if defined?($OPT_NOOP) -tdiaryinst.fileutilOptions.push(:verbose) if defined?($OPT_VERBOSE) - -tdiaryinst.installAll - -exit 0 diff --git a/www/tdiary-devel/pkg-descr b/www/tdiary-devel/pkg-descr deleted file mode 100644 index 8dd320968576..000000000000 --- a/www/tdiary-devel/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -tDiary is a Web-based interface system that works as a personal diary. -It is possible for diary readers to add comments to your diary. - - - require Ruby 1.8.2 or later - - currently supported: Japanese, English, Traditional-Chinese - tDiary is developed on http://sourceforge.net/projects/tdiary/ . - See URL for more information. - -WWW: http://www.tdiary.org/ |