Bug 213056 - bring website portmgr pages up to modern times (part 1)
Summary: bring website portmgr pages up to modern times (part 1)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Rene Ladan
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-09-29 00:39 UTC by Mark Linimon
Modified: 2017-10-15 16:19 UTC (History)
2 users (show)

See Also:


Attachments
diff to portmgr web pages part 1 (7.36 KB, patch)
2016-09-29 00:39 UTC, Mark Linimon
no flags Details | Diff
updated patch with mat@'s issues addressed (4.80 KB, patch)
2017-10-14 14:27 UTC, Rene Ladan
no flags Details | Diff
updated patch with igor fixes (6.01 KB, patch)
2017-10-15 10:29 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2016-09-29 00:39:20 UTC
Created attachment 175238 [details]
diff to portmgr web pages part 1

The portmgr website pages have become stale.  This is part 1 of the rework needed to bring it back to reality.

Not yet addressed is removing "the ports tree is not branched" and all the repercussions thereof.  But this needs to go in first.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2016-09-29 00:40:08 UTC
Needs review for content correctness by portmgr, before review for markup correctness by doc folks.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2016-09-29 00:40:30 UTC
Lord.  Guess I've typed that one too many times.
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2016-09-29 09:03:48 UTC
Why remove the link to pkg.f.o ? I think it is correct.

Also, maybe replace pointyhat links with pkg-status.f.o, it has about the same purpose, no ?
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2017-10-14 14:27:06 UTC
Created attachment 187163 [details]
updated patch with mat@'s issues addressed

The EOL page was already updated in January 2017 when 9.3, 10.1 and 10.2 reached their EOL, which means the updated patch is much smaller than the original.
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2017-10-15 10:29:24 UTC
Created attachment 187191 [details]
updated patch with igor fixes
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-10-15 16:18:58 UTC
A commit references this bug:

Author: rene
Date: Sun Oct 15 16:17:56 UTC 2017
New revision: 51124
URL: https://svnweb.freebsd.org/changeset/doc/51124

Log:
  Modernize the portmgr part of the website (part 1).

  - Replace pointyhat.FreeBSD.org by pkg-status.FreeBSD.org
  - The ports tree is branched now
  - Remove mentions of "repocopies", these were leftovers from the CVS era.
  - Update instructions for handling PRs

  Parts of the PR were already committed independently by rene
  at 2017-01-01 when FreeBSD 9.3, 10.1 and 10.2 reached their EOL.

  Apply some igor fixes while here.

  PR:		213056
  Submitted by:	linimon
  Reviewed by:	mat

Changes:
  head/en_US.ISO8859-1/htdocs/portmgr/policies.xml
  head/en_US.ISO8859-1/htdocs/portmgr/policies_contributors.xml
  head/en_US.ISO8859-1/htdocs/portmgr/policies_eol.xml
Comment 7 Rene Ladan freebsd_committer freebsd_triage 2017-10-15 16:19:31 UTC
Committed, thanks for the patch