Initial import of xoops 2.0.7.
Xoops is a dynamic object oriented portal script written in PHP.
This commit is contained in:
parent
05644a2c86
commit
fcb0ea9477
37
www/xoops/Makefile
Normal file
37
www/xoops/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/15 01:58:24 kevlo Exp $
|
||||
|
||||
COMMENT= "dynamic object oriented portal script written in PHP"
|
||||
|
||||
DISTNAME= xoops-2.0.7
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.xoops.org/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xoops/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
RUN_DEPENDS= :php4-mysql->=4.3.1:www/php4/extensions,-mysql
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
PREFIX= /var/www
|
||||
INSTDIR= ${PREFIX}/htdocs/xoops
|
||||
SUBST_VARS= INSTDIR
|
||||
|
||||
pre-fake:
|
||||
${INSTALL_DATA_DIR} ${INSTDIR}
|
||||
|
||||
do-install:
|
||||
@cd ${INSTDIR} && bzip2 -dc ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} | tar xvf -
|
||||
@chmod 777 ${INSTDIR}/html/{uploads,cache,templates_c}
|
||||
@chmod 666 ${INSTDIR}/html/mainfile.php
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/xoops/distinfo
Normal file
3
www/xoops/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xoops-2.0.7.tar.bz2) = 4de503f4bfe6809330e133b275af5fe7
|
||||
RMD160 (xoops-2.0.7.tar.bz2) = e85f0d39aff9e6989580580348c547efc00f1288
|
||||
SHA1 (xoops-2.0.7.tar.bz2) = 9f57e8ffea422c387ef5603d1b44de10cbe46ee5
|
4
www/xoops/pkg/DESCR
Normal file
4
www/xoops/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
XOOPS is a dynamic OO (Object Oriented) portal script written in PHP.
|
||||
It supports MySQL, and is an ideal tool for developing small to large
|
||||
dynamic community Web sites, intra-company portals, corporate portals,
|
||||
Web logs, and much more.
|
8
www/xoops/pkg/MESSAGE
Normal file
8
www/xoops/pkg/MESSAGE
Normal file
@ -0,0 +1,8 @@
|
||||
==============================================================
|
||||
The XOOPS has been installed into
|
||||
${INSTDIR}
|
||||
|
||||
Proceed to complete the installation by reading:
|
||||
${INSTDIR}/docs/INSTALL.html
|
||||
|
||||
==============================================================
|
1217
www/xoops/pkg/PLIST
Normal file
1217
www/xoops/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user