svn commit: r406229 - head/www/tdiary

TAKATSU Tomonari tota at FreeBSD.org
Sat Jan 16 15:11:38 UTC 2016


Author: tota
Date: Sat Jan 16 15:11:37 2016
New Revision: 406229
URL: https://svnweb.freebsd.org/changeset/ports/406229

Log:
  - Add LICENSE_FILE
  - Switch to options helpers
  - Modernize plist: switch to @owner/@group and @dir
  
  PR:		205736
  Submitted by:	amdmi3@

Modified:
  head/www/tdiary/Makefile
  head/www/tdiary/pkg-plist

Modified: head/www/tdiary/Makefile
==============================================================================
--- head/www/tdiary/Makefile	Sat Jan 16 15:01:17 2016	(r406228)
+++ head/www/tdiary/Makefile	Sat Jan 16 15:11:37 2016	(r406229)
@@ -11,6 +11,7 @@ MAINTAINER=	tota at FreeBSD.org
 COMMENT=	Web-based diary system (like weblog) written in Ruby
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-fastimage>=1.6.3:${PORTSDIR}/graphics/rubygem-fastimage \
 		rubygem-hikidoc>=0.1.0:${PORTSDIR}/textproc/rubygem-hikidoc \
@@ -69,7 +70,6 @@ pre-patch:
 	@${RM} ${WRKSRC}/.travis.yml
 	@${RM} ${WRKSRC}/Gemfile
 	@${RM} ${WRKSRC}/Gemfile.lock
-	@${RM} ${WRKSRC}/LICENSE
 	@${RM} ${WRKSRC}/Procfile
 	@${RM} ${WRKSRC}/Rakefile
 	@${RM} ${WRKSRC}/config.ru
@@ -95,16 +95,20 @@ pre-install:
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/${TDIARY_SCRIPT} ${STAGEDIR}${PREFIX}/bin
-	@-${MKDIR} ${STAGEDIR}${WWWDIR}
-	${TAR} --exclude "doc" -C ${WRKSRC} -cf - . | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf -
-	@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	${TAR} --exclude doc --exclude LICENSE -C ${WRKSRC} -cf - . | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf -
+
+do-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
 x-generate-plist: stage
 	${ECHO_CMD} bin/%%TDIARY_SCRIPT%% > pkg-plist.new
+	${ECHO_CMD} @owner %%WWWOWN%% >> pkg-plist.new
+	${ECHO_CMD} @group %%WWWGRP%% >> pkg-plist.new
 	${FIND} ${STAGEDIR}${WWWDIR} -type f -o -type l | ${SORT} | ${SED} -e 's,${STAGEDIR}${WWWDIR},%%WWWDIR%%,g' >> pkg-plist.new
-	${FIND} ${STAGEDIR}${WWWDIR} -type d -depth | ${SORT} -r | ${SED} -e 's,${STAGEDIR}${WWWDIR}, at dirrm %%WWWDIR%%,g' >> pkg-plist.new
-	${ECHO_CMD} @exec mkdir -p %D/%%WWWDIR%%/tmp >> pkg-plist.new
-	${ECHO_CMD} @exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%% >> pkg-plist.new
+	${FIND} ${STAGEDIR}${WWWDIR} -type d -depth | ${SORT} -r | ${SED} -e 's,${STAGEDIR}${WWWDIR}, at dir %%WWWDIR%%,g' >> pkg-plist.new
+	${ECHO_CMD} @owner >> pkg-plist.new
+	${ECHO_CMD} @group >> pkg-plist.new
 
 .include <bsd.port.mk>

Modified: head/www/tdiary/pkg-plist
==============================================================================
--- head/www/tdiary/pkg-plist	Sat Jan 16 15:01:17 2016	(r406228)
+++ head/www/tdiary/pkg-plist	Sat Jan 16 15:11:37 2016	(r406229)
@@ -1,4 +1,6 @@
 bin/%%TDIARY_SCRIPT%%
+ at owner %%WWWOWN%%
+ at group %%WWWGRP%%
 %%WWWDIR%%/Gruntfile.js
 %%WWWDIR%%/bin/tdiary
 %%WWWDIR%%/bower.json
@@ -1897,391 +1899,391 @@ bin/%%TDIARY_SCRIPT%%
 %%WWWDIR%%/theme/zef/zef.css
 %%WWWDIR%%/update.fcgi
 %%WWWDIR%%/update.rb
- at dirrm %%WWWDIR%%/tmp
- at dirrm %%WWWDIR%%/theme/zef
- at dirrm %%WWWDIR%%/theme/yukon
- at dirrm %%WWWDIR%%/theme/ymck
- at dirrm %%WWWDIR%%/theme/xxx
- at dirrm %%WWWDIR%%/theme/xmastree
- at dirrm %%WWWDIR%%/theme/wood
- at dirrm %%WWWDIR%%/theme/winter
- at dirrm %%WWWDIR%%/theme/wine
- at dirrm %%WWWDIR%%/theme/windowz
- at dirrm %%WWWDIR%%/theme/will
- at dirrm %%WWWDIR%%/theme/widthfix
- at dirrm %%WWWDIR%%/theme/whiteout
- at dirrm %%WWWDIR%%/theme/white_flower
- at dirrm %%WWWDIR%%/theme/white-lingerie
- at dirrm %%WWWDIR%%/theme/white
- at dirrm %%WWWDIR%%/theme/web20
- at dirrm %%WWWDIR%%/theme/wall5_tatami
- at dirrm %%WWWDIR%%/theme/wall4
- at dirrm %%WWWDIR%%/theme/wall3
- at dirrm %%WWWDIR%%/theme/wall2
- at dirrm %%WWWDIR%%/theme/wall1
- at dirrm %%WWWDIR%%/theme/w2k_button
- at dirrm %%WWWDIR%%/theme/vi
- at dirrm %%WWWDIR%%/theme/utsusemi
- at dirrm %%WWWDIR%%/theme/tuki
- at dirrm %%WWWDIR%%/theme/triple_gray
- at dirrm %%WWWDIR%%/theme/treetop
- at dirrm %%WWWDIR%%/theme/town
- at dirrm %%WWWDIR%%/theme/tour-de-hokkaido
- at dirrm %%WWWDIR%%/theme/tinybox_green
- at dirrm %%WWWDIR%%/theme/tinybox
- at dirrm %%WWWDIR%%/theme/tile
- at dirrm %%WWWDIR%%/theme/thin
- at dirrm %%WWWDIR%%/theme/teacup
- at dirrm %%WWWDIR%%/theme/te
- at dirrm %%WWWDIR%%/theme/tdiarynet
- at dirrm %%WWWDIR%%/theme/tdiary2
- at dirrm %%WWWDIR%%/theme/tdiary1
- at dirrm %%WWWDIR%%/theme/tag
- at dirrm %%WWWDIR%%/theme/sunset
- at dirrm %%WWWDIR%%/theme/summer_wave
- at dirrm %%WWWDIR%%/theme/subdued
- at dirrm %%WWWDIR%%/theme/stripe
- at dirrm %%WWWDIR%%/theme/starlight
- at dirrm %%WWWDIR%%/theme/spring
- at dirrm %%WWWDIR%%/theme/soft-gold
- at dirrm %%WWWDIR%%/theme/sodapop
- at dirrm %%WWWDIR%%/theme/soda
- at dirrm %%WWWDIR%%/theme/snowy
- at dirrm %%WWWDIR%%/theme/snow_man
- at dirrm %%WWWDIR%%/theme/snake
- at dirrm %%WWWDIR%%/theme/smoking_white
- at dirrm %%WWWDIR%%/theme/smoking_gray
- at dirrm %%WWWDIR%%/theme/smoking_black
- at dirrm %%WWWDIR%%/theme/sleepy_kitten
- at dirrm %%WWWDIR%%/theme/sky
- at dirrm %%WWWDIR%%/theme/simpleblack
- at dirrm %%WWWDIR%%/theme/simple
- at dirrm %%WWWDIR%%/theme/silver2
- at dirrm %%WWWDIR%%/theme/silver
- at dirrm %%WWWDIR%%/theme/sidelight
- at dirrm %%WWWDIR%%/theme/shirakaba
- at dirrm %%WWWDIR%%/theme/sepia
- at dirrm %%WWWDIR%%/theme/seam-line
- at dirrm %%WWWDIR%%/theme/scarlet
- at dirrm %%WWWDIR%%/theme/savanna
- at dirrm %%WWWDIR%%/theme/sakura
- at dirrm %%WWWDIR%%/theme/sakana
- at dirrm %%WWWDIR%%/theme/sagegreen
- at dirrm %%WWWDIR%%/theme/s-pink
- at dirrm %%WWWDIR%%/theme/s-blue
- at dirrm %%WWWDIR%%/theme/russet
- at dirrm %%WWWDIR%%/theme/rim-wakabairo
- at dirrm %%WWWDIR%%/theme/rim-tanpopoiro
- at dirrm %%WWWDIR%%/theme/rim-sakurairo
- at dirrm %%WWWDIR%%/theme/rim-mizuiro
- at dirrm %%WWWDIR%%/theme/rim-fujiiro
- at dirrm %%WWWDIR%%/theme/rim-daidaiiro
- at dirrm %%WWWDIR%%/theme/right
- at dirrm %%WWWDIR%%/theme/repro
- at dirrm %%WWWDIR%%/theme/redgrid
- at dirrm %%WWWDIR%%/theme/rectangle
- at dirrm %%WWWDIR%%/theme/rainy-season
- at dirrm %%WWWDIR%%/theme/rain
- at dirrm %%WWWDIR%%/theme/quirky2
- at dirrm %%WWWDIR%%/theme/quirky
- at dirrm %%WWWDIR%%/theme/quiet_black
- at dirrm %%WWWDIR%%/theme/query111or
- at dirrm %%WWWDIR%%/theme/query110
- at dirrm %%WWWDIR%%/theme/query101
- at dirrm %%WWWDIR%%/theme/query011
- at dirrm %%WWWDIR%%/theme/query000
- at dirrm %%WWWDIR%%/theme/purple_sun
- at dirrm %%WWWDIR%%/theme/puppy
- at dirrm %%WWWDIR%%/theme/pudding
- at dirrm %%WWWDIR%%/theme/pool_side
- at dirrm %%WWWDIR%%/theme/pokke-orange
- at dirrm %%WWWDIR%%/theme/pokke-blue
- at dirrm %%WWWDIR%%/theme/plum
- at dirrm %%WWWDIR%%/theme/piyo-family
- at dirrm %%WWWDIR%%/theme/pinkgrad
- at dirrm %%WWWDIR%%/theme/pink-border
- at dirrm %%WWWDIR%%/theme/pict
- at dirrm %%WWWDIR%%/theme/pettan
- at dirrm %%WWWDIR%%/theme/petith-b
- at dirrm %%WWWDIR%%/theme/petith
- at dirrm %%WWWDIR%%/theme/pearl
- at dirrm %%WWWDIR%%/theme/pastelpink
- at dirrm %%WWWDIR%%/theme/parabola
- at dirrm %%WWWDIR%%/theme/paper
- at dirrm %%WWWDIR%%/theme/pale
- at dirrm %%WWWDIR%%/theme/pain
- at dirrm %%WWWDIR%%/theme/orkut
- at dirrm %%WWWDIR%%/theme/orangegrad
- at dirrm %%WWWDIR%%/theme/orange_flower
- at dirrm %%WWWDIR%%/theme/orange-border
- at dirrm %%WWWDIR%%/theme/orange-blue
- at dirrm %%WWWDIR%%/theme/orange
- at dirrm %%WWWDIR%%/theme/old-pavement
- at dirrm %%WWWDIR%%/theme/ocha
- at dirrm %%WWWDIR%%/theme/nut-brown
- at dirrm %%WWWDIR%%/theme/noto
- at dirrm %%WWWDIR%%/theme/note
- at dirrm %%WWWDIR%%/theme/noel
- at dirrm %%WWWDIR%%/theme/nippon
- at dirrm %%WWWDIR%%/theme/nenga
- at dirrm %%WWWDIR%%/theme/necktie
- at dirrm %%WWWDIR%%/theme/nebula
- at dirrm %%WWWDIR%%/theme/navy
- at dirrm %%WWWDIR%%/theme/natural_gray
- at dirrm %%WWWDIR%%/theme/natrium
- at dirrm %%WWWDIR%%/theme/narrow
- at dirrm %%WWWDIR%%/theme/nande-ya-nen
- at dirrm %%WWWDIR%%/theme/nahanaha
- at dirrm %%WWWDIR%%/theme/nachtmusik
- at dirrm %%WWWDIR%%/theme/mt_fuji
- at dirrm %%WWWDIR%%/theme/moo
- at dirrm %%WWWDIR%%/theme/monotone
- at dirrm %%WWWDIR%%/theme/monochrome
- at dirrm %%WWWDIR%%/theme/mono
- at dirrm %%WWWDIR%%/theme/momonga
- at dirrm %%WWWDIR%%/theme/momiji
- at dirrm %%WWWDIR%%/theme/mizu
- at dirrm %%WWWDIR%%/theme/mixi-pink
- at dirrm %%WWWDIR%%/theme/mixi-green
- at dirrm %%WWWDIR%%/theme/mixi-blue
- at dirrm %%WWWDIR%%/theme/mixi
- at dirrm %%WWWDIR%%/theme/mirage
- at dirrm %%WWWDIR%%/theme/mintblue
- at dirrm %%WWWDIR%%/theme/mini-p
- at dirrm %%WWWDIR%%/theme/mini-g
- at dirrm %%WWWDIR%%/theme/midnight
- at dirrm %%WWWDIR%%/theme/metal
- at dirrm %%WWWDIR%%/theme/memo3
- at dirrm %%WWWDIR%%/theme/memo2
- at dirrm %%WWWDIR%%/theme/memo
- at dirrm %%WWWDIR%%/theme/matcha
- at dirrm %%WWWDIR%%/theme/maroon
- at dirrm %%WWWDIR%%/theme/marguerite
- at dirrm %%WWWDIR%%/theme/manuscript-green
- at dirrm %%WWWDIR%%/theme/manuscript-brown
- at dirrm %%WWWDIR%%/theme/magic
- at dirrm %%WWWDIR%%/theme/madrascheck
- at dirrm %%WWWDIR%%/theme/lr
- at dirrm %%WWWDIR%%/theme/lovely_pink
- at dirrm %%WWWDIR%%/theme/lovely
- at dirrm %%WWWDIR%%/theme/loose-leaf
- at dirrm %%WWWDIR%%/theme/line
- at dirrm %%WWWDIR%%/theme/lime
- at dirrm %%WWWDIR%%/theme/lightning
- at dirrm %%WWWDIR%%/theme/light-blue
- at dirrm %%WWWDIR%%/theme/leafgreen
- at dirrm %%WWWDIR%%/theme/lcd
- at dirrm %%WWWDIR%%/theme/lcars
- at dirrm %%WWWDIR%%/theme/kurenai
- at dirrm %%WWWDIR%%/theme/kotatsu
- at dirrm %%WWWDIR%%/theme/kitchen-natural
- at dirrm %%WWWDIR%%/theme/kitchen-french
- at dirrm %%WWWDIR%%/theme/kitchen-classic
- at dirrm %%WWWDIR%%/theme/kasumi
- at dirrm %%WWWDIR%%/theme/kanshin
- at dirrm %%WWWDIR%%/theme/kanban
- at dirrm %%WWWDIR%%/theme/kaki
- at dirrm %%WWWDIR%%/theme/kaizou
- at dirrm %%WWWDIR%%/theme/kaeru
- at dirrm %%WWWDIR%%/theme/jungler
- at dirrm %%WWWDIR%%/theme/iris
- at dirrm %%WWWDIR%%/theme/hydrangea
- at dirrm %%WWWDIR%%/theme/husen
- at dirrm %%WWWDIR%%/theme/hsbt
- at dirrm %%WWWDIR%%/theme/himawari
- at dirrm %%WWWDIR%%/theme/hellali
- at dirrm %%WWWDIR%%/theme/hazakura
- at dirrm %%WWWDIR%%/theme/hatena_water
- at dirrm %%WWWDIR%%/theme/hatena_savanna-white
- at dirrm %%WWWDIR%%/theme/hatena_savanna-red
- at dirrm %%WWWDIR%%/theme/hatena_savanna-green
- at dirrm %%WWWDIR%%/theme/hatena_savanna-blue
- at dirrm %%WWWDIR%%/theme/hatena_rainyseason
- at dirrm %%WWWDIR%%/theme/hatena_leaf
- at dirrm %%WWWDIR%%/theme/hatena_japanese
- at dirrm %%WWWDIR%%/theme/hatena_cinnamon
- at dirrm %%WWWDIR%%/theme/hatena-white
- at dirrm %%WWWDIR%%/theme/hatena-tea
- at dirrm %%WWWDIR%%/theme/hatena-sepia
- at dirrm %%WWWDIR%%/theme/hatena-red
- at dirrm %%WWWDIR%%/theme/hatena-purple
- at dirrm %%WWWDIR%%/theme/hatena-pink
- at dirrm %%WWWDIR%%/theme/hatena-orange
- at dirrm %%WWWDIR%%/theme/hatena-lime
- at dirrm %%WWWDIR%%/theme/hatena-lightgray
- at dirrm %%WWWDIR%%/theme/hatena-lightblue
- at dirrm %%WWWDIR%%/theme/hatena-green
- at dirrm %%WWWDIR%%/theme/hatena-darkgray
- at dirrm %%WWWDIR%%/theme/hatena-brown
- at dirrm %%WWWDIR%%/theme/hatena-black
- at dirrm %%WWWDIR%%/theme/hatena
- at dirrm %%WWWDIR%%/theme/haru
- at dirrm %%WWWDIR%%/theme/happa
- at dirrm %%WWWDIR%%/theme/halloween
- at dirrm %%WWWDIR%%/theme/gustav
- at dirrm %%WWWDIR%%/theme/greentea3
- at dirrm %%WWWDIR%%/theme/green_leaves
- at dirrm %%WWWDIR%%/theme/green-tea
- at dirrm %%WWWDIR%%/theme/green-border
- at dirrm %%WWWDIR%%/theme/gray2
- at dirrm %%WWWDIR%%/theme/gray-note
- at dirrm %%WWWDIR%%/theme/gray
- at dirrm %%WWWDIR%%/theme/gold
- at dirrm %%WWWDIR%%/theme/glass_yellow
- at dirrm %%WWWDIR%%/theme/glass_red
- at dirrm %%WWWDIR%%/theme/glass_purple
- at dirrm %%WWWDIR%%/theme/glass_pink
- at dirrm %%WWWDIR%%/theme/glass_orange
- at dirrm %%WWWDIR%%/theme/glass_light_blue
- at dirrm %%WWWDIR%%/theme/glass_green
- at dirrm %%WWWDIR%%/theme/glass_emerald
- at dirrm %%WWWDIR%%/theme/glass_blue
- at dirrm %%WWWDIR%%/theme/glass
- at dirrm %%WWWDIR%%/theme/giza
- at dirrm %%WWWDIR%%/theme/ginkgo
- at dirrm %%WWWDIR%%/theme/gingham-yellow
- at dirrm %%WWWDIR%%/theme/gingham-purple
- at dirrm %%WWWDIR%%/theme/gingham-green
- at dirrm %%WWWDIR%%/theme/gingham-gray
- at dirrm %%WWWDIR%%/theme/gingham-blue
- at dirrm %%WWWDIR%%/theme/germany
- at dirrm %%WWWDIR%%/theme/gear
- at dirrm %%WWWDIR%%/theme/gardenia
- at dirrm %%WWWDIR%%/theme/garden
- at dirrm %%WWWDIR%%/theme/futaba
- at dirrm %%WWWDIR%%/theme/fri
- at dirrm %%WWWDIR%%/theme/fluxbox3
- at dirrm %%WWWDIR%%/theme/fluxbox2
- at dirrm %%WWWDIR%%/theme/fluxbox
- at dirrm %%WWWDIR%%/theme/flower
- at dirrm %%WWWDIR%%/theme/fine
- at dirrm %%WWWDIR%%/theme/emboss
- at dirrm %%WWWDIR%%/theme/easy
- at dirrm %%WWWDIR%%/theme/earth-brown
- at dirrm %%WWWDIR%%/theme/double
- at dirrm %%WWWDIR%%/theme/dotted_line-red
- at dirrm %%WWWDIR%%/theme/dotted_line-green
- at dirrm %%WWWDIR%%/theme/dotted_line-blue
- at dirrm %%WWWDIR%%/theme/dot-sky
- at dirrm %%WWWDIR%%/theme/dot-pink
- at dirrm %%WWWDIR%%/theme/dot-orange
- at dirrm %%WWWDIR%%/theme/dot-lime
- at dirrm %%WWWDIR%%/theme/dot
- at dirrm %%WWWDIR%%/theme/dog
- at dirrm %%WWWDIR%%/theme/digital_gadgets
- at dirrm %%WWWDIR%%/theme/dice
- at dirrm %%WWWDIR%%/theme/diamond_dust
- at dirrm %%WWWDIR%%/theme/desert
- at dirrm %%WWWDIR%%/theme/delta
- at dirrm %%WWWDIR%%/theme/default
- at dirrm %%WWWDIR%%/theme/deepblue
- at dirrm %%WWWDIR%%/theme/date
- at dirrm %%WWWDIR%%/theme/darkwhite
- at dirrm %%WWWDIR%%/theme/darkness-pop
- at dirrm %%WWWDIR%%/theme/curtain
- at dirrm %%WWWDIR%%/theme/cross
- at dirrm %%WWWDIR%%/theme/cosmos
- at dirrm %%WWWDIR%%/theme/cool_ice
- at dirrm %%WWWDIR%%/theme/colorlabel
- at dirrm %%WWWDIR%%/theme/clover
- at dirrm %%WWWDIR%%/theme/city
- at dirrm %%WWWDIR%%/theme/citrus
- at dirrm %%WWWDIR%%/theme/christmas
- at dirrm %%WWWDIR%%/theme/chiffon_skyblue
- at dirrm %%WWWDIR%%/theme/chiffon_pink
- at dirrm %%WWWDIR%%/theme/chiffon_leafgreen
- at dirrm %%WWWDIR%%/theme/cherry_blossom_r
- at dirrm %%WWWDIR%%/theme/cherry_blossom
- at dirrm %%WWWDIR%%/theme/cherry
- at dirrm %%WWWDIR%%/theme/check
- at dirrm %%WWWDIR%%/theme/cat
- at dirrm %%WWWDIR%%/theme/cards
- at dirrm %%WWWDIR%%/theme/candy
- at dirrm %%WWWDIR%%/theme/cafe-mint-julep-soda
- at dirrm %%WWWDIR%%/theme/bubble
- at dirrm %%WWWDIR%%/theme/brown
- at dirrm %%WWWDIR%%/theme/britannian
- at dirrm %%WWWDIR%%/theme/bright-green
- at dirrm %%WWWDIR%%/theme/bootstrap/js
- at dirrm %%WWWDIR%%/theme/bootstrap/img
- at dirrm %%WWWDIR%%/theme/bootstrap/css
- at dirrm %%WWWDIR%%/theme/bootstrap
- at dirrm %%WWWDIR%%/theme/book3-sky
- at dirrm %%WWWDIR%%/theme/book2-feminine
- at dirrm %%WWWDIR%%/theme/book
- at dirrm %%WWWDIR%%/theme/bluely
- at dirrm %%WWWDIR%%/theme/bluegrad
- at dirrm %%WWWDIR%%/theme/blue-feather
- at dirrm %%WWWDIR%%/theme/blue-dash
- at dirrm %%WWWDIR%%/theme/blue-border
- at dirrm %%WWWDIR%%/theme/blackbox
- at dirrm %%WWWDIR%%/theme/blackboard
- at dirrm %%WWWDIR%%/theme/black_mamba
- at dirrm %%WWWDIR%%/theme/black-red
- at dirrm %%WWWDIR%%/theme/black-lingerie
- at dirrm %%WWWDIR%%/theme/black-green
- at dirrm %%WWWDIR%%/theme/black-blue
- at dirrm %%WWWDIR%%/theme/bistro_menu
- at dirrm %%WWWDIR%%/theme/bill
- at dirrm %%WWWDIR%%/theme/be_r5
- at dirrm %%WWWDIR%%/theme/babypink
- at dirrm %%WWWDIR%%/theme/autumn
- at dirrm %%WWWDIR%%/theme/at
- at dirrm %%WWWDIR%%/theme/asterisk-pink
- at dirrm %%WWWDIR%%/theme/asterisk-orange
- at dirrm %%WWWDIR%%/theme/asterisk-maroon
- at dirrm %%WWWDIR%%/theme/asterisk-lightgray
- at dirrm %%WWWDIR%%/theme/asterisk-blue
- at dirrm %%WWWDIR%%/theme/artnouveau-red
- at dirrm %%WWWDIR%%/theme/artnouveau-green
- at dirrm %%WWWDIR%%/theme/artnouveau-blue
- at dirrm %%WWWDIR%%/theme/arrow
- at dirrm %%WWWDIR%%/theme/aqua
- at dirrm %%WWWDIR%%/theme/aoikuruma
- at dirrm %%WWWDIR%%/theme/another_blue
- at dirrm %%WWWDIR%%/theme/alfa
- at dirrm %%WWWDIR%%/theme/90
- at dirrm %%WWWDIR%%/theme/3pink
- at dirrm %%WWWDIR%%/theme/3minutes
- at dirrm %%WWWDIR%%/theme
- at dirrm %%WWWDIR%%/tdiary/tasks
- at dirrm %%WWWDIR%%/tdiary/style
- at dirrm %%WWWDIR%%/tdiary/rack/auth
- at dirrm %%WWWDIR%%/tdiary/rack/assets
- at dirrm %%WWWDIR%%/tdiary/rack
- at dirrm %%WWWDIR%%/tdiary/lang
- at dirrm %%WWWDIR%%/tdiary/io
- at dirrm %%WWWDIR%%/tdiary/filter
- at dirrm %%WWWDIR%%/tdiary/extensions
- at dirrm %%WWWDIR%%/tdiary/dispatcher
- at dirrm %%WWWDIR%%/tdiary/cache
- at dirrm %%WWWDIR%%/tdiary/application/extensions
- at dirrm %%WWWDIR%%/tdiary/application
- at dirrm %%WWWDIR%%/tdiary
- at dirrm %%WWWDIR%%/skel
- at dirrm %%WWWDIR%%/plugin/ja
- at dirrm %%WWWDIR%%/plugin/en
- at dirrm %%WWWDIR%%/plugin
- at dirrm %%WWWDIR%%/misc/theme_convert
- at dirrm %%WWWDIR%%/misc/templates
- at dirrm %%WWWDIR%%/misc/plugin/xmlrpc
- at dirrm %%WWWDIR%%/misc/plugin/ja
- at dirrm %%WWWDIR%%/misc/plugin/en
- at dirrm %%WWWDIR%%/misc/plugin/amazon
- at dirrm %%WWWDIR%%/misc/plugin
- at dirrm %%WWWDIR%%/misc/paas/sqale
- at dirrm %%WWWDIR%%/misc/paas/heroku
- at dirrm %%WWWDIR%%/misc/paas/cloudfoundry
- at dirrm %%WWWDIR%%/misc/paas
- at dirrm %%WWWDIR%%/misc/lib
- at dirrm %%WWWDIR%%/misc/filter/plugin/ja
- at dirrm %%WWWDIR%%/misc/filter/plugin/en
- at dirrm %%WWWDIR%%/misc/filter/plugin
- at dirrm %%WWWDIR%%/misc/filter
- at dirrm %%WWWDIR%%/misc
- at dirrm %%WWWDIR%%/js
- at dirrm %%WWWDIR%%/data
- at dirrm %%WWWDIR%%/bin
- at dirrm %%WWWDIR%%
- at exec mkdir -p %D/%%WWWDIR%%/tmp
- at exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%
+ at dir %%WWWDIR%%/tmp
+ at dir %%WWWDIR%%/theme/zef
+ at dir %%WWWDIR%%/theme/yukon
+ at dir %%WWWDIR%%/theme/ymck
+ at dir %%WWWDIR%%/theme/xxx
+ at dir %%WWWDIR%%/theme/xmastree
+ at dir %%WWWDIR%%/theme/wood
+ at dir %%WWWDIR%%/theme/winter
+ at dir %%WWWDIR%%/theme/wine
+ at dir %%WWWDIR%%/theme/windowz
+ at dir %%WWWDIR%%/theme/will
+ at dir %%WWWDIR%%/theme/widthfix
+ at dir %%WWWDIR%%/theme/whiteout
+ at dir %%WWWDIR%%/theme/white_flower
+ at dir %%WWWDIR%%/theme/white-lingerie
+ at dir %%WWWDIR%%/theme/white
+ at dir %%WWWDIR%%/theme/web20
+ at dir %%WWWDIR%%/theme/wall5_tatami
+ at dir %%WWWDIR%%/theme/wall4
+ at dir %%WWWDIR%%/theme/wall3
+ at dir %%WWWDIR%%/theme/wall2
+ at dir %%WWWDIR%%/theme/wall1
+ at dir %%WWWDIR%%/theme/w2k_button
+ at dir %%WWWDIR%%/theme/vi
+ at dir %%WWWDIR%%/theme/utsusemi
+ at dir %%WWWDIR%%/theme/tuki
+ at dir %%WWWDIR%%/theme/triple_gray
+ at dir %%WWWDIR%%/theme/treetop
+ at dir %%WWWDIR%%/theme/town
+ at dir %%WWWDIR%%/theme/tour-de-hokkaido
+ at dir %%WWWDIR%%/theme/tinybox_green
+ at dir %%WWWDIR%%/theme/tinybox
+ at dir %%WWWDIR%%/theme/tile
+ at dir %%WWWDIR%%/theme/thin
+ at dir %%WWWDIR%%/theme/teacup
+ at dir %%WWWDIR%%/theme/te
+ at dir %%WWWDIR%%/theme/tdiarynet
+ at dir %%WWWDIR%%/theme/tdiary2
+ at dir %%WWWDIR%%/theme/tdiary1
+ at dir %%WWWDIR%%/theme/tag
+ at dir %%WWWDIR%%/theme/sunset
+ at dir %%WWWDIR%%/theme/summer_wave
+ at dir %%WWWDIR%%/theme/subdued
+ at dir %%WWWDIR%%/theme/stripe
+ at dir %%WWWDIR%%/theme/starlight
+ at dir %%WWWDIR%%/theme/spring
+ at dir %%WWWDIR%%/theme/soft-gold
+ at dir %%WWWDIR%%/theme/sodapop
+ at dir %%WWWDIR%%/theme/soda
+ at dir %%WWWDIR%%/theme/snowy
+ at dir %%WWWDIR%%/theme/snow_man
+ at dir %%WWWDIR%%/theme/snake
+ at dir %%WWWDIR%%/theme/smoking_white
+ at dir %%WWWDIR%%/theme/smoking_gray
+ at dir %%WWWDIR%%/theme/smoking_black
+ at dir %%WWWDIR%%/theme/sleepy_kitten
+ at dir %%WWWDIR%%/theme/sky
+ at dir %%WWWDIR%%/theme/simpleblack
+ at dir %%WWWDIR%%/theme/simple
+ at dir %%WWWDIR%%/theme/silver2
+ at dir %%WWWDIR%%/theme/silver
+ at dir %%WWWDIR%%/theme/sidelight
+ at dir %%WWWDIR%%/theme/shirakaba
+ at dir %%WWWDIR%%/theme/sepia
+ at dir %%WWWDIR%%/theme/seam-line
+ at dir %%WWWDIR%%/theme/scarlet
+ at dir %%WWWDIR%%/theme/savanna
+ at dir %%WWWDIR%%/theme/sakura
+ at dir %%WWWDIR%%/theme/sakana
+ at dir %%WWWDIR%%/theme/sagegreen
+ at dir %%WWWDIR%%/theme/s-pink
+ at dir %%WWWDIR%%/theme/s-blue
+ at dir %%WWWDIR%%/theme/russet
+ at dir %%WWWDIR%%/theme/rim-wakabairo
+ at dir %%WWWDIR%%/theme/rim-tanpopoiro
+ at dir %%WWWDIR%%/theme/rim-sakurairo
+ at dir %%WWWDIR%%/theme/rim-mizuiro
+ at dir %%WWWDIR%%/theme/rim-fujiiro
+ at dir %%WWWDIR%%/theme/rim-daidaiiro
+ at dir %%WWWDIR%%/theme/right
+ at dir %%WWWDIR%%/theme/repro
+ at dir %%WWWDIR%%/theme/redgrid
+ at dir %%WWWDIR%%/theme/rectangle
+ at dir %%WWWDIR%%/theme/rainy-season
+ at dir %%WWWDIR%%/theme/rain
+ at dir %%WWWDIR%%/theme/quirky2
+ at dir %%WWWDIR%%/theme/quirky
+ at dir %%WWWDIR%%/theme/quiet_black
+ at dir %%WWWDIR%%/theme/query111or
+ at dir %%WWWDIR%%/theme/query110
+ at dir %%WWWDIR%%/theme/query101
+ at dir %%WWWDIR%%/theme/query011
+ at dir %%WWWDIR%%/theme/query000
+ at dir %%WWWDIR%%/theme/purple_sun
+ at dir %%WWWDIR%%/theme/puppy
+ at dir %%WWWDIR%%/theme/pudding
+ at dir %%WWWDIR%%/theme/pool_side
+ at dir %%WWWDIR%%/theme/pokke-orange
+ at dir %%WWWDIR%%/theme/pokke-blue
+ at dir %%WWWDIR%%/theme/plum
+ at dir %%WWWDIR%%/theme/piyo-family
+ at dir %%WWWDIR%%/theme/pinkgrad
+ at dir %%WWWDIR%%/theme/pink-border
+ at dir %%WWWDIR%%/theme/pict
+ at dir %%WWWDIR%%/theme/pettan
+ at dir %%WWWDIR%%/theme/petith-b
+ at dir %%WWWDIR%%/theme/petith
+ at dir %%WWWDIR%%/theme/pearl
+ at dir %%WWWDIR%%/theme/pastelpink
+ at dir %%WWWDIR%%/theme/parabola
+ at dir %%WWWDIR%%/theme/paper
+ at dir %%WWWDIR%%/theme/pale
+ at dir %%WWWDIR%%/theme/pain
+ at dir %%WWWDIR%%/theme/orkut
+ at dir %%WWWDIR%%/theme/orangegrad
+ at dir %%WWWDIR%%/theme/orange_flower
+ at dir %%WWWDIR%%/theme/orange-border
+ at dir %%WWWDIR%%/theme/orange-blue
+ at dir %%WWWDIR%%/theme/orange
+ at dir %%WWWDIR%%/theme/old-pavement
+ at dir %%WWWDIR%%/theme/ocha
+ at dir %%WWWDIR%%/theme/nut-brown
+ at dir %%WWWDIR%%/theme/noto
+ at dir %%WWWDIR%%/theme/note
+ at dir %%WWWDIR%%/theme/noel
+ at dir %%WWWDIR%%/theme/nippon
+ at dir %%WWWDIR%%/theme/nenga
+ at dir %%WWWDIR%%/theme/necktie
+ at dir %%WWWDIR%%/theme/nebula
+ at dir %%WWWDIR%%/theme/navy
+ at dir %%WWWDIR%%/theme/natural_gray
+ at dir %%WWWDIR%%/theme/natrium
+ at dir %%WWWDIR%%/theme/narrow
+ at dir %%WWWDIR%%/theme/nande-ya-nen
+ at dir %%WWWDIR%%/theme/nahanaha
+ at dir %%WWWDIR%%/theme/nachtmusik
+ at dir %%WWWDIR%%/theme/mt_fuji
+ at dir %%WWWDIR%%/theme/moo
+ at dir %%WWWDIR%%/theme/monotone
+ at dir %%WWWDIR%%/theme/monochrome
+ at dir %%WWWDIR%%/theme/mono
+ at dir %%WWWDIR%%/theme/momonga
+ at dir %%WWWDIR%%/theme/momiji
+ at dir %%WWWDIR%%/theme/mizu
+ at dir %%WWWDIR%%/theme/mixi-pink
+ at dir %%WWWDIR%%/theme/mixi-green
+ at dir %%WWWDIR%%/theme/mixi-blue
+ at dir %%WWWDIR%%/theme/mixi
+ at dir %%WWWDIR%%/theme/mirage
+ at dir %%WWWDIR%%/theme/mintblue
+ at dir %%WWWDIR%%/theme/mini-p
+ at dir %%WWWDIR%%/theme/mini-g
+ at dir %%WWWDIR%%/theme/midnight
+ at dir %%WWWDIR%%/theme/metal
+ at dir %%WWWDIR%%/theme/memo3
+ at dir %%WWWDIR%%/theme/memo2
+ at dir %%WWWDIR%%/theme/memo
+ at dir %%WWWDIR%%/theme/matcha
+ at dir %%WWWDIR%%/theme/maroon
+ at dir %%WWWDIR%%/theme/marguerite
+ at dir %%WWWDIR%%/theme/manuscript-green
+ at dir %%WWWDIR%%/theme/manuscript-brown
+ at dir %%WWWDIR%%/theme/magic
+ at dir %%WWWDIR%%/theme/madrascheck
+ at dir %%WWWDIR%%/theme/lr
+ at dir %%WWWDIR%%/theme/lovely_pink
+ at dir %%WWWDIR%%/theme/lovely
+ at dir %%WWWDIR%%/theme/loose-leaf
+ at dir %%WWWDIR%%/theme/line
+ at dir %%WWWDIR%%/theme/lime
+ at dir %%WWWDIR%%/theme/lightning
+ at dir %%WWWDIR%%/theme/light-blue
+ at dir %%WWWDIR%%/theme/leafgreen
+ at dir %%WWWDIR%%/theme/lcd
+ at dir %%WWWDIR%%/theme/lcars
+ at dir %%WWWDIR%%/theme/kurenai
+ at dir %%WWWDIR%%/theme/kotatsu
+ at dir %%WWWDIR%%/theme/kitchen-natural
+ at dir %%WWWDIR%%/theme/kitchen-french
+ at dir %%WWWDIR%%/theme/kitchen-classic
+ at dir %%WWWDIR%%/theme/kasumi
+ at dir %%WWWDIR%%/theme/kanshin
+ at dir %%WWWDIR%%/theme/kanban
+ at dir %%WWWDIR%%/theme/kaki
+ at dir %%WWWDIR%%/theme/kaizou
+ at dir %%WWWDIR%%/theme/kaeru
+ at dir %%WWWDIR%%/theme/jungler
+ at dir %%WWWDIR%%/theme/iris
+ at dir %%WWWDIR%%/theme/hydrangea
+ at dir %%WWWDIR%%/theme/husen
+ at dir %%WWWDIR%%/theme/hsbt
+ at dir %%WWWDIR%%/theme/himawari
+ at dir %%WWWDIR%%/theme/hellali
+ at dir %%WWWDIR%%/theme/hazakura
+ at dir %%WWWDIR%%/theme/hatena_water
+ at dir %%WWWDIR%%/theme/hatena_savanna-white
+ at dir %%WWWDIR%%/theme/hatena_savanna-red
+ at dir %%WWWDIR%%/theme/hatena_savanna-green
+ at dir %%WWWDIR%%/theme/hatena_savanna-blue
+ at dir %%WWWDIR%%/theme/hatena_rainyseason
+ at dir %%WWWDIR%%/theme/hatena_leaf
+ at dir %%WWWDIR%%/theme/hatena_japanese
+ at dir %%WWWDIR%%/theme/hatena_cinnamon
+ at dir %%WWWDIR%%/theme/hatena-white
+ at dir %%WWWDIR%%/theme/hatena-tea
+ at dir %%WWWDIR%%/theme/hatena-sepia
+ at dir %%WWWDIR%%/theme/hatena-red
+ at dir %%WWWDIR%%/theme/hatena-purple
+ at dir %%WWWDIR%%/theme/hatena-pink
+ at dir %%WWWDIR%%/theme/hatena-orange
+ at dir %%WWWDIR%%/theme/hatena-lime
+ at dir %%WWWDIR%%/theme/hatena-lightgray
+ at dir %%WWWDIR%%/theme/hatena-lightblue
+ at dir %%WWWDIR%%/theme/hatena-green
+ at dir %%WWWDIR%%/theme/hatena-darkgray
+ at dir %%WWWDIR%%/theme/hatena-brown
+ at dir %%WWWDIR%%/theme/hatena-black
+ at dir %%WWWDIR%%/theme/hatena
+ at dir %%WWWDIR%%/theme/haru
+ at dir %%WWWDIR%%/theme/happa
+ at dir %%WWWDIR%%/theme/halloween
+ at dir %%WWWDIR%%/theme/gustav
+ at dir %%WWWDIR%%/theme/greentea3
+ at dir %%WWWDIR%%/theme/green_leaves
+ at dir %%WWWDIR%%/theme/green-tea
+ at dir %%WWWDIR%%/theme/green-border
+ at dir %%WWWDIR%%/theme/gray2
+ at dir %%WWWDIR%%/theme/gray-note
+ at dir %%WWWDIR%%/theme/gray
+ at dir %%WWWDIR%%/theme/gold
+ at dir %%WWWDIR%%/theme/glass_yellow
+ at dir %%WWWDIR%%/theme/glass_red
+ at dir %%WWWDIR%%/theme/glass_purple
+ at dir %%WWWDIR%%/theme/glass_pink
+ at dir %%WWWDIR%%/theme/glass_orange
+ at dir %%WWWDIR%%/theme/glass_light_blue
+ at dir %%WWWDIR%%/theme/glass_green
+ at dir %%WWWDIR%%/theme/glass_emerald
+ at dir %%WWWDIR%%/theme/glass_blue
+ at dir %%WWWDIR%%/theme/glass
+ at dir %%WWWDIR%%/theme/giza
+ at dir %%WWWDIR%%/theme/ginkgo
+ at dir %%WWWDIR%%/theme/gingham-yellow
+ at dir %%WWWDIR%%/theme/gingham-purple
+ at dir %%WWWDIR%%/theme/gingham-green
+ at dir %%WWWDIR%%/theme/gingham-gray
+ at dir %%WWWDIR%%/theme/gingham-blue
+ at dir %%WWWDIR%%/theme/germany
+ at dir %%WWWDIR%%/theme/gear
+ at dir %%WWWDIR%%/theme/gardenia
+ at dir %%WWWDIR%%/theme/garden
+ at dir %%WWWDIR%%/theme/futaba
+ at dir %%WWWDIR%%/theme/fri
+ at dir %%WWWDIR%%/theme/fluxbox3
+ at dir %%WWWDIR%%/theme/fluxbox2
+ at dir %%WWWDIR%%/theme/fluxbox
+ at dir %%WWWDIR%%/theme/flower
+ at dir %%WWWDIR%%/theme/fine
+ at dir %%WWWDIR%%/theme/emboss
+ at dir %%WWWDIR%%/theme/easy
+ at dir %%WWWDIR%%/theme/earth-brown
+ at dir %%WWWDIR%%/theme/double
+ at dir %%WWWDIR%%/theme/dotted_line-red
+ at dir %%WWWDIR%%/theme/dotted_line-green
+ at dir %%WWWDIR%%/theme/dotted_line-blue
+ at dir %%WWWDIR%%/theme/dot-sky
+ at dir %%WWWDIR%%/theme/dot-pink
+ at dir %%WWWDIR%%/theme/dot-orange
+ at dir %%WWWDIR%%/theme/dot-lime
+ at dir %%WWWDIR%%/theme/dot
+ at dir %%WWWDIR%%/theme/dog
+ at dir %%WWWDIR%%/theme/digital_gadgets
+ at dir %%WWWDIR%%/theme/dice
+ at dir %%WWWDIR%%/theme/diamond_dust
+ at dir %%WWWDIR%%/theme/desert
+ at dir %%WWWDIR%%/theme/delta
+ at dir %%WWWDIR%%/theme/default
+ at dir %%WWWDIR%%/theme/deepblue
+ at dir %%WWWDIR%%/theme/date
+ at dir %%WWWDIR%%/theme/darkwhite
+ at dir %%WWWDIR%%/theme/darkness-pop
+ at dir %%WWWDIR%%/theme/curtain
+ at dir %%WWWDIR%%/theme/cross
+ at dir %%WWWDIR%%/theme/cosmos
+ at dir %%WWWDIR%%/theme/cool_ice
+ at dir %%WWWDIR%%/theme/colorlabel
+ at dir %%WWWDIR%%/theme/clover
+ at dir %%WWWDIR%%/theme/city
+ at dir %%WWWDIR%%/theme/citrus
+ at dir %%WWWDIR%%/theme/christmas
+ at dir %%WWWDIR%%/theme/chiffon_skyblue
+ at dir %%WWWDIR%%/theme/chiffon_pink
+ at dir %%WWWDIR%%/theme/chiffon_leafgreen
+ at dir %%WWWDIR%%/theme/cherry_blossom_r
+ at dir %%WWWDIR%%/theme/cherry_blossom
+ at dir %%WWWDIR%%/theme/cherry
+ at dir %%WWWDIR%%/theme/check
+ at dir %%WWWDIR%%/theme/cat
+ at dir %%WWWDIR%%/theme/cards
+ at dir %%WWWDIR%%/theme/candy
+ at dir %%WWWDIR%%/theme/cafe-mint-julep-soda
+ at dir %%WWWDIR%%/theme/bubble
+ at dir %%WWWDIR%%/theme/brown
+ at dir %%WWWDIR%%/theme/britannian
+ at dir %%WWWDIR%%/theme/bright-green
+ at dir %%WWWDIR%%/theme/bootstrap/js
+ at dir %%WWWDIR%%/theme/bootstrap/img
+ at dir %%WWWDIR%%/theme/bootstrap/css
+ at dir %%WWWDIR%%/theme/bootstrap
+ at dir %%WWWDIR%%/theme/book3-sky
+ at dir %%WWWDIR%%/theme/book2-feminine
+ at dir %%WWWDIR%%/theme/book
+ at dir %%WWWDIR%%/theme/bluely
+ at dir %%WWWDIR%%/theme/bluegrad
+ at dir %%WWWDIR%%/theme/blue-feather
+ at dir %%WWWDIR%%/theme/blue-dash
+ at dir %%WWWDIR%%/theme/blue-border
+ at dir %%WWWDIR%%/theme/blackbox
+ at dir %%WWWDIR%%/theme/blackboard
+ at dir %%WWWDIR%%/theme/black_mamba
+ at dir %%WWWDIR%%/theme/black-red
+ at dir %%WWWDIR%%/theme/black-lingerie
+ at dir %%WWWDIR%%/theme/black-green
+ at dir %%WWWDIR%%/theme/black-blue
+ at dir %%WWWDIR%%/theme/bistro_menu
+ at dir %%WWWDIR%%/theme/bill
+ at dir %%WWWDIR%%/theme/be_r5
+ at dir %%WWWDIR%%/theme/babypink
+ at dir %%WWWDIR%%/theme/autumn
+ at dir %%WWWDIR%%/theme/at
+ at dir %%WWWDIR%%/theme/asterisk-pink
+ at dir %%WWWDIR%%/theme/asterisk-orange
+ at dir %%WWWDIR%%/theme/asterisk-maroon
+ at dir %%WWWDIR%%/theme/asterisk-lightgray
+ at dir %%WWWDIR%%/theme/asterisk-blue
+ at dir %%WWWDIR%%/theme/artnouveau-red
+ at dir %%WWWDIR%%/theme/artnouveau-green
+ at dir %%WWWDIR%%/theme/artnouveau-blue
+ at dir %%WWWDIR%%/theme/arrow
+ at dir %%WWWDIR%%/theme/aqua
+ at dir %%WWWDIR%%/theme/aoikuruma
+ at dir %%WWWDIR%%/theme/another_blue
+ at dir %%WWWDIR%%/theme/alfa
+ at dir %%WWWDIR%%/theme/90
+ at dir %%WWWDIR%%/theme/3pink
+ at dir %%WWWDIR%%/theme/3minutes
+ at dir %%WWWDIR%%/theme
+ at dir %%WWWDIR%%/tdiary/tasks
+ at dir %%WWWDIR%%/tdiary/style
+ at dir %%WWWDIR%%/tdiary/rack/auth
+ at dir %%WWWDIR%%/tdiary/rack/assets
+ at dir %%WWWDIR%%/tdiary/rack
+ at dir %%WWWDIR%%/tdiary/lang
+ at dir %%WWWDIR%%/tdiary/io
+ at dir %%WWWDIR%%/tdiary/filter
+ at dir %%WWWDIR%%/tdiary/extensions
+ at dir %%WWWDIR%%/tdiary/dispatcher
+ at dir %%WWWDIR%%/tdiary/cache
+ at dir %%WWWDIR%%/tdiary/application/extensions
+ at dir %%WWWDIR%%/tdiary/application
+ at dir %%WWWDIR%%/tdiary
+ at dir %%WWWDIR%%/skel
+ at dir %%WWWDIR%%/plugin/ja
+ at dir %%WWWDIR%%/plugin/en
+ at dir %%WWWDIR%%/plugin
+ at dir %%WWWDIR%%/misc/theme_convert
+ at dir %%WWWDIR%%/misc/templates
+ at dir %%WWWDIR%%/misc/plugin/xmlrpc
+ at dir %%WWWDIR%%/misc/plugin/ja
+ at dir %%WWWDIR%%/misc/plugin/en
+ at dir %%WWWDIR%%/misc/plugin/amazon
+ at dir %%WWWDIR%%/misc/plugin
+ at dir %%WWWDIR%%/misc/paas/sqale
+ at dir %%WWWDIR%%/misc/paas/heroku
+ at dir %%WWWDIR%%/misc/paas/cloudfoundry
+ at dir %%WWWDIR%%/misc/paas
+ at dir %%WWWDIR%%/misc/lib
+ at dir %%WWWDIR%%/misc/filter/plugin/ja
+ at dir %%WWWDIR%%/misc/filter/plugin/en
+ at dir %%WWWDIR%%/misc/filter/plugin
+ at dir %%WWWDIR%%/misc/filter
+ at dir %%WWWDIR%%/misc
+ at dir %%WWWDIR%%/js
+ at dir %%WWWDIR%%/data
+ at dir %%WWWDIR%%/bin
+ at dir %%WWWDIR%%
+ at owner
+ at group


More information about the svn-ports-head mailing list