Ruslan Ermilov
bc84aa4ba3
Markup fixes.
2006-09-29 17:57:04 +00:00
Ruslan Ermilov
7bd89ff038
Fix usage().
2006-09-29 17:23:14 +00:00
Ruslan Ermilov
37085ccacf
Sync usage() with manpage's SYNOPSIS.
2006-09-29 17:17:53 +00:00
Ken Smith
3aaadbcce2
Oops. Catch up on the last couple of releases and prepare for the next
...
one.
2006-09-26 14:51:33 +00:00
Kirill Ponomarev
b041cda4ed
Fix "pkg_version -Io" coredump, if some packages have no origin at
...
all.
PR: bin/101932
Submitted by: novel, sat
MFC after: 5 days
2006-08-12 18:32:51 +00:00
Dag-Erling Smørgrav
b21860b5d0
Cosmetic: fix indentation.
2006-08-11 17:17:14 +00:00
Dag-Erling Smørgrav
ccbca788b3
Turn on libfetch debugging if -v was specified on the command line.
...
MFC after: 2 weeks
2006-07-08 14:34:56 +00:00
David E. O'Brien
3b26c608f8
Allow variable amounts of verbosity.
2006-06-12 22:39:32 +00:00
Kirill Ponomarev
69b1a1dece
Add INDEX-7 and remove trailing spaces.
...
MFC after: 5 days
2006-04-17 11:15:29 +00:00
Kirill Ponomarev
1b753fc66b
Use bzip2(1) by default to compress package tarball on
...
__FreeBSD_version >= 500039.
Submitted by: Alex Lyashkov <umka@sevcity.net>
MFC after: 5 days
2006-04-17 10:58:45 +00:00
Ruslan Ermilov
e1fe3dba5c
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
Kirill Ponomarev
8e6e8c2670
Close descriptor in retrieve_x509_marker function.
...
PR: bin/71594
Submitted by: Dan Lukes <dan@obluda.cz>
2006-03-15 01:19:23 +00:00
Poul-Henning Kamp
05380e0125
Add -F option to not fail on already installed packages.
...
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
2006-03-09 14:49:19 +00:00
Kirill Ponomarev
863c9a46b4
Fix pkg_version with the -o argument to print the origin.
...
Submitted by: Sebastian Stach <sebsta AT t-online DOT de>
MFC after: 3 days
2006-02-12 16:09:33 +00:00
Kirill Ponomarev
1a4eb4edac
Fix typo.
2006-01-29 20:30:55 +00:00
Florent Thoumie
cd2407daad
Add -K option to pkg_add and pkg_info.
...
This option saves packages to PKGDIR (if defined or current directory by default)
as they are downloaded.
Silent a warning when -n is used and package has a +DISPLAY file.
Approved by: krion
MFC after: 1 week
2006-01-09 18:27:21 +00:00
Kirill Ponomarev
ce036f4091
When using @cwd %%FOO%%, we must ensure to return in the original
...
prefix later, but doing so with @cwd %%OLDPREFIX%% (having
PLIST_SUB+="OLDPREFIX=${PREFIX}") hardcodes the value in the packing
list. That's not really a problem when dealing with ports but that's
a problem with packages since pkg_add -p option only overrides the
first @cwd occurrence.
This patch allow us to use @cwd without any argument. If no
directory argument is given, it will set current working directory
to the first prefix given by the @cwd command.
PR: bin/77212
Submitted by: flz
2006-01-07 22:10:58 +00:00
Kirill Ponomarev
c94ab799af
Document PKG_PATH enviroment variable.
...
Prodded by: Mark Andrews <Mark_Andrews AT isc DOT org>
MFC after: 2 days
2005-11-23 10:31:59 +00:00
Ruslan Ermilov
78ad54210f
-mdoc sweep.
2005-11-18 10:56:28 +00:00
Kirill Ponomarev
3d4e952eef
Add -P flag, it does the same as the -p option, except that the
...
given prefix is also used recursively for the dependency packages,
if any. If the -P flag appears after any -p flag on the
command line, it overrides it's effect, causing pkg_add to use the
given prefix recursively.
PR: bin/75742
Submitted by: Frerich Raabe <raabe AT kde DOT org>
MFC after: 3 days
2005-11-12 11:45:01 +00:00
Kirill Ponomarev
1d03b1a1ae
Introduce 3 new options for pkg_create(1), -x for using basic
...
regular expressions for pkg-name, -E for extended regexps and -G for
exact matching.
Submitted by: mux
MFC after: 3 days
2005-11-08 20:48:26 +00:00
Murray Stokely
663f4b128b
Look for packages in packages-6.0-release or packages-6-stable, as
...
appropriate.
Approved by: re (scottl@)
Reviewed by: portmgr (kris@)
2005-10-27 18:34:51 +00:00
Kirill Ponomarev
8fcd9854d1
* pkg_version(1) exits if INDEX files is not found and -I is not
...
specified. The result is that the package will be listed with a '?'
as if it was not found within the INDEX file, so fix this behaviour.
* Remove trailing spaces.
PR: bin/87136
Submitted by: Sean Farley <sean-freebsd at farley dot org>
MFC after: 3 days
2005-10-10 12:35:31 +00:00
Kirill Ponomarev
b3f2825399
Fix pkg_info(1) and pkg_delete(1) to handle properly packages which
...
names start with a digit.
PR: bin/76858
Submitted by: Matthew D. Fuller <fullermd@over-yonder dot net>
MFC after: 3 days
2005-10-10 08:38:21 +00:00
Kirill Ponomarev
37e9053e23
Do not bitch about bsdpan modules not having origin.
...
Based on PR: bin/82269
Submitted by: Steven Hartland <killing at multiplay dot co dot uk>
MFC after: 3 days
2005-09-24 21:41:47 +00:00
Kirill Ponomarev
a1a65496e6
Remove '\n' since it's redundant in case if file doesn't exist while
...
running 'pkg_info -g'
Based on PR: bin/42609
Submitted by: Jeff King <peff-freebsd at peff dot net>
MFC after: 3 days
2005-09-24 19:41:56 +00:00
Kirill Ponomarev
cf53630f66
Add -o/-O options to pkg_version:
...
-o Show the origin recorded on package generation instead of the
package name.
-O Only list packages whose registered origin is origin.
Based on PR: bin/78640
Submitted by: Marcus Grando <marcus at corp dot grupos.com.br>, flz
2005-07-27 07:55:12 +00:00
Ken Smith
3658b4c610
Fix an oops on FBSD-version for packages-5-stable I made in previous
...
commit.
Pointy hat: kensmith
Approved by: re (implicit)
2005-07-11 16:16:24 +00:00
Ken Smith
f0776623a6
Prepare for packages-7-current. While here retro-fit packages-5.4-release
...
which probably should have been done a while ago.
Approved by: re (implicit)
2005-07-11 15:56:25 +00:00
John-Mark Gurney
522738a9a4
remove a few uses of the word `really'
...
Reviewed by: hrs
Approved by: re (scottl)
MFC after: 1 week
2005-06-27 17:10:22 +00:00
Ruslan Ermilov
02a75c6773
Fix last commit.
...
Approved by: re (blanket)
2005-06-22 12:15:16 +00:00
Kirill Ponomarev
c554b6316d
Implement @noinst field which has at the moment the same meaning and
...
function as @comment has. But will be valid only for files and not
for md5 sums, rcsid's and comments in the future.
Submitted by: flz
Approved by: re@ (scottl)
2005-06-14 15:05:43 +00:00
Ruslan Ermilov
9d73fabda7
Markup fixes.
...
Approved by: re (blanket)
2005-06-14 12:26:36 +00:00
Dag-Erling Smørgrav
ee66677a7a
Remove kludges intended to support src trees with partial obj trees.
...
Discussed with: ru
2005-06-10 06:12:53 +00:00
Maxim Sobolev
ca97fe27e5
Add -R modifier for the mode when pkg_create(8) creates package file
...
from the locally installed package. When this modifier is specified
pkg_create(8) will also create package files for all packages on
which that locally installed package depends.
MFC after: 5 days
2005-06-06 03:24:14 +00:00
Colin Percival
4f1178e76c
Add an -I option to pkg_version:
...
-I Use only the index file for determining if a package is out of
date. This is much faster than using the version number from a
port's Makefile, at the expense of potentially giving an incor-
rect result if the index file is out of date.
Without this option, the index file is only consulted if "make -V PKGNAME"
cannot be used.
Approved by: portmgr (krion)
2005-05-24 08:26:44 +00:00
Joe Marcus Clarke
d19a25b5b3
Change the PATH for pkg_add to be the same used for pointyhat package builds.
...
This will give our users and porters a more consistent experience between
installing ports and installing packages.
Discussed with: portmgr
2005-03-19 19:20:19 +00:00
Ruslan Ermilov
36a142c455
Expand contractions.
2005-02-13 23:45:54 +00:00
Ruslan Ermilov
0227791b40
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
Ruslan Ermilov
59a3c79da6
Sort sections.
2005-01-18 20:02:45 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
Ruslan Ermilov
1a74e6a157
Scheduled mdoc(7) sweep.
2005-01-11 11:47:22 +00:00
Ruslan Ermilov
48b9142f64
Add -q to usage() and mark the "index" argument as optional.
2005-01-11 11:23:59 +00:00
Paul Richards
b25acc4721
Update the INDEX file to INDEX-6
2005-01-04 17:13:16 +00:00
Paul Richards
b134a8b672
Use INDEX-6 for versions of FreeBSD > 600000
2005-01-04 16:18:55 +00:00
Ruslan Ermilov
a216173556
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
David E. O'Brien
f4a324ac51
Add a -q flag to pkg_version. It suppresses the output of <,=,>.
...
This makes it possible to "portupgrade `pkg_version -q -l '<'`".
2004-10-18 05:34:54 +00:00
David E. O'Brien
73f69794ee
Set the real limits on 5-current, add 5-stable, add 6-current.
2004-10-17 14:36:30 +00:00
Ruslan Ermilov
7d5cc1cf59
Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.
2004-08-12 20:06:01 +00:00