-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace pkg_add -r with pkg install #284
base: main
Are you sure you want to change the base?
Conversation
@@ -175,7 +175,7 @@ endif::[] | |||
|
|||
[source,shell] | |||
.... | |||
# pkg_add -r opera | |||
# pkg install opera |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opera
does not exist. Instead, maybe linux-opera
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes the handbook says replace opera with linux-opera in the following paragraph
@@ -340,7 +340,7 @@ endif::[] | |||
|
|||
[source,shell] | |||
.... | |||
# pkg_add -r koffice-kde4 | |||
# pkg install koffice-kde4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no longer any port with koffice
in its name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
calligra does https://www.freshports.org/editors/calligra/
@@ -408,7 +408,7 @@ endif::[] | |||
|
|||
[source,shell] | |||
.... | |||
# pkg_add -r openoffice.org | |||
# pkg install openoffice.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Existing ports include:
editors/openoffice-4
editors/openoffice-devel
textproc/p5-OpenOffice-OODoc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
editors/libreoffice is probably the better maintained of the two forks
@@ -610,7 +610,7 @@ endif::[] | |||
|
|||
[source,shell] | |||
.... | |||
# pkg_add -r gqview | |||
# pkg install gqview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This port was removed a few years ago,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://www.freshports.org/graphics/geeqie
fork still exists
@@ -724,7 +724,7 @@ endif::[] | |||
|
|||
[source,shell] | |||
.... | |||
# pkg_add -r kmymoney2 | |||
# pkg install kmymoney2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This port died around two decades ago,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe gnucash could be an acceptable alternative?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrislongros sorry, I did not see your #284 until after this comment.
Yeah, probably |
No description provided.