From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 13 22:10:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2DCD16A41F for ; Fri, 13 Jan 2006 22:10:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD50D43D4C for ; Fri, 13 Jan 2006 22:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0DMA6aP026280 for ; Fri, 13 Jan 2006 22:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0DMA6XT026279; Fri, 13 Jan 2006 22:10:06 GMT (envelope-from gnats) Resent-Date: Fri, 13 Jan 2006 22:10:06 GMT Resent-Message-Id: <200601132210.k0DMA6XT026279@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Glen Campbell Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20DC016A420 for ; Fri, 13 Jan 2006 22:08:30 +0000 (GMT) (envelope-from glen@colo4.broadpool.net) Received: from colo4.broadpool.net (colo4.broadpool.net [64.242.84.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680F343D45 for ; Fri, 13 Jan 2006 22:08:29 +0000 (GMT) (envelope-from glen@colo4.broadpool.net) Received: from colo4.broadpool.net (localhost [127.0.0.1]) by colo4.broadpool.net (8.13.4/8.13.4) with ESMTP id k0DM8Tk9022677 for ; Fri, 13 Jan 2006 14:08:29 -0800 (PST) (envelope-from glen@colo4.broadpool.net) Received: (from glen@localhost) by colo4.broadpool.net (8.13.4/8.13.4/Submit) id k0DM8T1c022676; Fri, 13 Jan 2006 14:08:29 -0800 (PST) (envelope-from glen) Message-Id: <200601132208.k0DM8T1c022676@colo4.broadpool.net> Date: Fri, 13 Jan 2006 14:08:29 -0800 (PST) From: Glen Campbell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/91771: New port: www/siteframe - A web community content management system X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Glen Campbell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 22:10:07 -0000 >Number: 91771 >Category: ports >Synopsis: New port: www/siteframe - A web community content management system >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 13 22:10:06 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Glen Campbell >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD colo4.broadpool.net 5.4-STABLE FreeBSD 5.4-STABLE #17: Tue Dec 27 09:08:07 PST 2005 root@colo4.broadpool.net:/usr/obj/usr/src/sys/SMP i386 should run on any hardware/os with Apache, PHP5, and MySQL 4.1 >Description: >How-To-Repeat: n/a >Fix: see .shar file attached at end of message # 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: # # /usr/ports/www/siteframe/ # /usr/ports/www/siteframe/Makefile # /usr/ports/www/siteframe/pkg-descr # /usr/ports/www/siteframe/distinfo # /usr/ports/www/siteframe/pkg-plist # /usr/ports/www/siteframe/files # /usr/ports/www/siteframe/files/pkg-message.in # echo c - /usr/ports/www/siteframe/ mkdir -p /usr/ports/www/siteframe/ > /dev/null 2>&1 echo x - /usr/ports/www/siteframe/Makefile sed 's/^X//' >/usr/ports/www/siteframe/Makefile << 'END-of-/usr/ports/www/siteframe/Makefile' X# New ports collection makefile for: siteframe X# Date created: 9 January 2006 X# Whom: Glen Campbell X# X# $FreeBSD$ X# X XPORTNAME= siteframe XPORTVERSION= 5.0.1a XCATEGORIES= www XMASTER_SITES= ftp://ftp.broadpool.net/pub/siteframe/ X XMAINTAINER= glen@broadpool.com XCOMMENT= A web community content management system in PHP5 and MySQL X XWWWDIR?= ${PREFIX}/www XNO_WRKSUBDIR= yes XNO_BUILD= yes XWITH_APACHE2= yes XUSE_PHP= yes XDEFAULT_PHP_VER= 5 XWITH_PHP_MYSQLI= yes XWITH_PHP_SIMPLEXML= yes XWITH_PHP_XML= yes XWITH_PHP_MYSQLI= yes XWITH_PHP_SESSION= yes XWITH_PHP_GD= yes XBROKEN_WITH_PHP= 4 XUSE_MYSQL= yes XDEFAULT_MYSQL_VER= 41 XBROKEN_WITH_MYSQL= 40 XRUN_DEPENDS= ${PORTSDIR}/www/smarty XPKGMESSAGE= ${WRKDIR}/pkg-message X X X# where to install X.ifndef SITEFRAMEDIR X.ifdef APACHE_DATADIR XSITEFRAMEDIR= ${APACHE_DATADIR}/siteframe X.else XSITEFRAMEDIR= ${WWWDIR}/siteframe X.endif X.endif X XSUB_FILES= pkg-message XSUB_LIST= DIR=${SITEFRAMEDIR} X Xdo-install: X ${MKDIR} ${SITEFRAMEDIR} X ${CP} -R ${WRKSRC}/ ${SITEFRAMEDIR} X ${CHOWN} -R ${WWWOWN} ${SITEFRAMEDIR}/ X Xpost-install: X ${CAT} ${PKGMESSAGE} X X.include END-of-/usr/ports/www/siteframe/Makefile echo x - /usr/ports/www/siteframe/pkg-descr sed 's/^X//' >/usr/ports/www/siteframe/pkg-descr << 'END-of-/usr/ports/www/siteframe/pkg-descr' XSiteframe is a content management system for online communities. XIt allows users to create blogs (folders) and pages, and upload Xrich content such as photos and audio files (podcasts). It has Xfeatures for user email validation, automatic image sizing, and Xfacilities for extending the core data and feature set. X XWWW: http://siteframe.org END-of-/usr/ports/www/siteframe/pkg-descr echo x - /usr/ports/www/siteframe/distinfo sed 's/^X//' >/usr/ports/www/siteframe/distinfo << 'END-of-/usr/ports/www/siteframe/distinfo' XMD5 (siteframe-5.0.1a.tar.gz) = c5ca1c37015774698a384f8dea42d424 XSHA256 (siteframe-5.0.1a.tar.gz) = bd03d010bf56e4df42efd758ae70f5e602bfe1415f1b922e872df489b232c96f XSIZE (siteframe-5.0.1a.tar.gz) = 738139 END-of-/usr/ports/www/siteframe/distinfo echo x - /usr/ports/www/siteframe/pkg-plist sed 's/^X//' >/usr/ports/www/siteframe/pkg-plist << 'END-of-/usr/ports/www/siteframe/pkg-plist' Xwww/siteframe/CHANGELOG.txt Xwww/siteframe/LICENSE.txt Xwww/siteframe/README.txt Xwww/siteframe/_htaccess Xwww/siteframe/admin.php Xwww/siteframe/admin/add_user.inc Xwww/siteframe/admin/bulk_invite.inc Xwww/siteframe/admin/clear_log.inc Xwww/siteframe/admin/db_update.inc Xwww/siteframe/admin/directory.inc Xwww/siteframe/admin/edit_file.inc Xwww/siteframe/admin/feedback.inc Xwww/siteframe/admin/import_siteframe.inc Xwww/siteframe/admin/list_audit_log.inc Xwww/siteframe/admin/list_invitations.inc Xwww/siteframe/admin/list_texts.inc Xwww/siteframe/admin/mail_all.inc Xwww/siteframe/admin/phpinfo.inc Xwww/siteframe/admin/search_index.inc Xwww/siteframe/admin/send_newsletter.inc Xwww/siteframe/admin/user_maintenance.inc Xwww/siteframe/admin/xml_export.inc Xwww/siteframe/advanced.php Xwww/siteframe/api.php Xwww/siteframe/archive.php Xwww/siteframe/delete.php Xwww/siteframe/download.php Xwww/siteframe/edit.php Xwww/siteframe/error.php Xwww/siteframe/favicon.ico Xwww/siteframe/favorites.php Xwww/siteframe/feeds.php Xwww/siteframe/file.php Xwww/siteframe/files/README Xwww/siteframe/folder.php Xwww/siteframe/folders.php Xwww/siteframe/group.php Xwww/siteframe/groups.php Xwww/siteframe/images/arrowd.gif Xwww/siteframe/images/arrowr.gif Xwww/siteframe/images/audio.jpg Xwww/siteframe/images/biggoldstar.jpg Xwww/siteframe/images/feed-icon16x16.png Xwww/siteframe/images/icon_delete.jpg Xwww/siteframe/images/icon_file.jpg Xwww/siteframe/images/icon_pencil.jpg Xwww/siteframe/images/lquote.gif Xwww/siteframe/images/paperclip.gif Xwww/siteframe/images/rquote.gif Xwww/siteframe/images/siteframepower.gif Xwww/siteframe/images/star_gold.gif Xwww/siteframe/images/star_gold.png Xwww/siteframe/images/star_gray.gif Xwww/siteframe/images/star_gray.png Xwww/siteframe/images/star_red.gif Xwww/siteframe/images/star_red.png Xwww/siteframe/images/valid-rss.png Xwww/siteframe/images/xml.gif Xwww/siteframe/import.php Xwww/siteframe/includes/ACL.class.inc Xwww/siteframe/includes/Audit.class.inc Xwww/siteframe/includes/Comment.class.inc Xwww/siteframe/includes/CommentList.class.inc Xwww/siteframe/includes/DataObject.class.inc Xwww/siteframe/includes/Email.class.inc Xwww/siteframe/includes/Favorite.class.inc Xwww/siteframe/includes/File.class.inc Xwww/siteframe/includes/Folder.class.inc Xwww/siteframe/includes/Group.class.inc Xwww/siteframe/includes/GroupUserRel.class.inc Xwww/siteframe/includes/HtmlEmail.class.inc Xwww/siteframe/includes/InputForm.class.inc Xwww/siteframe/includes/Invitation.class.inc Xwww/siteframe/includes/Link.class.inc Xwww/siteframe/includes/LinkPageRel.class.inc Xwww/siteframe/includes/Memo.class.inc Xwww/siteframe/includes/Page.class.inc Xwww/siteframe/includes/PageFactory.class.inc Xwww/siteframe/includes/PageRating.class.inc Xwww/siteframe/includes/Ping.class.inc Xwww/siteframe/includes/Plugin.class.inc Xwww/siteframe/includes/Property.class.inc Xwww/siteframe/includes/Query.class.inc Xwww/siteframe/includes/Quote.class.inc Xwww/siteframe/includes/RSSfeed.class.inc Xwww/siteframe/includes/Rating.class.inc Xwww/siteframe/includes/ReadOnly.class.inc Xwww/siteframe/includes/SearchText.class.inc Xwww/siteframe/includes/Siteframe.class.inc Xwww/siteframe/includes/SiteframeTemplate.class.inc Xwww/siteframe/includes/Subscription.class.inc Xwww/siteframe/includes/Tag.class.inc Xwww/siteframe/includes/TagPageRel.class.inc Xwww/siteframe/includes/TagUserRel.class.inc Xwww/siteframe/includes/TagView.class.inc Xwww/siteframe/includes/Template.class.inc Xwww/siteframe/includes/Text.class.inc Xwww/siteframe/includes/Trackback.class.inc Xwww/siteframe/includes/User.class.inc Xwww/siteframe/includes/UserLog.class.inc Xwww/siteframe/includes/dbfunc.inc Xwww/siteframe/index.php Xwww/siteframe/javascript/siteframe.js Xwww/siteframe/lang/en-gb.ini Xwww/siteframe/lang/en-us.ini Xwww/siteframe/lang/ja.ini Xwww/siteframe/link.php Xwww/siteframe/links.php Xwww/siteframe/list.php Xwww/siteframe/login.php Xwww/siteframe/mail.php Xwww/siteframe/memos.php Xwww/siteframe/misc/README.txt Xwww/siteframe/misc/dropall.sql Xwww/siteframe/page.php Xwww/siteframe/plugins/README.txt Xwww/siteframe/plugins/email_all_content.php Xwww/siteframe/plugins/email_memoranda.php Xwww/siteframe/plugins/photoinfo.php Xwww/siteframe/plugins/ping.php Xwww/siteframe/plugins/quotas.php Xwww/siteframe/plugins/user_editor.php Xwww/siteframe/plugins/user_folder.php Xwww/siteframe/pwchange.php Xwww/siteframe/pwreset.php Xwww/siteframe/quotes.php Xwww/siteframe/register.php Xwww/siteframe/robots.txt Xwww/siteframe/rss.php Xwww/siteframe/rssfeed.php Xwww/siteframe/search.php Xwww/siteframe/setup.php Xwww/siteframe/siteframe.inc Xwww/siteframe/siteframe.ini-dist Xwww/siteframe/sitemap.php Xwww/siteframe/smarty/README.txt Xwww/siteframe/smarty/block.all.php Xwww/siteframe/smarty/block.archives.php Xwww/siteframe/smarty/block.file_pages.php Xwww/siteframe/smarty/block.folder_path.php Xwww/siteframe/smarty/block.object.php Xwww/siteframe/smarty/block.page_next.php Xwww/siteframe/smarty/block.page_prev.php Xwww/siteframe/smarty/block.random.php Xwww/siteframe/smarty/block.recent.php Xwww/siteframe/smarty/block.rss.php Xwww/siteframe/smarty/block.tags.php Xwww/siteframe/smarty/block.user_files.php Xwww/siteframe/smarty/block.user_images.php Xwww/siteframe/smarty/function.avgrating.php Xwww/siteframe/smarty/function.calendar.php Xwww/siteframe/smarty/function.config.php Xwww/siteframe/smarty/function.count.php Xwww/siteframe/smarty/function.lang.php Xwww/siteframe/smarty/function.menu.php Xwww/siteframe/smarty/function.numcomments.php Xwww/siteframe/smarty/function.page_views.php Xwww/siteframe/smarty/function.property.php Xwww/siteframe/smarty/function.text.php Xwww/siteframe/smarty/function.textlink.php Xwww/siteframe/smarty/function.thumbnail.php Xwww/siteframe/smarty/function.userrating.php Xwww/siteframe/smarty/modifier.userdate.php Xwww/siteframe/smarty/modifier.ydate.php Xwww/siteframe/smarty/resource.db.php Xwww/siteframe/subscriptions.php Xwww/siteframe/tag.php Xwww/siteframe/tags.php Xwww/siteframe/tb.php Xwww/siteframe/templates.php Xwww/siteframe/templates/acceptance.tpl Xwww/siteframe/templates/attachments.tpl Xwww/siteframe/templates/blue_blog/images/articlebg.gif Xwww/siteframe/templates/blue_blog/images/bg.gif Xwww/siteframe/templates/blue_blog/images/h2bg.gif Xwww/siteframe/templates/blue_blog/images/header.gif Xwww/siteframe/templates/blue_blog/images/horizontal.gif Xwww/siteframe/templates/blue_blog/images/menutop.gif Xwww/siteframe/templates/blue_blog/images/searchbox.gif Xwww/siteframe/templates/blue_blog/images/sidebar.gif Xwww/siteframe/templates/blue_blog/images/style.css Xwww/siteframe/templates/blue_blog/index.html Xwww/siteframe/templates/burnt/addtag.tpl Xwww/siteframe/templates/burnt/admin.tpl Xwww/siteframe/templates/burnt/archive.tpl Xwww/siteframe/templates/burnt/audit_log.tpl Xwww/siteframe/templates/burnt/blog_item.tpl Xwww/siteframe/templates/burnt/bottom.tpl Xwww/siteframe/templates/burnt/breadcrumb.tpl Xwww/siteframe/templates/burnt/burnt.jpg Xwww/siteframe/templates/burnt/comments.tpl Xwww/siteframe/templates/burnt/custom.tpl Xwww/siteframe/templates/burnt/dot-top.gif Xwww/siteframe/templates/burnt/dot.gif Xwww/siteframe/templates/burnt/edit.tpl Xwww/siteframe/templates/burnt/error.tpl Xwww/siteframe/templates/burnt/favorites.tpl Xwww/siteframe/templates/burnt/file.tpl Xwww/siteframe/templates/burnt/folder.tpl Xwww/siteframe/templates/burnt/folder_book.tpl Xwww/siteframe/templates/burnt/folder_gallery.tpl Xwww/siteframe/templates/burnt/folders.tpl Xwww/siteframe/templates/burnt/group.tpl Xwww/siteframe/templates/burnt/groups.tpl Xwww/siteframe/templates/burnt/imagepopup.tpl Xwww/siteframe/templates/burnt/index.html Xwww/siteframe/templates/burnt/index.tpl Xwww/siteframe/templates/burnt/invitations.tpl Xwww/siteframe/templates/burnt/links.tpl Xwww/siteframe/templates/burnt/list.tpl Xwww/siteframe/templates/burnt/login.tpl Xwww/siteframe/templates/burnt/memos.tpl Xwww/siteframe/templates/burnt/menu.tpl Xwww/siteframe/templates/burnt/page.tpl Xwww/siteframe/templates/burnt/paginator.tpl Xwww/siteframe/templates/burnt/preamble.tpl Xwww/siteframe/templates/burnt/quotes.tpl Xwww/siteframe/templates/burnt/readme.txt Xwww/siteframe/templates/burnt/register.tpl Xwww/siteframe/templates/burnt/rss_list.tpl Xwww/siteframe/templates/burnt/rssfeed.tpl Xwww/siteframe/templates/burnt/rte_head_fck.tpl Xwww/siteframe/templates/burnt/rte_head_tinymce.tpl Xwww/siteframe/templates/burnt/rte_head_widg.tpl Xwww/siteframe/templates/burnt/search.tpl Xwww/siteframe/templates/burnt/setup.tpl Xwww/siteframe/templates/burnt/siteframe.css Xwww/siteframe/templates/burnt/sitemap.tpl Xwww/siteframe/templates/burnt/style.css Xwww/siteframe/templates/burnt/subscriptions.tpl Xwww/siteframe/templates/burnt/tag.tpl Xwww/siteframe/templates/burnt/tags.tpl Xwww/siteframe/templates/burnt/template.ini Xwww/siteframe/templates/burnt/templates.tpl Xwww/siteframe/templates/burnt/text.tpl Xwww/siteframe/templates/burnt/texts.tpl Xwww/siteframe/templates/burnt/themes.tpl Xwww/siteframe/templates/burnt/top.tpl Xwww/siteframe/templates/burnt/undohtml.css Xwww/siteframe/templates/burnt/user.tpl Xwww/siteframe/templates/burnt/users.tpl Xwww/siteframe/templates/comment_notice.tpl Xwww/siteframe/templates/default/action.tpl Xwww/siteframe/templates/default/addtag.tpl Xwww/siteframe/templates/default/admin.tpl Xwww/siteframe/templates/default/archive.tpl Xwww/siteframe/templates/default/audit_log.tpl Xwww/siteframe/templates/default/blog_item.tpl Xwww/siteframe/templates/default/breadcrumb.tpl Xwww/siteframe/templates/default/comments.tpl Xwww/siteframe/templates/default/custom.tpl Xwww/siteframe/templates/default/default.css Xwww/siteframe/templates/default/default_preview.jpg Xwww/siteframe/templates/default/edit.tpl Xwww/siteframe/templates/default/error.tpl Xwww/siteframe/templates/default/favorites.tpl Xwww/siteframe/templates/default/file.tpl Xwww/siteframe/templates/default/folder.tpl Xwww/siteframe/templates/default/folder_book.tpl Xwww/siteframe/templates/default/folder_gallery.tpl Xwww/siteframe/templates/default/folders.tpl Xwww/siteframe/templates/default/footer.tpl Xwww/siteframe/templates/default/gradient2.png Xwww/siteframe/templates/default/group.tpl Xwww/siteframe/templates/default/groups.tpl Xwww/siteframe/templates/default/header.tpl Xwww/siteframe/templates/default/html_head.tpl Xwww/siteframe/templates/default/image_item.tpl Xwww/siteframe/templates/default/imagepopup.tpl Xwww/siteframe/templates/default/index.tpl Xwww/siteframe/templates/default/invitations.tpl Xwww/siteframe/templates/default/links.tpl Xwww/siteframe/templates/default/list.tpl Xwww/siteframe/templates/default/login.tpl Xwww/siteframe/templates/default/memos.tpl Xwww/siteframe/templates/default/menu.tpl Xwww/siteframe/templates/default/minisearch.tpl Xwww/siteframe/templates/default/page.tpl Xwww/siteframe/templates/default/paginator.tpl Xwww/siteframe/templates/default/preamble.tpl Xwww/siteframe/templates/default/quotes.tpl Xwww/siteframe/templates/default/register.tpl Xwww/siteframe/templates/default/rss_list.tpl Xwww/siteframe/templates/default/rssfeed.tpl Xwww/siteframe/templates/default/rte_head_fck.tpl Xwww/siteframe/templates/default/rte_head_tinymce.tpl Xwww/siteframe/templates/default/rte_head_widg.tpl Xwww/siteframe/templates/default/search.tpl Xwww/siteframe/templates/default/setup.tpl Xwww/siteframe/templates/default/sitemap.tpl Xwww/siteframe/templates/default/subscriptions.tpl Xwww/siteframe/templates/default/tag.tpl Xwww/siteframe/templates/default/tags.tpl Xwww/siteframe/templates/default/template.ini Xwww/siteframe/templates/default/templates.tpl Xwww/siteframe/templates/default/text.tpl Xwww/siteframe/templates/default/texts.tpl Xwww/siteframe/templates/default/themes.tpl Xwww/siteframe/templates/default/top_menu.tpl Xwww/siteframe/templates/default/user.tpl Xwww/siteframe/templates/default/users.tpl Xwww/siteframe/templates/default/xml.tpl Xwww/siteframe/templates/favorite.tpl Xwww/siteframe/templates/feedback.tpl Xwww/siteframe/templates/footer.tpl Xwww/siteframe/templates/form.tpl Xwww/siteframe/templates/head_rss.tpl Xwww/siteframe/templates/htmlemail.tpl Xwww/siteframe/templates/invite.tpl Xwww/siteframe/templates/leaves/action.tpl Xwww/siteframe/templates/leaves/addtag.tpl Xwww/siteframe/templates/leaves/admin.tpl Xwww/siteframe/templates/leaves/archive.tpl Xwww/siteframe/templates/leaves/arrow.gif Xwww/siteframe/templates/leaves/custom.tpl Xwww/siteframe/templates/leaves/edit.tpl Xwww/siteframe/templates/leaves/empty.tpl Xwww/siteframe/templates/leaves/error.tpl Xwww/siteframe/templates/leaves/excerpt.tpl Xwww/siteframe/templates/leaves/favorites.tpl Xwww/siteframe/templates/leaves/feeds.tpl Xwww/siteframe/templates/leaves/file.tpl Xwww/siteframe/templates/leaves/folder.tpl Xwww/siteframe/templates/leaves/folders.tpl Xwww/siteframe/templates/leaves/footer.tpl Xwww/siteframe/templates/leaves/group.tpl Xwww/siteframe/templates/leaves/groups.tpl Xwww/siteframe/templates/leaves/header.tpl Xwww/siteframe/templates/leaves/imagepopup.tpl Xwww/siteframe/templates/leaves/index.html Xwww/siteframe/templates/leaves/index.tpl Xwww/siteframe/templates/leaves/links.tpl Xwww/siteframe/templates/leaves/list.tpl Xwww/siteframe/templates/leaves/list_audit_log.tpl Xwww/siteframe/templates/leaves/list_invitations.tpl Xwww/siteframe/templates/leaves/list_texts.tpl Xwww/siteframe/templates/leaves/login.tpl Xwww/siteframe/templates/leaves/memos.tpl Xwww/siteframe/templates/leaves/page.tpl Xwww/siteframe/templates/leaves/paginator.tpl Xwww/siteframe/templates/leaves/quotes.tpl Xwww/siteframe/templates/leaves/register.tpl Xwww/siteframe/templates/leaves/rssfeed.tpl Xwww/siteframe/templates/leaves/rte_head_fck.tpl Xwww/siteframe/templates/leaves/rte_head_tinymce.tpl Xwww/siteframe/templates/leaves/rte_head_widg.tpl Xwww/siteframe/templates/leaves/search.tpl Xwww/siteframe/templates/leaves/setup.tpl Xwww/siteframe/templates/leaves/siteframe.css Xwww/siteframe/templates/leaves/sitemap.tpl Xwww/siteframe/templates/leaves/style.css Xwww/siteframe/templates/leaves/subscriptions.tpl Xwww/siteframe/templates/leaves/tag.tpl Xwww/siteframe/templates/leaves/tags.tpl Xwww/siteframe/templates/leaves/template.ini Xwww/siteframe/templates/leaves/templates.tpl Xwww/siteframe/templates/leaves/text.tpl Xwww/siteframe/templates/leaves/themes.tpl Xwww/siteframe/templates/leaves/user.tpl Xwww/siteframe/templates/leaves/users.tpl Xwww/siteframe/templates/mail.tpl Xwww/siteframe/templates/newfriend.tpl Xwww/siteframe/templates/newsletter.tpl Xwww/siteframe/templates/notify.tpl Xwww/siteframe/templates/pwreset_email.tpl Xwww/siteframe/templates/rating.css Xwww/siteframe/templates/rating.tpl Xwww/siteframe/templates/register_email.tpl Xwww/siteframe/templates/rss2generic.tpl Xwww/siteframe/templates/simple/action.tpl Xwww/siteframe/templates/simple/addtag.tpl Xwww/siteframe/templates/simple/admin.tpl Xwww/siteframe/templates/simple/archive.tpl Xwww/siteframe/templates/simple/audit_log.tpl Xwww/siteframe/templates/simple/blog_item.tpl Xwww/siteframe/templates/simple/breadcrumb.tpl Xwww/siteframe/templates/simple/comments.tpl Xwww/siteframe/templates/simple/custom.tpl Xwww/siteframe/templates/simple/edit.tpl Xwww/siteframe/templates/simple/error.tpl Xwww/siteframe/templates/simple/file.tpl Xwww/siteframe/templates/simple/files.tpl Xwww/siteframe/templates/simple/folder.tpl Xwww/siteframe/templates/simple/folder_book.tpl Xwww/siteframe/templates/simple/folder_gallery.tpl Xwww/siteframe/templates/simple/folders.tpl Xwww/siteframe/templates/simple/footer.tpl Xwww/siteframe/templates/simple/group.tpl Xwww/siteframe/templates/simple/groups.tpl Xwww/siteframe/templates/simple/html_head.tpl Xwww/siteframe/templates/simple/imagepopup.tpl Xwww/siteframe/templates/simple/images.tpl Xwww/siteframe/templates/simple/index.tpl Xwww/siteframe/templates/simple/invitations.tpl Xwww/siteframe/templates/simple/links.tpl Xwww/siteframe/templates/simple/login.tpl Xwww/siteframe/templates/simple/memos.tpl Xwww/siteframe/templates/simple/ne.gif Xwww/siteframe/templates/simple/nw.gif Xwww/siteframe/templates/simple/page.tpl Xwww/siteframe/templates/simple/paginator.tpl Xwww/siteframe/templates/simple/preamble.tpl Xwww/siteframe/templates/simple/preview.jpg Xwww/siteframe/templates/simple/quotes.tpl Xwww/siteframe/templates/simple/recent_images.tpl Xwww/siteframe/templates/simple/register.tpl Xwww/siteframe/templates/simple/rss_list.tpl Xwww/siteframe/templates/simple/rssfeed.tpl Xwww/siteframe/templates/simple/rte_head_fck.tpl Xwww/siteframe/templates/simple/rte_head_tinymce.tpl Xwww/siteframe/templates/simple/rte_head_widg.tpl Xwww/siteframe/templates/simple/search.tpl Xwww/siteframe/templates/simple/setup.tpl Xwww/siteframe/templates/simple/simple.css Xwww/siteframe/templates/simple/sitemap.tpl Xwww/siteframe/templates/simple/subscriptions.tpl Xwww/siteframe/templates/simple/tag.tpl Xwww/siteframe/templates/simple/tags.tpl Xwww/siteframe/templates/simple/template.ini Xwww/siteframe/templates/simple/templates.tpl Xwww/siteframe/templates/simple/text.tpl Xwww/siteframe/templates/simple/texts.tpl Xwww/siteframe/templates/simple/themes.tpl Xwww/siteframe/templates/simple/user.tpl Xwww/siteframe/templates/simple/users.tpl Xwww/siteframe/templates/simple/xml.tpl Xwww/siteframe/templates/subfolders.tpl Xwww/siteframe/templates/tb/action.tpl Xwww/siteframe/templates/tb/addtag.tpl Xwww/siteframe/templates/tb/admin.tpl Xwww/siteframe/templates/tb/archive.tpl Xwww/siteframe/templates/tb/audit_log.tpl Xwww/siteframe/templates/tb/blog_item.tpl Xwww/siteframe/templates/tb/breadcrumb.tpl Xwww/siteframe/templates/tb/comments.tpl Xwww/siteframe/templates/tb/custom.tpl Xwww/siteframe/templates/tb/default.css Xwww/siteframe/templates/tb/edit.tpl Xwww/siteframe/templates/tb/error.tpl Xwww/siteframe/templates/tb/favorites.tpl Xwww/siteframe/templates/tb/file.tpl Xwww/siteframe/templates/tb/folder.tpl Xwww/siteframe/templates/tb/folder_book.tpl Xwww/siteframe/templates/tb/folder_gallery.tpl Xwww/siteframe/templates/tb/folders.tpl Xwww/siteframe/templates/tb/footer.tpl Xwww/siteframe/templates/tb/group.tpl Xwww/siteframe/templates/tb/groups.tpl Xwww/siteframe/templates/tb/header.tpl Xwww/siteframe/templates/tb/html_head.tpl Xwww/siteframe/templates/tb/image_item.tpl Xwww/siteframe/templates/tb/imagepopup.tpl Xwww/siteframe/templates/tb/index.tpl Xwww/siteframe/templates/tb/invitations.tpl Xwww/siteframe/templates/tb/links.tpl Xwww/siteframe/templates/tb/list.tpl Xwww/siteframe/templates/tb/login.tpl Xwww/siteframe/templates/tb/memos.tpl Xwww/siteframe/templates/tb/menu.tpl Xwww/siteframe/templates/tb/minisearch.tpl Xwww/siteframe/templates/tb/page.tpl Xwww/siteframe/templates/tb/paginator.tpl Xwww/siteframe/templates/tb/preamble.tpl Xwww/siteframe/templates/tb/quotes.tpl Xwww/siteframe/templates/tb/register.tpl Xwww/siteframe/templates/tb/rss_list.tpl Xwww/siteframe/templates/tb/rssfeed.tpl Xwww/siteframe/templates/tb/rte_head_fck.tpl Xwww/siteframe/templates/tb/rte_head_tinymce.tpl Xwww/siteframe/templates/tb/rte_head_widg.tpl Xwww/siteframe/templates/tb/search.tpl Xwww/siteframe/templates/tb/setup.tpl Xwww/siteframe/templates/tb/sitemap.tpl Xwww/siteframe/templates/tb/subscriptions.tpl Xwww/siteframe/templates/tb/tag.tpl Xwww/siteframe/templates/tb/tags.tpl Xwww/siteframe/templates/tb/tb.jpg Xwww/siteframe/templates/tb/template.ini Xwww/siteframe/templates/tb/templates.tpl Xwww/siteframe/templates/tb/text.tpl Xwww/siteframe/templates/tb/texts.tpl Xwww/siteframe/templates/tb/themes.tpl Xwww/siteframe/templates/tb/top_menu.tpl Xwww/siteframe/templates/tb/user.tpl Xwww/siteframe/templates/tb/users.tpl Xwww/siteframe/templates/tb/xml.tpl Xwww/siteframe/templates/template.ini Xwww/siteframe/templates/trackback.tpl Xwww/siteframe/templates/widescreen/action.tpl Xwww/siteframe/templates/widescreen/addtag.tpl Xwww/siteframe/templates/widescreen/admin.tpl Xwww/siteframe/templates/widescreen/archive.tpl Xwww/siteframe/templates/widescreen/audit_log.tpl Xwww/siteframe/templates/widescreen/blog_item.tpl Xwww/siteframe/templates/widescreen/breadcrumb.tpl Xwww/siteframe/templates/widescreen/comments.tpl Xwww/siteframe/templates/widescreen/custom.tpl Xwww/siteframe/templates/widescreen/duck.jpg Xwww/siteframe/templates/widescreen/edit.tpl Xwww/siteframe/templates/widescreen/error.tpl Xwww/siteframe/templates/widescreen/favorites.tpl Xwww/siteframe/templates/widescreen/file.tpl Xwww/siteframe/templates/widescreen/folder.tpl Xwww/siteframe/templates/widescreen/folder_book.tpl Xwww/siteframe/templates/widescreen/folder_gallery.tpl Xwww/siteframe/templates/widescreen/folders.tpl Xwww/siteframe/templates/widescreen/footer.tpl Xwww/siteframe/templates/widescreen/group.tpl Xwww/siteframe/templates/widescreen/groups.tpl Xwww/siteframe/templates/widescreen/header.tpl Xwww/siteframe/templates/widescreen/html_head.tpl Xwww/siteframe/templates/widescreen/image_item.tpl Xwww/siteframe/templates/widescreen/imagepopup.tpl Xwww/siteframe/templates/widescreen/index.tpl Xwww/siteframe/templates/widescreen/invitations.tpl Xwww/siteframe/templates/widescreen/links.tpl Xwww/siteframe/templates/widescreen/list.tpl Xwww/siteframe/templates/widescreen/login.tpl Xwww/siteframe/templates/widescreen/memos.tpl Xwww/siteframe/templates/widescreen/menu.tpl Xwww/siteframe/templates/widescreen/minisearch.tpl Xwww/siteframe/templates/widescreen/page.tpl Xwww/siteframe/templates/widescreen/paginator.tpl Xwww/siteframe/templates/widescreen/preamble.tpl Xwww/siteframe/templates/widescreen/quotes.tpl Xwww/siteframe/templates/widescreen/register.tpl Xwww/siteframe/templates/widescreen/rss_list.tpl Xwww/siteframe/templates/widescreen/rssfeed.tpl Xwww/siteframe/templates/widescreen/rte_head_fck.tpl Xwww/siteframe/templates/widescreen/rte_head_tinymce.tpl Xwww/siteframe/templates/widescreen/rte_head_widg.tpl Xwww/siteframe/templates/widescreen/search.tpl Xwww/siteframe/templates/widescreen/setup.tpl Xwww/siteframe/templates/widescreen/sitemap.tpl Xwww/siteframe/templates/widescreen/subscriptions.tpl Xwww/siteframe/templates/widescreen/tag.tpl Xwww/siteframe/templates/widescreen/tags.tpl Xwww/siteframe/templates/widescreen/template.ini Xwww/siteframe/templates/widescreen/templates.tpl Xwww/siteframe/templates/widescreen/text.tpl Xwww/siteframe/templates/widescreen/texts.tpl Xwww/siteframe/templates/widescreen/themes.tpl Xwww/siteframe/templates/widescreen/top_menu.tpl Xwww/siteframe/templates/widescreen/user.tpl Xwww/siteframe/templates/widescreen/users.tpl Xwww/siteframe/templates/widescreen/widescreen.jpg Xwww/siteframe/templates/widescreen/ws.css Xwww/siteframe/templates/widescreen/xml.tpl Xwww/siteframe/templates/wlnotify.tpl Xwww/siteframe/text.php Xwww/siteframe/themes.php Xwww/siteframe/user.php Xwww/siteframe/users.php END-of-/usr/ports/www/siteframe/pkg-plist echo c - /usr/ports/www/siteframe/files mkdir -p /usr/ports/www/siteframe/files > /dev/null 2>&1 echo x - /usr/ports/www/siteframe/files/pkg-message.in sed 's/^X//' >/usr/ports/www/siteframe/files/pkg-message.in << 'END-of-/usr/ports/www/siteframe/files/pkg-message.in' X X ============================================================ X Siteframe has been installed in %%DIR%% X X You will need to manually configure your siteframe.ini file; X see the README.txt file in the installation directory for X complete details, or check http://siteframe.org for further X installation instructions. X X SOME NOTES: X - You will want to copy _htaccess to .htaccess to ensure X the security of your system as well as to enable clean X URLs. X - If you are upgrading an existing installation, remember to X run the "Update database" command from the Administrator X menu. X X Please send comments or bug reporrts to X feedback@siteframe.org. X X You can access our bugzilla at: X http://bugs.broadpool.com X ============================================================ X X END-of-/usr/ports/www/siteframe/files/pkg-message.in exit >Release-Note: >Audit-Trail: >Unformatted: