FreeBSD Bugzilla – Attachment 87252 Details for
Bug 123837
[maintainer] www/sakai: update to 2.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fluxbb2.shar.txt
fluxbb2.shar.txt (text/plain), 7.69 KB, created by
wenheping
on 2008-05-22 13:49:16 UTC
(
hide
)
Description:
fluxbb2.shar.txt
Filename:
MIME Type:
Creator:
wenheping
Created:
2008-05-22 13:49:16 UTC
Size:
7.69 KB
patch
obsolete
># 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: ># ># fluxbb ># fluxbb/Makefile ># fluxbb/distinfo ># fluxbb/files ># fluxbb/files/pkg-message.in ># fluxbb/pkg-descr ># fluxbb/pkg-plist ># >echo c - fluxbb >mkdir -p fluxbb > /dev/null 2>&1 >echo x - fluxbb/Makefile >sed 's/^X//' >fluxbb/Makefile << 'END-of-fluxbb/Makefile' >X# New ports collection makefile for: fluxbb >X# Date created: 19 May 2008 >X# Whom: Wen Heping <wenheping@gmail.com> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= fluxbb >XPORTVERSION= 1.2.18 >XCATEGORIES= www >XMASTER_SITES= http://fluxbb.org/download/releases/${PORTVERSION}/ >XDISTNAME= ${PORTNAME}-${PORTVERSION} >X >XMAINTAINER= wenheping@gmail.com >XCOMMENT= A fast and lightweight PHP-powered discussion board >X >XSUB_FILES= pkg-message >XNO_BUILD= yes >XUSE_PHP= yes >X >XOPTIONS= MYSQL "Add support for a MySQL database server" On \ >X PGSQL "Add support for a PostgreSQL database server" Off \ >X SQLITE "Add support for a SQLite database server" Off >X.include <bsd.port.pre.mk> >X >X.if defined(WITH_MYSQL) >XUSE_PHP+= mysql >X.endif >X >X.if defined(WITH_PGSQL) >XUSE_PHP+= pgsql >X.endif >X >X.if defined(WITH_SQLITE) >XUSE_PHP+= sqlite >X.endif >X >Xdo-install: >X @cd ${WRKSRC}/upload && ${COPYTREE_SHARE} . ${WWWDIR} >X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} >X @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} >X >Xpost-install: >X @${CAT} ${PKGMESSAGE} >X >X.include <bsd.port.post.mk> >END-of-fluxbb/Makefile >echo x - fluxbb/distinfo >sed 's/^X//' >fluxbb/distinfo << 'END-of-fluxbb/distinfo' >XMD5 (fluxbb-1.2.18.tar.gz) = f3078837e951352c122f119c5e4d7716 >XSHA256 (fluxbb-1.2.18.tar.gz) = 912f1dff8c2f4f2e0522eb1fd675df3a516a5815fac877dc22fe5df712c9cb0e >XSIZE (fluxbb-1.2.18.tar.gz) = 162675 >END-of-fluxbb/distinfo >echo c - fluxbb/files >mkdir -p fluxbb/files > /dev/null 2>&1 >echo x - fluxbb/files/pkg-message.in >sed 's/^X//' >fluxbb/files/pkg-message.in << 'END-of-fluxbb/files/pkg-message.in' >X------------------------------------------- >XCongratulations, FluxBB is now installed! >X >XTo complete the installation , please: >X1) Create a user and a database for FluxBB to store all >X its tables in (or choose an existing database). >X >X2) Add the following to your Apache configuration, and >X restart the server: >X >X ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. >X Alias /fluxbb %%WWWDIR%%/ >X AcceptPathInfo On >X <Directory %%WWWDIR%%> >X AllowOverride None >X Order Allow,Deny >X Allow from all >X </Directory> >X >X3) Visit your FluxBB site with a browser (i.e., >X http://your.server.com/fluxbb/), and you should >X be taken to the install.php script, which will lead >X you through creating a config.php file and then >X setting up FluxBB. >X >XFor more information, see the official website: >X >X http://www.fluxbb.org/ >X >X------------------------------------------- >END-of-fluxbb/files/pkg-message.in >echo x - fluxbb/pkg-descr >sed 's/^X//' >fluxbb/pkg-descr << 'END-of-fluxbb/pkg-descr' >XFluxBB is an open source forum application >Xreleased under the GNU General Public Licence. >XIt is free to download and use and will remain >Xso. FluxBB was conceived and designed to be >Xfast and light with less of the "not so >Xessential" features that some of the other >Xforums have whilst not sacrificing essential >Xfunctionality or usability. >X >XWWW: http://www.fluxbb.org/ >END-of-fluxbb/pkg-descr >echo x - fluxbb/pkg-plist >sed 's/^X//' >fluxbb/pkg-plist << 'END-of-fluxbb/pkg-plist' >X%%WWWDIR%%/admin_bans.php >X%%WWWDIR%%/admin_categories.php >X%%WWWDIR%%/admin_censoring.php >X%%WWWDIR%%/admin_forums.php >X%%WWWDIR%%/admin_groups.php >X%%WWWDIR%%/admin_index.php >X%%WWWDIR%%/admin_loader.php >X%%WWWDIR%%/admin_maintenance.php >X%%WWWDIR%%/admin_options.php >X%%WWWDIR%%/admin_permissions.php >X%%WWWDIR%%/admin_prune.php >X%%WWWDIR%%/admin_ranks.php >X%%WWWDIR%%/admin_reports.php >X%%WWWDIR%%/admin_users.php >X%%WWWDIR%%/cache/.htaccess >X%%WWWDIR%%/cache/index.html >X%%WWWDIR%%/delete.php >X%%WWWDIR%%/edit.php >X%%WWWDIR%%/extern.php >X%%WWWDIR%%/footer.php >X%%WWWDIR%%/header.php >X%%WWWDIR%%/help.php >X%%WWWDIR%%/img/avatars/index.html >X%%WWWDIR%%/img/index.html >X%%WWWDIR%%/img/smilies/big_smile.png >X%%WWWDIR%%/img/smilies/cool.png >X%%WWWDIR%%/img/smilies/hmm.png >X%%WWWDIR%%/img/smilies/index.html >X%%WWWDIR%%/img/smilies/lol.png >X%%WWWDIR%%/img/smilies/mad.png >X%%WWWDIR%%/img/smilies/neutral.png >X%%WWWDIR%%/img/smilies/roll.png >X%%WWWDIR%%/img/smilies/sad.png >X%%WWWDIR%%/img/smilies/smile.png >X%%WWWDIR%%/img/smilies/tongue.png >X%%WWWDIR%%/img/smilies/wink.png >X%%WWWDIR%%/img/smilies/yikes.png >X%%WWWDIR%%/include/cache.php >X%%WWWDIR%%/include/common.php >X%%WWWDIR%%/include/common_admin.php >X%%WWWDIR%%/include/dblayer/common_db.php >X%%WWWDIR%%/include/dblayer/index.html >X%%WWWDIR%%/include/dblayer/mysql.php >X%%WWWDIR%%/include/dblayer/mysqli.php >X%%WWWDIR%%/include/dblayer/pgsql.php >X%%WWWDIR%%/include/dblayer/sqlite.php >X%%WWWDIR%%/include/email.php >X%%WWWDIR%%/include/functions.php >X%%WWWDIR%%/include/parser.php >X%%WWWDIR%%/include/search_idx.php >X%%WWWDIR%%/include/template/admin.tpl >X%%WWWDIR%%/include/template/help.tpl >X%%WWWDIR%%/include/template/index.html >X%%WWWDIR%%/include/template/main.tpl >X%%WWWDIR%%/include/template/maintenance.tpl >X%%WWWDIR%%/include/template/redirect.tpl >X%%WWWDIR%%/index.php >X%%WWWDIR%%/install.php >X%%WWWDIR%%/lang/index.html >X%%WWWDIR%%/lang/English/common.php >X%%WWWDIR%%/lang/English/delete.php >X%%WWWDIR%%/lang/English/forum.php >X%%WWWDIR%%/lang/English/help.php >X%%WWWDIR%%/lang/English/index.html >X%%WWWDIR%%/lang/English/index.php >X%%WWWDIR%%/lang/English/login.php >X%%WWWDIR%%/lang/English/misc.php >X%%WWWDIR%%/lang/English/post.php >X%%WWWDIR%%/lang/English/prof_reg.php >X%%WWWDIR%%/lang/English/profile.php >X%%WWWDIR%%/lang/English/register.php >X%%WWWDIR%%/lang/English/search.php >X%%WWWDIR%%/lang/English/stopwords.txt >X%%WWWDIR%%/lang/English/topic.php >X%%WWWDIR%%/lang/English/userlist.php >X%%WWWDIR%%/lang/English/mail_templates/activate_email.tpl >X%%WWWDIR%%/lang/English/mail_templates/activate_password.tpl >X%%WWWDIR%%/lang/English/mail_templates/form_email.tpl >X%%WWWDIR%%/lang/English/mail_templates/index.html >X%%WWWDIR%%/lang/English/mail_templates/new_reply.tpl >X%%WWWDIR%%/lang/English/mail_templates/new_reply_full.tpl >X%%WWWDIR%%/lang/English/mail_templates/welcome.tpl >X%%WWWDIR%%/login.php >X%%WWWDIR%%/misc.php >X%%WWWDIR%%/moderate.php >X%%WWWDIR%%/plugins/AMP_Example.php >X%%WWWDIR%%/plugins/index.html >X%%WWWDIR%%/post.php >X%%WWWDIR%%/profile.php >X%%WWWDIR%%/register.php >X%%WWWDIR%%/search.php >X%%WWWDIR%%/style/Cobalt.css >X%%WWWDIR%%/style/Lithium.css >X%%WWWDIR%%/style/Mercury.css >X%%WWWDIR%%/style/Oxygen.css >X%%WWWDIR%%/style/Radium.css >X%%WWWDIR%%/style/Sulfur.css >X%%WWWDIR%%/style/imports/Cobalt_cs.css >X%%WWWDIR%%/style/imports/Lithium_cs.css >X%%WWWDIR%%/style/imports/Mercury_cs.css >X%%WWWDIR%%/style/imports/Oxygen_cs.css >X%%WWWDIR%%/style/imports/Radium_cs.css >X%%WWWDIR%%/style/imports/Sulfur_cs.css >X%%WWWDIR%%/style/imports/base.css >X%%WWWDIR%%/style/imports/base_admin.css >X%%WWWDIR%%/style/imports/index.html >X%%WWWDIR%%/style/imports/minmax.js >X%%WWWDIR%%/style/index.html >X%%WWWDIR%%/userlist.php >X%%WWWDIR%%/viewforum.php >X%%WWWDIR%%/viewtopic.php >X@dirrm %%WWWDIR%%/style/imports >X@dirrm %%WWWDIR%%/style >X@dirrm %%WWWDIR%%/plugins >X@dirrm %%WWWDIR%%/lang/English/mail_templates >X@dirrm %%WWWDIR%%/lang/English >X@dirrm %%WWWDIR%%/lang >X@dirrm %%WWWDIR%%/include/template >X@dirrm %%WWWDIR%%/include/dblayer >X@dirrm %%WWWDIR%%/include >X@dirrm %%WWWDIR%%/img/smilies >X@dirrm %%WWWDIR%%/img/avatars >X@dirrm %%WWWDIR%%/img >X@dirrm %%WWWDIR%%/cache >X@dirrm %%WWWDIR%% >END-of-fluxbb/pkg-plist >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 123837
:
87251
| 87252