From nobody@FreeBSD.org Wed Jul 30 12:52:03 2008 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C64551065672 for ; Wed, 30 Jul 2008 12:52:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BB2328FC15 for ; Wed, 30 Jul 2008 12:52:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6UCq3PS060104 for ; Wed, 30 Jul 2008 12:52:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6UCq3na060103; Wed, 30 Jul 2008 12:52:03 GMT (envelope-from nobody) Message-Id: <200807301252.m6UCq3na060103@www.freebsd.org> Date: Wed, 30 Jul 2008 12:52:03 GMT From: Luke Jee To: freebsd-gnats-submit@FreeBSD.org Subject: New port: mail/ngmp A full AJAX based web app for messaging and collaboration X-Send-Pr-Version: www-3.1 X-GNATS-Notify: >Number: 126095 >Category: ports >Synopsis: New port: mail/ngmp A full AJAX based web app for messaging and collaboration >Confidential: no >Severity: non-critical >Priority: low >Responsible: miwi >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 30 13:00:09 UTC 2008 >Closed-Date: Sun Aug 03 14:17:51 UTC 2008 >Last-Modified: Sun Aug 3 14:20:03 UTC 2008 >Originator: Luke Jee >Release: FreeBSD 7.0 >Organization: Prevantage Corporation >Environment: FreeBSD mail.domain.com 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #7: Fri Jul 4 11:50:38 CST 2008 root@mail.domain.com:/usr/obj/usr/src/sys/MATRIX i386 >Description: Prevantage NGMP is a full AJAX based Web 2.0 style app for messaging and collaboration. It include WebMail, Notes, RSS Reader, Documents, Addressbook, AntiSpam, AntiVirus... modules. It's very easy to install and use web site : http://www.prevantage.com >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ngmp # ngmp/files # ngmp/files/pkg-message.in # ngmp/pkg-descr # ngmp/shar.sh # ngmp/pkg-plist # ngmp/Makefile # echo c - ngmp mkdir -p ngmp > /dev/null 2>&1 echo c - ngmp/files mkdir -p ngmp/files > /dev/null 2>&1 echo x - ngmp/files/pkg-message.in sed 's/^X//' >ngmp/files/pkg-message.in << 'END-of-ngmp/files/pkg-message.in' X XPOST-IuNSTALL CONFIGURATION FOR NGMP X=================================== X X X1) Before the post-install of ngmp, please make sure Xthe following servers work well first. X exim (smtp) X courier-imap (pop3/imap) X courier-authlib (auth) X dspam (antispam) X clamav-clamd (antivirus) X XThese servers configuration files are in %%WWWDIR%%/conf/, Xcopy those files to their server configuration directory X X2) Create database and tables in postgresql server Xexample: X createuser ngmp -S -D -R -l -q X createdb -O ngmp ngmp X createlang plpgsql ngmp X psql -U ngmp ngmp -f %%WWWDIR%%/conf/sql/ngmp.sql X Xif you use different db username than 'ngmp', then you should change then ngmp settings file, X Xcmd: X cp %%WWWDIR%%/libs/prevantage/ngmp.settings.ini.default %%WWWDIR%%/libs/prevantage/ngmp.settings.ini X X changes install_dir & users_dir in ngmp.settings.ini X Xchange db relate settings in the config file X X3) Apache 2 X Enable NameVirtualHost X cp %%WWWDIR%%/conf/apache/httpd-vhost-ngmp.conf to apache conf directory X change values in httpd-vhost-ngmp.conf X X4) Disable apc module in php extensions.ini X X5) visit http://www.prevantage.com to acquire a free license X X===================================== END-of-ngmp/files/pkg-message.in echo x - ngmp/pkg-descr sed 's/^X//' >ngmp/pkg-descr << 'END-of-ngmp/pkg-descr' XNGMP is a browser-based, fully AJAX Web 2.0 application Xfor messaging and collaboration - email, group calendaring, contacts, Xand web document management and authoring. XNGMP is written in PHP and requires the PostgreSQL database. X XWWW: http://www.prevantage.com/ X X- Luke Jee Xlukejee@gmail.com END-of-ngmp/pkg-descr echo x - ngmp/shar.sh sed 's/^X//' >ngmp/shar.sh << 'END-of-ngmp/shar.sh' END-of-ngmp/shar.sh echo x - ngmp/pkg-plist sed 's/^X//' >ngmp/pkg-plist << 'END-of-ngmp/pkg-plist' X%%WWWDIR%%/.htaccess X%%WWWDIR%%/conf/apache/httpd-vhost-ngmp.conf X%%WWWDIR%%/conf/authlib/authdaemonrc X%%WWWDIR%%/conf/authlib/authpgsqlrc X%%WWWDIR%%/conf/courier-imap/imapd X%%WWWDIR%%/conf/courier-imap/imapd-ssl X%%WWWDIR%%/conf/courier-imap/imapd.cnf X%%WWWDIR%%/conf/courier-imap/imapd.pem X%%WWWDIR%%/conf/courier-imap/pop3d X%%WWWDIR%%/conf/courier-imap/pop3d-ssl X%%WWWDIR%%/conf/courier-imap/pop3d.cnf X%%WWWDIR%%/conf/courier-imap/pop3d.pem X%%WWWDIR%%/conf/courier-imap/quotawarnmsg.example X%%WWWDIR%%/conf/dspam/dspam.conf X%%WWWDIR%%/conf/exim/configure X%%WWWDIR%%/conf/sql/empty.sh X%%WWWDIR%%/conf/sql/ngmp.sql X%%WWWDIR%%/conf/sql/testdata.sh X%%WWWDIR%%/conf/sql/testdata.sql X%%WWWDIR%%/conf/sql/user.mail.sql X%%WWWDIR%%/docs/README X%%WWWDIR%%/docs/license/license-zh_cn.txt X%%WWWDIR%%/docs/license/license-en_us.txt X%%WWWDIR%%/favicon.ico X%%WWWDIR%%/index.php X%%WWWDIR%%/install.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.addressbook.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.admin.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.files.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.mail.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.preferences.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.summary.php X%%WWWDIR%%/libs/prevantage/ngmp.core.const.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.pgsql.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.sqlite.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.en_us.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.zh_cn.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.zh_tw.php X%%WWWDIR%%/libs/prevantage/ngmp.core.utilities.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.auth.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.global.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.standalone.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.themes.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.url.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.user.php X%%WWWDIR%%/libs/prevantage/ngmp.modules.core.php X%%WWWDIR%%/libs/prevantage/ngmp.settings.ini.default X%%WWWDIR%%/libs/prevantage/ngmp.settings.php X%%WWWDIR%%/libs/prevantage/ngmp.utils.logger.php X%%WWWDIR%%/libs/prevantage/ngmp.web.core.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.congratulations.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.domaininit.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.license.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.registration.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.welcome.php X%%WWWDIR%%/libs/prevantage/ngmp.web.login.php X%%WWWDIR%%/libs/prevantage/ngmp.web.portal.php X%%WWWDIR%%/libs/prevantage/ngmp.web.session.php X%%WWWDIR%%/libs/prevantage/ngmp.web.smarty.php X%%WWWDIR%%/login.php X%%WWWDIR%%/ngmp.php X%%WWWDIR%%/ngmp_sl.php X%%WWWDIR%%/themes/ngmp/css/README.txt X%%WWWDIR%%/themes/ngmp/css/borders.css X%%WWWDIR%%/themes/ngmp/css/box.css X%%WWWDIR%%/themes/ngmp/css/button.css X%%WWWDIR%%/themes/ngmp/css/combo.css X%%WWWDIR%%/themes/ngmp/css/core.css X%%WWWDIR%%/themes/ngmp/css/date-picker.css X%%WWWDIR%%/themes/ngmp/css/dd.css X%%WWWDIR%%/themes/ngmp/css/debug.css X%%WWWDIR%%/themes/ngmp/css/dialog.css X%%WWWDIR%%/themes/ngmp/css/editor.css X%%WWWDIR%%/themes/ngmp/css/ext-all.css X%%WWWDIR%%/themes/ngmp/css/form.css X%%WWWDIR%%/themes/ngmp/css/framework.css X%%WWWDIR%%/themes/ngmp/css/grid.css X%%WWWDIR%%/themes/ngmp/css/layout.css X%%WWWDIR%%/themes/ngmp/css/menu.css X%%WWWDIR%%/themes/ngmp/css/ngmp.css X%%WWWDIR%%/themes/ngmp/css/panel.css X%%WWWDIR%%/themes/ngmp/css/progress.css X%%WWWDIR%%/themes/ngmp/css/qtips.css X%%WWWDIR%%/themes/ngmp/css/reset-min.css X%%WWWDIR%%/themes/ngmp/css/reset.css X%%WWWDIR%%/themes/ngmp/css/resizable.css X%%WWWDIR%%/themes/ngmp/css/slider.css X%%WWWDIR%%/themes/ngmp/css/tabs.css X%%WWWDIR%%/themes/ngmp/css/toolbar.css X%%WWWDIR%%/themes/ngmp/css/tree.css X%%WWWDIR%%/themes/ngmp/css/window.css X%%WWWDIR%%/themes/ngmp/css/xtheme-gray.css X%%WWWDIR%%/themes/ngmp/images/16x16/add.png X%%WWWDIR%%/themes/ngmp/images/16x16/alert.png X%%WWWDIR%%/themes/ngmp/images/16x16/approve.png X%%WWWDIR%%/themes/ngmp/images/16x16/backup.gif X%%WWWDIR%%/themes/ngmp/images/16x16/branding.gif X%%WWWDIR%%/themes/ngmp/images/16x16/check.gif X%%WWWDIR%%/themes/ngmp/images/16x16/comment.png X%%WWWDIR%%/themes/ngmp/images/16x16/company.png X%%WWWDIR%%/themes/ngmp/images/16x16/complete.png X%%WWWDIR%%/themes/ngmp/images/16x16/config.png X%%WWWDIR%%/themes/ngmp/images/16x16/contact.png X%%WWWDIR%%/themes/ngmp/images/16x16/default.png X%%WWWDIR%%/themes/ngmp/images/16x16/delete.png X%%WWWDIR%%/themes/ngmp/images/16x16/disable.png X%%WWWDIR%%/themes/ngmp/images/16x16/edit.png X%%WWWDIR%%/themes/ngmp/images/16x16/enable.png X%%WWWDIR%%/themes/ngmp/images/16x16/feed.png X%%WWWDIR%%/themes/ngmp/images/16x16/feedback.gif X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/doc.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/folder.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/jpg.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/pdf.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/ppt.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/unknown.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/xls.png X%%WWWDIR%%/themes/ngmp/images/16x16/filter.png X%%WWWDIR%%/themes/ngmp/images/16x16/globe.png X%%WWWDIR%%/themes/ngmp/images/16x16/group.png X%%WWWDIR%%/themes/ngmp/images/16x16/help.gif X%%WWWDIR%%/themes/ngmp/images/16x16/lang.gif X%%WWWDIR%%/themes/ngmp/images/16x16/listusers.gif X%%WWWDIR%%/themes/ngmp/images/16x16/logout.png X%%WWWDIR%%/themes/ngmp/images/16x16/maintenance.png X%%WWWDIR%%/themes/ngmp/images/16x16/notes.png X%%WWWDIR%%/themes/ngmp/images/16x16/personal.png X%%WWWDIR%%/themes/ngmp/images/16x16/registration.gif X%%WWWDIR%%/themes/ngmp/images/16x16/report.gif X%%WWWDIR%%/themes/ngmp/images/16x16/schedule.gif X%%WWWDIR%%/themes/ngmp/images/16x16/security.png X%%WWWDIR%%/themes/ngmp/images/16x16/services.png X%%WWWDIR%%/themes/ngmp/images/16x16/settings.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings.png X%%WWWDIR%%/themes/ngmp/images/16x16/settings_allow.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_db.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_defaults.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_sendmail.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_spell.gif X%%WWWDIR%%/themes/ngmp/images/16x16/star.png X%%WWWDIR%%/themes/ngmp/images/16x16/starred.png X%%WWWDIR%%/themes/ngmp/images/16x16/stats.gif X%%WWWDIR%%/themes/ngmp/images/16x16/summary.png X%%WWWDIR%%/themes/ngmp/images/16x16/task_list.png X%%WWWDIR%%/themes/ngmp/images/16x16/up.png X%%WWWDIR%%/themes/ngmp/images/16x16/user.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_add.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_delete.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_edit.png X%%WWWDIR%%/themes/ngmp/images/16x16/view.png X%%WWWDIR%%/themes/ngmp/images/1day.png X%%WWWDIR%%/themes/ngmp/images/32x32/admin2.png X%%WWWDIR%%/themes/ngmp/images/32x32/admin_password.png X%%WWWDIR%%/themes/ngmp/images/32x32/allow_senders.png X%%WWWDIR%%/themes/ngmp/images/32x32/antispam.png X%%WWWDIR%%/themes/ngmp/images/32x32/antispam2.png X%%WWWDIR%%/themes/ngmp/images/32x32/antivirus.png X%%WWWDIR%%/themes/ngmp/images/32x32/backup.png X%%WWWDIR%%/themes/ngmp/images/32x32/blacklist.png X%%WWWDIR%%/themes/ngmp/images/32x32/branding.png X%%WWWDIR%%/themes/ngmp/images/32x32/check.png X%%WWWDIR%%/themes/ngmp/images/32x32/clock.png X%%WWWDIR%%/themes/ngmp/images/32x32/config.png X%%WWWDIR%%/themes/ngmp/images/32x32/control_panel.png X%%WWWDIR%%/themes/ngmp/images/32x32/database.png X%%WWWDIR%%/themes/ngmp/images/32x32/default.png X%%WWWDIR%%/themes/ngmp/images/32x32/deny_senders.png X%%WWWDIR%%/themes/ngmp/images/32x32/dns.jpg X%%WWWDIR%%/themes/ngmp/images/32x32/feedback.png X%%WWWDIR%%/themes/ngmp/images/32x32/firewall.png X%%WWWDIR%%/themes/ngmp/images/32x32/globe.png X%%WWWDIR%%/themes/ngmp/images/32x32/greylist.png X%%WWWDIR%%/themes/ngmp/images/32x32/groups.png X%%WWWDIR%%/themes/ngmp/images/32x32/help.png X%%WWWDIR%%/themes/ngmp/images/32x32/lock.png X%%WWWDIR%%/themes/ngmp/images/32x32/log.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail2.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail_queue.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail_relay.png X%%WWWDIR%%/themes/ngmp/images/32x32/mailing.png X%%WWWDIR%%/themes/ngmp/images/32x32/mailinglist.png X%%WWWDIR%%/themes/ngmp/images/32x32/network_adapter.png X%%WWWDIR%%/themes/ngmp/images/32x32/pop3.png X%%WWWDIR%%/themes/ngmp/images/32x32/registration.png X%%WWWDIR%%/themes/ngmp/images/32x32/service.png X%%WWWDIR%%/themes/ngmp/images/32x32/settings.png X%%WWWDIR%%/themes/ngmp/images/32x32/shutdown.jpg X%%WWWDIR%%/themes/ngmp/images/32x32/spam.png X%%WWWDIR%%/themes/ngmp/images/32x32/ssl_pop3.png X%%WWWDIR%%/themes/ngmp/images/32x32/statistics.png X%%WWWDIR%%/themes/ngmp/images/32x32/subadmin.png X%%WWWDIR%%/themes/ngmp/images/32x32/system_monitor.png X%%WWWDIR%%/themes/ngmp/images/32x32/trash.png X%%WWWDIR%%/themes/ngmp/images/32x32/users.png X%%WWWDIR%%/themes/ngmp/images/32x32/warning.png X%%WWWDIR%%/themes/ngmp/images/32x32/whitelist.png X%%WWWDIR%%/themes/ngmp/images/48x48/addressbook.png X%%WWWDIR%%/themes/ngmp/images/48x48/antispam.png X%%WWWDIR%%/themes/ngmp/images/48x48/antivirus.png X%%WWWDIR%%/themes/ngmp/images/48x48/api.png X%%WWWDIR%%/themes/ngmp/images/48x48/calendar.png X%%WWWDIR%%/themes/ngmp/images/48x48/encrypt.png X%%WWWDIR%%/themes/ngmp/images/48x48/exchange.png X%%WWWDIR%%/themes/ngmp/images/48x48/files.png X%%WWWDIR%%/themes/ngmp/images/48x48/ftp_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/groupware.png X%%WWWDIR%%/themes/ngmp/images/48x48/im.png X%%WWWDIR%%/themes/ngmp/images/48x48/mail_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/migration.png X%%WWWDIR%%/themes/ngmp/images/48x48/outlook.png X%%WWWDIR%%/themes/ngmp/images/48x48/rss.png X%%WWWDIR%%/themes/ngmp/images/48x48/sip_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/syncml.png X%%WWWDIR%%/themes/ngmp/images/48x48/task_list.png X%%WWWDIR%%/themes/ngmp/images/48x48/web_server.png X%%WWWDIR%%/themes/ngmp/images/5days.png X%%WWWDIR%%/themes/ngmp/images/7days.png X%%WWWDIR%%/themes/ngmp/images/AddContact16.png X%%WWWDIR%%/themes/ngmp/images/AddFolder16.png X%%WWWDIR%%/themes/ngmp/images/Addressbook16.png X%%WWWDIR%%/themes/ngmp/images/Admin16.png X%%WWWDIR%%/themes/ngmp/images/Archive16.png X%%WWWDIR%%/themes/ngmp/images/AutoPreview16.png X%%WWWDIR%%/themes/ngmp/images/Bookmarks16.png X%%WWWDIR%%/themes/ngmp/images/Calendar16.png X%%WWWDIR%%/themes/ngmp/images/Contacts16.png X%%WWWDIR%%/themes/ngmp/images/Contacts32.png X%%WWWDIR%%/themes/ngmp/images/Download16.png X%%WWWDIR%%/themes/ngmp/images/Drafts16.png X%%WWWDIR%%/themes/ngmp/images/Fax16.png X%%WWWDIR%%/themes/ngmp/images/Files16.png X%%WWWDIR%%/themes/ngmp/images/Forward16.png X%%WWWDIR%%/themes/ngmp/images/Home16.png X%%WWWDIR%%/themes/ngmp/images/Inbox16.png X%%WWWDIR%%/themes/ngmp/images/Logout16.png X%%WWWDIR%%/themes/ngmp/images/Mail-attachment.png X%%WWWDIR%%/themes/ngmp/images/Mail-open.png X%%WWWDIR%%/themes/ngmp/images/Mail16.png X%%WWWDIR%%/themes/ngmp/images/Map16.png X%%WWWDIR%%/themes/ngmp/images/MessageWindow16.png X%%WWWDIR%%/themes/ngmp/images/NewMessage16.png X%%WWWDIR%%/themes/ngmp/images/NoSpam16.png X%%WWWDIR%%/themes/ngmp/images/Preferences16.png X%%WWWDIR%%/themes/ngmp/images/Print16.png X%%WWWDIR%%/themes/ngmp/images/Priority16.png X%%WWWDIR%%/themes/ngmp/images/Reply16.png X%%WWWDIR%%/themes/ngmp/images/ReplyAll16.png X%%WWWDIR%%/themes/ngmp/images/SMS16.png X%%WWWDIR%%/themes/ngmp/images/SaveDraft16.png X%%WWWDIR%%/themes/ngmp/images/Search16.png X%%WWWDIR%%/themes/ngmp/images/Sent16.png X%%WWWDIR%%/themes/ngmp/images/Spam16.png X%%WWWDIR%%/themes/ngmp/images/Status16.png X%%WWWDIR%%/themes/ngmp/images/Stickies16.png X%%WWWDIR%%/themes/ngmp/images/ToDo16.png X%%WWWDIR%%/themes/ngmp/images/Trash16.png X%%WWWDIR%%/themes/ngmp/images/UnArchive16.png X%%WWWDIR%%/themes/ngmp/images/Upload16.png X%%WWWDIR%%/themes/ngmp/images/add-company.png X%%WWWDIR%%/themes/ngmp/images/add.png X%%WWWDIR%%/themes/ngmp/images/bg.gif X%%WWWDIR%%/themes/ngmp/images/block-bg.gif X%%WWWDIR%%/themes/ngmp/images/bubble-1.png X%%WWWDIR%%/themes/ngmp/images/bubble-2.png X%%WWWDIR%%/themes/ngmp/images/bubble-3.png X%%WWWDIR%%/themes/ngmp/images/bubble-4.png X%%WWWDIR%%/themes/ngmp/images/bubble-5.png X%%WWWDIR%%/themes/ngmp/images/bubble-6.png X%%WWWDIR%%/themes/ngmp/images/bubble-7.png X%%WWWDIR%%/themes/ngmp/images/bubble-8.png X%%WWWDIR%%/themes/ngmp/images/color-trigger.gif X%%WWWDIR%%/themes/ngmp/images/company.png X%%WWWDIR%%/themes/ngmp/images/compress.png X%%WWWDIR%%/themes/ngmp/images/copy.png X%%WWWDIR%%/themes/ngmp/images/cut.png X%%WWWDIR%%/themes/ngmp/images/decompress.png X%%WWWDIR%%/themes/ngmp/images/default/box/corners-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/corners.gif X%%WWWDIR%%/themes/ngmp/images/default/box/l-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/l.gif X%%WWWDIR%%/themes/ngmp/images/default/box/r-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/r.gif X%%WWWDIR%%/themes/ngmp/images/default/box/tb-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/tb.gif X%%WWWDIR%%/themes/ngmp/images/default/button/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/default/button/btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-add.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/editor/tb-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/form/clear-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/clear-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/date-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/date-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/error-tip-corners.gif X%%WWWDIR%%/themes/ngmp/images/default/form/exclamation.gif X%%WWWDIR%%/themes/ngmp/images/default/form/search-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/search-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/text-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger-tpl.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/Thumbs.db X%%WWWDIR%%/themes/ngmp/images/default/grid/arrow-left-white.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/arrow-right-white.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/col-move-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/col-move-top.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/columns.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/dirty.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/done.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/footer-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-blue-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-blue-split.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-hrow.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-split.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-vista-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hd-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hrow-over.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hrow.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-special-col-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-special-col-sel-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/group-by.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/group-expand-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hd-pop.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-asc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-desc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-lock.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-lock.png X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-unlock.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-unlock.png X%%WWWDIR%%/themes/ngmp/images/default/grid/invalid_line.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/loading.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/mso-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/nowait.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-first-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-first.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-last-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-last.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-next-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-next.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-prev-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-prev.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/pick-button.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/refresh.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-check-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-expand-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-over.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-sel.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/sort_asc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/sort_desc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/wait.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/collapse.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/expand.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-left.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-right.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-top.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/ns-collapse.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/ns-expand.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-close.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-title-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-title-light-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/stick.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/stuck.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/tab-close-on.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/checked.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/group-checked.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/item-over.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/menu-parent.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/menu.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/unchecked.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/left-right.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/light-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tool-sprite-tpl.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tool-sprites.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tools-sprites-trans.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/default/panel/white-corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/white-left-right.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/white-top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/progress/progress-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/close.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/s.gif X%%WWWDIR%%/themes/ngmp/images/default/shadow-c.png X%%WWWDIR%%/themes/ngmp/images/default/shadow-lr.png X%%WWWDIR%%/themes/ngmp/images/default/shadow.png X%%WWWDIR%%/themes/ngmp/images/default/shared/blue-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/calendar.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/glass-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/hd-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/large-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/left-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/loading-balls.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/right-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/warning.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/e-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/ne-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/ne-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/nw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/nw-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/s-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/se-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/square.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/sw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/sw-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-bg.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-thumb.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-v-bg.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-v-thumb.png X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroll-left.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroll-right.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroller-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-bg.png X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-btm-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tabs-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-arrow-light.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-over-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/tb-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/arrows.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-add.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-between.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-over.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-under.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-minus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-minus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-plus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-plus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-line.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-minus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-minus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-plus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-plus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/folder-open.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/folder.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/leaf.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/loading.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/s.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-error.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-info.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-question.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-warning.gif X%%WWWDIR%%/themes/ngmp/images/default/window/left-corners.png X%%WWWDIR%%/themes/ngmp/images/default/window/left-corners.psd X%%WWWDIR%%/themes/ngmp/images/default/window/left-right.png X%%WWWDIR%%/themes/ngmp/images/default/window/left-right.psd X%%WWWDIR%%/themes/ngmp/images/default/window/right-corners.png X%%WWWDIR%%/themes/ngmp/images/default/window/right-corners.psd X%%WWWDIR%%/themes/ngmp/images/default/window/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/default/window/top-bottom.psd X%%WWWDIR%%/themes/ngmp/images/delete.png X%%WWWDIR%%/themes/ngmp/images/download.png X%%WWWDIR%%/themes/ngmp/images/edit.png X%%WWWDIR%%/themes/ngmp/images/folder_home.png X%%WWWDIR%%/themes/ngmp/images/gray/button/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/gray/button/btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/left-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/light-hd.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tool-sprite-tpl.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tool-sprites.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tools-sprites-trans.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-left-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/close.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/s.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroll-left.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroll-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroller-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-bg.png X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-btm-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tabs-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-arrow-light.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-over-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/tb-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-error.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-info.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-question.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-warning.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/left-corners.png X%%WWWDIR%%/themes/ngmp/images/gray/window/left-corners.pspimage X%%WWWDIR%%/themes/ngmp/images/gray/window/left-right.png X%%WWWDIR%%/themes/ngmp/images/gray/window/right-corners.png X%%WWWDIR%%/themes/ngmp/images/gray/window/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/hread.png X%%WWWDIR%%/themes/ngmp/images/hstarred.png X%%WWWDIR%%/themes/ngmp/images/install/install_big_banner_en_us.png X%%WWWDIR%%/themes/ngmp/images/install/install_big_banner_zh_cn.png X%%WWWDIR%%/themes/ngmp/images/list.png X%%WWWDIR%%/themes/ngmp/images/manage.png X%%WWWDIR%%/themes/ngmp/images/meter.gif X%%WWWDIR%%/themes/ngmp/images/meter_background.gif X%%WWWDIR%%/themes/ngmp/images/month.png X%%WWWDIR%%/themes/ngmp/images/ngmp-logo.png X%%WWWDIR%%/themes/ngmp/images/paste.png X%%WWWDIR%%/themes/ngmp/images/preview-bottom.gif X%%WWWDIR%%/themes/ngmp/images/preview-hide.gif X%%WWWDIR%%/themes/ngmp/images/preview-right.gif X%%WWWDIR%%/themes/ngmp/images/progress-bg.gif X%%WWWDIR%%/themes/ngmp/images/properties.png X%%WWWDIR%%/themes/ngmp/images/refresh.png X%%WWWDIR%%/themes/ngmp/images/seen.png X%%WWWDIR%%/themes/ngmp/images/star_off.png X%%WWWDIR%%/themes/ngmp/images/trigger-elipsis.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-center.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-left.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-right.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/close.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/dlg-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/hd-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/w-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/grid/grid-split.gif X%%WWWDIR%%/themes/ngmp/images/vista/grid/grid-vista-hd.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/ns-collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/ns-expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-close.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-title-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-title-light-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/stick.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/tab-close-on.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/vista/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/s.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/e-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/ne-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/ne-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/nw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/nw-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/s-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/se-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/sw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/sw-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/install/congratulations.tpl X%%WWWDIR%%/themes/ngmp/install/domaininit.tpl X%%WWWDIR%%/themes/ngmp/install/license.tpl X%%WWWDIR%%/themes/ngmp/install/registration.tpl X%%WWWDIR%%/themes/ngmp/install/welcome.tpl X%%WWWDIR%%/themes/ngmp/portal.tpl X%%WWWDIR%%/themes/ngmp/script/about.js X%%WWWDIR%%/themes/ngmp/script/addressbook.js X%%WWWDIR%%/themes/ngmp/script/admin_domain.js X%%WWWDIR%%/themes/ngmp/script/admin_filter.js X%%WWWDIR%%/themes/ngmp/script/admin_mail.js X%%WWWDIR%%/themes/ngmp/script/admin_maintenance.js X%%WWWDIR%%/themes/ngmp/script/admin_user.js X%%WWWDIR%%/themes/ngmp/script/adminlayout.js X%%WWWDIR%%/themes/ngmp/script/common.js X%%WWWDIR%%/themes/ngmp/script/data.js X%%WWWDIR%%/themes/ngmp/script/dataview.js X%%WWWDIR%%/themes/ngmp/script/dialog.js X%%WWWDIR%%/themes/ngmp/script/ext/ext-all-debug.js X%%WWWDIR%%/themes/ngmp/script/ext/ext-core.js X%%WWWDIR%%/themes/ngmp/script/ext/ext.js X%%WWWDIR%%/themes/ngmp/script/files.js X%%WWWDIR%%/themes/ngmp/script/form.js X%%WWWDIR%%/themes/ngmp/script/grid.js X%%WWWDIR%%/themes/ngmp/script/initialize.js X%%WWWDIR%%/themes/ngmp/script/layout.js X%%WWWDIR%%/themes/ngmp/script/mail.js X%%WWWDIR%%/themes/ngmp/script/mainlayout.js X%%WWWDIR%%/themes/ngmp/script/ngmp.js X%%WWWDIR%%/themes/ngmp/script/panel.js X%%WWWDIR%%/themes/ngmp/script/plugins.js X%%WWWDIR%%/themes/ngmp/script/preferences.js X%%WWWDIR%%/themes/ngmp/script/summary.js X%%WWWDIR%%/themes/ngmp/script/utils.js X@dirrmtry %%WWWDIR%%/themes_c X@dirrm %%WWWDIR%%/themes/ngmp/script/ext X@dirrm %%WWWDIR%%/themes/ngmp/script X@dirrm %%WWWDIR%%/themes/ngmp/install X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/sizer X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/layout X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/grid X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/basic-dialog X@dirrm %%WWWDIR%%/themes/ngmp/images/vista X@dirrm %%WWWDIR%%/themes/ngmp/images/install X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/window X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/panel X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/button X@dirrm %%WWWDIR%%/themes/ngmp/images/gray X@dirrm %%WWWDIR%%/themes/ngmp/images/default/window X@dirrm %%WWWDIR%%/themes/ngmp/images/default/tree X@dirrm %%WWWDIR%%/themes/ngmp/images/default/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/default/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/default/slider X@dirrm %%WWWDIR%%/themes/ngmp/images/default/sizer X@dirrm %%WWWDIR%%/themes/ngmp/images/default/shared X@dirrm %%WWWDIR%%/themes/ngmp/images/default/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/default/progress X@dirrm %%WWWDIR%%/themes/ngmp/images/default/panel X@dirrm %%WWWDIR%%/themes/ngmp/images/default/menu X@dirrm %%WWWDIR%%/themes/ngmp/images/default/layout X@dirrm %%WWWDIR%%/themes/ngmp/images/default/grid X@dirrm %%WWWDIR%%/themes/ngmp/images/default/form X@dirrm %%WWWDIR%%/themes/ngmp/images/default/editor X@dirrm %%WWWDIR%%/themes/ngmp/images/default/dd X@dirrm %%WWWDIR%%/themes/ngmp/images/default/button X@dirrm %%WWWDIR%%/themes/ngmp/images/default/box X@dirrm %%WWWDIR%%/themes/ngmp/images/default X@dirrm %%WWWDIR%%/themes/ngmp/images/48x48 X@dirrm %%WWWDIR%%/themes/ngmp/images/32x32 X@dirrm %%WWWDIR%%/themes/ngmp/images/16x16/filetype X@dirrm %%WWWDIR%%/themes/ngmp/images/16x16 X@dirrm %%WWWDIR%%/themes/ngmp/images X@dirrm %%WWWDIR%%/themes/ngmp/css X@dirrm %%WWWDIR%%/themes/ngmp X@dirrm %%WWWDIR%%/themes X@dirrmtry %%WWWDIR%%/libs/prevantage X@dirrmtry %%WWWDIR%%/libs/modules X@dirrmtry %%WWWDIR%%/libs X@dirrm %%WWWDIR%%/conf/sql X@dirrm %%WWWDIR%%/conf/exim X@dirrm %%WWWDIR%%/conf/dspam X@dirrm %%WWWDIR%%/conf/courier-imap X@dirrm %%WWWDIR%%/conf/authlib X@dirrm %%WWWDIR%%/conf/apache X@dirrm %%WWWDIR%%/conf X@dirrm %%WWWDIR%%/docs/license X@dirrm %%WWWDIR%%/docs X@dirrmtry %%WWWDIR%%/cache X@dirrmtry %%WWWDIR%% END-of-ngmp/pkg-plist echo x - ngmp/Makefile sed 's/^X//' >ngmp/Makefile << 'END-of-ngmp/Makefile' X# New ports collection makefile for: Prevantage NGMP X# Date created: July 28 2008 X# Whom: Luke Jee X# X# $FreeBSD$ X XPORTNAME= ngmp XPORTVERSION= 0.1.2 XPORTREVISION= 1 XCATEGORIES= mail www XMASTER_SITES= ftp://ftp.prevantage.com/releases/ \ X ftp://ftp2.prevantage.com/releases/ XDISTNAME= ngmp-for-freebsd-${PORTVERSION} X XMAINTAINER= lukejee@gmail.com XCOMMENT= A full AJAX based web app for messaging and collaboration X XRUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22 \ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql \ X ${LOCALBASE}/bin/pg_ctl:${PORTSDIR}/databases/postgresql83-server \ X ${LOCALBASE}/sbin/exim:${PORTSDIR}/mail/exim \ X ${LOCALBASE}/bin/imapd:${PORTSDIR}/mail/courier-imap \ X ${LOCALBASE}/lib/courier-authlib/libauthpgsql.so:${PORTSDIR}/databases/courier-authlib-pgsql \ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/fileinfo.so:${PORTSDIR}/sysutils/pecl-fileinfo\ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/ZendExtensionManager.so:${PORTSDIR}/devel/ZendOptimizer \ X ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav \ X ${LOCALBASE}/bin/dspam:${PORTSDIR}/mail/dspam-devel \ X ${LOCALBASE}/share/pear/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \ X ${LOCALBASE}/share/pear/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ X ${LOCALBASE}/share/pear/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ X ${LOCALBASE}/share/pear/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \ X ${LOCALBASE}/share/pear/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark \ X ${LOCALBASE}/share/ZendFramework:${PORTSDIR}/www/zend-framework \ X ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty \ X ${LOCALBASE}/www/tinymce:${PORTSDIR}/www/tinymce X XNO_BUILD= yes X XWANT_PHP_MOD= yes XPHP_VER= 5 XUSE_PHP= session mbstring iconv pcre pdo pdo_sqlite imap X XWITH_PGSQL= yes XWANT_PGSQL_VER= 83 X XSUB_FILES= pkg-message X Xdo-install: X @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X @${CHMOD} -R 755 ${WWWDIR} X Xpost-install: X @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ X >> ${TMPPLIST} X @${ECHO_CMD} '@exec ${CHMOD} 755 -R ${WWWDIR}' \ X >> ${TMPPLIST} X @${CAT} ${PKGMESSAGE} X X.include END-of-ngmp/Makefile exit >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Jul 31 08:09:32 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=126095 From: Luke Jee To: bug-followup@FreeBSD.org, lukejee@gmail.com Cc: Subject: Re: ports/126095: New port: mail/ngmp A full AJAX based web app for messaging and collaboration Date: Sat, 2 Aug 2008 23:19:29 +0800 --Apple-Mail-10-1012484717 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi, I have update the NGMP from 0.1.2 to 0.1.3, fixed some bugs, please update Luke Jee --Apple-Mail-10-1012484717 Content-Disposition: attachment; filename=shar.log Content-Type: application/octet-stream; x-unix-mode=0644; name="shar.log" Content-Transfer-Encoding: 7bit # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ngmp # ngmp/files # ngmp/files/pkg-message.in # ngmp/Makefile # ngmp/pkg-descr # ngmp/pkg-plist # echo c - ngmp mkdir -p ngmp > /dev/null 2>&1 echo c - ngmp/files mkdir -p ngmp/files > /dev/null 2>&1 echo x - ngmp/files/pkg-message.in sed 's/^X//' >ngmp/files/pkg-message.in << 'END-of-ngmp/files/pkg-message.in' X XPOST-IuNSTALL CONFIGURATION FOR NGMP X=================================== X X X1) Before the post-install of ngmp, please make sure Xthe following servers work well first. X exim (smtp) X courier-imap (pop3/imap) X courier-authlib (auth) X dspam (antispam) X clamav-clamd (antivirus) X XThese servers configuration files are in %%WWWDIR%%/conf/, Xcopy those files to their server configuration directory X X2) Create database and tables in postgresql server Xexample: X createuser ngmp -S -D -R -l -q X createdb -O ngmp ngmp X createlang plpgsql ngmp X psql -U ngmp ngmp -f %%WWWDIR%%/conf/sql/ngmp.sql X Xif you use different db username than 'ngmp', then you should change then ngmp settings file, X Xcmd: X cp %%WWWDIR%%/libs/prevantage/ngmp.settings.ini.default %%WWWDIR%%/libs/prevantage/ngmp.settings.ini X X changes install_dir & users_dir in ngmp.settings.ini X Xchange db relate settings in the config file X X3) Apache 2 X Enable NameVirtualHost X cp %%WWWDIR%%/conf/apache/httpd-vhost-ngmp.conf to apache conf directory X change values in httpd-vhost-ngmp.conf X X4) Disable apc module in php extensions.ini X X5) visit http://www.prevantage.com to acquire a free license X X===================================== END-of-ngmp/files/pkg-message.in echo x - ngmp/Makefile sed 's/^X//' >ngmp/Makefile << 'END-of-ngmp/Makefile' X# New ports collection makefile for: Prevantage NGMP X# Date created: July 28 2008 X# Whom: Luke Jee X# X# $FreeBSD$ X XPORTNAME= ngmp XPORTVERSION= 0.1.3 XPORTREVISION= 1 XCATEGORIES= mail www XMASTER_SITES= ftp://ftp.prevantage.com/releases/ \ X ftp://ftp2.prevantage.com/releases/ XDISTNAME= ngmp-for-freebsd-${PORTVERSION} X XMAINTAINER= lukejee@gmail.com XCOMMENT= A full AJAX based web app for messaging and collaboration X XRUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22 \ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql \ X ${LOCALBASE}/bin/pg_ctl:${PORTSDIR}/databases/postgresql83-server \ X ${LOCALBASE}/sbin/exim:${PORTSDIR}/mail/exim \ X ${LOCALBASE}/bin/imapd:${PORTSDIR}/mail/courier-imap \ X ${LOCALBASE}/lib/courier-authlib/libauthpgsql.so:${PORTSDIR}/databases/courier-authlib-pgsql \ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/fileinfo.so:${PORTSDIR}/sysutils/pecl-fileinfo\ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/ZendExtensionManager.so:${PORTSDIR}/devel/ZendOptimizer \ X ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav \ X ${LOCALBASE}/bin/dspam:${PORTSDIR}/mail/dspam-devel \ X ${LOCALBASE}/share/pear/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \ X ${LOCALBASE}/share/pear/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ X ${LOCALBASE}/share/pear/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ X ${LOCALBASE}/share/pear/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \ X ${LOCALBASE}/share/pear/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark \ X ${LOCALBASE}/share/ZendFramework:${PORTSDIR}/www/zend-framework \ X ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty \ X ${LOCALBASE}/www/tinymce:${PORTSDIR}/www/tinymce X XNO_BUILD= yes X XWANT_PHP_MOD= yes XPHP_VER= 5 XUSE_PHP= session mbstring iconv pcre pdo pdo_sqlite imap json hash X XWITH_PGSQL= yes XWANT_PGSQL_VER= 83 X XSUB_FILES= pkg-message X Xdo-install: X @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X @${CHMOD} -R 755 ${WWWDIR} X Xpost-install: X @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ X >> ${TMPPLIST} X @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \ X >> ${TMPPLIST} X @${CAT} ${PKGMESSAGE} X X.include END-of-ngmp/Makefile echo x - ngmp/pkg-descr sed 's/^X//' >ngmp/pkg-descr << 'END-of-ngmp/pkg-descr' XNGMP is a browser-based, fully AJAX Web 2.0 application Xfor messaging and collaboration - email, group calendaring, contacts, Xand web document management and authoring. XNGMP is written in PHP and requires the PostgreSQL database. X XWWW: http://www.prevantage.com/ X X- Luke Jee Xlukejee@gmail.com END-of-ngmp/pkg-descr echo x - ngmp/pkg-plist sed 's/^X//' >ngmp/pkg-plist << 'END-of-ngmp/pkg-plist' X%%WWWDIR%%/.htaccess X%%WWWDIR%%/conf/apache/httpd-vhost-ngmp.conf X%%WWWDIR%%/conf/apache/httpd.conf X%%WWWDIR%%/conf/authlib/authdaemonrc X%%WWWDIR%%/conf/authlib/authpgsqlrc X%%WWWDIR%%/conf/courier-imap/imapd X%%WWWDIR%%/conf/courier-imap/imapd-ssl X%%WWWDIR%%/conf/courier-imap/imapd.cnf X%%WWWDIR%%/conf/courier-imap/imapd.pem X%%WWWDIR%%/conf/courier-imap/pop3d X%%WWWDIR%%/conf/courier-imap/pop3d-ssl X%%WWWDIR%%/conf/courier-imap/pop3d.cnf X%%WWWDIR%%/conf/courier-imap/pop3d.pem X%%WWWDIR%%/conf/courier-imap/quotawarnmsg.example X%%WWWDIR%%/conf/dspam/dspam.conf X%%WWWDIR%%/conf/exim/configure X%%WWWDIR%%/conf/etc/php.ini X%%WWWDIR%%/conf/etc/rc.conf.ngmp X%%WWWDIR%%/conf/sql/empty.sh X%%WWWDIR%%/conf/sql/ngmp.sql X%%WWWDIR%%/conf/sql/testdata.sh X%%WWWDIR%%/conf/sql/testdata.sql X%%WWWDIR%%/conf/sql/user.mail.sql X%%WWWDIR%%/docs/README X%%WWWDIR%%/docs/license/license-zh_cn.txt X%%WWWDIR%%/docs/license/license-en_us.txt X%%WWWDIR%%/favicon.ico X%%WWWDIR%%/index.php X%%WWWDIR%%/install.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.addressbook.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.admin.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.files.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.mail.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.preferences.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.summary.php X%%WWWDIR%%/libs/prevantage/ngmp.core.const.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.pgsql.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.sqlite.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.en_us.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.zh_cn.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.zh_tw.php X%%WWWDIR%%/libs/prevantage/ngmp.core.utilities.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.auth.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.global.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.standalone.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.themes.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.url.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.user.php X%%WWWDIR%%/libs/prevantage/ngmp.modules.core.php X%%WWWDIR%%/libs/prevantage/ngmp.settings.ini.default X%%WWWDIR%%/libs/prevantage/ngmp.settings.php X%%WWWDIR%%/libs/prevantage/ngmp.utils.logger.php X%%WWWDIR%%/libs/prevantage/ngmp.web.core.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.congratulations.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.domaininit.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.license.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.registration.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.welcome.php X%%WWWDIR%%/libs/prevantage/ngmp.web.login.php X%%WWWDIR%%/libs/prevantage/ngmp.web.portal.php X%%WWWDIR%%/libs/prevantage/ngmp.web.session.php X%%WWWDIR%%/libs/prevantage/ngmp.web.smarty.php X%%WWWDIR%%/login.php X%%WWWDIR%%/ngmp.php X%%WWWDIR%%/ngmp_sl.php X%%WWWDIR%%/themes/ngmp/css/README.txt X%%WWWDIR%%/themes/ngmp/css/borders.css X%%WWWDIR%%/themes/ngmp/css/box.css X%%WWWDIR%%/themes/ngmp/css/button.css X%%WWWDIR%%/themes/ngmp/css/combo.css X%%WWWDIR%%/themes/ngmp/css/core.css X%%WWWDIR%%/themes/ngmp/css/date-picker.css X%%WWWDIR%%/themes/ngmp/css/dd.css X%%WWWDIR%%/themes/ngmp/css/debug.css X%%WWWDIR%%/themes/ngmp/css/dialog.css X%%WWWDIR%%/themes/ngmp/css/editor.css X%%WWWDIR%%/themes/ngmp/css/ext-all.css X%%WWWDIR%%/themes/ngmp/css/form.css X%%WWWDIR%%/themes/ngmp/css/framework.css X%%WWWDIR%%/themes/ngmp/css/grid.css X%%WWWDIR%%/themes/ngmp/css/layout.css X%%WWWDIR%%/themes/ngmp/css/menu.css X%%WWWDIR%%/themes/ngmp/css/ngmp.css X%%WWWDIR%%/themes/ngmp/css/panel.css X%%WWWDIR%%/themes/ngmp/css/progress.css X%%WWWDIR%%/themes/ngmp/css/qtips.css X%%WWWDIR%%/themes/ngmp/css/reset-min.css X%%WWWDIR%%/themes/ngmp/css/reset.css X%%WWWDIR%%/themes/ngmp/css/resizable.css X%%WWWDIR%%/themes/ngmp/css/slider.css X%%WWWDIR%%/themes/ngmp/css/tabs.css X%%WWWDIR%%/themes/ngmp/css/toolbar.css X%%WWWDIR%%/themes/ngmp/css/tree.css X%%WWWDIR%%/themes/ngmp/css/window.css X%%WWWDIR%%/themes/ngmp/css/xtheme-gray.css X%%WWWDIR%%/themes/ngmp/images/16x16/add.png X%%WWWDIR%%/themes/ngmp/images/16x16/alert.png X%%WWWDIR%%/themes/ngmp/images/16x16/approve.png X%%WWWDIR%%/themes/ngmp/images/16x16/backup.gif X%%WWWDIR%%/themes/ngmp/images/16x16/branding.gif X%%WWWDIR%%/themes/ngmp/images/16x16/check.gif X%%WWWDIR%%/themes/ngmp/images/16x16/comment.png X%%WWWDIR%%/themes/ngmp/images/16x16/company.png X%%WWWDIR%%/themes/ngmp/images/16x16/complete.png X%%WWWDIR%%/themes/ngmp/images/16x16/config.png X%%WWWDIR%%/themes/ngmp/images/16x16/contact.png X%%WWWDIR%%/themes/ngmp/images/16x16/default.png X%%WWWDIR%%/themes/ngmp/images/16x16/delete.png X%%WWWDIR%%/themes/ngmp/images/16x16/disable.png X%%WWWDIR%%/themes/ngmp/images/16x16/edit.png X%%WWWDIR%%/themes/ngmp/images/16x16/enable.png X%%WWWDIR%%/themes/ngmp/images/16x16/feed.png X%%WWWDIR%%/themes/ngmp/images/16x16/feedback.gif X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/doc.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/folder.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/jpg.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/pdf.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/ppt.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/unknown.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/xls.png X%%WWWDIR%%/themes/ngmp/images/16x16/filter.png X%%WWWDIR%%/themes/ngmp/images/16x16/globe.png X%%WWWDIR%%/themes/ngmp/images/16x16/group.png X%%WWWDIR%%/themes/ngmp/images/16x16/help.gif X%%WWWDIR%%/themes/ngmp/images/16x16/lang.gif X%%WWWDIR%%/themes/ngmp/images/16x16/listusers.gif X%%WWWDIR%%/themes/ngmp/images/16x16/logout.png X%%WWWDIR%%/themes/ngmp/images/16x16/maintenance.png X%%WWWDIR%%/themes/ngmp/images/16x16/notes.png X%%WWWDIR%%/themes/ngmp/images/16x16/personal.png X%%WWWDIR%%/themes/ngmp/images/16x16/registration.gif X%%WWWDIR%%/themes/ngmp/images/16x16/report.gif X%%WWWDIR%%/themes/ngmp/images/16x16/schedule.gif X%%WWWDIR%%/themes/ngmp/images/16x16/security.png X%%WWWDIR%%/themes/ngmp/images/16x16/services.png X%%WWWDIR%%/themes/ngmp/images/16x16/settings.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings.png X%%WWWDIR%%/themes/ngmp/images/16x16/settings_allow.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_db.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_defaults.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_sendmail.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_spell.gif X%%WWWDIR%%/themes/ngmp/images/16x16/star.png X%%WWWDIR%%/themes/ngmp/images/16x16/starred.png X%%WWWDIR%%/themes/ngmp/images/16x16/stats.gif X%%WWWDIR%%/themes/ngmp/images/16x16/summary.png X%%WWWDIR%%/themes/ngmp/images/16x16/task_list.png X%%WWWDIR%%/themes/ngmp/images/16x16/up.png X%%WWWDIR%%/themes/ngmp/images/16x16/user.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_add.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_delete.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_edit.png X%%WWWDIR%%/themes/ngmp/images/16x16/view.png X%%WWWDIR%%/themes/ngmp/images/1day.png X%%WWWDIR%%/themes/ngmp/images/32x32/admin2.png X%%WWWDIR%%/themes/ngmp/images/32x32/admin_password.png X%%WWWDIR%%/themes/ngmp/images/32x32/allow_senders.png X%%WWWDIR%%/themes/ngmp/images/32x32/antispam.png X%%WWWDIR%%/themes/ngmp/images/32x32/antispam2.png X%%WWWDIR%%/themes/ngmp/images/32x32/antivirus.png X%%WWWDIR%%/themes/ngmp/images/32x32/backup.png X%%WWWDIR%%/themes/ngmp/images/32x32/blacklist.png X%%WWWDIR%%/themes/ngmp/images/32x32/branding.png X%%WWWDIR%%/themes/ngmp/images/32x32/check.png X%%WWWDIR%%/themes/ngmp/images/32x32/clock.png X%%WWWDIR%%/themes/ngmp/images/32x32/config.png X%%WWWDIR%%/themes/ngmp/images/32x32/control_panel.png X%%WWWDIR%%/themes/ngmp/images/32x32/database.png X%%WWWDIR%%/themes/ngmp/images/32x32/default.png X%%WWWDIR%%/themes/ngmp/images/32x32/deny_senders.png X%%WWWDIR%%/themes/ngmp/images/32x32/dns.jpg X%%WWWDIR%%/themes/ngmp/images/32x32/feedback.png X%%WWWDIR%%/themes/ngmp/images/32x32/firewall.png X%%WWWDIR%%/themes/ngmp/images/32x32/globe.png X%%WWWDIR%%/themes/ngmp/images/32x32/greylist.png X%%WWWDIR%%/themes/ngmp/images/32x32/groups.png X%%WWWDIR%%/themes/ngmp/images/32x32/help.png X%%WWWDIR%%/themes/ngmp/images/32x32/lock.png X%%WWWDIR%%/themes/ngmp/images/32x32/log.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail2.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail_queue.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail_relay.png X%%WWWDIR%%/themes/ngmp/images/32x32/mailing.png X%%WWWDIR%%/themes/ngmp/images/32x32/mailinglist.png X%%WWWDIR%%/themes/ngmp/images/32x32/network_adapter.png X%%WWWDIR%%/themes/ngmp/images/32x32/pop3.png X%%WWWDIR%%/themes/ngmp/images/32x32/registration.png X%%WWWDIR%%/themes/ngmp/images/32x32/service.png X%%WWWDIR%%/themes/ngmp/images/32x32/settings.png X%%WWWDIR%%/themes/ngmp/images/32x32/shutdown.jpg X%%WWWDIR%%/themes/ngmp/images/32x32/spam.png X%%WWWDIR%%/themes/ngmp/images/32x32/ssl_pop3.png X%%WWWDIR%%/themes/ngmp/images/32x32/statistics.png X%%WWWDIR%%/themes/ngmp/images/32x32/subadmin.png X%%WWWDIR%%/themes/ngmp/images/32x32/system_monitor.png X%%WWWDIR%%/themes/ngmp/images/32x32/trash.png X%%WWWDIR%%/themes/ngmp/images/32x32/users.png X%%WWWDIR%%/themes/ngmp/images/32x32/warning.png X%%WWWDIR%%/themes/ngmp/images/32x32/whitelist.png X%%WWWDIR%%/themes/ngmp/images/48x48/addressbook.png X%%WWWDIR%%/themes/ngmp/images/48x48/antispam.png X%%WWWDIR%%/themes/ngmp/images/48x48/antivirus.png X%%WWWDIR%%/themes/ngmp/images/48x48/api.png X%%WWWDIR%%/themes/ngmp/images/48x48/calendar.png X%%WWWDIR%%/themes/ngmp/images/48x48/encrypt.png X%%WWWDIR%%/themes/ngmp/images/48x48/exchange.png X%%WWWDIR%%/themes/ngmp/images/48x48/files.png X%%WWWDIR%%/themes/ngmp/images/48x48/ftp_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/groupware.png X%%WWWDIR%%/themes/ngmp/images/48x48/im.png X%%WWWDIR%%/themes/ngmp/images/48x48/mail_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/migration.png X%%WWWDIR%%/themes/ngmp/images/48x48/outlook.png X%%WWWDIR%%/themes/ngmp/images/48x48/rss.png X%%WWWDIR%%/themes/ngmp/images/48x48/sip_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/syncml.png X%%WWWDIR%%/themes/ngmp/images/48x48/task_list.png X%%WWWDIR%%/themes/ngmp/images/48x48/web_server.png X%%WWWDIR%%/themes/ngmp/images/5days.png X%%WWWDIR%%/themes/ngmp/images/7days.png X%%WWWDIR%%/themes/ngmp/images/AddContact16.png X%%WWWDIR%%/themes/ngmp/images/AddFolder16.png X%%WWWDIR%%/themes/ngmp/images/Addressbook16.png X%%WWWDIR%%/themes/ngmp/images/Admin16.png X%%WWWDIR%%/themes/ngmp/images/Archive16.png X%%WWWDIR%%/themes/ngmp/images/AutoPreview16.png X%%WWWDIR%%/themes/ngmp/images/Bookmarks16.png X%%WWWDIR%%/themes/ngmp/images/Calendar16.png X%%WWWDIR%%/themes/ngmp/images/Contacts16.png X%%WWWDIR%%/themes/ngmp/images/Contacts32.png X%%WWWDIR%%/themes/ngmp/images/Download16.png X%%WWWDIR%%/themes/ngmp/images/Drafts16.png X%%WWWDIR%%/themes/ngmp/images/Fax16.png X%%WWWDIR%%/themes/ngmp/images/Files16.png X%%WWWDIR%%/themes/ngmp/images/Forward16.png X%%WWWDIR%%/themes/ngmp/images/Home16.png X%%WWWDIR%%/themes/ngmp/images/Inbox16.png X%%WWWDIR%%/themes/ngmp/images/Logout16.png X%%WWWDIR%%/themes/ngmp/images/Mail-attachment.png X%%WWWDIR%%/themes/ngmp/images/Mail-open.png X%%WWWDIR%%/themes/ngmp/images/Mail16.png X%%WWWDIR%%/themes/ngmp/images/Map16.png X%%WWWDIR%%/themes/ngmp/images/MessageWindow16.png X%%WWWDIR%%/themes/ngmp/images/NewMessage16.png X%%WWWDIR%%/themes/ngmp/images/NoSpam16.png X%%WWWDIR%%/themes/ngmp/images/Preferences16.png X%%WWWDIR%%/themes/ngmp/images/Print16.png X%%WWWDIR%%/themes/ngmp/images/Priority16.png X%%WWWDIR%%/themes/ngmp/images/Reply16.png X%%WWWDIR%%/themes/ngmp/images/ReplyAll16.png X%%WWWDIR%%/themes/ngmp/images/SMS16.png X%%WWWDIR%%/themes/ngmp/images/SaveDraft16.png X%%WWWDIR%%/themes/ngmp/images/Search16.png X%%WWWDIR%%/themes/ngmp/images/Sent16.png X%%WWWDIR%%/themes/ngmp/images/Spam16.png X%%WWWDIR%%/themes/ngmp/images/Status16.png X%%WWWDIR%%/themes/ngmp/images/Stickies16.png X%%WWWDIR%%/themes/ngmp/images/ToDo16.png X%%WWWDIR%%/themes/ngmp/images/Trash16.png X%%WWWDIR%%/themes/ngmp/images/UnArchive16.png X%%WWWDIR%%/themes/ngmp/images/Upload16.png X%%WWWDIR%%/themes/ngmp/images/add-company.png X%%WWWDIR%%/themes/ngmp/images/add.png X%%WWWDIR%%/themes/ngmp/images/bg.gif X%%WWWDIR%%/themes/ngmp/images/block-bg.gif X%%WWWDIR%%/themes/ngmp/images/bubble-1.png X%%WWWDIR%%/themes/ngmp/images/bubble-2.png X%%WWWDIR%%/themes/ngmp/images/bubble-3.png X%%WWWDIR%%/themes/ngmp/images/bubble-4.png X%%WWWDIR%%/themes/ngmp/images/bubble-5.png X%%WWWDIR%%/themes/ngmp/images/bubble-6.png X%%WWWDIR%%/themes/ngmp/images/bubble-7.png X%%WWWDIR%%/themes/ngmp/images/bubble-8.png X%%WWWDIR%%/themes/ngmp/images/color-trigger.gif X%%WWWDIR%%/themes/ngmp/images/company.png X%%WWWDIR%%/themes/ngmp/images/compress.png X%%WWWDIR%%/themes/ngmp/images/copy.png X%%WWWDIR%%/themes/ngmp/images/cut.png X%%WWWDIR%%/themes/ngmp/images/decompress.png X%%WWWDIR%%/themes/ngmp/images/default/box/corners-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/corners.gif X%%WWWDIR%%/themes/ngmp/images/default/box/l-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/l.gif X%%WWWDIR%%/themes/ngmp/images/default/box/r-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/r.gif X%%WWWDIR%%/themes/ngmp/images/default/box/tb-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/tb.gif X%%WWWDIR%%/themes/ngmp/images/default/button/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/default/button/btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-add.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/editor/tb-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/form/clear-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/clear-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/date-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/date-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/error-tip-corners.gif X%%WWWDIR%%/themes/ngmp/images/default/form/exclamation.gif X%%WWWDIR%%/themes/ngmp/images/default/form/search-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/search-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/text-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger-tpl.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/Thumbs.db X%%WWWDIR%%/themes/ngmp/images/default/grid/arrow-left-white.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/arrow-right-white.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/col-move-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/col-move-top.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/columns.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/dirty.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/done.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/footer-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-blue-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-blue-split.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-hrow.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-split.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-vista-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hd-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hrow-over.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hrow.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-special-col-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-special-col-sel-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/group-by.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/group-expand-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hd-pop.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-asc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-desc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-lock.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-lock.png X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-unlock.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-unlock.png X%%WWWDIR%%/themes/ngmp/images/default/grid/invalid_line.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/loading.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/mso-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/nowait.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-first-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-first.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-last-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-last.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-next-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-next.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-prev-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-prev.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/pick-button.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/refresh.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-check-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-expand-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-over.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-sel.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/sort_asc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/sort_desc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/wait.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/collapse.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/expand.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-left.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-right.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-top.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/ns-collapse.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/ns-expand.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-close.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-title-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-title-light-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/stick.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/stuck.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/tab-close-on.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/checked.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/group-checked.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/item-over.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/menu-parent.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/menu.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/unchecked.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/left-right.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/light-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tool-sprite-tpl.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tool-sprites.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tools-sprites-trans.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/default/panel/white-corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/white-left-right.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/white-top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/progress/progress-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/close.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/s.gif X%%WWWDIR%%/themes/ngmp/images/default/shadow-c.png X%%WWWDIR%%/themes/ngmp/images/default/shadow-lr.png X%%WWWDIR%%/themes/ngmp/images/default/shadow.png X%%WWWDIR%%/themes/ngmp/images/default/shared/blue-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/calendar.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/glass-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/hd-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/large-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/left-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/loading-balls.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/right-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/warning.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/e-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/ne-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/ne-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/nw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/nw-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/s-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/se-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/square.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/sw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/sw-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-bg.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-thumb.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-v-bg.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-v-thumb.png X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroll-left.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroll-right.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroller-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-bg.png X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-btm-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tabs-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-arrow-light.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-over-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/tb-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/arrows.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-add.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-between.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-over.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-under.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-minus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-minus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-plus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-plus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-line.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-minus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-minus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-plus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-plus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/folder-open.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/folder.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/leaf.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/loading.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/s.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-error.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-info.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-question.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-warning.gif X%%WWWDIR%%/themes/ngmp/images/default/window/left-corners.png X%%WWWDIR%%/themes/ngmp/images/default/window/left-corners.psd X%%WWWDIR%%/themes/ngmp/images/default/window/left-right.png X%%WWWDIR%%/themes/ngmp/images/default/window/left-right.psd X%%WWWDIR%%/themes/ngmp/images/default/window/right-corners.png X%%WWWDIR%%/themes/ngmp/images/default/window/right-corners.psd X%%WWWDIR%%/themes/ngmp/images/default/window/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/default/window/top-bottom.psd X%%WWWDIR%%/themes/ngmp/images/delete.png X%%WWWDIR%%/themes/ngmp/images/download.png X%%WWWDIR%%/themes/ngmp/images/edit.png X%%WWWDIR%%/themes/ngmp/images/folder_home.png X%%WWWDIR%%/themes/ngmp/images/gray/button/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/gray/button/btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/left-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/light-hd.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tool-sprite-tpl.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tool-sprites.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tools-sprites-trans.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-left-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/close.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/s.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroll-left.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroll-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroller-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-bg.png X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-btm-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tabs-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-arrow-light.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-over-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/tb-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-error.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-info.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-question.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-warning.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/left-corners.png X%%WWWDIR%%/themes/ngmp/images/gray/window/left-corners.pspimage X%%WWWDIR%%/themes/ngmp/images/gray/window/left-right.png X%%WWWDIR%%/themes/ngmp/images/gray/window/right-corners.png X%%WWWDIR%%/themes/ngmp/images/gray/window/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/hread.png X%%WWWDIR%%/themes/ngmp/images/hstarred.png X%%WWWDIR%%/themes/ngmp/images/install/install_big_banner_en_us.png X%%WWWDIR%%/themes/ngmp/images/install/install_big_banner_zh_cn.png X%%WWWDIR%%/themes/ngmp/images/list.png X%%WWWDIR%%/themes/ngmp/images/manage.png X%%WWWDIR%%/themes/ngmp/images/meter.gif X%%WWWDIR%%/themes/ngmp/images/meter_background.gif X%%WWWDIR%%/themes/ngmp/images/month.png X%%WWWDIR%%/themes/ngmp/images/ngmp-logo.png X%%WWWDIR%%/themes/ngmp/images/paste.png X%%WWWDIR%%/themes/ngmp/images/preview-bottom.gif X%%WWWDIR%%/themes/ngmp/images/preview-hide.gif X%%WWWDIR%%/themes/ngmp/images/preview-right.gif X%%WWWDIR%%/themes/ngmp/images/progress-bg.gif X%%WWWDIR%%/themes/ngmp/images/properties.png X%%WWWDIR%%/themes/ngmp/images/refresh.png X%%WWWDIR%%/themes/ngmp/images/seen.png X%%WWWDIR%%/themes/ngmp/images/star_off.png X%%WWWDIR%%/themes/ngmp/images/trigger-elipsis.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-center.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-left.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-right.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/close.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/dlg-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/hd-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/w-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/grid/grid-split.gif X%%WWWDIR%%/themes/ngmp/images/vista/grid/grid-vista-hd.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/ns-collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/ns-expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-close.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-title-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-title-light-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/stick.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/tab-close-on.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/vista/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/s.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/e-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/ne-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/ne-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/nw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/nw-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/s-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/se-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/sw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/sw-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/install/congratulations.tpl X%%WWWDIR%%/themes/ngmp/install/domaininit.tpl X%%WWWDIR%%/themes/ngmp/install/license.tpl X%%WWWDIR%%/themes/ngmp/install/registration.tpl X%%WWWDIR%%/themes/ngmp/install/welcome.tpl X%%WWWDIR%%/themes/ngmp/portal.tpl X%%WWWDIR%%/themes/ngmp/script/about.js X%%WWWDIR%%/themes/ngmp/script/addressbook.js X%%WWWDIR%%/themes/ngmp/script/admin_domain.js X%%WWWDIR%%/themes/ngmp/script/admin_filter.js X%%WWWDIR%%/themes/ngmp/script/admin_mail.js X%%WWWDIR%%/themes/ngmp/script/admin_maintenance.js X%%WWWDIR%%/themes/ngmp/script/admin_user.js X%%WWWDIR%%/themes/ngmp/script/adminlayout.js X%%WWWDIR%%/themes/ngmp/script/common.js X%%WWWDIR%%/themes/ngmp/script/data.js X%%WWWDIR%%/themes/ngmp/script/dataview.js X%%WWWDIR%%/themes/ngmp/script/dialog.js X%%WWWDIR%%/themes/ngmp/script/ext/ext-all-debug.js X%%WWWDIR%%/themes/ngmp/script/ext/ext-core.js X%%WWWDIR%%/themes/ngmp/script/ext/ext.js X%%WWWDIR%%/themes/ngmp/script/files.js X%%WWWDIR%%/themes/ngmp/script/form.js X%%WWWDIR%%/themes/ngmp/script/grid.js X%%WWWDIR%%/themes/ngmp/script/initialize.js X%%WWWDIR%%/themes/ngmp/script/layout.js X%%WWWDIR%%/themes/ngmp/script/mail.js X%%WWWDIR%%/themes/ngmp/script/mainlayout.js X%%WWWDIR%%/themes/ngmp/script/ngmp.js X%%WWWDIR%%/themes/ngmp/script/panel.js X%%WWWDIR%%/themes/ngmp/script/plugins.js X%%WWWDIR%%/themes/ngmp/script/preferences.js X%%WWWDIR%%/themes/ngmp/script/summary.js X%%WWWDIR%%/themes/ngmp/script/utils.js X@exec mkdir -p %D/%%WWWDIR%%/themes_c X@dirrmtry %%WWWDIR%%/themes_c X@dirrm %%WWWDIR%%/themes/ngmp/script/ext X@dirrm %%WWWDIR%%/themes/ngmp/script X@dirrm %%WWWDIR%%/themes/ngmp/install X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/sizer X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/layout X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/grid X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/basic-dialog X@dirrm %%WWWDIR%%/themes/ngmp/images/vista X@dirrm %%WWWDIR%%/themes/ngmp/images/install X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/window X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/panel X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/button X@dirrm %%WWWDIR%%/themes/ngmp/images/gray X@dirrm %%WWWDIR%%/themes/ngmp/images/default/window X@dirrm %%WWWDIR%%/themes/ngmp/images/default/tree X@dirrm %%WWWDIR%%/themes/ngmp/images/default/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/default/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/default/slider X@dirrm %%WWWDIR%%/themes/ngmp/images/default/sizer X@dirrm %%WWWDIR%%/themes/ngmp/images/default/shared X@dirrm %%WWWDIR%%/themes/ngmp/images/default/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/default/progress X@dirrm %%WWWDIR%%/themes/ngmp/images/default/panel X@dirrm %%WWWDIR%%/themes/ngmp/images/default/menu X@dirrm %%WWWDIR%%/themes/ngmp/images/default/layout X@dirrm %%WWWDIR%%/themes/ngmp/images/default/grid X@dirrm %%WWWDIR%%/themes/ngmp/images/default/form X@dirrm %%WWWDIR%%/themes/ngmp/images/default/editor X@dirrm %%WWWDIR%%/themes/ngmp/images/default/dd X@dirrm %%WWWDIR%%/themes/ngmp/images/default/button X@dirrm %%WWWDIR%%/themes/ngmp/images/default/box X@dirrm %%WWWDIR%%/themes/ngmp/images/default X@dirrm %%WWWDIR%%/themes/ngmp/images/48x48 X@dirrm %%WWWDIR%%/themes/ngmp/images/32x32 X@dirrm %%WWWDIR%%/themes/ngmp/images/16x16/filetype X@dirrm %%WWWDIR%%/themes/ngmp/images/16x16 X@dirrm %%WWWDIR%%/themes/ngmp/images X@dirrm %%WWWDIR%%/themes/ngmp/css X@dirrm %%WWWDIR%%/themes/ngmp X@dirrm %%WWWDIR%%/themes X@dirrmtry %%WWWDIR%%/libs/prevantage X@dirrmtry %%WWWDIR%%/libs/modules X@dirrmtry %%WWWDIR%%/libs X@dirrm %%WWWDIR%%/conf/sql X@dirrm %%WWWDIR%%/conf/exim X@dirrm %%WWWDIR%%/conf/etc X@dirrm %%WWWDIR%%/conf/dspam X@dirrm %%WWWDIR%%/conf/courier-imap X@dirrm %%WWWDIR%%/conf/authlib X@dirrm %%WWWDIR%%/conf/apache X@dirrm %%WWWDIR%%/conf X@dirrm %%WWWDIR%%/docs/license X@dirrm %%WWWDIR%%/docs X@dirrmtry %%WWWDIR%%/cache X@dirrmtry %%WWWDIR%% END-of-ngmp/pkg-plist exit --Apple-Mail-10-1012484717 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-10-1012484717-- From: Luke Jee To: bug-followup@FreeBSD.org, lukejee@gmail.com Cc: Subject: Re: ports/126095: New port: mail/ngmp A full AJAX based web app for messaging and collaboration Date: Sun, 3 Aug 2008 05:22:47 +0800 --Apple-Mail-1-1034282406 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit update to 0.1.3 thanks --Luke --Apple-Mail-1-1034282406 Content-Disposition: attachment; filename=shar.txt Content-Type: text/plain; x-unix-mode=0644; name="shar.txt" Content-Transfer-Encoding: 7bit # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ngmp # ngmp/files # ngmp/files/pkg-message.in # ngmp/Makefile # ngmp/pkg-descr # ngmp/pkg-plist # echo c - ngmp mkdir -p ngmp > /dev/null 2>&1 echo c - ngmp/files mkdir -p ngmp/files > /dev/null 2>&1 echo x - ngmp/files/pkg-message.in sed 's/^X//' >ngmp/files/pkg-message.in << 'END-of-ngmp/files/pkg-message.in' X XPOST-IuNSTALL CONFIGURATION FOR NGMP X=================================== X X X1) Before the post-install of ngmp, please make sure Xthe following servers work well first. X exim (smtp) X courier-imap (pop3/imap) X courier-authlib (auth) X dspam (antispam) X clamav-clamd (antivirus) X XThese servers configuration files are in %%WWWDIR%%/conf/, Xcopy those files to their server configuration directory X X2) Create database and tables in postgresql server Xexample: X createuser ngmp -S -D -R -l -q X createdb -O ngmp ngmp X createlang plpgsql ngmp X psql -U ngmp ngmp -f %%WWWDIR%%/conf/sql/ngmp.sql X Xif you use different db username than 'ngmp', then you should change then ngmp settings file, X Xcmd: X cp %%WWWDIR%%/libs/prevantage/ngmp.settings.ini.default %%WWWDIR%%/libs/prevantage/ngmp.settings.ini X X changes install_dir & users_dir in ngmp.settings.ini X Xchange db relate settings in the config file X X3) Apache 2 X Enable NameVirtualHost X cp %%WWWDIR%%/conf/apache/httpd-vhost-ngmp.conf to apache conf directory X change values in httpd-vhost-ngmp.conf X X4) Disable apc module in php extensions.ini X X5) visit http://www.prevantage.com to acquire a free license X X===================================== END-of-ngmp/files/pkg-message.in echo x - ngmp/Makefile sed 's/^X//' >ngmp/Makefile << 'END-of-ngmp/Makefile' X# New ports collection makefile for: Prevantage NGMP X# Date created: July 28 2008 X# Whom: Luke Jee X# X# $FreeBSD$ X XPORTNAME= ngmp XPORTVERSION= 0.1.3 XPORTREVISION= 1 XCATEGORIES= mail www XMASTER_SITES= ftp://ftp.prevantage.com/releases/ \ X ftp://ftp2.prevantage.com/releases/ XDISTNAME= ngmp-for-freebsd-${PORTVERSION} X XMAINTAINER= lukejee@gmail.com XCOMMENT= A full AJAX based web app for messaging and collaboration X XRUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22 \ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql \ X ${LOCALBASE}/bin/pg_ctl:${PORTSDIR}/databases/postgresql83-server \ X ${LOCALBASE}/sbin/exim:${PORTSDIR}/mail/exim \ X ${LOCALBASE}/bin/imapd:${PORTSDIR}/mail/courier-imap \ X ${LOCALBASE}/lib/courier-authlib/libauthpgsql.so:${PORTSDIR}/databases/courier-authlib-pgsql \ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/fileinfo.so:${PORTSDIR}/sysutils/pecl-fileinfo\ X ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/ZendExtensionManager.so:${PORTSDIR}/devel/ZendOptimizer \ X ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav \ X ${LOCALBASE}/bin/dspam:${PORTSDIR}/mail/dspam-devel \ X ${LOCALBASE}/share/pear/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \ X ${LOCALBASE}/share/pear/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ X ${LOCALBASE}/share/pear/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ X ${LOCALBASE}/share/pear/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \ X ${LOCALBASE}/share/pear/Benchmark/Timer.php:${PORTSDIR}/benchmarks/pear-Benchmark \ X ${LOCALBASE}/share/ZendFramework:${PORTSDIR}/www/zend-framework \ X ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty \ X ${LOCALBASE}/www/tinymce:${PORTSDIR}/www/tinymce X XNO_BUILD= yes X XWANT_PHP_MOD= yes XPHP_VER= 5 XUSE_PHP= session mbstring iconv pcre pdo pdo_sqlite imap json hash X XWITH_PGSQL= yes XWANT_PGSQL_VER= 83 X XSUB_FILES= pkg-message X Xdo-install: X @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} X @${CHMOD} -R 755 ${WWWDIR} X Xpost-install: X @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ X >> ${TMPPLIST} X @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \ X >> ${TMPPLIST} X @${CAT} ${PKGMESSAGE} X X.include END-of-ngmp/Makefile echo x - ngmp/pkg-descr sed 's/^X//' >ngmp/pkg-descr << 'END-of-ngmp/pkg-descr' XNGMP is a browser-based, fully AJAX Web 2.0 application Xfor messaging and collaboration - email, group calendaring, contacts, Xand web document management and authoring. XNGMP is written in PHP and requires the PostgreSQL database. X XWWW: http://www.prevantage.com/ X X- Luke Jee Xlukejee@gmail.com END-of-ngmp/pkg-descr echo x - ngmp/pkg-plist sed 's/^X//' >ngmp/pkg-plist << 'END-of-ngmp/pkg-plist' X%%WWWDIR%%/.htaccess X%%WWWDIR%%/conf/apache/httpd-vhost-ngmp.conf X%%WWWDIR%%/conf/apache/httpd.conf X%%WWWDIR%%/conf/authlib/authdaemonrc X%%WWWDIR%%/conf/authlib/authpgsqlrc X%%WWWDIR%%/conf/courier-imap/imapd X%%WWWDIR%%/conf/courier-imap/imapd-ssl X%%WWWDIR%%/conf/courier-imap/imapd.cnf X%%WWWDIR%%/conf/courier-imap/imapd.pem X%%WWWDIR%%/conf/courier-imap/pop3d X%%WWWDIR%%/conf/courier-imap/pop3d-ssl X%%WWWDIR%%/conf/courier-imap/pop3d.cnf X%%WWWDIR%%/conf/courier-imap/pop3d.pem X%%WWWDIR%%/conf/courier-imap/quotawarnmsg.example X%%WWWDIR%%/conf/dspam/dspam.conf X%%WWWDIR%%/conf/exim/configure X%%WWWDIR%%/conf/etc/php.ini X%%WWWDIR%%/conf/etc/rc.conf.ngmp X%%WWWDIR%%/conf/sql/empty.sh X%%WWWDIR%%/conf/sql/ngmp.sql X%%WWWDIR%%/conf/sql/testdata.sh X%%WWWDIR%%/conf/sql/testdata.sql X%%WWWDIR%%/conf/sql/user.mail.sql X%%WWWDIR%%/docs/README X%%WWWDIR%%/docs/license/license-zh_cn.txt X%%WWWDIR%%/docs/license/license-en_us.txt X%%WWWDIR%%/favicon.ico X%%WWWDIR%%/index.php X%%WWWDIR%%/install.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.addressbook.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.admin.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.files.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.mail.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.preferences.php X%%WWWDIR%%/libs/modules/prevantage.ngmp.modules.summary.php X%%WWWDIR%%/libs/prevantage/ngmp.core.const.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.pgsql.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.php X%%WWWDIR%%/libs/prevantage/ngmp.core.db.sqlite.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.en_us.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.zh_cn.php X%%WWWDIR%%/libs/prevantage/ngmp.core.language.zh_tw.php X%%WWWDIR%%/libs/prevantage/ngmp.core.utilities.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.auth.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.global.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.standalone.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.themes.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.url.php X%%WWWDIR%%/libs/prevantage/ngmp.core.web.user.php X%%WWWDIR%%/libs/prevantage/ngmp.modules.core.php X%%WWWDIR%%/libs/prevantage/ngmp.settings.ini.default X%%WWWDIR%%/libs/prevantage/ngmp.settings.php X%%WWWDIR%%/libs/prevantage/ngmp.utils.logger.php X%%WWWDIR%%/libs/prevantage/ngmp.web.core.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.congratulations.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.domaininit.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.license.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.registration.php X%%WWWDIR%%/libs/prevantage/ngmp.web.install.welcome.php X%%WWWDIR%%/libs/prevantage/ngmp.web.login.php X%%WWWDIR%%/libs/prevantage/ngmp.web.portal.php X%%WWWDIR%%/libs/prevantage/ngmp.web.session.php X%%WWWDIR%%/libs/prevantage/ngmp.web.smarty.php X%%WWWDIR%%/login.php X%%WWWDIR%%/ngmp.php X%%WWWDIR%%/ngmp_sl.php X%%WWWDIR%%/themes/ngmp/css/README.txt X%%WWWDIR%%/themes/ngmp/css/borders.css X%%WWWDIR%%/themes/ngmp/css/box.css X%%WWWDIR%%/themes/ngmp/css/button.css X%%WWWDIR%%/themes/ngmp/css/combo.css X%%WWWDIR%%/themes/ngmp/css/core.css X%%WWWDIR%%/themes/ngmp/css/date-picker.css X%%WWWDIR%%/themes/ngmp/css/dd.css X%%WWWDIR%%/themes/ngmp/css/debug.css X%%WWWDIR%%/themes/ngmp/css/dialog.css X%%WWWDIR%%/themes/ngmp/css/editor.css X%%WWWDIR%%/themes/ngmp/css/ext-all.css X%%WWWDIR%%/themes/ngmp/css/form.css X%%WWWDIR%%/themes/ngmp/css/framework.css X%%WWWDIR%%/themes/ngmp/css/grid.css X%%WWWDIR%%/themes/ngmp/css/layout.css X%%WWWDIR%%/themes/ngmp/css/menu.css X%%WWWDIR%%/themes/ngmp/css/ngmp.css X%%WWWDIR%%/themes/ngmp/css/panel.css X%%WWWDIR%%/themes/ngmp/css/progress.css X%%WWWDIR%%/themes/ngmp/css/qtips.css X%%WWWDIR%%/themes/ngmp/css/reset-min.css X%%WWWDIR%%/themes/ngmp/css/reset.css X%%WWWDIR%%/themes/ngmp/css/resizable.css X%%WWWDIR%%/themes/ngmp/css/slider.css X%%WWWDIR%%/themes/ngmp/css/tabs.css X%%WWWDIR%%/themes/ngmp/css/toolbar.css X%%WWWDIR%%/themes/ngmp/css/tree.css X%%WWWDIR%%/themes/ngmp/css/window.css X%%WWWDIR%%/themes/ngmp/css/xtheme-gray.css X%%WWWDIR%%/themes/ngmp/images/16x16/add.png X%%WWWDIR%%/themes/ngmp/images/16x16/alert.png X%%WWWDIR%%/themes/ngmp/images/16x16/approve.png X%%WWWDIR%%/themes/ngmp/images/16x16/backup.gif X%%WWWDIR%%/themes/ngmp/images/16x16/branding.gif X%%WWWDIR%%/themes/ngmp/images/16x16/check.gif X%%WWWDIR%%/themes/ngmp/images/16x16/comment.png X%%WWWDIR%%/themes/ngmp/images/16x16/company.png X%%WWWDIR%%/themes/ngmp/images/16x16/complete.png X%%WWWDIR%%/themes/ngmp/images/16x16/config.png X%%WWWDIR%%/themes/ngmp/images/16x16/contact.png X%%WWWDIR%%/themes/ngmp/images/16x16/default.png X%%WWWDIR%%/themes/ngmp/images/16x16/delete.png X%%WWWDIR%%/themes/ngmp/images/16x16/disable.png X%%WWWDIR%%/themes/ngmp/images/16x16/edit.png X%%WWWDIR%%/themes/ngmp/images/16x16/enable.png X%%WWWDIR%%/themes/ngmp/images/16x16/feed.png X%%WWWDIR%%/themes/ngmp/images/16x16/feedback.gif X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/doc.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/folder.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/jpg.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/pdf.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/ppt.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/unknown.png X%%WWWDIR%%/themes/ngmp/images/16x16/filetype/xls.png X%%WWWDIR%%/themes/ngmp/images/16x16/filter.png X%%WWWDIR%%/themes/ngmp/images/16x16/globe.png X%%WWWDIR%%/themes/ngmp/images/16x16/group.png X%%WWWDIR%%/themes/ngmp/images/16x16/help.gif X%%WWWDIR%%/themes/ngmp/images/16x16/lang.gif X%%WWWDIR%%/themes/ngmp/images/16x16/listusers.gif X%%WWWDIR%%/themes/ngmp/images/16x16/logout.png X%%WWWDIR%%/themes/ngmp/images/16x16/maintenance.png X%%WWWDIR%%/themes/ngmp/images/16x16/notes.png X%%WWWDIR%%/themes/ngmp/images/16x16/personal.png X%%WWWDIR%%/themes/ngmp/images/16x16/registration.gif X%%WWWDIR%%/themes/ngmp/images/16x16/report.gif X%%WWWDIR%%/themes/ngmp/images/16x16/schedule.gif X%%WWWDIR%%/themes/ngmp/images/16x16/security.png X%%WWWDIR%%/themes/ngmp/images/16x16/services.png X%%WWWDIR%%/themes/ngmp/images/16x16/settings.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings.png X%%WWWDIR%%/themes/ngmp/images/16x16/settings_allow.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_db.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_defaults.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_sendmail.gif X%%WWWDIR%%/themes/ngmp/images/16x16/settings_spell.gif X%%WWWDIR%%/themes/ngmp/images/16x16/star.png X%%WWWDIR%%/themes/ngmp/images/16x16/starred.png X%%WWWDIR%%/themes/ngmp/images/16x16/stats.gif X%%WWWDIR%%/themes/ngmp/images/16x16/summary.png X%%WWWDIR%%/themes/ngmp/images/16x16/task_list.png X%%WWWDIR%%/themes/ngmp/images/16x16/up.png X%%WWWDIR%%/themes/ngmp/images/16x16/user.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_add.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_delete.png X%%WWWDIR%%/themes/ngmp/images/16x16/user_edit.png X%%WWWDIR%%/themes/ngmp/images/16x16/view.png X%%WWWDIR%%/themes/ngmp/images/1day.png X%%WWWDIR%%/themes/ngmp/images/32x32/admin2.png X%%WWWDIR%%/themes/ngmp/images/32x32/admin_password.png X%%WWWDIR%%/themes/ngmp/images/32x32/allow_senders.png X%%WWWDIR%%/themes/ngmp/images/32x32/antispam.png X%%WWWDIR%%/themes/ngmp/images/32x32/antispam2.png X%%WWWDIR%%/themes/ngmp/images/32x32/antivirus.png X%%WWWDIR%%/themes/ngmp/images/32x32/backup.png X%%WWWDIR%%/themes/ngmp/images/32x32/blacklist.png X%%WWWDIR%%/themes/ngmp/images/32x32/branding.png X%%WWWDIR%%/themes/ngmp/images/32x32/check.png X%%WWWDIR%%/themes/ngmp/images/32x32/clock.png X%%WWWDIR%%/themes/ngmp/images/32x32/config.png X%%WWWDIR%%/themes/ngmp/images/32x32/control_panel.png X%%WWWDIR%%/themes/ngmp/images/32x32/database.png X%%WWWDIR%%/themes/ngmp/images/32x32/default.png X%%WWWDIR%%/themes/ngmp/images/32x32/deny_senders.png X%%WWWDIR%%/themes/ngmp/images/32x32/dns.jpg X%%WWWDIR%%/themes/ngmp/images/32x32/feedback.png X%%WWWDIR%%/themes/ngmp/images/32x32/firewall.png X%%WWWDIR%%/themes/ngmp/images/32x32/globe.png X%%WWWDIR%%/themes/ngmp/images/32x32/greylist.png X%%WWWDIR%%/themes/ngmp/images/32x32/groups.png X%%WWWDIR%%/themes/ngmp/images/32x32/help.png X%%WWWDIR%%/themes/ngmp/images/32x32/lock.png X%%WWWDIR%%/themes/ngmp/images/32x32/log.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail2.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail_queue.png X%%WWWDIR%%/themes/ngmp/images/32x32/mail_relay.png X%%WWWDIR%%/themes/ngmp/images/32x32/mailing.png X%%WWWDIR%%/themes/ngmp/images/32x32/mailinglist.png X%%WWWDIR%%/themes/ngmp/images/32x32/network_adapter.png X%%WWWDIR%%/themes/ngmp/images/32x32/pop3.png X%%WWWDIR%%/themes/ngmp/images/32x32/registration.png X%%WWWDIR%%/themes/ngmp/images/32x32/service.png X%%WWWDIR%%/themes/ngmp/images/32x32/settings.png X%%WWWDIR%%/themes/ngmp/images/32x32/shutdown.jpg X%%WWWDIR%%/themes/ngmp/images/32x32/spam.png X%%WWWDIR%%/themes/ngmp/images/32x32/ssl_pop3.png X%%WWWDIR%%/themes/ngmp/images/32x32/statistics.png X%%WWWDIR%%/themes/ngmp/images/32x32/subadmin.png X%%WWWDIR%%/themes/ngmp/images/32x32/system_monitor.png X%%WWWDIR%%/themes/ngmp/images/32x32/trash.png X%%WWWDIR%%/themes/ngmp/images/32x32/users.png X%%WWWDIR%%/themes/ngmp/images/32x32/warning.png X%%WWWDIR%%/themes/ngmp/images/32x32/whitelist.png X%%WWWDIR%%/themes/ngmp/images/48x48/addressbook.png X%%WWWDIR%%/themes/ngmp/images/48x48/antispam.png X%%WWWDIR%%/themes/ngmp/images/48x48/antivirus.png X%%WWWDIR%%/themes/ngmp/images/48x48/api.png X%%WWWDIR%%/themes/ngmp/images/48x48/calendar.png X%%WWWDIR%%/themes/ngmp/images/48x48/encrypt.png X%%WWWDIR%%/themes/ngmp/images/48x48/exchange.png X%%WWWDIR%%/themes/ngmp/images/48x48/files.png X%%WWWDIR%%/themes/ngmp/images/48x48/ftp_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/groupware.png X%%WWWDIR%%/themes/ngmp/images/48x48/im.png X%%WWWDIR%%/themes/ngmp/images/48x48/mail_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/migration.png X%%WWWDIR%%/themes/ngmp/images/48x48/outlook.png X%%WWWDIR%%/themes/ngmp/images/48x48/rss.png X%%WWWDIR%%/themes/ngmp/images/48x48/sip_server.png X%%WWWDIR%%/themes/ngmp/images/48x48/syncml.png X%%WWWDIR%%/themes/ngmp/images/48x48/task_list.png X%%WWWDIR%%/themes/ngmp/images/48x48/web_server.png X%%WWWDIR%%/themes/ngmp/images/5days.png X%%WWWDIR%%/themes/ngmp/images/7days.png X%%WWWDIR%%/themes/ngmp/images/AddContact16.png X%%WWWDIR%%/themes/ngmp/images/AddFolder16.png X%%WWWDIR%%/themes/ngmp/images/Addressbook16.png X%%WWWDIR%%/themes/ngmp/images/Admin16.png X%%WWWDIR%%/themes/ngmp/images/Archive16.png X%%WWWDIR%%/themes/ngmp/images/AutoPreview16.png X%%WWWDIR%%/themes/ngmp/images/Bookmarks16.png X%%WWWDIR%%/themes/ngmp/images/Calendar16.png X%%WWWDIR%%/themes/ngmp/images/Contacts16.png X%%WWWDIR%%/themes/ngmp/images/Contacts32.png X%%WWWDIR%%/themes/ngmp/images/Download16.png X%%WWWDIR%%/themes/ngmp/images/Drafts16.png X%%WWWDIR%%/themes/ngmp/images/Fax16.png X%%WWWDIR%%/themes/ngmp/images/Files16.png X%%WWWDIR%%/themes/ngmp/images/Forward16.png X%%WWWDIR%%/themes/ngmp/images/Home16.png X%%WWWDIR%%/themes/ngmp/images/Inbox16.png X%%WWWDIR%%/themes/ngmp/images/Logout16.png X%%WWWDIR%%/themes/ngmp/images/Mail-attachment.png X%%WWWDIR%%/themes/ngmp/images/Mail-open.png X%%WWWDIR%%/themes/ngmp/images/Mail16.png X%%WWWDIR%%/themes/ngmp/images/Map16.png X%%WWWDIR%%/themes/ngmp/images/MessageWindow16.png X%%WWWDIR%%/themes/ngmp/images/NewMessage16.png X%%WWWDIR%%/themes/ngmp/images/NoSpam16.png X%%WWWDIR%%/themes/ngmp/images/Preferences16.png X%%WWWDIR%%/themes/ngmp/images/Print16.png X%%WWWDIR%%/themes/ngmp/images/Priority16.png X%%WWWDIR%%/themes/ngmp/images/Reply16.png X%%WWWDIR%%/themes/ngmp/images/ReplyAll16.png X%%WWWDIR%%/themes/ngmp/images/SMS16.png X%%WWWDIR%%/themes/ngmp/images/SaveDraft16.png X%%WWWDIR%%/themes/ngmp/images/Search16.png X%%WWWDIR%%/themes/ngmp/images/Sent16.png X%%WWWDIR%%/themes/ngmp/images/Spam16.png X%%WWWDIR%%/themes/ngmp/images/Status16.png X%%WWWDIR%%/themes/ngmp/images/Stickies16.png X%%WWWDIR%%/themes/ngmp/images/ToDo16.png X%%WWWDIR%%/themes/ngmp/images/Trash16.png X%%WWWDIR%%/themes/ngmp/images/UnArchive16.png X%%WWWDIR%%/themes/ngmp/images/Upload16.png X%%WWWDIR%%/themes/ngmp/images/add-company.png X%%WWWDIR%%/themes/ngmp/images/add.png X%%WWWDIR%%/themes/ngmp/images/bg.gif X%%WWWDIR%%/themes/ngmp/images/block-bg.gif X%%WWWDIR%%/themes/ngmp/images/bubble-1.png X%%WWWDIR%%/themes/ngmp/images/bubble-2.png X%%WWWDIR%%/themes/ngmp/images/bubble-3.png X%%WWWDIR%%/themes/ngmp/images/bubble-4.png X%%WWWDIR%%/themes/ngmp/images/bubble-5.png X%%WWWDIR%%/themes/ngmp/images/bubble-6.png X%%WWWDIR%%/themes/ngmp/images/bubble-7.png X%%WWWDIR%%/themes/ngmp/images/bubble-8.png X%%WWWDIR%%/themes/ngmp/images/color-trigger.gif X%%WWWDIR%%/themes/ngmp/images/company.png X%%WWWDIR%%/themes/ngmp/images/compress.png X%%WWWDIR%%/themes/ngmp/images/copy.png X%%WWWDIR%%/themes/ngmp/images/cut.png X%%WWWDIR%%/themes/ngmp/images/decompress.png X%%WWWDIR%%/themes/ngmp/images/default/box/corners-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/corners.gif X%%WWWDIR%%/themes/ngmp/images/default/box/l-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/l.gif X%%WWWDIR%%/themes/ngmp/images/default/box/r-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/r.gif X%%WWWDIR%%/themes/ngmp/images/default/box/tb-blue.gif X%%WWWDIR%%/themes/ngmp/images/default/box/tb.gif X%%WWWDIR%%/themes/ngmp/images/default/button/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/default/button/btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-add.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/dd/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/editor/tb-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/form/clear-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/clear-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/date-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/date-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/error-tip-corners.gif X%%WWWDIR%%/themes/ngmp/images/default/form/exclamation.gif X%%WWWDIR%%/themes/ngmp/images/default/form/search-trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/search-trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/form/text-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger-tpl.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger.gif X%%WWWDIR%%/themes/ngmp/images/default/form/trigger.psd X%%WWWDIR%%/themes/ngmp/images/default/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/Thumbs.db X%%WWWDIR%%/themes/ngmp/images/default/grid/arrow-left-white.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/arrow-right-white.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/col-move-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/col-move-top.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/columns.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/dirty.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/done.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/footer-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-blue-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-blue-split.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-hrow.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-split.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid-vista-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hd-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hrow-over.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-hrow.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-special-col-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/grid3-special-col-sel-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/group-by.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/group-expand-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hd-pop.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-asc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-desc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-lock.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-lock.png X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-unlock.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/hmenu-unlock.png X%%WWWDIR%%/themes/ngmp/images/default/grid/invalid_line.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/loading.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/mso-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/nowait.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-first-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-first.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-last-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-last.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-next-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-next.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-prev-disabled.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/page-prev.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/pick-button.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/refresh.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-check-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-expand-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-over.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/row-sel.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/sort_asc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/sort_desc.gif X%%WWWDIR%%/themes/ngmp/images/default/grid/wait.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/collapse.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/expand.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-left.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-right.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/mini-top.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/ns-collapse.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/ns-expand.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-close.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-title-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/panel-title-light-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/stick.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/stuck.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/tab-close-on.gif X%%WWWDIR%%/themes/ngmp/images/default/layout/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/checked.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/group-checked.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/item-over.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/menu-parent.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/menu.gif X%%WWWDIR%%/themes/ngmp/images/default/menu/unchecked.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/left-right.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/light-hd.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tool-sprite-tpl.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tool-sprites.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/tools-sprites-trans.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/default/panel/white-corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/white-left-right.gif X%%WWWDIR%%/themes/ngmp/images/default/panel/white-top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/default/progress/progress-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/close.gif X%%WWWDIR%%/themes/ngmp/images/default/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/s.gif X%%WWWDIR%%/themes/ngmp/images/default/shadow-c.png X%%WWWDIR%%/themes/ngmp/images/default/shadow-lr.png X%%WWWDIR%%/themes/ngmp/images/default/shadow.png X%%WWWDIR%%/themes/ngmp/images/default/shared/blue-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/calendar.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/glass-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/hd-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/large-loading.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/left-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/loading-balls.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/right-btn.gif X%%WWWDIR%%/themes/ngmp/images/default/shared/warning.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/e-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/ne-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/ne-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/nw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/nw-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/s-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/se-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/square.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/sw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/default/sizer/sw-handle.gif X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-bg.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-thumb.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-v-bg.png X%%WWWDIR%%/themes/ngmp/images/default/slider/slider-v-thumb.png X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroll-left.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroll-right.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/scroller-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-bg.png X%%WWWDIR%%/themes/ngmp/images/default/tabs/tab-strip-btm-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/tabs/tabs-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-arrow-light.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/btn-over-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/tb-bg.gif X%%WWWDIR%%/themes/ngmp/images/default/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/arrows.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-add.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-between.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-no.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-over.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-under.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/drop-yes.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-minus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-minus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-plus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end-plus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-end.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-line.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-minus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-minus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-plus-nl.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow-plus.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/elbow.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/folder-open.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/folder.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/leaf.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/loading.gif X%%WWWDIR%%/themes/ngmp/images/default/tree/s.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-error.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-info.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-question.gif X%%WWWDIR%%/themes/ngmp/images/default/window/icon-warning.gif X%%WWWDIR%%/themes/ngmp/images/default/window/left-corners.png X%%WWWDIR%%/themes/ngmp/images/default/window/left-corners.psd X%%WWWDIR%%/themes/ngmp/images/default/window/left-right.png X%%WWWDIR%%/themes/ngmp/images/default/window/left-right.psd X%%WWWDIR%%/themes/ngmp/images/default/window/right-corners.png X%%WWWDIR%%/themes/ngmp/images/default/window/right-corners.psd X%%WWWDIR%%/themes/ngmp/images/default/window/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/default/window/top-bottom.psd X%%WWWDIR%%/themes/ngmp/images/delete.png X%%WWWDIR%%/themes/ngmp/images/download.png X%%WWWDIR%%/themes/ngmp/images/edit.png X%%WWWDIR%%/themes/ngmp/images/folder_home.png X%%WWWDIR%%/themes/ngmp/images/gray/button/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/gray/button/btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/left-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/light-hd.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tool-sprite-tpl.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tool-sprites.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/tools-sprites-trans.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-corners-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-left-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/panel/white-top-bottom.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/close.gif X%%WWWDIR%%/themes/ngmp/images/gray/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/s.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroll-left.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroll-right.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/scroller-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-bg.png X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tab-strip-btm-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/tabs/tabs-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-arrow-light.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-arrow.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/btn-over-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/tb-bg.gif X%%WWWDIR%%/themes/ngmp/images/gray/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-error.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-info.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-question.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/icon-warning.gif X%%WWWDIR%%/themes/ngmp/images/gray/window/left-corners.png X%%WWWDIR%%/themes/ngmp/images/gray/window/left-corners.pspimage X%%WWWDIR%%/themes/ngmp/images/gray/window/left-right.png X%%WWWDIR%%/themes/ngmp/images/gray/window/right-corners.png X%%WWWDIR%%/themes/ngmp/images/gray/window/top-bottom.png X%%WWWDIR%%/themes/ngmp/images/hread.png X%%WWWDIR%%/themes/ngmp/images/hstarred.png X%%WWWDIR%%/themes/ngmp/images/install/install_big_banner_en_us.png X%%WWWDIR%%/themes/ngmp/images/install/install_big_banner_zh_cn.png X%%WWWDIR%%/themes/ngmp/images/list.png X%%WWWDIR%%/themes/ngmp/images/manage.png X%%WWWDIR%%/themes/ngmp/images/meter.gif X%%WWWDIR%%/themes/ngmp/images/meter_background.gif X%%WWWDIR%%/themes/ngmp/images/month.png X%%WWWDIR%%/themes/ngmp/images/ngmp-logo.png X%%WWWDIR%%/themes/ngmp/images/paste.png X%%WWWDIR%%/themes/ngmp/images/preview-bottom.gif X%%WWWDIR%%/themes/ngmp/images/preview-hide.gif X%%WWWDIR%%/themes/ngmp/images/preview-right.gif X%%WWWDIR%%/themes/ngmp/images/progress-bg.gif X%%WWWDIR%%/themes/ngmp/images/properties.png X%%WWWDIR%%/themes/ngmp/images/refresh.png X%%WWWDIR%%/themes/ngmp/images/seen.png X%%WWWDIR%%/themes/ngmp/images/star_off.png X%%WWWDIR%%/themes/ngmp/images/trigger-elipsis.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-center.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-left.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/bg-right.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/close.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/dlg-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/hd-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/basic-dialog/w-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/grid/grid-split.gif X%%WWWDIR%%/themes/ngmp/images/vista/grid/grid-vista-hd.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/gradient-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/ns-collapse.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/ns-expand.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-close.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-title-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/panel-title-light-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/stick.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/tab-close-on.gif X%%WWWDIR%%/themes/ngmp/images/vista/layout/tab-close.gif X%%WWWDIR%%/themes/ngmp/images/vista/qtip/bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/qtip/tip-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/s.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/e-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/e-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/ne-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/ne-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/nw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/nw-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/s-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/s-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/se-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/se-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/sw-handle-dark.gif X%%WWWDIR%%/themes/ngmp/images/vista/sizer/sw-handle.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-inactive-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-inactive-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-left-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-btm-right-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/tabs/tab-sprite.gif X%%WWWDIR%%/themes/ngmp/images/vista/toolbar/gray-bg.gif X%%WWWDIR%%/themes/ngmp/images/vista/toolbar/tb-btn-sprite.gif X%%WWWDIR%%/themes/ngmp/install/congratulations.tpl X%%WWWDIR%%/themes/ngmp/install/domaininit.tpl X%%WWWDIR%%/themes/ngmp/install/license.tpl X%%WWWDIR%%/themes/ngmp/install/registration.tpl X%%WWWDIR%%/themes/ngmp/install/welcome.tpl X%%WWWDIR%%/themes/ngmp/portal.tpl X%%WWWDIR%%/themes/ngmp/script/about.js X%%WWWDIR%%/themes/ngmp/script/addressbook.js X%%WWWDIR%%/themes/ngmp/script/admin_domain.js X%%WWWDIR%%/themes/ngmp/script/admin_filter.js X%%WWWDIR%%/themes/ngmp/script/admin_mail.js X%%WWWDIR%%/themes/ngmp/script/admin_maintenance.js X%%WWWDIR%%/themes/ngmp/script/admin_user.js X%%WWWDIR%%/themes/ngmp/script/adminlayout.js X%%WWWDIR%%/themes/ngmp/script/common.js X%%WWWDIR%%/themes/ngmp/script/data.js X%%WWWDIR%%/themes/ngmp/script/dataview.js X%%WWWDIR%%/themes/ngmp/script/dialog.js X%%WWWDIR%%/themes/ngmp/script/ext/ext-all-debug.js X%%WWWDIR%%/themes/ngmp/script/ext/ext-core.js X%%WWWDIR%%/themes/ngmp/script/ext/ext.js X%%WWWDIR%%/themes/ngmp/script/files.js X%%WWWDIR%%/themes/ngmp/script/form.js X%%WWWDIR%%/themes/ngmp/script/grid.js X%%WWWDIR%%/themes/ngmp/script/initialize.js X%%WWWDIR%%/themes/ngmp/script/layout.js X%%WWWDIR%%/themes/ngmp/script/mail.js X%%WWWDIR%%/themes/ngmp/script/mainlayout.js X%%WWWDIR%%/themes/ngmp/script/ngmp.js X%%WWWDIR%%/themes/ngmp/script/panel.js X%%WWWDIR%%/themes/ngmp/script/plugins.js X%%WWWDIR%%/themes/ngmp/script/preferences.js X%%WWWDIR%%/themes/ngmp/script/summary.js X%%WWWDIR%%/themes/ngmp/script/utils.js X@exec mkdir -p %D/%%WWWDIR%%/themes_c X@dirrmtry %%WWWDIR%%/themes_c X@dirrm %%WWWDIR%%/themes/ngmp/script/ext X@dirrm %%WWWDIR%%/themes/ngmp/script X@dirrm %%WWWDIR%%/themes/ngmp/install X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/sizer X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/layout X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/grid X@dirrm %%WWWDIR%%/themes/ngmp/images/vista/basic-dialog X@dirrm %%WWWDIR%%/themes/ngmp/images/vista X@dirrm %%WWWDIR%%/themes/ngmp/images/install X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/window X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/panel X@dirrm %%WWWDIR%%/themes/ngmp/images/gray/button X@dirrm %%WWWDIR%%/themes/ngmp/images/gray X@dirrm %%WWWDIR%%/themes/ngmp/images/default/window X@dirrm %%WWWDIR%%/themes/ngmp/images/default/tree X@dirrm %%WWWDIR%%/themes/ngmp/images/default/toolbar X@dirrm %%WWWDIR%%/themes/ngmp/images/default/tabs X@dirrm %%WWWDIR%%/themes/ngmp/images/default/slider X@dirrm %%WWWDIR%%/themes/ngmp/images/default/sizer X@dirrm %%WWWDIR%%/themes/ngmp/images/default/shared X@dirrm %%WWWDIR%%/themes/ngmp/images/default/qtip X@dirrm %%WWWDIR%%/themes/ngmp/images/default/progress X@dirrm %%WWWDIR%%/themes/ngmp/images/default/panel X@dirrm %%WWWDIR%%/themes/ngmp/images/default/menu X@dirrm %%WWWDIR%%/themes/ngmp/images/default/layout X@dirrm %%WWWDIR%%/themes/ngmp/images/default/grid X@dirrm %%WWWDIR%%/themes/ngmp/images/default/form X@dirrm %%WWWDIR%%/themes/ngmp/images/default/editor X@dirrm %%WWWDIR%%/themes/ngmp/images/default/dd X@dirrm %%WWWDIR%%/themes/ngmp/images/default/button X@dirrm %%WWWDIR%%/themes/ngmp/images/default/box X@dirrm %%WWWDIR%%/themes/ngmp/images/default X@dirrm %%WWWDIR%%/themes/ngmp/images/48x48 X@dirrm %%WWWDIR%%/themes/ngmp/images/32x32 X@dirrm %%WWWDIR%%/themes/ngmp/images/16x16/filetype X@dirrm %%WWWDIR%%/themes/ngmp/images/16x16 X@dirrm %%WWWDIR%%/themes/ngmp/images X@dirrm %%WWWDIR%%/themes/ngmp/css X@dirrm %%WWWDIR%%/themes/ngmp X@dirrm %%WWWDIR%%/themes X@dirrmtry %%WWWDIR%%/libs/prevantage X@dirrmtry %%WWWDIR%%/libs/modules X@dirrmtry %%WWWDIR%%/libs X@dirrm %%WWWDIR%%/conf/sql X@dirrm %%WWWDIR%%/conf/exim X@dirrm %%WWWDIR%%/conf/etc X@dirrm %%WWWDIR%%/conf/dspam X@dirrm %%WWWDIR%%/conf/courier-imap X@dirrm %%WWWDIR%%/conf/authlib X@dirrm %%WWWDIR%%/conf/apache X@dirrm %%WWWDIR%%/conf X@dirrm %%WWWDIR%%/docs/license X@dirrm %%WWWDIR%%/docs X@dirrmtry %%WWWDIR%%/cache X@dirrmtry %%WWWDIR%% END-of-ngmp/pkg-plist exit --Apple-Mail-1-1034282406 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-1-1034282406-- State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Aug 3 14:17:50 UTC 2008 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=126095 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126095: commit references a PR Date: Sun, 3 Aug 2008 14:18:19 +0000 (UTC) miwi 2008-08-03 14:18:02 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/ngmp Makefile distinfo pkg-descr pkg-plist mail/ngmp/files pkg-message.in Log: NGMP is a browser-based, fully AJAX Web 2.0 application for messaging and collaboration - email, group calendaring, contacts, and web document management and authoring. NGMP is written in PHP and requires the PostgreSQL database. WWW: http://www.prevantage.com/ PR: ports/126095 Submitted by: Luke Jee Revision Changes Path 1.918 +1 -0 ports/mail/Makefile 1.1 +57 -0 ports/mail/ngmp/Makefile (new) 1.1 +3 -0 ports/mail/ngmp/distinfo (new) 1.1 +42 -0 ports/mail/ngmp/files/pkg-message.in (new) 1.1 +6 -0 ports/mail/ngmp/pkg-descr (new) 1.1 +697 -0 ports/mail/ngmp/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: