Commit Graph

149 Commits

Author SHA1 Message Date
zhuk
ad829a421b Make description of operation modes combining more clear.
Add missing .Ev while there.
2014-08-12 00:53:38 +00:00
espie
25bb934cf8 document -i 2014-08-10 10:07:10 +00:00
zhuk
1eb8b10145 Introduce portbump(1): one more tool in a Real Porter's collection.
Now, in conjuction with sqlports package, you can bump a bunch of ports
in a few minutes (including time for manual verification).

Idea supported and input given at different time by sthen@, afresh1@,
espie@, ajacoutot@ and others.

Tests to follow.
2014-07-12 19:34:08 +00:00
espie
f5244de941 reflect current reality (from Josh Grosse) 2014-06-29 19:04:40 +00:00
nigel
2c8b12f938 Ok @espie 2014-03-23 12:24:14 +00:00
espie
06a9ae3967 documentation tweak 2014-02-14 14:30:05 +00:00
espie
90e985ef25 document extra semantics 2014-02-08 13:22:24 +00:00
espie
79886990ba missing annotation 2014-02-08 10:47:59 +00:00
zhuk
2f6834a234 Face the reality: portcheck(1) is heavily used now, and not only for new
ports. Given that you import port once but update it a few times, make
the update mode (-CU) default for portcheck, and provide a "new port"
switch (-N) instead.

This commit updates portcheck(1) and portimport(1): code, documentation and
tests. The WWW stuff will be updated separately.

Note: regression suite fails now as it detected an actual misconsistence
in portcheck's output. This will be handled ASAP, too.

Initial prodding by naddy@
2014-02-04 21:18:14 +00:00
zhuk
12e075e9da Now that we have portcheck(1), start relying on it instead of doing
the checks and pkgpath detection ourself in portimport(1).

Sitting on this diff since september, reminded by kirby@.

Tested in the wild by importing many ports, mostly KDE4-related.

Input and okay sthen@
2013-12-11 13:55:34 +00:00
espie
d69b05f945 add color support to dpb-replay, normalize options 2013-10-14 19:09:04 +00:00
espie
0d96f0a882 document -e option 2013-10-12 10:19:20 +00:00
espie
b46cee4c56 update my copyright to 2013 2013-10-06 13:33:24 +00:00
espie
71134ea839 well, turns out awaiting-locks can be fairly useful 2013-10-06 10:58:20 +00:00
espie
e75c355759 nits 2013-10-06 10:54:53 +00:00
espie
a9e268d157 better phrasing 2013-10-06 10:54:02 +00:00
espie
615cbd2c64 explain about the kde3/kde4 tag.
Document a few more new things.
(some of these are NOT YET committed)
2013-10-06 10:50:04 +00:00
espie
bf60a2c001 explain about non-integral squiggles 2013-10-03 16:33:08 +00:00
espie
f45978f175 document dpb-replay, fairly obvious 2013-10-03 16:12:05 +00:00
espie
b1c0f5d29e a few odds and ends 2013-09-24 09:46:44 +00:00
espie
c87d31c711 I'm not fond of adding to the BUGS sections, but those are proper gotcha
that have been around for long enough...
2013-09-21 14:47:00 +00:00
espie
d663c37f25 document squiggles (this sure was fun to explain) and repair, and nochecksum 2013-09-21 09:12:39 +00:00
rpe
6f86efa70f - fix section order, move BUGS below SEE ALSO
ok jmc@
2013-09-15 09:56:21 +00:00
rpe
5941c0eccc - remove paragraph break (.Pp) before section header (.Sh)
ok jmc@
2013-09-15 09:54:19 +00:00
rpe
495ef75b12 - remove trailing blank
ok jmc@
2013-09-15 09:49:17 +00:00
rpe
65e02d3678 - remove paragraph break (.Pp) before section header (.Sh)
- standard section name is AUTHORS (plural)

ok jmc
2013-09-15 09:48:10 +00:00
espie
ea5aa15ea6 document chroot properties 2013-09-10 17:52:11 +00:00
zhuk
60d7b0d9b6 Add support for specifying multiple port directories in check-conflicts -p. 2013-08-24 16:06:12 +00:00
zhuk
4a75a7feb6 Add portcheck(1), the port bugs detection utility.
Generic idea to split checks from portimport(1) came from sthen@.

Input from ajacoutot@, jmc@, rpe@, sthen@, Andreas Perera and Juan
Francisco Cantero Hurtado.

"put it in" ajacoutot@
2013-08-21 17:00:24 +00:00
espie
e2af3134a1 document new way nfs "works". 2013-07-18 05:40:31 +00:00
pirofti
bca96cd921 Synchronize the synopsis with the usage.
Comments and okay espie@.
2013-07-05 13:49:50 +00:00
espie
5cc8131aa3 document that it's now possible to put a lot of things inside the config
file instead of passing extra options on the command line.
2013-06-24 20:30:56 +00:00
espie
c62257bdfe document -DMIRROR 2013-06-21 10:10:58 +00:00
espie
7b28dc8510 document -DSYSLOG 2013-06-04 08:59:50 +00:00
espie
c9efb7f92a add ! to ports that prevent junk from happening, so that you know why it
doesn't junk.

spell out a bit more that logs and locks do NOT need to be shared.
2013-04-30 10:22:36 +00:00
sthen
b100b01c49 add basic mode support for pkg_subst, ok espie@. example use:
${SUBST_CMD} -c -m 755 -o root -g bin ${FILESDIR}/script ${PREFIX}/bin/script
2013-04-27 15:43:42 +00:00
zhuk
7f00acb024 Add -u option to portimport(1), allowing to specify your username in CVS.
BUGS section is gone now.
2013-04-11 15:18:00 +00:00
rpe
e195d5e0df add portimport
portimport is used to import the directories and files of a new
port to the OpenBSD ports cvs(1) repository, avoiding common mistakes.
It has to be executed from within the new port's directory.

please read the BUGS section in portimport(1) for details about the
user login used to connect to cvs.openbsd.org !!

addition suggested by and OK sthen@
no objections from jasper@ espie@ aja@
manpage nits jmc@
2013-04-09 19:51:37 +00:00
espie
2dff7598bc state the obvious 2013-02-04 11:35:27 +00:00
espie
28f4e1a1c1 document that dpb will be smart about calling show-size 2013-02-03 22:27:28 +00:00
espie
60668deeb2 document mfs location 2013-02-03 13:38:13 +00:00
espie
eaa7b64919 document -S 2013-02-02 10:38:26 +00:00
espie
5eb35f9f1e adjust documentation a bit. 2013-01-29 16:19:41 +00:00
espie
427ff0a96e document m parameter for -F
noticed by jasper@
2013-01-29 16:14:44 +00:00
nigel
1071d1b260 Change <hostname>-stop to stop-<hostname>
Ok to fix espie@
2013-01-28 23:07:36 +00:00
espie
8ced3b60c4 rebuild.log is gone, that info went back to separate paths.
Reasoning as follows: we were starting a job, and dumping the path
info in there. Just stopping right there makes little sense, so put
the rebuild info there anyways.
2013-01-28 13:48:31 +00:00
espie
f9d05fde34 document FETCH_TIMEOUT 2013-01-28 12:24:51 +00:00
espie
e06e006a3a document new logs, new -J, new -M.
removes description of fetch/distfiles.log as that one no longer serves
any purpose (bye bye!)
2013-01-28 10:24:24 +00:00
espie
58da2425a1 no longer a bug in mfs, at least on modern arches. 2013-01-27 18:43:11 +00:00
espie
9bbd046cae gc stuff that should have gone along with the old mirroring ports
infrastructure.

dpb does all that internally these days
2013-01-27 18:21:55 +00:00