Port details |
- forge Work with Git forges from the comfort of Magit
- 0.3.1_2 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2021-06-03 10:39:06
- Last Update: 2022-04-07 22:12:44
- Commit Hash: d9dcd9c
- Also Listed In: elisp
- License: GPLv3+
- Description:
- Forge allows you to work with Git forges, such as Github and Gitlab,
from the comfort of Magit and the rest of Emacs.
Forge fetches issues, pull-requests and other data using the forge's
API and stores that in a local database. Additionally it fetches the
pull-request references using Git. Forge implements various features
that use this data but the database and pull-request refs can also be
used by third-party packages.
WWW: https://github.com/magit/forge
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/forge/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/forge
- pkg install forge
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: forge
- Package flavors (<flavor>: <package>)
- full: forge
- canna: forge-emacs_canna
- nox: forge-emacs_nox
- devel_full: forge-emacs_devel
- devel_nox: forge-emacs_devel_nox
- distinfo:
- TIMESTAMP = 1645078076
SHA256 (magit-forge-v0.3.1_GH0.tar.gz) = 9c6bf381385b78170841dd3fd2aa2eb3133a0cdafe3ff90fc1797cf4a4b001e1
SIZE (magit-forge-v0.3.1_GH0.tar.gz) = 96782
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- closql>=1.2.0 : databases/closql@full
- dash.el>=2.19.1 : devel/dash.el@full
- emacsql>=3.0.0 : databases/emacsql@full
- ghub>=3.5.4 : devel/ghub@full
- magit>=3.3.0 : devel/magit@full
- markdown-mode.el>=2.4 : textproc/markdown-mode.el@full
- transient>=0.3.6 : devel/transient@full
- yaml.el>=0.3.4 : textproc/yaml.el@full
- gsed : textproc/gsed
- emacs-28.1 : editors/emacs@full
- gmake>=4.3 : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- closql>=1.2.0 : databases/closql@full
- dash.el>=2.19.1 : devel/dash.el@full
- emacsql>=3.0.0 : databases/emacsql@full
- ghub>=3.5.4 : devel/ghub@full
- magit>=3.3.0 : devel/magit@full
- markdown-mode.el>=2.4 : textproc/markdown-mode.el@full
- transient>=0.3.6 : devel/transient@full
- yaml.el>=0.3.4 : textproc/yaml.el@full
- emacs-28.1 : editors/emacs@full
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for forge-0.3.1_2:
DOCS=on: Build and/or install documentation
PDF=off: Build and install PDF document
===> Use 'make config' to modify these settings
- Options name:
- devel_forge
- USES:
- emacs gmake makeinfo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2022 22:12:44 0.3.1_2 |
Joseph Mingrone (jrm)  |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
20 Feb 2022 23:30:40 0.3.1_1 |
Yasuhiro Kimura (yasu)  |
devel/forge: Add PDF option and change DOCS option
* Add new option PDF. If it is enabled PDF document is built and
installed.
* Change DOCS option so HTML document is built and installed if it is
enabled.
* Add NO_ARCH |
17 Feb 2022 06:50:03 0.3.1 |
Yasuhiro Kimura (yasu)  |
devel/forge: Update to 0.3.1
ChangeLog: https://github.com/magit/forge/blob/v0.3.1/CHANGELOG |
15 Nov 2021 15:19:58 0.3.0_1 |
Joseph Mingrone (jrm)  |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
27 Oct 2021 16:16:25 0.3.0 |
Yasuhiro Kimura (yasu)  |
devel/forge: Update to 0.3.0
* Add some ports to {BUILD|RUN}_DEPENDS. Currently they are indirect
dependency of this port and adding them to {BUILD|RUN}_DEPENDS
doesn't take any effect right now. But upstream specifies them as
dependency. Futhermore there are signs that dependency between the
ports that this port requires may change in the near future. And if
it really happens it may result in the issue that required port is
split from indirect dependency. So it is also intended as safekeeping.
* Adjust version range of dependency.
* Mark MAKE_JOBS_UNSAFE as parallel build fails if Emacs is built with
native compilation enabled.
ChangeLog: https://github.com/magit/forge/blob/v0.3.0/CHANGELOG
Differential Revision: https://reviews.freebsd.org/D32503 |
01 Oct 2021 22:55:27 0.2.1_2 |
Joseph Mingrone (jrm)  |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
28 Sep 2021 05:13:33 0.2.1_1 |
Yasuhiro Kimura (yasu)  |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
17 Aug 2021 05:18:20 0.2.1_1 |
Guangyuan Yang (ygy)  Author: Yasuhiro Kimura |
devel/forge: Update dependencies
PR: 257896 |
21 Jun 2021 09:00:28 0.2.1 |
Guangyuan Yang (ygy)  Author: Yasuhiro Kimura |
devel/forge: Update to 0.2.1
PR: 256662
Approved by: lwhsu (mentor, implicit) |
03 Jun 2021 10:35:10 0.2.0 |
Guangyuan Yang (ygy)  Author: Yasuhiro Kimura |
devel/forge: New port: Work with Git forges from Magit
PR: 255963
Approved by: lwhsu (mentor) |