summaryrefslogtreecommitdiff
path: root/finance/myphpmoney
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 04:03:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 04:03:35 +0000
commit677bca02b1d5fd8c5603437ebaefd4159522c091 (patch)
tree19b8e5cf9970be8800943635e86d1c8496dabcf7 /finance/myphpmoney
parentPort submission (diff)
new port: myphpmoney
MyPhpMoney is a group of scripts (Open Source) who allowed you to managed your accounts, with the possibility to compare with your old currency : Francs, Lire, etc (More than 230 currencies availables) WWW: http://sourceforge.net/projects/myphpmoney/ PR: ports/49986 Submitted by: courou <courou@wanadoo.fr>
Notes
Notes: svn path=/head/; revision=90369
Diffstat (limited to 'finance/myphpmoney')
-rw-r--r--finance/myphpmoney/Makefile46
-rw-r--r--finance/myphpmoney/distinfo1
-rw-r--r--finance/myphpmoney/pkg-descr8
-rw-r--r--finance/myphpmoney/pkg-plist485
4 files changed, 540 insertions, 0 deletions
diff --git a/finance/myphpmoney/Makefile b/finance/myphpmoney/Makefile
new file mode 100644
index 000000000000..d6bc6baa9c20
--- /dev/null
+++ b/finance/myphpmoney/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: myphpmoney
+# Date created: Sun Mar 09, 2003
+# Whom: courou <courou@users.sourceforge.net>
+#
+# $FreeBSD$
+
+PORTNAME= myphpmoney
+PORTVERSION= 1.3
+CATEGORIES= finance www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= myphpmoney
+DISTNAME= ${PORTNAME}-${PORTVERSION}RC2
+
+MAINTAINER= courou@users.sourceforge.net
+COMMENT= A php script for managed your accounts
+
+RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client
+
+PREFIX= ${LOCALBASE}
+WEBOWN?= www
+WEBGRP?= www
+APACHEDIR= ${PREFIX}/www/data
+INSTALLDIR= ${APACHEDIR}/myphpmoney
+NO_BUILD= yes
+PLIST= ${WRKDIR}/plist
+
+PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
+
+post-patch:
+ ${RM} -f ${PLIST}
+ cd ${WRKSRC};\
+ ${FIND} . ! -type d | sort | ${SED} "s|^.|%%INSTALLDIR%%|"\
+ >${PLIST};\
+ ${FIND} . -type d | sort -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\
+ >>${PLIST}
+
+do-install:
+ ${MKDIR} ${INSTALLDIR}
+ cd ${WRKSRC}; ${FIND} . \
+ | cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
+ ${CHMOD} -R ${BINMODE} ${INSTALLDIR}
+ ${CHMOD} 777 ${INSTALLDIR}/public_html/dump
+ ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
+
+.include <bsd.port.mk>
diff --git a/finance/myphpmoney/distinfo b/finance/myphpmoney/distinfo
new file mode 100644
index 000000000000..80a20e18b467
--- /dev/null
+++ b/finance/myphpmoney/distinfo
@@ -0,0 +1 @@
+MD5 (myphpmoney-1.3RC2.tar.gz) = 158f28474dd7d16d2cc95d8f92fe086b
diff --git a/finance/myphpmoney/pkg-descr b/finance/myphpmoney/pkg-descr
new file mode 100644
index 000000000000..c408352ab04e
--- /dev/null
+++ b/finance/myphpmoney/pkg-descr
@@ -0,0 +1,8 @@
+MyPhpMoney is a group of scripts (Open Source)
+who allowed you to managed your accounts,
+with the possibility to compare with your old currency :
+Francs, Lire, etc (More than 230 currencies availables)
+
+WWW: http://sourceforge.net/projects/myphpmoney/
+
+ - Courou <courou@users.sourceforge.net>
diff --git a/finance/myphpmoney/pkg-plist b/finance/myphpmoney/pkg-plist
new file mode 100644
index 000000000000..373ab01c593b
--- /dev/null
+++ b/finance/myphpmoney/pkg-plist
@@ -0,0 +1,485 @@
+%%INSTALLDIR%%/CHANGELOG
+%%INSTALLDIR%%/CHANGES/01_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/01_2003-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/02_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/02_2003-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/03_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/04_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/05_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/06_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/07_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/08_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/09_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/10_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/11_2002-CHANGE-FR
+%%INSTALLDIR%%/CHANGES/12_2002-CHANGE-FR
+%%INSTALLDIR%%/CREDITS
+%%INSTALLDIR%%/FAQ/FAQ_README
+%%INSTALLDIR%%/FAQ/FAQ_english.htm
+%%INSTALLDIR%%/FAQ/FAQ_french.htm
+%%INSTALLDIR%%/FAQ/FAQ_german.htm
+%%INSTALLDIR%%/FAQ/FAQ_portuguese.htm
+%%INSTALLDIR%%/FAQ/FAQ_spanish.htm
+%%INSTALLDIR%%/HELP
+%%INSTALLDIR%%/INSTALL
+%%INSTALLDIR%%/LICENCE
+%%INSTALLDIR%%/Makefile
+%%INSTALLDIR%%/README
+%%INSTALLDIR%%/TODO
+%%INSTALLDIR%%/VERSION
+%%INSTALLDIR%%/mpm.spec
+%%INSTALLDIR%%/phplib/CREDITS
+%%INSTALLDIR%%/phplib/VERSION
+%%INSTALLDIR%%/phplib/ct_sql.inc
+%%INSTALLDIR%%/phplib/db_mysql.inc
+%%INSTALLDIR%%/phplib/page.inc
+%%INSTALLDIR%%/phplib/session.inc
+%%INSTALLDIR%%/phplib/template.inc
+%%INSTALLDIR%%/public_html/account.php
+%%INSTALLDIR%%/public_html/balance.php
+%%INSTALLDIR%%/public_html/book.php
+%%INSTALLDIR%%/public_html/calculate.php
+%%INSTALLDIR%%/public_html/calendar.php
+%%INSTALLDIR%%/public_html/chart.php
+%%INSTALLDIR%%/public_html/class/calendar.class
+%%INSTALLDIR%%/public_html/class/debug.class
+%%INSTALLDIR%%/public_html/class/graph.class
+%%INSTALLDIR%%/public_html/class/htaccess.class
+%%INSTALLDIR%%/public_html/class/language.class
+%%INSTALLDIR%%/public_html/class/phpdoc.class
+%%INSTALLDIR%%/public_html/class/phpquote.class
+%%INSTALLDIR%%/public_html/class/portfolio.class
+%%INSTALLDIR%%/public_html/class/tools.class
+%%INSTALLDIR%%/public_html/config/settings.inc.php
+%%INSTALLDIR%%/public_html/config/setup.inc.php
+%%INSTALLDIR%%/public_html/config/vars.inc.php
+%%INSTALLDIR%%/public_html/doc/index.php
+%%INSTALLDIR%%/public_html/doc/phpdoc.php
+%%INSTALLDIR%%/public_html/dump.php
+%%INSTALLDIR%%/public_html/dump/.htaccess
+%%INSTALLDIR%%/public_html/export/cac40.txt
+%%INSTALLDIR%%/public_html/export/local.xml
+%%INSTALLDIR%%/public_html/export/original.xml
+%%INSTALLDIR%%/public_html/fonts/UNVRS.TTF
+%%INSTALLDIR%%/public_html/graph/camembert.php
+%%INSTALLDIR%%/public_html/graph/general.php
+%%INSTALLDIR%%/public_html/images/background.gif
+%%INSTALLDIR%%/public_html/images/bas.gif
+%%INSTALLDIR%%/public_html/images/boite.gif
+%%INSTALLDIR%%/public_html/images/cercle.gif
+%%INSTALLDIR%%/public_html/images/concept.gif
+%%INSTALLDIR%%/public_html/images/country/0.gif
+%%INSTALLDIR%%/public_html/images/country/1.gif
+%%INSTALLDIR%%/public_html/images/country/10.gif
+%%INSTALLDIR%%/public_html/images/country/100.gif
+%%INSTALLDIR%%/public_html/images/country/101.gif
+%%INSTALLDIR%%/public_html/images/country/102.gif
+%%INSTALLDIR%%/public_html/images/country/103.gif
+%%INSTALLDIR%%/public_html/images/country/104.gif
+%%INSTALLDIR%%/public_html/images/country/105.gif
+%%INSTALLDIR%%/public_html/images/country/106.gif
+%%INSTALLDIR%%/public_html/images/country/107.gif
+%%INSTALLDIR%%/public_html/images/country/108.gif
+%%INSTALLDIR%%/public_html/images/country/109.gif
+%%INSTALLDIR%%/public_html/images/country/11.gif
+%%INSTALLDIR%%/public_html/images/country/110.gif
+%%INSTALLDIR%%/public_html/images/country/111.gif
+%%INSTALLDIR%%/public_html/images/country/112.gif
+%%INSTALLDIR%%/public_html/images/country/113.gif
+%%INSTALLDIR%%/public_html/images/country/114.gif
+%%INSTALLDIR%%/public_html/images/country/115.gif
+%%INSTALLDIR%%/public_html/images/country/116.gif
+%%INSTALLDIR%%/public_html/images/country/117.gif
+%%INSTALLDIR%%/public_html/images/country/118.gif
+%%INSTALLDIR%%/public_html/images/country/119.gif
+%%INSTALLDIR%%/public_html/images/country/12.gif
+%%INSTALLDIR%%/public_html/images/country/120.gif
+%%INSTALLDIR%%/public_html/images/country/121.gif
+%%INSTALLDIR%%/public_html/images/country/122.gif
+%%INSTALLDIR%%/public_html/images/country/123.gif
+%%INSTALLDIR%%/public_html/images/country/124.gif
+%%INSTALLDIR%%/public_html/images/country/125.gif
+%%INSTALLDIR%%/public_html/images/country/126.gif
+%%INSTALLDIR%%/public_html/images/country/127.gif
+%%INSTALLDIR%%/public_html/images/country/128.gif
+%%INSTALLDIR%%/public_html/images/country/129.gif
+%%INSTALLDIR%%/public_html/images/country/13.gif
+%%INSTALLDIR%%/public_html/images/country/130.gif
+%%INSTALLDIR%%/public_html/images/country/131.gif
+%%INSTALLDIR%%/public_html/images/country/132.gif
+%%INSTALLDIR%%/public_html/images/country/133.gif
+%%INSTALLDIR%%/public_html/images/country/134.gif
+%%INSTALLDIR%%/public_html/images/country/135.gif
+%%INSTALLDIR%%/public_html/images/country/136.gif
+%%INSTALLDIR%%/public_html/images/country/137.gif
+%%INSTALLDIR%%/public_html/images/country/138.gif
+%%INSTALLDIR%%/public_html/images/country/139.gif
+%%INSTALLDIR%%/public_html/images/country/14.gif
+%%INSTALLDIR%%/public_html/images/country/140.gif
+%%INSTALLDIR%%/public_html/images/country/141.gif
+%%INSTALLDIR%%/public_html/images/country/142.gif
+%%INSTALLDIR%%/public_html/images/country/143.gif
+%%INSTALLDIR%%/public_html/images/country/144.gif
+%%INSTALLDIR%%/public_html/images/country/145.gif
+%%INSTALLDIR%%/public_html/images/country/146.gif
+%%INSTALLDIR%%/public_html/images/country/147.gif
+%%INSTALLDIR%%/public_html/images/country/148.gif
+%%INSTALLDIR%%/public_html/images/country/149.gif
+%%INSTALLDIR%%/public_html/images/country/15.gif
+%%INSTALLDIR%%/public_html/images/country/150.gif
+%%INSTALLDIR%%/public_html/images/country/151.gif
+%%INSTALLDIR%%/public_html/images/country/152.gif
+%%INSTALLDIR%%/public_html/images/country/153.gif
+%%INSTALLDIR%%/public_html/images/country/154.gif
+%%INSTALLDIR%%/public_html/images/country/155.gif
+%%INSTALLDIR%%/public_html/images/country/156.gif
+%%INSTALLDIR%%/public_html/images/country/157.gif
+%%INSTALLDIR%%/public_html/images/country/158.gif
+%%INSTALLDIR%%/public_html/images/country/159.gif
+%%INSTALLDIR%%/public_html/images/country/16.gif
+%%INSTALLDIR%%/public_html/images/country/160.gif
+%%INSTALLDIR%%/public_html/images/country/161.gif
+%%INSTALLDIR%%/public_html/images/country/162.gif
+%%INSTALLDIR%%/public_html/images/country/163.gif
+%%INSTALLDIR%%/public_html/images/country/164.gif
+%%INSTALLDIR%%/public_html/images/country/165.gif
+%%INSTALLDIR%%/public_html/images/country/166.gif
+%%INSTALLDIR%%/public_html/images/country/167.gif
+%%INSTALLDIR%%/public_html/images/country/168.gif
+%%INSTALLDIR%%/public_html/images/country/169.gif
+%%INSTALLDIR%%/public_html/images/country/17.gif
+%%INSTALLDIR%%/public_html/images/country/170.gif
+%%INSTALLDIR%%/public_html/images/country/171.gif
+%%INSTALLDIR%%/public_html/images/country/172.gif
+%%INSTALLDIR%%/public_html/images/country/173.gif
+%%INSTALLDIR%%/public_html/images/country/174.gif
+%%INSTALLDIR%%/public_html/images/country/175.gif
+%%INSTALLDIR%%/public_html/images/country/176.gif
+%%INSTALLDIR%%/public_html/images/country/177.gif
+%%INSTALLDIR%%/public_html/images/country/178.gif
+%%INSTALLDIR%%/public_html/images/country/179.gif
+%%INSTALLDIR%%/public_html/images/country/18.gif
+%%INSTALLDIR%%/public_html/images/country/180.gif
+%%INSTALLDIR%%/public_html/images/country/181.gif
+%%INSTALLDIR%%/public_html/images/country/182.gif
+%%INSTALLDIR%%/public_html/images/country/183.gif
+%%INSTALLDIR%%/public_html/images/country/184.gif
+%%INSTALLDIR%%/public_html/images/country/185.gif
+%%INSTALLDIR%%/public_html/images/country/186.gif
+%%INSTALLDIR%%/public_html/images/country/187.gif
+%%INSTALLDIR%%/public_html/images/country/188.gif
+%%INSTALLDIR%%/public_html/images/country/189.gif
+%%INSTALLDIR%%/public_html/images/country/19.gif
+%%INSTALLDIR%%/public_html/images/country/190.gif
+%%INSTALLDIR%%/public_html/images/country/191.gif
+%%INSTALLDIR%%/public_html/images/country/192.gif
+%%INSTALLDIR%%/public_html/images/country/193.gif
+%%INSTALLDIR%%/public_html/images/country/194.gif
+%%INSTALLDIR%%/public_html/images/country/195.gif
+%%INSTALLDIR%%/public_html/images/country/196.gif
+%%INSTALLDIR%%/public_html/images/country/197.gif
+%%INSTALLDIR%%/public_html/images/country/198.gif
+%%INSTALLDIR%%/public_html/images/country/199.gif
+%%INSTALLDIR%%/public_html/images/country/2.gif
+%%INSTALLDIR%%/public_html/images/country/20.gif
+%%INSTALLDIR%%/public_html/images/country/200.gif
+%%INSTALLDIR%%/public_html/images/country/201.gif
+%%INSTALLDIR%%/public_html/images/country/202.gif
+%%INSTALLDIR%%/public_html/images/country/203.gif
+%%INSTALLDIR%%/public_html/images/country/204.gif
+%%INSTALLDIR%%/public_html/images/country/205.gif
+%%INSTALLDIR%%/public_html/images/country/206.gif
+%%INSTALLDIR%%/public_html/images/country/207.gif
+%%INSTALLDIR%%/public_html/images/country/208.gif
+%%INSTALLDIR%%/public_html/images/country/209.gif
+%%INSTALLDIR%%/public_html/images/country/21.gif
+%%INSTALLDIR%%/public_html/images/country/210.gif
+%%INSTALLDIR%%/public_html/images/country/211.gif
+%%INSTALLDIR%%/public_html/images/country/212.gif
+%%INSTALLDIR%%/public_html/images/country/213.gif
+%%INSTALLDIR%%/public_html/images/country/214.gif
+%%INSTALLDIR%%/public_html/images/country/215.gif
+%%INSTALLDIR%%/public_html/images/country/216.gif
+%%INSTALLDIR%%/public_html/images/country/217.gif
+%%INSTALLDIR%%/public_html/images/country/218.gif
+%%INSTALLDIR%%/public_html/images/country/219.gif
+%%INSTALLDIR%%/public_html/images/country/22.gif
+%%INSTALLDIR%%/public_html/images/country/220.gif
+%%INSTALLDIR%%/public_html/images/country/221.gif
+%%INSTALLDIR%%/public_html/images/country/222.gif
+%%INSTALLDIR%%/public_html/images/country/223.gif
+%%INSTALLDIR%%/public_html/images/country/224.gif
+%%INSTALLDIR%%/public_html/images/country/225.gif
+%%INSTALLDIR%%/public_html/images/country/226.gif
+%%INSTALLDIR%%/public_html/images/country/227.gif
+%%INSTALLDIR%%/public_html/images/country/228.gif
+%%INSTALLDIR%%/public_html/images/country/229.gif
+%%INSTALLDIR%%/public_html/images/country/23.gif
+%%INSTALLDIR%%/public_html/images/country/230.gif
+%%INSTALLDIR%%/public_html/images/country/231.gif
+%%INSTALLDIR%%/public_html/images/country/232.gif
+%%INSTALLDIR%%/public_html/images/country/233.gif
+%%INSTALLDIR%%/public_html/images/country/234.gif
+%%INSTALLDIR%%/public_html/images/country/235.gif
+%%INSTALLDIR%%/public_html/images/country/236.gif
+%%INSTALLDIR%%/public_html/images/country/237.gif
+%%INSTALLDIR%%/public_html/images/country/24.gif
+%%INSTALLDIR%%/public_html/images/country/25.gif
+%%INSTALLDIR%%/public_html/images/country/26.gif
+%%INSTALLDIR%%/public_html/images/country/27.gif
+%%INSTALLDIR%%/public_html/images/country/28.gif
+%%INSTALLDIR%%/public_html/images/country/29.gif
+%%INSTALLDIR%%/public_html/images/country/3.gif
+%%INSTALLDIR%%/public_html/images/country/30.gif
+%%INSTALLDIR%%/public_html/images/country/31.gif
+%%INSTALLDIR%%/public_html/images/country/32.gif
+%%INSTALLDIR%%/public_html/images/country/33.gif
+%%INSTALLDIR%%/public_html/images/country/34.gif
+%%INSTALLDIR%%/public_html/images/country/35.gif
+%%INSTALLDIR%%/public_html/images/country/36.gif
+%%INSTALLDIR%%/public_html/images/country/37.gif
+%%INSTALLDIR%%/public_html/images/country/38.gif
+%%INSTALLDIR%%/public_html/images/country/39.gif
+%%INSTALLDIR%%/public_html/images/country/4.gif
+%%INSTALLDIR%%/public_html/images/country/40.gif
+%%INSTALLDIR%%/public_html/images/country/41.gif
+%%INSTALLDIR%%/public_html/images/country/42.gif
+%%INSTALLDIR%%/public_html/images/country/43.gif
+%%INSTALLDIR%%/public_html/images/country/44.gif
+%%INSTALLDIR%%/public_html/images/country/45.gif
+%%INSTALLDIR%%/public_html/images/country/46.gif
+%%INSTALLDIR%%/public_html/images/country/47.gif
+%%INSTALLDIR%%/public_html/images/country/48.gif
+%%INSTALLDIR%%/public_html/images/country/49.gif
+%%INSTALLDIR%%/public_html/images/country/5.gif
+%%INSTALLDIR%%/public_html/images/country/50.gif
+%%INSTALLDIR%%/public_html/images/country/51.gif
+%%INSTALLDIR%%/public_html/images/country/52.gif
+%%INSTALLDIR%%/public_html/images/country/53.gif
+%%INSTALLDIR%%/public_html/images/country/54.gif
+%%INSTALLDIR%%/public_html/images/country/55.gif
+%%INSTALLDIR%%/public_html/images/country/56.gif
+%%INSTALLDIR%%/public_html/images/country/57.gif
+%%INSTALLDIR%%/public_html/images/country/58.gif
+%%INSTALLDIR%%/public_html/images/country/59.gif
+%%INSTALLDIR%%/public_html/images/country/6.gif
+%%INSTALLDIR%%/public_html/images/country/60.gif
+%%INSTALLDIR%%/public_html/images/country/61.gif
+%%INSTALLDIR%%/public_html/images/country/62.gif
+%%INSTALLDIR%%/public_html/images/country/63.gif
+%%INSTALLDIR%%/public_html/images/country/64.gif
+%%INSTALLDIR%%/public_html/images/country/65.gif
+%%INSTALLDIR%%/public_html/images/country/66.gif
+%%INSTALLDIR%%/public_html/images/country/67.gif
+%%INSTALLDIR%%/public_html/images/country/68.gif
+%%INSTALLDIR%%/public_html/images/country/69.gif
+%%INSTALLDIR%%/public_html/images/country/7.gif
+%%INSTALLDIR%%/public_html/images/country/70.gif
+%%INSTALLDIR%%/public_html/images/country/71.gif
+%%INSTALLDIR%%/public_html/images/country/72.gif
+%%INSTALLDIR%%/public_html/images/country/73.gif
+%%INSTALLDIR%%/public_html/images/country/74.gif
+%%INSTALLDIR%%/public_html/images/country/75.gif
+%%INSTALLDIR%%/public_html/images/country/76.gif
+%%INSTALLDIR%%/public_html/images/country/77.gif
+%%INSTALLDIR%%/public_html/images/country/78.gif
+%%INSTALLDIR%%/public_html/images/country/79.gif
+%%INSTALLDIR%%/public_html/images/country/8.gif
+%%INSTALLDIR%%/public_html/images/country/80.gif
+%%INSTALLDIR%%/public_html/images/country/81.gif
+%%INSTALLDIR%%/public_html/images/country/82.gif
+%%INSTALLDIR%%/public_html/images/country/83.gif
+%%INSTALLDIR%%/public_html/images/country/84.gif
+%%INSTALLDIR%%/public_html/images/country/85.gif
+%%INSTALLDIR%%/public_html/images/country/86.gif
+%%INSTALLDIR%%/public_html/images/country/87.gif
+%%INSTALLDIR%%/public_html/images/country/88.gif
+%%INSTALLDIR%%/public_html/images/country/89.gif
+%%INSTALLDIR%%/public_html/images/country/9.gif
+%%INSTALLDIR%%/public_html/images/country/90.gif
+%%INSTALLDIR%%/public_html/images/country/91.gif
+%%INSTALLDIR%%/public_html/images/country/92.gif
+%%INSTALLDIR%%/public_html/images/country/93.gif
+%%INSTALLDIR%%/public_html/images/country/94.gif
+%%INSTALLDIR%%/public_html/images/country/95.gif
+%%INSTALLDIR%%/public_html/images/country/96.gif
+%%INSTALLDIR%%/public_html/images/country/97.gif
+%%INSTALLDIR%%/public_html/images/country/98.gif
+%%INSTALLDIR%%/public_html/images/country/99.gif
+%%INSTALLDIR%%/public_html/images/country/euros.gif
+%%INSTALLDIR%%/public_html/images/css.gif
+%%INSTALLDIR%%/public_html/images/cursor.ani
+%%INSTALLDIR%%/public_html/images/decos.gif
+%%INSTALLDIR%%/public_html/images/excel.gif
+%%INSTALLDIR%%/public_html/images/favicon.ico
+%%INSTALLDIR%%/public_html/images/favicon.png
+%%INSTALLDIR%%/public_html/images/haut.gif
+%%INSTALLDIR%%/public_html/images/help_bas.gif
+%%INSTALLDIR%%/public_html/images/help_close.png
+%%INSTALLDIR%%/public_html/images/help_droite.gif
+%%INSTALLDIR%%/public_html/images/help_gauche.gif
+%%INSTALLDIR%%/public_html/images/help_haut.gif
+%%INSTALLDIR%%/public_html/images/help_open.png
+%%INSTALLDIR%%/public_html/images/help_reduit.png
+%%INSTALLDIR%%/public_html/images/invisible.gif
+%%INSTALLDIR%%/public_html/images/logo.gif
+%%INSTALLDIR%%/public_html/images/logo.jpg
+%%INSTALLDIR%%/public_html/images/loupe.gif
+%%INSTALLDIR%%/public_html/images/non.gif
+%%INSTALLDIR%%/public_html/images/oui.gif
+%%INSTALLDIR%%/public_html/images/progress.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen1.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen2.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen3.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen4.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen5.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen6.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen7.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen8.gif
+%%INSTALLDIR%%/public_html/images/screenshot/screen9.gif
+%%INSTALLDIR%%/public_html/images/source.gif
+%%INSTALLDIR%%/public_html/images/xhtml.gif
+%%INSTALLDIR%%/public_html/inc/function.inc
+%%INSTALLDIR%%/public_html/inc/sql.inc
+%%INSTALLDIR%%/public_html/inc/xhtml.inc
+%%INSTALLDIR%%/public_html/inc/xml.inc
+%%INSTALLDIR%%/public_html/index.php
+%%INSTALLDIR%%/public_html/lang/beta/danish.inc.php
+%%INSTALLDIR%%/public_html/lang/beta/dutch.inc.php
+%%INSTALLDIR%%/public_html/lang/beta/finnish.inc.php
+%%INSTALLDIR%%/public_html/lang/beta/greek.inc.php
+%%INSTALLDIR%%/public_html/lang/beta/italian.inc.php
+%%INSTALLDIR%%/public_html/lang/beta/japanese.inc.php
+%%INSTALLDIR%%/public_html/lang/beta/swedish.inc.php
+%%INSTALLDIR%%/public_html/lang/brazilian.inc.php
+%%INSTALLDIR%%/public_html/lang/english.inc.php
+%%INSTALLDIR%%/public_html/lang/french.inc.php
+%%INSTALLDIR%%/public_html/lang/german.inc.php
+%%INSTALLDIR%%/public_html/lang/portuguese.inc.php
+%%INSTALLDIR%%/public_html/lang/spanish.inc.php
+%%INSTALLDIR%%/public_html/listing.php
+%%INSTALLDIR%%/public_html/login.php
+%%INSTALLDIR%%/public_html/operate.php
+%%INSTALLDIR%%/public_html/option.php
+%%INSTALLDIR%%/public_html/portfolio.php
+%%INSTALLDIR%%/public_html/robots.txt
+%%INSTALLDIR%%/public_html/save.php
+%%INSTALLDIR%%/public_html/setperms.sh
+%%INSTALLDIR%%/public_html/simulate.php
+%%INSTALLDIR%%/public_html/style/common.css
+%%INSTALLDIR%%/public_html/style/common.js
+%%INSTALLDIR%%/public_html/style/dynamique.php
+%%INSTALLDIR%%/public_html/style/lang.php
+%%INSTALLDIR%%/public_html/style/md5.js
+%%INSTALLDIR%%/public_html/tables/phplib.php
+%%INSTALLDIR%%/public_html/tables/table.php
+%%INSTALLDIR%%/public_html/templates/below.tpl
+%%INSTALLDIR%%/public_html/templates/bilan_display_double.tpl
+%%INSTALLDIR%%/public_html/templates/bilan_display_simple.tpl
+%%INSTALLDIR%%/public_html/templates/bilan_double.tpl
+%%INSTALLDIR%%/public_html/templates/bilan_main.tpl
+%%INSTALLDIR%%/public_html/templates/bilan_simple.tpl
+%%INSTALLDIR%%/public_html/templates/body_calculate.tpl
+%%INSTALLDIR%%/public_html/templates/conver.xtpl
+%%INSTALLDIR%%/public_html/templates/copyright.tpl
+%%INSTALLDIR%%/public_html/templates/doc_concept.tpl
+%%INSTALLDIR%%/public_html/templates/doc_grab.tpl
+%%INSTALLDIR%%/public_html/templates/doc_home.tpl
+%%INSTALLDIR%%/public_html/templates/doc_phpdoc.tpl
+%%INSTALLDIR%%/public_html/templates/doc_setup.tpl
+%%INSTALLDIR%%/public_html/templates/footer.tpl
+%%INSTALLDIR%%/public_html/templates/footer_end.tpl
+%%INSTALLDIR%%/public_html/templates/form_account_double.tpl
+%%INSTALLDIR%%/public_html/templates/form_account_simple.tpl
+%%INSTALLDIR%%/public_html/templates/form_add_account.tpl
+%%INSTALLDIR%%/public_html/templates/form_book_add_account.tpl
+%%INSTALLDIR%%/public_html/templates/form_book_listing_double.tpl
+%%INSTALLDIR%%/public_html/templates/form_book_listing_simple.tpl
+%%INSTALLDIR%%/public_html/templates/form_calendar_add.tpl
+%%INSTALLDIR%%/public_html/templates/form_calendar_display_d.tpl
+%%INSTALLDIR%%/public_html/templates/form_calendar_display_s.tpl
+%%INSTALLDIR%%/public_html/templates/form_calendar_view_d.tpl
+%%INSTALLDIR%%/public_html/templates/form_calendar_view_s.tpl
+%%INSTALLDIR%%/public_html/templates/form_login.tpl
+%%INSTALLDIR%%/public_html/templates/form_new_user.tpl
+%%INSTALLDIR%%/public_html/templates/form_news_part.tpl
+%%INSTALLDIR%%/public_html/templates/form_news_third.tpl
+%%INSTALLDIR%%/public_html/templates/form_opt_lang.tpl
+%%INSTALLDIR%%/public_html/templates/form_opt_third_1.tpl
+%%INSTALLDIR%%/public_html/templates/form_opt_third_2.tpl
+%%INSTALLDIR%%/public_html/templates/form_option_1.tpl
+%%INSTALLDIR%%/public_html/templates/form_option_2.tpl
+%%INSTALLDIR%%/public_html/templates/form_option_3.tpl
+%%INSTALLDIR%%/public_html/templates/form_option_file.tpl
+%%INSTALLDIR%%/public_html/templates/form_option_password.tpl
+%%INSTALLDIR%%/public_html/templates/form_rename_third_part.tpl
+%%INSTALLDIR%%/public_html/templates/form_select_all.tpl
+%%INSTALLDIR%%/public_html/templates/form_select_third.tpl
+%%INSTALLDIR%%/public_html/templates/form_simulation_2.tpl
+%%INSTALLDIR%%/public_html/templates/form_simulation_3.tpl
+%%INSTALLDIR%%/public_html/templates/form_third_part_double.tpl
+%%INSTALLDIR%%/public_html/templates/form_third_part_simple.tpl
+%%INSTALLDIR%%/public_html/templates/form_third_submit.tpl
+%%INSTALLDIR%%/public_html/templates/header.tpl
+%%INSTALLDIR%%/public_html/templates/header_save.tpl
+%%INSTALLDIR%%/public_html/templates/header_simulation.tpl
+%%INSTALLDIR%%/public_html/templates/header_third_part_double.tpl
+%%INSTALLDIR%%/public_html/templates/header_third_part_simple.tpl
+%%INSTALLDIR%%/public_html/templates/js_add_lang.tpl
+%%INSTALLDIR%%/public_html/templates/js_confirm.tpl
+%%INSTALLDIR%%/public_html/templates/js_message.tpl
+%%INSTALLDIR%%/public_html/templates/js_redirect.tpl
+%%INSTALLDIR%%/public_html/templates/js_simulation.tpl
+%%INSTALLDIR%%/public_html/templates/js_simulation_1.tpl
+%%INSTALLDIR%%/public_html/templates/left_menu.tpl
+%%INSTALLDIR%%/public_html/templates/left_menu_end.tpl
+%%INSTALLDIR%%/public_html/templates/logo.tpl
+%%INSTALLDIR%%/public_html/templates/menu_calendar_left.tpl
+%%INSTALLDIR%%/public_html/templates/menu_doc_left.tpl
+%%INSTALLDIR%%/public_html/templates/menu_helper.tpl
+%%INSTALLDIR%%/public_html/templates/menu_home.tpl
+%%INSTALLDIR%%/public_html/templates/mysql_save.tpl
+%%INSTALLDIR%%/public_html/templates/noscript.tpl
+%%INSTALLDIR%%/public_html/templates/opt_book_listing.tpl
+%%INSTALLDIR%%/public_html/templates/opt_book_listing_1.tpl
+%%INSTALLDIR%%/public_html/templates/opt_option.tpl
+%%INSTALLDIR%%/public_html/templates/opt_option_text.tpl
+%%INSTALLDIR%%/public_html/templates/opt_simulation_1.tpl
+%%INSTALLDIR%%/public_html/templates/phpdoc.tpl
+%%INSTALLDIR%%/public_html/templates/phpdoc.xsl
+%%INSTALLDIR%%/public_html/templates/portfolio_main.tpl
+%%INSTALLDIR%%/public_html/templates/portfolio_narrow.tpl
+%%INSTALLDIR%%/public_html/templates/portfolio_single.tpl
+%%INSTALLDIR%%/public_html/templates/portfolio_wide.tpl
+%%INSTALLDIR%%/public_html/templates/process.tpl
+%%INSTALLDIR%%/public_html/templates/select_graph.tpl
+%%INSTALLDIR%%/public_html/templates/show.tpl
+%%INSTALLDIR%%/public_html/templates/top.tpl
+%%INSTALLDIR%%/public_html/templates/user_config.tpl
+%%INSTALLDIR%%/public_html/templates/xhtml.tpl
+%%INSTALLDIR%%/public_html/templates/xml.tpl
+%%INSTALLDIR%%/sql/example.sql
+%%INSTALLDIR%%/sql/migrate1.2.2.4-1.2.3.1.sql
+%%INSTALLDIR%%/sql/myportfolio.sql
+@dirrm %%INSTALLDIR%%/sql
+@dirrm %%INSTALLDIR%%/public_html/templates
+@dirrm %%INSTALLDIR%%/public_html/tables
+@dirrm %%INSTALLDIR%%/public_html/style
+@dirrm %%INSTALLDIR%%/public_html/lang/beta
+@dirrm %%INSTALLDIR%%/public_html/lang
+@dirrm %%INSTALLDIR%%/public_html/inc
+@dirrm %%INSTALLDIR%%/public_html/images/screenshot
+@dirrm %%INSTALLDIR%%/public_html/images/country
+@dirrm %%INSTALLDIR%%/public_html/images
+@dirrm %%INSTALLDIR%%/public_html/graph
+@dirrm %%INSTALLDIR%%/public_html/fonts
+@dirrm %%INSTALLDIR%%/public_html/export
+@dirrm %%INSTALLDIR%%/public_html/dump
+@dirrm %%INSTALLDIR%%/public_html/doc
+@dirrm %%INSTALLDIR%%/public_html/config
+@dirrm %%INSTALLDIR%%/public_html/class
+@dirrm %%INSTALLDIR%%/public_html
+@dirrm %%INSTALLDIR%%/phplib
+@dirrm %%INSTALLDIR%%/FAQ
+@dirrm %%INSTALLDIR%%/CHANGES
+@dirrm %%INSTALLDIR%%