History log of /haiku/src/bin/package/package.cpp (Results 1 – 25 of 31)
Revision Date Author Comments
# 9e2c51c2 18-Jun-2024 Oscar Lesta <oscar.lesta@gmail.com>

package: adjust help text spacing to be less cramped.

Using 4 spaces, instead of two, makes it easier to find
the available commands at a glance.

Change-Id: I2bbfaa323b89ebce490e34a39c4dfd163c23fd0

package: adjust help text spacing to be less cramped.

Using 4 spaces, instead of two, makes it easier to find
the available commands at a glance.

Change-Id: I2bbfaa323b89ebce490e34a39c4dfd163c23fd06
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7784
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

show more ...


# 0fae96c5 26-Oct-2021 Augustin Cavalier <waddlesplash@gmail.com>

package command: Enable zstd compression by default.

Note that zstd-compressed packages cannot be installed unless the
running system can already read them, even as part of a system
update transacti

package command: Enable zstd compression by default.

Note that zstd-compressed packages cannot be installed unless the
running system can already read them, even as part of a system
update transaction. This has been possible for some months now,
but if one has an older EFI bootloader, you may need to upgrade it.

Change-Id: I9e561459477723e498a871ee5c5caad560861b79
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4663
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>

show more ...


# 268f99dd 22-Dec-2021 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Merge branch 'master' into dev/netservices


# fd276f19 26-Oct-2021 Augustin Cavalier <waddlesplash@gmail.com>

package command: -z now takes an argument to specify the compression method.

The upcoming change to use zstd by default will make the -z no-argument
variant obsolete, so instead we need to support p

package command: -z now takes an argument to specify the compression method.

The upcoming change to use zstd by default will make the -z no-argument
variant obsolete, so instead we need to support passing "zstd" or "zlib"
to actually indicate the compression method we want to use.

show more ...


# 04a7f3ed 26-Oct-2021 Augustin Cavalier <waddlesplash@gmail.com>

package command: De-wrap help lines.

Now that the coding style limit is 100. Slight tweaks as well.


# 81375d4f 11-Jul-2018 Jérôme Duval <jerome.duval@gmail.com>

Package Kit: add Zstd compression.

Change-Id: Idbdb7cf1bde659046a88ea69a76e3b5fc4cd7013
Reviewed-on: https://review.haiku-os.org/323
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# fa50ee85 13-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

package: Add checksum command


# 3cc6297e 12-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

package recompress: Add stdin/stdout support

stdin doesn't work quite yet. We'll need to convince the BPackageReader
to skip parsing the TOC and package attributes sections.


# a629567a 08-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

package: Add command recompress

The streaming feature for -0 is missing yet.


# 302a8fc8 10-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package: Escape \ in usage text


# db74c31d 10-Oct-2013 Rene Gollent <rene@gollent.com>

Fix #10081.

- The format specifiers for the literal % symbols in the help text
weren't correct, leading to vfprintf attempting to parse them, and
winding up hitting garbage pointers as a consequence

Fix #10081.

- The format specifiers for the literal % symbols in the help text
weren't correct, leading to vfprintf attempting to parse them, and
winding up hitting garbage pointers as a consequence, leading to a crash.

show more ...


# 16c83730 09-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package: Add "info" command

It allows to print individual information from the package meta data.


# 9f81ca83 27-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Merge branch 'package-management'

Conflicts:
src/preferences/network/Jamfile


# 4e6141b8 13-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package list: add option '-i' to list only the meta info


# 796343ed 18-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Allow specifying the compression level for package creation

* Introduce BPackageWriterParameters which comprises all parameters
for package creation, currently flags and compression level. Such an

Allow specifying the compression level for package creation

* Introduce BPackageWriterParameters which comprises all parameters
for package creation, currently flags and compression level. Such an
object can be passed to BPackageWriter::Init() and is passed on to
PackageWriterImpl and WriterImplBase.
* PackageFileHeapWriter: Add compressionLevel property and pass the
value on to ZlibCompressor.
* package add/create: Add options -0 ... -9 to specify the compression
level to be used.

show more ...


# 330cb41e 29-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package list: Add option "-p"

It prints just a list of paths for all entries.


# a84e14ca 16-Dec-2011 Alex Wilson <yourpalal2@gmail.com>

Merge branch 'master' of git://github.com/haiku/haiku


# 1fc3ceed 11-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add options -b and -I to package command

* With -b building a build package can be requested. It will be empty
save for the .PackageInfo. No license check is performed.
* -I allows to specify an i

Add options -b and -I to package command

* With -b building a build package can be requested. It will be empty
save for the .PackageInfo. No license check is performed.
* -I allows to specify an install path.

show more ...


# 2fac6eaa 03-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add "package add" command.


# 37d971d3 01-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Support for extracting only specified entries


# 006056b7 01-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add package extract -i option

Allows to specify an alternate location for the .PackageInfo.


# 7395bf8a 30-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add create -i option for specifying a package info


# 6f0f81ef 11-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add options -b and -I to package command

* With -b building a build package can be requested. It will be empty
save for the .PackageInfo. No license check is performed.
* -I allows to specify an i

Add options -b and -I to package command

* With -b building a build package can be requested. It will be empty
save for the .PackageInfo. No license check is performed.
* -I allows to specify an install path.

show more ...


# c1b5ec40 03-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add "package add" command.


# 4796acbc 01-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Support for extracting only specified entries


12