1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

- Update to 2.2r2-060817

- Take maintainership

PR:		ports/113605
Submitted by:	Vlad V. Teterya <vlad@vlad.uz.ua>
This commit is contained in:
Pav Lucistnik 2007-06-14 21:55:54 +00:00
parent 0444bf6745
commit 476cfbe10f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193525
4 changed files with 1090 additions and 1096 deletions

View File

@ -8,37 +8,36 @@
#
PORTNAME= oscommerce
PORTVERSION= 2.2r2
DISTVERSION= 2.2r2-060817
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tep
DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/ms/}
DISTNAME= ${PORTNAME}-${DISTVERSION:S/r/ms/}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
MAINTAINER= vlad@vlad.uz.ua
COMMENT= An full-featured open source e-commerce system
USE_PHP= mysql session pcre
WANT_PHP_WEB= yes
NO_BUILD= yes
OSCOMMERCE= ${PREFIX}/www/data/oscommerce
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
DOCS= CHANGELOG LICENSE STANDARD documentation.pdf \
tep_database-pr2.2-CVS.pdf update-20060817.txt
do-install:
${MKDIR} ${OSCOMMERCE}
${CP} -R ${WRKSRC}/catalog ${OSCOMMERCE}
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${OSCOMMERCE}
${MKDIR} ${WWWDIR}
${CP} -R ${WRKSRC}/catalog ${WWWDIR}
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/STANDARD ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/tep_database-pr2.2-CVS.pdf ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
post-install:
@${SED} -e 's#%%OSCOMMERCE%%#${OSCOMMERCE}#g' pkg-message > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (oscommerce-2.2ms2.tar.gz) = 2dee2756a27ab86561645a4141499795
SHA256 (oscommerce-2.2ms2.tar.gz) = e27621e556f97d0c0604a055f033064d37987374d09cde5eef1b3cdb7381a531
SIZE (oscommerce-2.2ms2.tar.gz) = 891581
MD5 (oscommerce-2.2ms2-060817.tgz) = b0900462a25e5c51630aca8772f4e384
SHA256 (oscommerce-2.2ms2-060817.tgz) = e94ed52a7d137e690c60955cea2a8e7f4f66dff6bc3a114d36b84e283a4c934d
SIZE (oscommerce-2.2ms2-060817.tgz) = 1303784

View File

@ -6,10 +6,10 @@ to:
http://localhost/oscommerce/catalog/install/
Once you've finished the rest of the installation, it is highly encouraged
Once you've finished the rest of the installation, it is highly encouraged
that you
chmod -R 000 %%OSCOMMERCE%%/catalog/install
chmod -R 000 %%WWWDIR%%/catalog/install
to disable the installation utilities.
@ -17,7 +17,7 @@ The administrative interface can be found at
http://localhost/oscommerce/catalog/admin/
and should have its access appropriately restricted to prevent someone
and should have its access appropriately restricted to prevent someone
from modifying parts of your catalog.
-----------------------------------------------------------------------------

File diff suppressed because it is too large Load Diff