1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 1.6.0

- Take maintainership

PR:		ports/153921
Submitted by:	Wen Heping <wen@FreeBSD.org> (myself)
Feature safe:	yes
This commit is contained in:
Wen Heping 2011-01-18 01:02:09 +00:00
parent c330c663c1
commit 330ec54c5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267930
8 changed files with 10544 additions and 3874 deletions

View File

@ -5,19 +5,20 @@
# $FreeBSD$
PORTNAME= joomla
PORTVERSION= 1.0.15
PORTVERSION= 1.6.0
CATEGORIES= www
MASTER_SITES= http://downloads.joomlacode.org/frsrelease/2/2/5/22536/
MASTER_SITES= http://joomlacode.org/gf/download/frsrelease/13869/60196/
DISTNAME= Joomla_${PORTVERSION}-Stable-Full_Package
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= wen@FreeBSD.org
COMMENT= A dynamic web content management system (CMS)
NO_BUILD= yes
FETCH_ARGS= -apR
USE_BZIP2= yes
USE_MYSQL= yes
USE_PHP= mysql pcre xml zlib session gd pdf
USE_PHP= mysql pcre xml zlib session gd pdf json mbstring
WANT_PHP_WEB= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message

View File

@ -1,3 +1,2 @@
MD5 (joomla/Joomla_1.0.15-Stable-Full_Package.tar.bz2) = 278d6cfc19a2de07a298820304ccaa34
SHA256 (joomla/Joomla_1.0.15-Stable-Full_Package.tar.bz2) = 9e9068d5b7b08f8fbfb24a69067b5a7752931a631dfdc6eb1c944a862b22d4d1
SIZE (joomla/Joomla_1.0.15-Stable-Full_Package.tar.bz2) = 1698033
SHA256 (joomla/Joomla_1.6.0-Stable-Full_Package.tar.bz2) = 5a7b71de056ec8491b442b16d4821a9e799e764f9fba592a9b94af1ca4bde94b
SIZE (joomla/Joomla_1.6.0-Stable-Full_Package.tar.bz2) = 5407060

View File

@ -1,7 +1,22 @@
*******************************************************************
POST-INSTALL CONFIGURATION FOR Joomla
====================================================
Please read INSTALL file. It can be found at:
%%WWWDIR%%/INSTALL.php
1) Add the following to your Apache configuration, and
restart the server:
*******************************************************************
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /joomla %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
2) Visit your Joomla site with a browser (i.e.,
http://your.server.com/joomla/), and you should
be taken to the install.php script, which will lead
you through creating a config.php file and then
setting up Joomla, creating an admin account, etc.
====================================================

File diff suppressed because it is too large Load Diff

View File

@ -5,19 +5,20 @@
# $FreeBSD$
PORTNAME= joomla
PORTVERSION= 1.0.15
PORTVERSION= 1.6.0
CATEGORIES= www
MASTER_SITES= http://downloads.joomlacode.org/frsrelease/2/2/5/22536/
MASTER_SITES= http://joomlacode.org/gf/download/frsrelease/13869/60196/
DISTNAME= Joomla_${PORTVERSION}-Stable-Full_Package
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= wen@FreeBSD.org
COMMENT= A dynamic web content management system (CMS)
NO_BUILD= yes
FETCH_ARGS= -apR
USE_BZIP2= yes
USE_MYSQL= yes
USE_PHP= mysql pcre xml zlib session gd pdf
USE_PHP= mysql pcre xml zlib session gd pdf json mbstring
WANT_PHP_WEB= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message

View File

@ -1,3 +1,2 @@
MD5 (joomla/Joomla_1.0.15-Stable-Full_Package.tar.bz2) = 278d6cfc19a2de07a298820304ccaa34
SHA256 (joomla/Joomla_1.0.15-Stable-Full_Package.tar.bz2) = 9e9068d5b7b08f8fbfb24a69067b5a7752931a631dfdc6eb1c944a862b22d4d1
SIZE (joomla/Joomla_1.0.15-Stable-Full_Package.tar.bz2) = 1698033
SHA256 (joomla/Joomla_1.6.0-Stable-Full_Package.tar.bz2) = 5a7b71de056ec8491b442b16d4821a9e799e764f9fba592a9b94af1ca4bde94b
SIZE (joomla/Joomla_1.6.0-Stable-Full_Package.tar.bz2) = 5407060

View File

@ -1,7 +1,22 @@
*******************************************************************
POST-INSTALL CONFIGURATION FOR Joomla
====================================================
Please read INSTALL file. It can be found at:
%%WWWDIR%%/INSTALL.php
1) Add the following to your Apache configuration, and
restart the server:
*******************************************************************
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /joomla %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
2) Visit your Joomla site with a browser (i.e.,
http://your.server.com/joomla/), and you should
be taken to the install.php script, which will lead
you through creating a config.php file and then
setting up Joomla, creating an admin account, etc.
====================================================

File diff suppressed because it is too large Load Diff