Commit Graph

81 Commits

Author SHA1 Message Date
naddy
b2eabd8823 drop RCS Ids 2022-03-11 18:16:02 +00:00
fcambus
ea86f92262 Update tarlz to 0.22. 2022-02-09 11:03:58 +00:00
fcambus
0a05f17e67 Update plzip to 1.10. 2022-02-09 11:03:05 +00:00
fcambus
69b1e1cdf7 Update pdlzip to 1.12. 2022-02-09 10:57:35 +00:00
fcambus
2015ed3171 Update lziprecover to 1.23. 2022-02-09 10:52:04 +00:00
fcambus
d46fe209c1 Update lzip to 1.23. 2022-02-09 10:48:17 +00:00
fcambus
caa8cb65ac Update lunzip to 1.13. 2022-02-09 10:46:41 +00:00
fcambus
3e82b8aa18 Update clzip to 1.13. 2022-02-09 10:44:28 +00:00
fcambus
7669a6e03c Update lzlib to 1.13. 2022-02-09 10:43:27 +00:00
fcambus
90fa1b6a01 Update tarlz to 0.21. 2021-06-30 16:19:04 +00:00
fcambus
fca785b9e9 Update tarlz to 0.19. 2021-02-22 08:07:05 +00:00
fcambus
905cfd584c Update plzip to 1.9. 2021-02-20 13:35:02 +00:00
fcambus
0612ebd685 Update lzip to 1.22. 2021-02-20 13:34:11 +00:00
fcambus
f8d33014b2 Update lzlib to 1.12. 2021-02-20 13:22:02 +00:00
fcambus
783a5929ae Update clzip to 1.12. 2021-02-20 13:21:09 +00:00
fcambus
4a4bbcae7e Update pdlzip to 1.11. 2021-02-20 13:20:06 +00:00
fcambus
d9f0673c9c Update lziprecover to 1.22. 2021-02-20 13:18:07 +00:00
fcambus
01d7be67e0 Update lunzip to 1.12. 2021-02-20 13:17:16 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
juanfra
f10824f7a0 Update to tarlz 0.11. 2019-02-15 17:06:52 +00:00
juanfra
79ab94c5a1 Update to tarlz 0.10a. From Kurt Mosiejczuk.
(despite of the "a" in the version, it's stable, not an alpha)
2019-02-07 18:06:47 +00:00
juanfra
7f2c391b7e Update to tarlz 0.9. From Kurt Mosiejczuk. 2019-01-26 22:23:22 +00:00
juanfra
ca39fd8f5d Update to lzip 1.21. From Kurt Mosiejczuk. 2019-01-26 22:22:34 +00:00
juanfra
08ae189080 Update to clzip 1.11. From Kurt Mosiejczuk. 2019-01-26 22:21:52 +00:00
juanfra
4088c5c238 Update to lzlib 1.11. From Kurt Mosiejczuk. 2019-01-26 22:21:01 +00:00
juanfra
f562ab2b62 Update to plzip 1.8. From Kurt Mosiejczuk. 2019-01-26 22:20:08 +00:00
juanfra
c5ab1b5fb0 Update to lziprecover 1.21. From Sascha Paunovic. 2019-01-07 18:13:00 +00:00
juanfra
8080cfb0b8 Update to lunzip 1.11. From Sascha Paunovic. 2019-01-05 15:42:44 +00:00
juanfra
3d996e490e Update to pdlzip 1.10. From Sascha Paunovic. 2019-01-05 15:41:45 +00:00
juanfra
6bc87ded28 Update to tarlz 0.8. From Sascha Paunovic. 2018-12-20 18:50:04 +00:00
juanfra
57ed8f743a Update to tarlz 0.7. From Sascha Paunovic. 2018-12-16 00:10:43 +00:00
bentley
16e67a19c1 Update to tarlz-0.6.
Release announcement:
https://lists.nongnu.org/archive/html/lzip-bug/2018-10/msg00002.html
2018-10-26 06:17:23 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
juanfra
327f2833a1 Update to tarlz 0.5.
Drop maintainership, I'm using zip+lzma and zstd nowadays.
2018-10-01 21:33:46 +00:00
juanfra
fc2ed491ca +tarlz 2018-05-20 12:36:33 +00:00
juanfra
0a58224d95 Tested by Ljuba Nedeljkovic. OK fcambus@.
Comment:
archiver based on tar and lzip multimembers

Description:
Tarlz is a small and simple implementation of the tar archiver. By default
tarlz creates, lists and extracts archives in the ustar format compressed with
lzip on a per file basis. Tarlz can append files to the end of such compressed
archives.

Each tar member is compressed in its own lzip member, as well as the
end-of-file blocks. This same method works for any tar format (gnu, ustar,
posix) and is fully backward compatible with standard tar tools, which treat
the resulting multimember tar.lz archive like any other tar.lz archive.

Tarlz can create tar archives with four levels of compression granularity; per
file, per directory, appendable solid, and solid.

Maintainer: Juan Francisco Cantero Hurtado <juanfra@openbsd.org>

WWW: http://lzip.nongnu.org/tarlz.html
2018-05-20 12:35:32 +00:00
juanfra
10015e353b Update to lzip 1.20. 2018-02-17 17:29:06 +00:00
juanfra
4b44235412 Update to lziprecover 1.20. 2018-02-17 17:28:53 +00:00
juanfra
7df1517501 Update to plzip 1.7. 2018-02-14 16:44:20 +00:00
juanfra
a8a8a153e8 Update to lzlib 1.10. 2018-02-14 16:43:32 +00:00
juanfra
be3e334681 Update to clzip 1.10. 2018-02-10 20:34:42 +00:00
juanfra
50d2d8c4ed Update to lunzip 1.10. 2018-02-09 20:57:35 +00:00
juanfra
a9da505ea7 Update to pdlzip 1.9. 2018-02-07 21:30:11 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
24fb336554 missing include, get pthread types 2017-05-04 12:13:58 +00:00
juanfra
b0a27634bf Update to clzip 1.9. 2017-05-01 12:22:26 +00:00
juanfra
c2963d1550 Update to lzip 1.19. 2017-05-01 12:21:57 +00:00
juanfra
f2942fb236 Update to plzip 1.6. 2017-04-28 20:40:46 +00:00