replace pkg_add -r with pkg install - #284
Conversation
| [source,shell] | ||
| .... | ||
| # pkg_add -r opera | ||
| # pkg install opera |
There was a problem hiding this comment.
opera does not exist. Instead, maybe linux-opera
There was a problem hiding this comment.
yes the handbook says replace opera with linux-opera in the following paragraph
| [source,shell] | ||
| .... | ||
| # pkg_add -r koffice-kde4 | ||
| # pkg install koffice-kde4 |
There was a problem hiding this comment.
There is no longer any port with koffice in its name.
There was a problem hiding this comment.
calligra does https://www.freshports.org/editors/calligra/
| [source,shell] | ||
| .... | ||
| # pkg_add -r openoffice.org | ||
| # pkg install openoffice.org |
There was a problem hiding this comment.
Existing ports include:
editors/openoffice-4
editors/openoffice-devel
textproc/p5-OpenOffice-OODoc
There was a problem hiding this comment.
editors/libreoffice is probably the better maintained of the two forks
| [source,shell] | ||
| .... | ||
| # pkg_add -r gqview | ||
| # pkg install gqview |
There was a problem hiding this comment.
This port was removed a few years ago,
There was a problem hiding this comment.
https://www.freshports.org/graphics/geeqie
fork still exists
| [source,shell] | ||
| .... | ||
| # pkg_add -r kmymoney2 | ||
| # pkg install kmymoney2 |
There was a problem hiding this comment.
This port died around two decades ago,
There was a problem hiding this comment.
maybe gnucash could be an acceptable alternative?
There was a problem hiding this comment.
actually, if we drop the 2, we're right there where we need to be: https://www.freshports.org/finance/kmymoney/
There was a problem hiding this comment.
|
I will review the content again as soon as possible :) |
|
The content is so outdated that I am afraid it needs to be re-written again from scratch |
| * Εφαρμογές γραφείου (όπως KOffice, AbiWord, The GIMP, OpenOffice.org, LibreOffice) | ||
| * Προγράμματα προβολής εγγράφων (όπως Acrobat Reader(R), gv, Xpdf, GQview) | ||
| * Χρηματοοικονομικές εφαρμογές (όπως GnuCash, Gnumeric, Abacus) |
There was a problem hiding this comment.
Notable:
- KOffice, replace pkg_add -r with pkg install #284 (review)
- OpenOffice.org, replace pkg_add -r with pkg install #284 (review)
- GQview, replace pkg_add -r with pkg install #284 (review)
- Abacus https://www.freshports.org/deskutils/abacus/ broken eleven years ago, retired
- …
As your PR is entitled replace pkg_add -r with pkg install, the observations above are out of scope.
Re: https://wiki.freebsd.org/GitHub, for the src tree it's true that the scope of a pull request should not change during review.
If the same is true for PRs for the doc tree, then you should probably mark this comment as resolved; and then someone (not necessarily you) can progress these additional points.
HTH (hope that helps)
Graham
There was a problem hiding this comment.
@chrislongros sorry, I did not see your #284 until after this comment.
Yeah, probably |
No description provided.