notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
evcc Extensible EV Charge Controller
0.311.0_1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.311.0_1Version of this port present on the latest quarterly branch.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-07-10 08:24:41
Last Update: 2026-07-10 08:00:52
Commit Hash: c328c3d
License: MIT
WWW:
https://evcc.io/
https://github.com/evcc-io/evcc
Description:
evcc is an extensible EV Charge Controller and home energy management system. evcc optimizes charging your electric vehicle with self-generated solar energy or low-cost electricity tariffs. The software works across manufacturers with hundreds of wallboxes, solar systems, and vehicles. evcc runs locally on a Raspberry Pi or NAS - no cloud required.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/evcc
  2. /usr/local/share/licenses/evcc-0.311.0_1/catalog.mk
  3. /usr/local/share/licenses/evcc-0.311.0_1/LICENSE
  4. /usr/local/share/licenses/evcc-0.311.0_1/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • evcc
Dependency lines:
  • evcc>0:www/evcc
To install the port:
cd /usr/ports/www/evcc/ && make install clean
To add the package, run one of these commands:
  • pkg install www/evcc
  • pkg install evcc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: evcc
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1783429356 SHA256 (go/www_evcc/evcc-io-evcc-0.311.0_GH0/evcc-npm-cache-0.311.0.tar.zst) = c79f1930ecd38dd575acf0f37f6564f3f5fd12bd101b1e29867516d6daebc380 SIZE (go/www_evcc/evcc-io-evcc-0.311.0_GH0/evcc-npm-cache-0.311.0.tar.zst) = 87016792

Expand this list (4 items)

Collapse this list.

SHA256 (go/www_evcc/evcc-io-evcc-0.311.0_GH0/go.mod) = b684901309c6c5b547ece537c5d9fcfcc44f16613db555d0272f72ce4eb64563 SIZE (go/www_evcc/evcc-io-evcc-0.311.0_GH0/go.mod) = 12848 SHA256 (go/www_evcc/evcc-io-evcc-0.311.0_GH0/evcc-io-evcc-0.311.0_GH0.tar.gz) = a80c778db8cc5f93c0bca49d704bebd89d0620133d8d5e2755877b344582ffe8 SIZE (go/www_evcc/evcc-io-evcc-0.311.0_GH0/evcc-io-evcc-0.311.0_GH0.tar.gz) = 3231290

Collapse this list.


Packages (timestamps in pop-ups are UTC):
evcc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.305.1---n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-0.312.1------
FreeBSD:14:quarterly-0.311.0_1------
FreeBSD:15:latest-0.312.1n/a-n/an/a--
FreeBSD:15:quarterly-0.311.0_1n/a-n/an/a--
FreeBSD:16:latest-0.313.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. npm>0 : www/npm
  2. gmake>=4.4.1 : devel/gmake
  3. go126 : lang/go126
  4. node : www/node24
Fetch dependencies:
  1. go126 : lang/go126
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_evcc
USES:
gmake go:1.26+,modules,no_targets nodejs:lts,build tar:zstd zip
pkg-message:
For install:
To run evcc on startup, execute: sysrc evcc_enable="YES" To start evcc directly: service evcc start evcc listen by default on port 127.0.0.1:7070, but a reverse proxy like nginx before: location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_redirect off; proxy_read_timeout 240s; proxy_http_version 1.1; proxy_pass http://127.0.0.1:7070; } After this access evcc via browser and set your admin password. evcc is using database only mode, so no need to modify any configuration file. Check the manual for more information: https://docs.evcc.io/docs/Home
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://codeload.github.com/evcc-io/evcc/tar.gz/0.311.0?dummy=/
  2. https://raw.githubusercontent.com/evcc-io/evcc/0.311.0/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.311.0_1
10 Jul 2026 08:00:52
commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487commit hash: c328c3d404abdecbaf1429067d07fa84f6de3487 files touched by this commit
Dag-Erling Smørgrav (des) search for other commits by this committer
various: Bump go ports for go-1.25.12 / 1.26.5

Number of commits found: 1