Port details |
- opencart Open source PHP-based online shopping cart system
- 4.0.2.3 www =3 4.0.2.3Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2008-04-04 20:40:08
- Last Update: 2024-08-03 18:59:37
- Commit Hash: 6373a1d
- People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
- Also Listed In: misc
- License: GPLv3
- WWW:
- https://www.opencart.com/
- Description:
- OpenCart is an open source PHP-based online shopping
cart system. A robust e-commerce solution for Internet
merchants with the ability to create their own online
business and participate in e-commerce at a minimal cost.
OpenCart is designed feature rich, easy to use, search
engine friendly and with a visually appealing interface.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/opencart/ && make install clean
- To add the package, run one of these commands:
- pkg install www/opencart
- pkg install opencart
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opencart
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695473276
SHA256 (opencart-opencart-4.0.2.3_GH0.tar.gz) = c9004058025ee7d76596f710ce43d4afea8c27e02a52e53f656612e8a684a2d9
SIZE (opencart-opencart-4.0.2.3_GH0.tar.gz) = 19813552
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php82
- filter.so : security/php82-filter
- mysqli.so : databases/php82-mysqli
- curl.so : ftp/php82-curl
- mbstring.so : converters/php82-mbstring
- gd.so : graphics/php82-gd
- zlib.so : archivers/php82-zlib
- mcrypt.so : security/pecl-mcrypt@php82
- session.so : www/php82-session
- zip.so : archivers/php82-zip
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_opencart
- USES:
- cpe php
- pkg-message:
- For install:
- 1) Create a user and a database for opencart to store all
its tables in (or choose an existing database).
2) Add the following to your Apache configuration file
httpd.conf, and restart the server:
Alias /opencart /usr/local/www/opencart/
AcceptPathInfo On
<Directory /usr/local/www/opencart>
AllowOverride None
Require all granted
</Directory>
3) Visit your opencart site with a browser (i.e.,
http://your.server.com/opencart/), and you should
be taken to the install script, which will lead
you through configing opencart.
For more information, see the INSTALL DOCUMENTATION:
https://github.com/opencart/opencart/blob/master/INSTALL.md
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.2.3 03 Aug 2024 18:59:37 |
Muhammad Moinur Rahman (bofh) |
*/*: Unbreak with php84
These ports were initially marked to IGNORE with php84 as their runtime
dependencies were BROKEN. As all of the runtime dependencies has been
fixed for ther requirements unmark these ports. Although these ports
build perfectly with php84 but there might still be runtime issues with
these ports with php84. The maintainers are requested to do some runtime
checks for these ports.
Approved by: portmgr (blanket) |
4.0.2.3 28 Jul 2024 13:15:18 |
Muhammad Moinur Rahman (bofh) |
*/*: Mark IGNORE_WITH_PHP=84
These ports are currently not compatible with php84 and is only a limited
set of ports. There might be more ports which has runtime issues. Please
check if your ports are compatible with php84 and if not pleae mark them
IGNORE_WITH_PHP=84
Approved by: portmgr (blanket) |
4.0.2.3 24 Sep 2023 02:05:45 |
Wen Heping (wen) |
www/opencart: Update to 4.0.2.3 |
4.0.2.2 30 Jul 2023 23:08:55 |
Wen Heping (wen) |
www/opencart: Update to 4.0.2.2 |
4.0.2.1 24 Apr 2023 12:03:22 |
Wen Heping (wen) |
www/opencart: Update to 4.0.2.1 |
4.0.1.1 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.1.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.1.1 29 Aug 2022 03:00:05 |
Wen Heping (wen) |
www/opencart: Update to 4.0.1.1 |
4.0.1.0 16 Aug 2022 20:25:59 |
Wen Heping (wen) |
www/opencart: Update to 4.0.1.0 |
4.0.0.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
4.0.0.0 11 Jun 2022 08:24:30 |
Wen Heping (wen) |
www/opencart: Update to 4.0.0.0 |
3.0.3.8 16 Sep 2021 02:56:28 |
Wen Heping (wen) |
www/opencart: Update to 3.0.3.8 |
3.0.3.7 10 Sep 2021 21:18:30 |
Bernhard Froehlich (decke) |
www/opencart: Add CPE information
Approved by: portmgr (blanket) |
3.0.3.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.3.7 19 Mar 2021 16:46:50 |
mat |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
3.0.3.7 06 Feb 2021 12:58:15 |
wen |
- Fix checksum |
3.0.3.7 05 Feb 2021 12:35:29 |
wen |
- Update to 3.0.3.7 |
3.0.3.2_1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
3.0.3.2_1 31 May 2019 06:22:28 |
wen |
- Change to zip distfile [1]
(Some files lost in tar.gz distfiles)
- Update pkg-message
Spotted by: iasen.kostov@gmail.com [1] (via email) |
3.0.3.2 15 Apr 2019 12:02:45 |
wen |
- Update to 3.0.3.2 |
3.0.3.1 14 Feb 2019 02:00:45 |
wen |
- Update to 3.0.3.1 |
3.0.2.0 21 Dec 2017 03:22:17 |
wen |
- Update to 3.0.2.0 |
2.3.0.2 04 Oct 2017 11:29:15 |
bapt |
Convert to USES=php
While here convert some ports to optiosn helpers |
2.3.0.2 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
2.3.0.2 08 Aug 2016 01:30:23 |
wen |
- Update to 2.3.0.2 |
2.2.0.0_1 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
2.2.0.0_1 10 Mar 2016 08:11:05 |
wen |
- Add missing depends
PR: 207841
Spotted by: admin@vladiom.com.ua |
2.2.0.0 09 Mar 2016 02:24:13 |
wen |
- Update to 2.2.0.0 |
2.1.0.2 24 Feb 2016 00:13:48 |
wen |
- Update to 2.1.0.2 |
2.0.3.1 14 Jun 2015 07:22:59 |
wen |
- Update to 2.0.3.1
- Update pkg-message
- Fix files permissions |
1.5.6.4 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.5.6.4 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
1.5.6.4 02 Jun 2014 11:18:17 |
miwi |
- Update to 1.5.6.4
- Add STAGE support
PR: 190448 |
1.5.4.1 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
1.5.4.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.5.4.1 17 Jan 2013 02:02:11 |
wen |
- Update to 1.5.4.1
- Trim Makefile headers |
1.5.3 24 Jul 2012 05:02:03 |
wen |
- Update to 1.5.3 |
1.4.9.1 07 Dec 2010 03:08:04 |
wen |
- Update to 1.4.9.1
- Update my mail to FreeBSD
Reported by: v.georgiev@gmail.com |
1.3.0 14 Aug 2009 20:02:34 |
miwi |
- Update to 1.3.0
PR: 137239
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.2.6 17 May 2009 14:12:54 |
miwi |
- Update to 1.2.6
PR: 133851
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
0.7.7 04 Jul 2008 06:33:05 |
beech |
- Add dependencies
- Fix Makefile order
PR: ports/125170
Submitted by: Wen heping <wenheping@gmail.com> (maintainer) |
0.7.7 18 Apr 2008 23:10:57 |
edwin |
Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro |
0.7.7 04 Apr 2008 20:39:49 |
pav |
OpenCart is an open source PHP-based online shopping
cart system. A robust e-commerce solution for Internet
merchants with the ability to create their own online
business and participate in e-commerce at a minimal cost.
OpenCart is designed feature rich, easy to use, search
engine friendly and with a visually appealing interface.
WWW: http://www.opencart.com/
PR: ports/122446
Submitted by: Wen heping <wenheping@gmail.com> |