Port details |
- portal Front-end to pkg(8)
- 0.4_6 ports-mgmt =2 0.4_6Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2016-02-20 14:31:50
- Last Update: 2024-01-09 10:32:17
- Commit Hash: 03c7f3c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/culot/portal
- Description:
- Portal is a front-end to FreeBSD's package manipulation tool pkg(8).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- portal>0:ports-mgmt/portal
- To install the port:
- cd /usr/ports/ports-mgmt/portal/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/portal
- pkg install portal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: portal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1480792092
SHA256 (culot-portal-0.4_GH0.tar.gz) = cf14818170d1e632659e86993ed1606ddc302a53ccaac3c5f75244204e91fff2
SIZE (culot-portal-0.4_GH0.tar.gz) = 17374
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_portal
- USES:
- ncurses compiler:c++11-lib
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4_6 09 Jan 2024 10:32:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
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) |
0.4_5 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 ) |
0.4_5 06 Sep 2021 21:13:27 |
Rene Ladan (rene) |
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. |
0.4_5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4_5 22 Dec 2019 19:23:51 |
pkubaj |
ports-mgmt/portal: fix build on GCC architectures
Only add -L${NCURSESLIB} when ${NCURSESLIB} isn't /usr/lib to prevent linking
with base libstdc++ on GCC architectures.
PR: 240707
Approved by: culot (maintainer) |
0.4_5 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.4_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.4_3 18 Sep 2018 11:01:51 |
linimon |
Mark these ports as broken on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.4_3 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.4_2 12 Dec 2017 04:35:49 |
jbeich |
Re-try ports affected by bug 193528 on powerpc* after r449590 |
0.4_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.4_1 30 Apr 2017 01:12:10 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.4_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.4 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
0.4 09 Dec 2016 22:53:35 |
marino |
ports-mgmt/portal: Support ports ncurses and honor FLAGS
Approved by: general and ncurses blankets |
0.4 03 Dec 2016 19:13:37 |
culot |
- Update to 0.4
Changes: https://github.com/culot/portal/blob/master/CHANGES |
0.3 01 Sep 2016 14:08:05 |
amdmi3 |
- Mark BROKEN on 9.x: requires std::to_string
Approved by: portmgr blanket |
0.3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.3 14 Mar 2016 13:47:07 |
culot |
- Update to 0.3
Changes: https://github.com/culot/portal/blob/master/CHANGES |
0.2 24 Feb 2016 10:19:34 |
culot |
- Update to 0.2
Changes: https://github.com/culot/portal/blob/master/CHANGES |
0.1 21 Feb 2016 08:36:53 |
culot |
- Simplify Makefile
Reported by: mat |
0.1 20 Feb 2016 14:31:40 |
culot |
Portal is a front-end to FreeBSD's package manipulation tool pkg(8).
Currently, the application is a MVP (Minimum Viable Product) which
provides only the following features: packages listing and searching,
installation and deinstallation of packages, and filtering based on
the package state.
WWW: https://github.com/culot/portal |