Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2012 18:42:13 GMT
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/165858: [UPDATE] ww/elog to 2.9.1
Message-ID:  <201203081842.q28IgDC6091556@red.freebsd.org>
Resent-Message-ID: <201203081850.q28IoD9v050830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165858
>Category:       ports
>Synopsis:       [UPDATE] ww/elog to 2.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 08 18:50:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT 2012     bofh@bofh.telnet.net.bd:/usr/obj/usr/src/sys/BOFH  amd64
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN elog.bak/Makefile elog/Makefile
--- elog.bak/Makefile	2012-03-07 19:53:44.416753508 +0600
+++ elog/Makefile	2012-03-08 21:33:52.400236600 +0600
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	elog
-DISTVERSION=	2.6.3-1
+DISTVERSION=	2.9.1-1
 CATEGORIES=	www
 MASTER_SITES=	http://midas.psi.ch/elog/download/tar/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	A fast and lightweight, extremly customizable weblog
 
 MAN1=		elog.1 elconv.1
@@ -19,11 +19,13 @@
 SUB_FILES=		pkg-install pkg-deinstall
 SUB_LIST=		LOGBOOKDIR=${LOGBOOKDIR}
 
+BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
+
 LOGBOOKDIR?=	www/elog
 PLIST_SUB+=	LOGBOOKDIR=${LOGBOOKDIR}
 
 USE_GMAKE=	yes
-WRKSRC=		${WRKDIR}/elog-2.6.3
+WRKSRC=		${WRKDIR}/elog-2.9.1
 MAKE_ENV=	LOGBOOKDIR=${LOGBOOKDIR}
 
 pre-fetch:
diff -ruN elog.bak/distinfo elog/distinfo
--- elog.bak/distinfo	2012-03-07 19:53:44.416753508 +0600
+++ elog/distinfo	2012-03-07 21:10:40.401235613 +0600
@@ -1,2 +1,2 @@
-SHA256 (elog-2.6.3-1.tar.gz) = d31a3f7d169fdc2227758be9c851cb9e79b39c7898b404ff8982390bae994a20
-SIZE (elog-2.6.3-1.tar.gz) = 736914
+SHA256 (elog-2.9.1-1.tar.gz) = b933c8718e9f475e1099c6e48a8218c5c2abaf90feb90681a373a33f6138a41f
+SIZE (elog-2.9.1-1.tar.gz) = 1687085
diff -ruN elog.bak/files/patch-Makefile elog/files/patch-Makefile
--- elog.bak/files/patch-Makefile	2012-03-07 19:53:44.395235968 +0600
+++ elog/files/patch-Makefile	2012-03-08 01:18:51.000000000 +0600
@@ -1,6 +1,6 @@
---- Makefile.orig	2006-07-11 16:25:55.000000000 +0800
-+++ Makefile	2011-10-04 10:04:32.000000000 +0800
-@@ -16,10 +16,11 @@ ifndef MANDIR
+--- Makefile.orig	2012-03-08 01:06:37.350243657 +0600
++++ Makefile	2012-03-08 01:18:10.119237761 +0600
+@@ -16,10 +16,11 @@
  MANDIR     = $(ROOT)$(PREFIX)/man
  endif
  
@@ -10,20 +10,20 @@
  DESTDIR    = $(ROOT)$(PREFIX)/bin
  SDESTDIR   = $(ROOT)$(PREFIX)/sbin
 -RCDIR      = $(ROOT)/etc/rc.d/init.d
-+RCDIR	   = $(ROOT)$(PREFIX)/etc
++RCDIR     = $(ROOT)$(PREFIX)/etc
  
- #############################################################
- 
-@@ -27,7 +28,7 @@ RCDIR      = $(ROOT)/etc/rc.d/init.d
- # Add "-DHAVE_CRYPT" and "-lcrypt" to use crypt() function.
+ # flag for SSL support
+ USE_SSL    = 1
+@@ -33,7 +34,7 @@
  CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -W -Wall
+ #CFLAGS += -g -funroll-loops -fomit-frame-pointer -W -Wall
  
 -CC = gcc
 +CC ?= gcc
  IFLAGS = -kr -nut -i3 -l110
  EXECS = elog elogd elconv
  MXMLDIR = ../mxml
-@@ -58,7 +59,7 @@ BINGROUP = admin
+@@ -68,7 +69,7 @@
  endif
  
  ifeq ($(OSTYPE),FreeBSD)
@@ -32,31 +32,16 @@
  BINOWNER = root
  BINGROUP = wheel
  endif
-@@ -80,8 +81,9 @@ mxml.o: $(MXMLDIR)/mxml.c $(MXMLDIR)/mxm
- strlcpy.o: $(MXMLDIR)/strlcpy.c $(MXMLDIR)/strlcpy.h
- 	$(CC) $(CFLAGS) -c -o strlcpy.o $(MXMLDIR)/strlcpy.c
- 
-+#FIXME: Dont know why it dosent work with CFLAGS(gcc hangs up)
- elogd: src/elogd.c regex.o mxml.o strlcpy.o
--	$(CC) $(CFLAGS) -I$(MXMLDIR) -o elogd src/elogd.c regex.o mxml.o strlcpy.o $(LIBS)
-+	$(CC) -I$(MXMLDIR) -o elogd src/elogd.c regex.o mxml.o strlcpy.o $(LIBS)
- 
- debug: src/elogd.c regex.o mxml.o strlcpy.o
- 	$(CC) -g -I$(MXMLDIR) -o elogd src/elogd.c regex.o mxml.o strlcpy.o $(LIBS)
-@@ -113,7 +115,6 @@ update: $(EXECS)
+@@ -153,7 +154,6 @@
  install: $(EXECS)
  	@$(INSTALL) -m 0755 -d $(DESTDIR) $(SDESTDIR) $(MANDIR)/man1/ $(MANDIR)/man8/
- 	@$(INSTALL) -m 0755 -d $(ELOGDIR)/scripts/ $(ELOGDIR)/resources/ $(ELOGDIR)/themes/default/icons 
+ 	@$(INSTALL) -m 0755 -d $(ELOGDIR)/scripts/ $(ELOGDIR)/resources/ $(ELOGDIR)/ssl/ $(ELOGDIR)/themes/default/icons 
 -	@$(INSTALL) -m 0755 -d $(ELOGDIR)/logbooks/demo
- 	@$(INSTALL) -v -m 0755 -o ${BINOWNER} -g ${BINGROUP} elog elconv $(DESTDIR)
- 	@$(INSTALL) -v -m 0755 -o ${BINOWNER} -g ${BINGROUP} elogd $(SDESTDIR)
+ 	@$(INSTALL) -v -m 0755 ${BINFLAGS} elog elconv $(DESTDIR)
+ 	@$(INSTALL) -v -m 0755 ${BINFLAGS} elogd $(SDESTDIR)
  	@$(INSTALL) -v -m 0644 man/elog.1 man/elconv.1 $(MANDIR)/man1/
-@@ -128,23 +129,20 @@ install: $(EXECS)
- 	@$(INSTALL) -m 0644 themes/default/icons/* $(ELOGDIR)/themes/default/icons/
- 	@for file in `find themes/default -type f | grep -v .svn` ; \
-           do \
--          $(INSTALL) -D -m 0644 $$file $(ELOGDIR)/themes/default/`basename $$file` ;\
-+          $(INSTALL)  -C -m 0644 $$file $(ELOGDIR)/themes/default/`basename $$file` ;\
+@@ -178,21 +178,19 @@
+           $(INSTALL) -m 0644 $$file $(ELOGDIR)/themes/default/`basename $$file` ;\
            done
  
 -	@echo "Installing example logbook to $(ELOGDIR)/logbooks/demo"	
@@ -64,12 +49,14 @@
 -	  $(INSTALL) -v -m 0644 logbooks/demo/* $(ELOGDIR)/logbooks/demo ; \
 +	@echo "Installing example logbook to $(LOGBOOKDIR)/demo"
 +	@if [ ! -f ${PREFIX}/$(LOGBOOKDIR)/demo ]; then \
-+		$(INSTALL) -v -d -m 0644 ${PREFIX}/$(LOGBOOKDIR)/demo ; \
-+		$(INSTALL) -v -m 0644 logbooks/demo/* ${PREFIX}/$(LOGBOOKDIR)/demo ; \
++          $(INSTALL) -v -d -m 0644 ${PREFIX}/$(LOGBOOKDIR)/demo ; \
++          $(INSTALL) -v -m 0644 logbooks/demo/* ${PREFIX}/$(LOGBOOKDIR)/demo ; \
  	fi
  
 -	@sed "s#\@PREFIX\@#$(PREFIX)#g" elogd.init_template > elogd.init
--	@$(INSTALL) -v -D -m 0755 elogd.init $(RCDIR)/elogd
++
+ 	@mkdir -p -m 0755 $(RCDIR)
+-	@$(INSTALL) -v -m 0755 elogd.init $(RCDIR)/elogd
  
 -	@if [ ! -f $(ELOGDIR)/elogd.cfg ]; then  \
 -	  $(INSTALL) -v -m 644 elogd.cfg $(ELOGDIR)/elogd.cfg ; \
@@ -80,5 +67,5 @@
 -restart:
 -	$(RCDIR)/elogd restart
  clean:
- 	-$(RM) *~ $(EXECS) regex.o mxml.o strlcpy.o locext
+ 	-$(RM) *~ $(EXECS) regex.o crypt.o auth.o mxml.o strlcpy.o locext
  
diff -ruN elog.bak/pkg-plist elog/pkg-plist
--- elog.bak/pkg-plist	2012-03-07 19:53:44.395235968 +0600
+++ elog/pkg-plist	2012-03-08 21:46:18.678244559 +0600
@@ -1,286 +1,568 @@
-bin/elog
 bin/elconv
-sbin/elogd
+bin/elog
 etc/elogd.cfg.sample
-%%DATADIR%%/resources/elcode_english.html
-%%DATADIR%%/resources/elcode_zh_CN-GB2312.html
-%%DATADIR%%/resources/elcode_zh_CN-UTF8.html
-%%DATADIR%%/resources/elogd-zh_CN-GB2312.cfg
-%%DATADIR%%/resources/elogd-zh_CN-UTF8.cfg
-%%DATADIR%%/resources/eloghelp_brazilian.html
-%%DATADIR%%/resources/eloghelp_danish.html
-%%DATADIR%%/resources/eloghelp_dutch.html
-%%DATADIR%%/resources/eloghelp_english.html
-%%DATADIR%%/resources/eloghelp_french.html
-%%DATADIR%%/resources/eloghelp_german.html
-%%DATADIR%%/resources/eloghelp_italian.html
-%%DATADIR%%/resources/eloghelp_japanese.html
-%%DATADIR%%/resources/eloghelp_spanish.html
-%%DATADIR%%/resources/eloghelp_turkish.html
-%%DATADIR%%/resources/eloghelp_zh_CN-GB2312.html
-%%DATADIR%%/resources/eloghelp_zh_CN-UTF8.html
-%%DATADIR%%/resources/eloglang.brazilian
-%%DATADIR%%/resources/eloglang.bulgarian
-%%DATADIR%%/resources/eloghelp_czech.html
-%%DATADIR%%/resources/eloghelp_swedish.html
-%%DATADIR%%/resources/eloglang.czech
-%%DATADIR%%/resources/eloglang.swedish
-%%DATADIR%%/resources/eloglang.danish
-%%DATADIR%%/resources/eloglang.dutch
-%%DATADIR%%/resources/eloglang.french
-%%DATADIR%%/resources/eloglang.german
-%%DATADIR%%/resources/eloglang.italian
-%%DATADIR%%/resources/eloglang.japanese
-%%DATADIR%%/resources/eloglang.spanish
-%%DATADIR%%/resources/eloglang.turkish
-%%DATADIR%%/resources/eloglang.zh_CN-GB2312
-%%DATADIR%%/resources/eloglang.zh_CN-UTF8
-%%DATADIR%%/scripts/elcode.js
+sbin/elogd
+%%PORTDOCS%%%%DOCSDIR%%/wishlist.html
+%%PORTDOCS%%%%DOCSDIR%%/config.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide.html
+%%PORTDOCS%%%%DOCSDIR%%/elog_thumb.gif
+%%PORTDOCS%%%%DOCSDIR%%/contrib.html
+%%PORTDOCS%%%%DOCSDIR%%/download.html
+%%PORTDOCS%%%%DOCSDIR%%/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/theme2.jpg
+%%PORTDOCS%%%%DOCSDIR%%/elog.css
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/theme1.jpg
+%%PORTDOCS%%%%DOCSDIR%%/userguide.html
+%%PORTDOCS%%%%DOCSDIR%%/strftime.txt
+%%PORTDOCS%%%%DOCSDIR%%/elog.gif
+%%PORTDOCS%%%%DOCSDIR%%/paypalcard.png
+%%PORTDOCS%%%%DOCSDIR%%/cell_style.png
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/index.html~
+%%PORTDOCS%%%%DOCSDIR%%/index_nd.html
+%%PORTDOCS%%%%DOCSDIR%%/sync.gif
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/tabs.gif
+%%PORTDOCS%%%%DOCSDIR%%/thumbnail.png
+%%PORTDOCS%%%%DOCSDIR%%/hierarchy.gif
+%%DATADIR%%/themes/default/eld_anchor.png
+%%DATADIR%%/themes/default/icon9.png
 %%DATADIR%%/themes/default/all_entry.png
-%%DATADIR%%/themes/default/cal.png
-%%DATADIR%%/themes/default/cal_next.png
-%%DATADIR%%/themes/default/cal_prev.png
-%%DATADIR%%/themes/default/clock.png
-%%DATADIR%%/themes/default/compact.css
-%%DATADIR%%/themes/default/default.css
-%%DATADIR%%/themes/default/delete.png
-%%DATADIR%%/themes/default/down.png
-%%DATADIR%%/themes/default/edit.png
-%%DATADIR%%/themes/default/elog.png
-%%DATADIR%%/themes/default/entry.png
-%%DATADIR%%/themes/default/favicon.ico
-%%DATADIR%%/themes/default/favicon.png
-%%DATADIR%%/themes/default/first.png
-%%DATADIR%%/themes/default/last.png
+%%DATADIR%%/themes/default/pleased.png
+%%DATADIR%%/themes/default/icon14.png
+%%DATADIR%%/themes/default/icon7.png
+%%DATADIR%%/themes/default/icon4.gif
+%%DATADIR%%/themes/default/eld_biggrin.png
+%%DATADIR%%/themes/default/icon3.gif
+%%DATADIR%%/themes/default/icon10.gif
+%%DATADIR%%/themes/default/cool.png
+%%DATADIR%%/themes/default/icon13.png
 %%DATADIR%%/themes/default/lock.png
-%%DATADIR%%/themes/default/new_entry.png
-%%DATADIR%%/themes/default/next.png
-%%DATADIR%%/themes/default/previous.png
-%%DATADIR%%/themes/default/reply.png
-%%DATADIR%%/themes/default/stop.png
-%%DATADIR%%/themes/default/tiny.css
-%%DATADIR%%/themes/default/up.png
+%%DATADIR%%/themes/default/entry.png
+%%DATADIR%%/themes/default/eld_smaller.png
+%%DATADIR%%/themes/default/happy.png
+%%DATADIR%%/themes/default/eld_happy.png
+%%DATADIR%%/themes/default/elc_delatt.png
+%%DATADIR%%/themes/default/eld_email.png
+%%DATADIR%%/themes/default/elc_smile.png
+%%DATADIR%%/themes/default/elc_happy.png
+%%DATADIR%%/themes/default/mad.png
+%%DATADIR%%/themes/default/smile.png
+%%DATADIR%%/themes/default/cal_prev.png
+%%DATADIR%%/themes/default/bulb.png
+%%DATADIR%%/themes/default/elc_email.png
+%%DATADIR%%/themes/default/eld_smile.png
+%%DATADIR%%/themes/default/icons/icon11.gif
+%%DATADIR%%/themes/default/icons/thmbup.png
+%%DATADIR%%/themes/default/icons/icon12.png
 %%DATADIR%%/themes/default/icons/arrow.png
-%%DATADIR%%/themes/default/icons/astonished.png
-%%DATADIR%%/themes/default/icons/attn.png
-%%DATADIR%%/themes/default/icons/biggrin.png
-%%DATADIR%%/themes/default/icons/bulb.png
-%%DATADIR%%/themes/default/icons/confused.png
-%%DATADIR%%/themes/default/icons/cool.png
-%%DATADIR%%/themes/default/icons/crying.png
-%%DATADIR%%/themes/default/icons/elc_arrow.png
-%%DATADIR%%/themes/default/icons/elc_astonished.png
+%%DATADIR%%/themes/default/icons/eld_yawn.png
+%%DATADIR%%/themes/default/icons/elc_quote.png
+%%DATADIR%%/themes/default/icons/elc_frown.png
+%%DATADIR%%/themes/default/icons/elc_smaller.png
+%%DATADIR%%/themes/default/icons/eld_line.png
+%%DATADIR%%/themes/default/icons/icon8.gif
+%%DATADIR%%/themes/default/icons/question.png
+%%DATADIR%%/themes/default/icons/eld_code.png
+%%DATADIR%%/themes/default/icons/icon1.gif
+%%DATADIR%%/themes/default/icons/icon2.png
+%%DATADIR%%/themes/default/icons/icon5.png
+%%DATADIR%%/themes/default/icons/wink.png
 %%DATADIR%%/themes/default/icons/elc_biggrin.png
-%%DATADIR%%/themes/default/icons/elc_bold.png
-%%DATADIR%%/themes/default/icons/elc_center.png
+%%DATADIR%%/themes/default/icons/icon6.gif
+%%DATADIR%%/themes/default/icons/mad.png
+%%DATADIR%%/themes/default/icons/eld_underline.png
+%%DATADIR%%/themes/default/icons/paper.png
+%%DATADIR%%/themes/default/icons/elc_yawn.png
 %%DATADIR%%/themes/default/icons/elc_code.png
-%%DATADIR%%/themes/default/icons/elc_confused.png
-%%DATADIR%%/themes/default/icons/elc_cool.png
-%%DATADIR%%/themes/default/icons/elc_crying.png
-%%DATADIR%%/themes/default/icons/elc_email.png
-%%DATADIR%%/themes/default/icons/elc_frown.png
-%%DATADIR%%/themes/default/icons/elc_happy.png
+%%DATADIR%%/themes/default/icons/eld_rotleft.png
+%%DATADIR%%/themes/default/icons/eld_quote.png
+%%DATADIR%%/themes/default/icons/eld_frown.png
+%%DATADIR%%/themes/default/icons/elc_line.png
+%%DATADIR%%/themes/default/icons/icon4.png
+%%DATADIR%%/themes/default/icons/icon7.gif
+%%DATADIR%%/themes/default/icons/eld_happy.png
 %%DATADIR%%/themes/default/icons/elc_heading.png
-%%DATADIR%%/themes/default/icons/elc_image.png
-%%DATADIR%%/themes/default/icons/elc_italic.png
-%%DATADIR%%/themes/default/icons/elc_list.png
-%%DATADIR%%/themes/default/icons/elc_mad.png
-%%DATADIR%%/themes/default/icons/elc_pleased.png
-%%DATADIR%%/themes/default/icons/elc_quote.png
+%%DATADIR%%/themes/default/icons/icon3.png
 %%DATADIR%%/themes/default/icons/elc_smile.png
-%%DATADIR%%/themes/default/icons/elc_tongue.png
-%%DATADIR%%/themes/default/icons/elc_underline.png
-%%DATADIR%%/themes/default/icons/elc_url.png
-%%DATADIR%%/themes/default/icons/elc_wink.png
-%%DATADIR%%/themes/default/icons/elc_yawn.png
-%%DATADIR%%/themes/default/icons/eld_arrow.png
-%%DATADIR%%/themes/default/icons/eld_astonished.png
-%%DATADIR%%/themes/default/icons/eld_biggrin.png
-%%DATADIR%%/themes/default/icons/eld_bold.png
-%%DATADIR%%/themes/default/icons/eld_center.png
-%%DATADIR%%/themes/default/icons/eld_code.png
-%%DATADIR%%/themes/default/icons/eld_confused.png
-%%DATADIR%%/themes/default/icons/eld_cool.png
-%%DATADIR%%/themes/default/icons/eld_crying.png
 %%DATADIR%%/themes/default/icons/eld_email.png
-%%DATADIR%%/themes/default/icons/eld_frown.png
-%%DATADIR%%/themes/default/icons/eld_happy.png
-%%DATADIR%%/themes/default/icons/eld_heading.png
-%%DATADIR%%/themes/default/icons/eld_image.png
-%%DATADIR%%/themes/default/icons/eld_italic.png
-%%DATADIR%%/themes/default/icons/eld_list.png
-%%DATADIR%%/themes/default/icons/eld_mad.png
-%%DATADIR%%/themes/default/icons/eld_pleased.png
-%%DATADIR%%/themes/default/icons/eld_quote.png
-%%DATADIR%%/themes/default/icons/eld_smile.png
+%%DATADIR%%/themes/default/icons/elc_pleased.png
+%%DATADIR%%/themes/default/icons/elc_larger.png
+%%DATADIR%%/themes/default/icons/elc_underline.png
 %%DATADIR%%/themes/default/icons/eld_tongue.png
-%%DATADIR%%/themes/default/icons/eld_underline.png
-%%DATADIR%%/themes/default/icons/eld_url.png
-%%DATADIR%%/themes/default/icons/eld_wink.png
-%%DATADIR%%/themes/default/icons/eld_yawn.png
-%%DATADIR%%/themes/default/icons/frown.png
-%%DATADIR%%/themes/default/icons/happy.png
-%%DATADIR%%/themes/default/icons/icon1.gif
-%%DATADIR%%/themes/default/icons/icon1.png
+%%DATADIR%%/themes/default/icons/confused.png
+%%DATADIR%%/themes/default/icons/icon9.gif
+%%DATADIR%%/themes/default/icons/cool.png
+%%DATADIR%%/themes/default/icons/icon14.png
+%%DATADIR%%/themes/default/icons/elc_crying.png
 %%DATADIR%%/themes/default/icons/icon10.gif
-%%DATADIR%%/themes/default/icons/icon10.png
-%%DATADIR%%/themes/default/icons/icon11.gif
-%%DATADIR%%/themes/default/icons/icon11.png
-%%DATADIR%%/themes/default/icons/icon12.gif
-%%DATADIR%%/themes/default/icons/icon12.png
-%%DATADIR%%/themes/default/icons/icon13.gif
 %%DATADIR%%/themes/default/icons/icon13.png
-%%DATADIR%%/themes/default/icons/icon14.gif
-%%DATADIR%%/themes/default/icons/icon14.png
-%%DATADIR%%/themes/default/icons/icon2.gif
-%%DATADIR%%/themes/default/icons/icon2.png
+%%DATADIR%%/themes/default/icons/eld_crying.png
+%%DATADIR%%/themes/default/icons/attn.png
+%%DATADIR%%/themes/default/icons/eld_mad.png
+%%DATADIR%%/themes/default/icons/elc_tongue.png
+%%DATADIR%%/themes/default/icons/eld_larger.png
+%%DATADIR%%/themes/default/icons/elc_happy.png
+%%DATADIR%%/themes/default/icons/elc_url.png
+%%DATADIR%%/themes/default/icons/eld_smile.png
+%%DATADIR%%/themes/default/icons/elc_email.png
+%%DATADIR%%/themes/default/icons/bulb.png
+%%DATADIR%%/themes/default/icons/eld_anchor.png
+%%DATADIR%%/themes/default/icons/eld_rotright.png
+%%DATADIR%%/themes/default/icons/elc_image.png
+%%DATADIR%%/themes/default/icons/smile.png
+%%DATADIR%%/themes/default/icons/elc_rotleft.png
+%%DATADIR%%/themes/default/icons/eld_cool.png
+%%DATADIR%%/themes/default/icons/elc_delatt.png
+%%DATADIR%%/themes/default/icons/elc_bold.png
 %%DATADIR%%/themes/default/icons/icon3.gif
-%%DATADIR%%/themes/default/icons/icon3.png
-%%DATADIR%%/themes/default/icons/icon4.gif
-%%DATADIR%%/themes/default/icons/icon4.png
-%%DATADIR%%/themes/default/icons/icon5.gif
-%%DATADIR%%/themes/default/icons/icon5.png
-%%DATADIR%%/themes/default/icons/icon6.gif
-%%DATADIR%%/themes/default/icons/icon6.png
-%%DATADIR%%/themes/default/icons/icon7.gif
 %%DATADIR%%/themes/default/icons/icon7.png
-%%DATADIR%%/themes/default/icons/icon8.gif
-%%DATADIR%%/themes/default/icons/icon8.png
-%%DATADIR%%/themes/default/icons/icon9.gif
+%%DATADIR%%/themes/default/icons/elc_rotright.png
+%%DATADIR%%/themes/default/icons/icon4.gif
+%%DATADIR%%/themes/default/icons/eld_astonished.png
 %%DATADIR%%/themes/default/icons/icon9.png
-%%DATADIR%%/themes/default/icons/mad.png
-%%DATADIR%%/themes/default/icons/paper.png
-%%DATADIR%%/themes/default/icons/pleased.png
-%%DATADIR%%/themes/default/icons/question.png
-%%DATADIR%%/themes/default/icons/smile.png
+%%DATADIR%%/themes/default/icons/eld_smaller.png
+%%DATADIR%%/themes/default/icons/astonished.png
+%%DATADIR%%/themes/default/icons/eld_delatt.png
+%%DATADIR%%/themes/default/icons/elc_cool.png
+%%DATADIR%%/themes/default/icons/happy.png
+%%DATADIR%%/themes/default/icons/elc_anchor.png
+%%DATADIR%%/themes/default/icons/eld_image.png
+%%DATADIR%%/themes/default/icons/eld_bold.png
+%%DATADIR%%/themes/default/icons/eld_biggrin.png
+%%DATADIR%%/themes/default/icons/icon13.gif
+%%DATADIR%%/themes/default/icons/biggrin.png
+%%DATADIR%%/themes/default/icons/icon10.png
+%%DATADIR%%/themes/default/icons/elc_astonished.png
+%%DATADIR%%/themes/default/icons/icon14.gif
+%%DATADIR%%/themes/default/icons/elc_mad.png
+%%DATADIR%%/themes/default/icons/frown.png
+%%DATADIR%%/themes/default/icons/eld_confused.png
+%%DATADIR%%/themes/default/icons/elc_list.png
+%%DATADIR%%/themes/default/icons/elc_center.png
+%%DATADIR%%/themes/default/icons/crying.png
+%%DATADIR%%/themes/default/icons/yawn.png
+%%DATADIR%%/themes/default/icons/elc_arrow.png
 %%DATADIR%%/themes/default/icons/thmbdown.png
-%%DATADIR%%/themes/default/icons/thmbup.png
+%%DATADIR%%/themes/default/icons/elc_clock.png
+%%DATADIR%%/themes/default/icons/eld_wink.png
+%%DATADIR%%/themes/default/icons/elc_italic.png
+%%DATADIR%%/themes/default/icons/eld_url.png
+%%DATADIR%%/themes/default/icons/eld_original.png
+%%DATADIR%%/themes/default/icons/elc_table.png
+%%DATADIR%%/themes/default/icons/eld_italic.png
+%%DATADIR%%/themes/default/icons/eld_heading.png
+%%DATADIR%%/themes/default/icons/icon12.gif
+%%DATADIR%%/themes/default/icons/elc_confused.png
+%%DATADIR%%/themes/default/icons/icon11.png
+%%DATADIR%%/themes/default/icons/eld_table.png
 %%DATADIR%%/themes/default/icons/tongue.png
-%%DATADIR%%/themes/default/icons/wink.png
-%%DATADIR%%/themes/default/icons/yawn.png
-%%DATADIR%%/themes/default/arrow.png
+%%DATADIR%%/themes/default/icons/pleased.png
+%%DATADIR%%/themes/default/icons/eld_pleased.png
+%%DATADIR%%/themes/default/icons/eld_list.png
+%%DATADIR%%/themes/default/icons/eld_arrow.png
+%%DATADIR%%/themes/default/icons/eld_clock.png
+%%DATADIR%%/themes/default/icons/icon8.png
+%%DATADIR%%/themes/default/icons/elc_original.png
+%%DATADIR%%/themes/default/icons/icon6.png
+%%DATADIR%%/themes/default/icons/elc_wink.png
+%%DATADIR%%/themes/default/icons/eld_center.png
+%%DATADIR%%/themes/default/icons/icon5.gif
+%%DATADIR%%/themes/default/icons/icon2.gif
+%%DATADIR%%/themes/default/icons/icon1.png
+%%DATADIR%%/themes/default/delete.png
+%%DATADIR%%/themes/default/elc_rotleft.png
 %%DATADIR%%/themes/default/astonished.png
-%%DATADIR%%/themes/default/attn.png
-%%DATADIR%%/themes/default/biggrin.png
-%%DATADIR%%/themes/default/bulb.png
 %%DATADIR%%/themes/default/confused.png
-%%DATADIR%%/themes/default/cool.png
-%%DATADIR%%/themes/default/crying.png
-%%DATADIR%%/themes/default/elc_arrow.png
-%%DATADIR%%/themes/default/elc_astonished.png
-%%DATADIR%%/themes/default/elc_biggrin.png
-%%DATADIR%%/themes/default/elc_bold.png
+%%DATADIR%%/themes/default/elc_mad.png
+%%DATADIR%%/themes/default/eld_delatt.png
+%%DATADIR%%/themes/default/elc_anchor.png
+%%DATADIR%%/themes/default/attn.png
+%%DATADIR%%/themes/default/eld_url.png
+%%DATADIR%%/themes/default/cal.png
+%%DATADIR%%/themes/default/first.png
+%%DATADIR%%/themes/default/eld_astonished.png
+%%DATADIR%%/themes/default/wink.png
 %%DATADIR%%/themes/default/elc_center.png
+%%DATADIR%%/themes/default/elc_yawn.png
+%%DATADIR%%/themes/default/icon2.gif
 %%DATADIR%%/themes/default/elc_code.png
-%%DATADIR%%/themes/default/elc_confused.png
-%%DATADIR%%/themes/default/elc_cool.png
-%%DATADIR%%/themes/default/elc_crying.png
-%%DATADIR%%/themes/default/elc_email.png
-%%DATADIR%%/themes/default/elc_frown.png
-%%DATADIR%%/themes/default/elc_happy.png
-%%DATADIR%%/themes/default/elc_heading.png
-%%DATADIR%%/themes/default/elc_image.png
 %%DATADIR%%/themes/default/elc_italic.png
-%%DATADIR%%/themes/default/elc_list.png
-%%DATADIR%%/themes/default/elc_mad.png
-%%DATADIR%%/themes/default/elc_pleased.png
-%%DATADIR%%/themes/default/elc_quote.png
-%%DATADIR%%/themes/default/elc_smile.png
-%%DATADIR%%/themes/default/elc_tongue.png
-%%DATADIR%%/themes/default/elc_underline.png
-%%DATADIR%%/themes/default/elc_url.png
-%%DATADIR%%/themes/default/elc_wink.png
-%%DATADIR%%/themes/default/elc_yawn.png
-%%DATADIR%%/themes/default/eld_arrow.png
-%%DATADIR%%/themes/default/eld_astonished.png
-%%DATADIR%%/themes/default/eld_biggrin.png
-%%DATADIR%%/themes/default/eld_bold.png
-%%DATADIR%%/themes/default/eld_center.png
-%%DATADIR%%/themes/default/eld_code.png
-%%DATADIR%%/themes/default/eld_confused.png
-%%DATADIR%%/themes/default/eld_cool.png
-%%DATADIR%%/themes/default/eld_crying.png
-%%DATADIR%%/themes/default/eld_email.png
-%%DATADIR%%/themes/default/eld_frown.png
-%%DATADIR%%/themes/default/eld_happy.png
 %%DATADIR%%/themes/default/eld_heading.png
-%%DATADIR%%/themes/default/eld_image.png
-%%DATADIR%%/themes/default/eld_italic.png
-%%DATADIR%%/themes/default/eld_list.png
-%%DATADIR%%/themes/default/eld_mad.png
+%%DATADIR%%/themes/default/biggrin.png
+%%DATADIR%%/themes/default/icon11.gif
+%%DATADIR%%/themes/default/elc_frown.png
+%%DATADIR%%/themes/default/elc_astonished.png
+%%DATADIR%%/themes/default/icon12.png
+%%DATADIR%%/themes/default/thmbup.png
+%%DATADIR%%/themes/default/elc_quote.png
+%%DATADIR%%/themes/default/icon1.png
+%%DATADIR%%/themes/default/icon6.png
+%%DATADIR%%/themes/default/icon5.gif
+%%DATADIR%%/themes/default/previous.png
+%%DATADIR%%/themes/default/elc_line.png
+%%DATADIR%%/themes/default/icon8.png
 %%DATADIR%%/themes/default/eld_pleased.png
+%%DATADIR%%/themes/default/favicon.ico
+%%DATADIR%%/themes/default/eld_italic.png
+%%DATADIR%%/themes/default/attachment.png
+%%DATADIR%%/themes/default/eld_yawn.png
+%%DATADIR%%/themes/default/eld_frown.png
 %%DATADIR%%/themes/default/eld_quote.png
-%%DATADIR%%/themes/default/eld_smile.png
-%%DATADIR%%/themes/default/eld_tongue.png
+%%DATADIR%%/themes/default/frown.png
+%%DATADIR%%/themes/default/eld_line.png
+%%DATADIR%%/themes/default/default.css
+%%DATADIR%%/themes/default/question.png
+%%DATADIR%%/themes/default/eld_center.png
+%%DATADIR%%/themes/default/eld_code.png
+%%DATADIR%%/themes/default/down.png
 %%DATADIR%%/themes/default/eld_underline.png
-%%DATADIR%%/themes/default/eld_url.png
+%%DATADIR%%/themes/default/eld_rotleft.png
+%%DATADIR%%/themes/default/elc_table.png
+%%DATADIR%%/themes/default/paper.png
+%%DATADIR%%/themes/default/eld_mad.png
+%%DATADIR%%/themes/default/elc_original.png
+%%DATADIR%%/themes/default/eld_list.png
+%%DATADIR%%/themes/default/compact.css
+%%DATADIR%%/themes/default/elc_url.png
+%%DATADIR%%/themes/default/yawn.png
+%%DATADIR%%/themes/default/elc_arrow.png
+%%DATADIR%%/themes/default/elc_clock.png
+%%DATADIR%%/themes/default/elc_wink.png
+%%DATADIR%%/themes/default/crying.png
+%%DATADIR%%/themes/default/tiny.css
+%%DATADIR%%/themes/default/elc_confused.png
+%%DATADIR%%/themes/default/new_entry.png
+%%DATADIR%%/themes/default/up.png
+%%DATADIR%%/themes/default/elc_list.png
+%%DATADIR%%/themes/default/clock.png
+%%DATADIR%%/themes/default/eld_arrow.png
+%%DATADIR%%/themes/default/arrow.png
+%%DATADIR%%/themes/default/eld_clock.png
+%%DATADIR%%/themes/default/edit.png
+%%DATADIR%%/themes/default/eld_original.png
+%%DATADIR%%/themes/default/favicon.png
+%%DATADIR%%/themes/default/thmbdown.png
+%%DATADIR%%/themes/default/elc_biggrin.png
 %%DATADIR%%/themes/default/eld_wink.png
-%%DATADIR%%/themes/default/eld_yawn.png
-%%DATADIR%%/themes/default/frown.png
-%%DATADIR%%/themes/default/happy.png
+%%DATADIR%%/themes/default/icon5.png
+%%DATADIR%%/themes/default/icon6.gif
+%%DATADIR%%/themes/default/elog.png
 %%DATADIR%%/themes/default/icon1.gif
-%%DATADIR%%/themes/default/icon1.png
-%%DATADIR%%/themes/default/icon10.gif
-%%DATADIR%%/themes/default/icon10.png
-%%DATADIR%%/themes/default/icon11.gif
-%%DATADIR%%/themes/default/icon11.png
 %%DATADIR%%/themes/default/icon12.gif
-%%DATADIR%%/themes/default/icon12.png
-%%DATADIR%%/themes/default/icon13.gif
-%%DATADIR%%/themes/default/icon13.png
-%%DATADIR%%/themes/default/icon14.gif
-%%DATADIR%%/themes/default/icon14.png
-%%DATADIR%%/themes/default/icon2.gif
+%%DATADIR%%/themes/default/icon11.png
 %%DATADIR%%/themes/default/icon2.png
-%%DATADIR%%/themes/default/icon3.gif
+%%DATADIR%%/themes/default/cal_next.png
+%%DATADIR%%/themes/default/tongue.png
+%%DATADIR%%/themes/default/eld_confused.png
+%%DATADIR%%/themes/default/elc_smaller.png
+%%DATADIR%%/themes/default/icon8.gif
+%%DATADIR%%/themes/default/eld_table.png
+%%DATADIR%%/themes/default/stop.png
+%%DATADIR%%/themes/default/eld_tongue.png
+%%DATADIR%%/themes/default/elc_larger.png
+%%DATADIR%%/themes/default/elc_cool.png
+%%DATADIR%%/themes/default/elc_image.png
+%%DATADIR%%/themes/default/eld_bold.png
+%%DATADIR%%/themes/default/elc_crying.png
+%%DATADIR%%/themes/default/elc_rotright.png
+%%DATADIR%%/themes/default/next.png
+%%DATADIR%%/themes/default/icon9.gif
+%%DATADIR%%/themes/default/elc_underline.png
+%%DATADIR%%/themes/default/icon13.gif
+%%DATADIR%%/themes/default/icon10.png
+%%DATADIR%%/themes/default/eld_crying.png
 %%DATADIR%%/themes/default/icon3.png
-%%DATADIR%%/themes/default/icon4.gif
 %%DATADIR%%/themes/default/icon4.png
-%%DATADIR%%/themes/default/icon5.gif
-%%DATADIR%%/themes/default/icon5.png
-%%DATADIR%%/themes/default/icon6.gif
-%%DATADIR%%/themes/default/icon6.png
 %%DATADIR%%/themes/default/icon7.gif
-%%DATADIR%%/themes/default/icon7.png
-%%DATADIR%%/themes/default/icon8.gif
-%%DATADIR%%/themes/default/icon8.png
-%%DATADIR%%/themes/default/icon9.gif
-%%DATADIR%%/themes/default/icon9.png
-%%DATADIR%%/themes/default/mad.png
-%%DATADIR%%/themes/default/paper.png
-%%DATADIR%%/themes/default/pleased.png
-%%DATADIR%%/themes/default/question.png
-%%DATADIR%%/themes/default/smile.png
-%%DATADIR%%/themes/default/thmbdown.png
-%%DATADIR%%/themes/default/thmbup.png
-%%DATADIR%%/themes/default/tongue.png
-%%DATADIR%%/themes/default/wink.png
-%%DATADIR%%/themes/default/yawn.png
+%%DATADIR%%/themes/default/eld_image.png
+%%DATADIR%%/themes/default/icon14.gif
+%%DATADIR%%/themes/default/elc_heading.png
+%%DATADIR%%/themes/default/eld_cool.png
+%%DATADIR%%/themes/default/eld_rotright.png
+%%DATADIR%%/themes/default/eld_larger.png
+%%DATADIR%%/themes/default/elc_pleased.png
+%%DATADIR%%/themes/default/elc_tongue.png
+%%DATADIR%%/themes/default/last.png
+%%DATADIR%%/themes/default/reply.png
+%%DATADIR%%/themes/default/elc_bold.png
+%%DATADIR%%/scripts/elcode.js
+%%DATADIR%%/scripts/im.js
+%%DATADIR%%/scripts/fckeditor/fckconfig.js
+%%DATADIR%%/scripts/fckeditor/fckelog.js
+%%DATADIR%%/scripts/fckeditor/fckstyles.xml
+%%DATADIR%%/scripts/fckeditor/fckeditor.js
+%%DATADIR%%/scripts/fckeditor/license.txt
+%%DATADIR%%/scripts/fckeditor/editor/plugins/elog/inserttime.gif
+%%DATADIR%%/scripts/fckeditor/editor/plugins/elog/fckplugin.js
+%%DATADIR%%/scripts/fckeditor/editor/plugins/dragresizetable/fckplugin.js
+%%DATADIR%%/scripts/fckeditor/editor/dtd/fck_xhtml10transitional.js
+%%DATADIR%%/scripts/fckeditor/editor/dtd/fck_dtd_test.html
+%%DATADIR%%/scripts/fckeditor/editor/dtd/fck_xhtml10strict.js
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_button.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_select.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_hiddenfield.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_anchor.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_table.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_div.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_select/fck_select.js
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_flash/fck_flash.js
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_form.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_textfield.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_textarea.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_about.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_specialchar.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_radiobutton.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_replace.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/common/fck_dialog_common.js
+%%DATADIR%%/scripts/fckeditor/editor/dialog/common/fck_dialog_common.css
+%%DATADIR%%/scripts/fckeditor/editor/dialog/common/images/locked.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/common/images/reset.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/common/images/unlocked.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_about/logo_fredck.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_smiley.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_paste.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_template.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_template/images/template2.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_template/images/template3.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_template/images/template1.gif
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_link.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_source.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_image.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_listprop.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_docprops.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_tablecell.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_image/fck_image.js
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_image/fck_image_preview.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_checkbox.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_flash.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_colorselector.html
+%%DATADIR%%/scripts/fckeditor/editor/dialog/fck_link/fck_link.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/bg.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/fo.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/da.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/ca.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/ja.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/uk.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/es.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/en-au.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/sl.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/bs.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/zh.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/fi.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/ro.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/hi.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/zh-cn.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/th.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/lv.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/no.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/cs.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/lt.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/de.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/et.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/sk.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/ms.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/gl.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/eu.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/nl.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/pt.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/is.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/en-uk.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/hu.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/sv.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/mn.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/fa.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/_translationstatus.txt
+%%DATADIR%%/scripts/fckeditor/editor/lang/sr-latn.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/en-ca.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/fr.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/ar.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/el.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/gu.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/hr.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/he.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/fr-ca.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/sr.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/tr.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/pl.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/km.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/nb.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/it.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/ru.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/ko.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/vi.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/eo.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/pt-br.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/en.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/bn.js
+%%DATADIR%%/scripts/fckeditor/editor/lang/af.js
+%%DATADIR%%/scripts/fckeditor/editor/fckeditor.html
+%%DATADIR%%/scripts/fckeditor/editor/images/arrow_ltr.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/confused_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/regular_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/heart.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/cry_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/omg_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/envelope.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/sad_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/tounge_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/teeth_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/kiss.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/embaressed_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/wink_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/broken_heart.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/shades_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/thumbs_down.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/thumbs_up.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/angel_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/angry_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/lightbulb.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/devil_smile.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn/cake.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/arrow_rtl.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/anchor.gif
+%%DATADIR%%/scripts/fckeditor/editor/images/spacer.gif
+%%DATADIR%%/scripts/fckeditor/editor/fckdebug.html
+%%DATADIR%%/scripts/fckeditor/editor/wsc/tmpFrameset.html
+%%DATADIR%%/scripts/fckeditor/editor/wsc/w.html
+%%DATADIR%%/scripts/fckeditor/editor/wsc/ciframe.html
+%%DATADIR%%/scripts/fckeditor/editor/fckdialog.html
+%%DATADIR%%/scripts/fckeditor/editor/css/fck_editorarea.css
+%%DATADIR%%/scripts/fckeditor/editor/css/fck_internal.css
+%%DATADIR%%/scripts/fckeditor/editor/css/fck_showtableborders_gecko.css
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_pre.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/fck_flashlogo.gif
+%%DATADIR%%/scripts/fckeditor/editor/css/images/fck_pagebreak.gif
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_h1.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_h6.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_blockquote.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/fck_hiddenfield.gif
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_address.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/fck_anchor.gif
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_p.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_div.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_h5.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_h2.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/fck_plugin.gif
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_h3.png
+%%DATADIR%%/scripts/fckeditor/editor/css/images/block_h4.png
+%%DATADIR%%/scripts/fckeditor/editor/css/behaviors/disablehandles.htc
+%%DATADIR%%/scripts/fckeditor/editor/css/behaviors/showtableborders.htc
+%%DATADIR%%/scripts/fckeditor/editor/js/fckeditorcode_ie.js
+%%DATADIR%%/scripts/fckeditor/editor/js/fckadobeair.js
+%%DATADIR%%/scripts/fckeditor/editor/js/fckeditorcode_gecko.js
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/fck_dialog_ie6.js
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/fck_strip.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/toolbar.expand.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/dialog.sides.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/toolbar.arrowright.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/toolbar.end.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/sprites.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/toolbar.separator.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/toolbar.start.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/toolbar.collapse.gif
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/sprites.png
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/dialog.sides.rtl.png
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/images/dialog.sides.png
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/fck_editor.css
+%%DATADIR%%/scripts/fckeditor/editor/skins/default/fck_dialog.css
+%%DATADIR%%/scripts/fckeditor/editor/skins/_fckviewstrips.html
+%%DATADIR%%/ssl/server.crt
+%%DATADIR%%/ssl/server.key
+%%DATADIR%%/resources/eloglang.danish
+%%DATADIR%%/resources/eloghelp_italian.html
+%%DATADIR%%/resources/eloglang.zh_CN-UTF8
+%%DATADIR%%/resources/eloglang.ru_CP1251
+%%DATADIR%%/resources/eloglang.dutch
+%%DATADIR%%/resources/elogd-zh_CN-UTF8.cfg
+%%DATADIR%%/resources/eloglang.italian
+%%DATADIR%%/resources/eloghelp_brazilian.html
+%%DATADIR%%/resources/eloghelp_turkish.html
+%%DATADIR%%/resources/eloglang.spanish
+%%DATADIR%%/resources/eloghelp_czech.html
+%%DATADIR%%/resources/eloghelp_german.html
+%%DATADIR%%/resources/eloglang.bulgarian
+%%DATADIR%%/resources/eloglang.brazilian
+%%DATADIR%%/resources/elcode_zh_CN-GB2312.html
+%%DATADIR%%/resources/eloglang.czech
+%%DATADIR%%/resources/elogd-zh_CN-GB2312.cfg
+%%DATADIR%%/resources/eloglang.german
+%%DATADIR%%/resources/eloghelp_english.html
+%%DATADIR%%/resources/eloghelp_japanese.html
+%%DATADIR%%/resources/eloglang.zh_CN-GB2312
+%%DATADIR%%/resources/elcode_english.html
+%%DATADIR%%/resources/eloghelp_zh_CN-UTF8.html
+%%DATADIR%%/resources/eloghelp_dutch.html
+%%DATADIR%%/resources/eloglang.swedish
+%%DATADIR%%/resources/eloglang.french
+%%DATADIR%%/resources/eloghelp_danish.html
+%%DATADIR%%/resources/eloghelp_swedish.html
+%%DATADIR%%/resources/elcode_zh_CN-UTF8.html
+%%DATADIR%%/resources/eloghelp_spanish.html
+%%DATADIR%%/resources/eloglang.japanese
+%%DATADIR%%/resources/eloghelp_zh_CN-GB2312.html
+%%DATADIR%%/resources/eloghelp_french.html
+%%DATADIR%%/resources/eloglang.turkish
 %%LOGBOOKDIR%%/demo/011108a.log
-@dirrm %%LOGBOOKDIR%%/demo
-@dirrmtry %%LOGBOOKDIR%%
-@dirrm %%DATADIR%%/resources
-@dirrm %%DATADIR%%/scripts
+%%LOGBOOKDIR%%/demo/081216a.log
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%/themes/default/icons
 @dirrm %%DATADIR%%/themes/default
-@dirrmtry %%DATADIR%%/themes/
-@dirrmtry %%DATADIR%%
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/adminguide.html
-%%PORTDOCS%%%%DOCSDIR%%/config.html
-%%PORTDOCS%%%%DOCSDIR%%/contrib.html
-%%PORTDOCS%%%%DOCSDIR%%/download.html
-%%PORTDOCS%%%%DOCSDIR%%/elog.css
-%%PORTDOCS%%%%DOCSDIR%%/elog.gif
-%%PORTDOCS%%%%DOCSDIR%%/elog_thumb.jpg
-%%PORTDOCS%%%%DOCSDIR%%/faq.html
-%%PORTDOCS%%%%DOCSDIR%%/hierarchy.gif
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/sync.gif
-%%PORTDOCS%%%%DOCSDIR%%/tabs.gif
-%%PORTDOCS%%%%DOCSDIR%%/theme1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/theme2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/userguide.html
-%%PORTDOCS%%%%DOCSDIR%%/wishlist.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%/themes
+@dirrm %%DATADIR%%/ssl
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/wsc
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/skins/default/images
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/skins/default
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/skins
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/plugins/elog
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/plugins/dragresizetable
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/plugins
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/lang
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/js
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/images/smiley/msn
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/images/smiley
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/images
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dtd
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_link
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_image
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_template/images
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_template
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages/spellerpages
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_spellerpages
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_flash
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_select
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_docprops
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_about/sponsors
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/fck_about
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/common/images
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog/common
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/dialog
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/css/images
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/css/behaviors
+@dirrm %%DATADIR%%/scripts/fckeditor/editor/css
+@dirrm %%DATADIR%%/scripts/fckeditor/editor
+@dirrm %%DATADIR%%/scripts/fckeditor
+@dirrm %%DATADIR%%/scripts
+@dirrm %%DATADIR%%/resources
+@dirrm %%DATADIR%%
+@dirrm %%LOGBOOKDIR%%/demo
+@dirrm %%LOGBOOKDIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203081842.q28IgDC6091556>