diff options
author | Frederic Culot <culot@FreeBSD.org> | 2016-02-20 14:31:40 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2016-02-20 14:31:40 +0000 |
commit | a5d74e7c64b95a34f1fba66809d22f082aadc6a3 (patch) | |
tree | 428b35efbc9a847bf19deab826c83fea1c33f621 /ports-mgmt/portal/pkg-descr | |
parent | 14baca0ae8df8a8e442664b5ac815250c9525b22 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/portal/pkg-descr')
-rw-r--r-- | ports-mgmt/portal/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports-mgmt/portal/pkg-descr b/ports-mgmt/portal/pkg-descr new file mode 100644 index 000000000000..d2e7a9bac584 --- /dev/null +++ b/ports-mgmt/portal/pkg-descr @@ -0,0 +1,8 @@ +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 |