- New port: www/thirtybees

thirty bees is a matured e-commerce solution which once started as a fork of
PrestaShop 1.6.1.11 and is still compatible with (almost) all PS 1.6 modules.
Its focus is on stability, correctness and reliability of the rich feature set,
to allow merchants to focus on growing their business.

WWW: https://thirtybees.com
This commit is contained in:
Jose Alonso Cardenas Marquez 2019-11-28 16:52:27 +00:00
parent 116188e660
commit 4fee52f789
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518591
6 changed files with 11205 additions and 0 deletions

View file

@ -2275,6 +2275,7 @@
SUBDIR += tdom
SUBDIR += template_
SUBDIR += templatelite
SUBDIR += thirtybees
SUBDIR += thttpd
SUBDIR += thumbnail_index
SUBDIR += thundercache

31
www/thirtybees/Makefile Normal file
View file

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= thirtybees
PORTVERSION= 1.1.0
CATEGORIES= www finance
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= A matured e-commerce solution
LICENSE_FILE= ${WRKSRC}/LICENSES
USES= php:web zip
USE_PHP= bcmath curl gd imap json mbstring opcache openssl pdo_mysql \
soap xml zip
NO_BUILD= yes
NO_ARCH= yes
NO_WRKSUBDIR= yes
SUB_FILES= pkg-message
PLIST_SUB= THIRTYBEES_USER=${THIRTYBEES_USER} \
THIRTYBEES_GROUP=${THIRTYBEES_GROUP}
THIRTYBEES_USER?= ${WWWOWN}
THIRTYBEES_GROUP?= ${WWWGRP}
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>

3
www/thirtybees/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1574931656
SHA256 (thirtybees-v1.1.0.zip) = 4c93010603398c3e0bc13b137153efd9e165e93f1240073f33e1338c6aefb8df
SIZE (thirtybees-v1.1.0.zip) = 45462168

View file

@ -0,0 +1,15 @@
[
{ type: install
message: <<EOM
thirtybees was installed
1) You can install Apache or nginx as webserver
2) MySQL and MariaDB databases are supported
3) Look for more installation instructions at:
https://docs.thirtybees.com/installation/
EOM
}
]

6
www/thirtybees/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
thirty bees is a matured e-commerce solution which once started as a fork of
PrestaShop 1.6.1.11 and is still compatible with (almost) all PS 1.6 modules.
Its focus is on stability, correctness and reliability of the rich feature set,
to allow merchants to focus on growing their business.
WWW: https://thirtybees.com

11149
www/thirtybees/pkg-plist Normal file

File diff suppressed because it is too large Load diff