Commit Graph

63 Commits

Author SHA1 Message Date
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
juanfra
2c5eb1af80 Update to lzlib 1.9. 2017-04-28 20:40:04 +00:00
juanfra
4383221bdb Update to lunzip 1.9. 2017-04-24 20:51:24 +00:00
juanfra
0f2333fdde Update to pdlzip 1.8. 2017-04-22 10:49:46 +00:00
juanfra
d469a6f052 Update to lziprecover 1.19. 2017-04-22 10:34:45 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
juanfra
971f1deeef Update to lzip 1.18. 2016-06-08 01:19:54 +00:00
juanfra
e5266f3e8e Update to plzip 1.5. 2016-06-04 19:15:20 +00:00
juanfra
d85cbcf414 Update to lzlib 1.8. 2016-06-04 19:14:48 +00:00
juanfra
bb595799fa Update to clzip 1.8. 2016-06-01 21:23:27 +00:00
juanfra
ec839d992d Update to lunzip 1.8. 2016-05-29 01:53:34 +00:00
juanfra
27882b561f Update to pdlzip 1.7. 2016-05-25 17:59:34 +00:00
juanfra
ba699db75c Update to lziprecover 1.18. 2016-05-23 12:49:59 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
juanfra
dc0d0a5b1f Update to lzip 1.17. 2015-08-11 20:57:15 +00:00
juanfra
0fd4fe0214 Update to plzip 1.4. 2015-07-22 22:23:52 +00:00
juanfra
a483dec4a3 Update to lzlib 1.7. 2015-07-21 00:41:08 +00:00
juanfra
a0912f7a1e Update to clzip 1.7. 2015-07-17 18:06:05 +00:00
juanfra
2a990c0463 Update to lziprecover 1.17. 2015-06-09 11:40:51 +00:00