Ticket #696 (closed enhancement: fixed)
Opened 2 years ago
Last modified 6 months ago
New port for Unlzx
| Reported by: | nicholas | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | default | Version: | |
| Severity: | normal | Keywords: | unlzx |
| Cc: |
Description
Command line decompressor for LZX archives.
I had to patch Haikuporter to support gzipped files, this patch needs to be applied first before attempting to install the port. I have attached the patch to this ticket alongside the .bep file.
Attachments
Change History
Changed 2 years ago by nicholas
- attachment haikuporter_gzip.patch added
comment:1 follow-up: ↓ 3 Changed 2 years ago by scottmc
instead of hardcoding the pathname you should make use of 'finddir'
Also for your haikuporter patch, can you provide one for hpkgbuild that does the same thing as we should try to keep them in sync, at least for simple changes like this.
Changed 2 years ago by nicholas
- attachment unlzx-1.1.bep added
Changed 2 years ago by nicholas
- attachment hpkgbuild_gzip.patch added
Identical patch for hpkgbuild to support the download and extraction of gzipped files from the SRC_URI field in a .bep file
comment:2 Changed 2 years ago by nicholas
Patch for hpkgbuild should be applied against r2164.
http://ports.haiku-files.org/export/2164/hpkgbuild/trunk/hpkgbuild
comment:3 in reply to: ↑ 1 Changed 2 years ago by augiedoggie
Replying to scottmc:
instead of hardcoding the pathname you should make use of 'finddir'
Also for your haikuporter patch, can you provide one for hpkgbuild that does the same thing as we should try to keep them in sync, at least for simple changes like this.
This hpgkbuild stuff should be removed from the repository. Ingo's work lives in the package-management branch. I don't see why we need 3 versions of haikuporter.
comment:4 Changed 6 months ago by diver
- Resolution set to fixed
- Status changed from new to closed
There is a recipe now: https://bitbucket.org/haikuports/haikuports/src/master/app-arch/unlzx/

Patch for Haikuporter to support the download and extraction of gzipped files from the SRC_URI field in a .bep file