Bug 219163 - [New Port] sysutils/wimlib Manipulating Windows Imaging (WIM) archives
Summary: [New Port] sysutils/wimlib Manipulating Windows Imaging (WIM) archives
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-09 09:24 UTC by mail_of_sergey
Modified: 2018-10-25 04:43 UTC (History)
3 users (show)

See Also:


Attachments
The new port's files (2.16 KB, text/plain)
2017-05-09 09:24 UTC, mail_of_sergey
no flags Details
Port file 1.12 version (3.69 KB, text/plain)
2018-06-09 02:52 UTC, mail_of_sergey
no flags Details
Portlint log (220 bytes, text/plain)
2018-06-09 02:54 UTC, mail_of_sergey
no flags Details
poudriere log file (135.09 KB, text/plain)
2018-06-09 02:54 UTC, mail_of_sergey
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mail_of_sergey 2017-05-09 09:24:37 UTC
Created attachment 182433 [details]
The new port's files

Allows to read and write Windows Imaging (WIM) files and deployment of Windows operating systems.
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2017-07-06 13:52:45 UTC
Assignee timeout. Give back to the pool.
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-06-06 19:58:41 UTC
Sergey, are you still here after a year?

- The Makefile is badly ordered.  Please see
  https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html

- Something isn't quite right.  GNU_MAKE=yes does nothing and USES=gmake
  overwrites USES=fuse which is probably not what you meant.

- The shar is missing pkg-plist.

- Can you please confirm that this passes portlint and Poudriere testport?
Comment 3 mail_of_sergey 2018-06-09 02:52:56 UTC
Created attachment 194086 [details]
Port file 1.12 version
Comment 4 mail_of_sergey 2018-06-09 02:54:00 UTC
Created attachment 194087 [details]
Portlint log
Comment 5 mail_of_sergey 2018-06-09 02:54:54 UTC
Created attachment 194088 [details]
poudriere log file
Comment 6 mail_of_sergey 2018-06-09 02:57:12 UTC
(In reply to Tobias Kortkamp from comment #2)
The Makefile was ordered.
Using USES was fixed, thank you.
Added missing pkg-plist.
portlint and Poudriere testport has attached.
Comment 7 commit-hook freebsd_committer freebsd_triage 2018-06-09 19:28:26 UTC
A commit references this bug:

Author: tobik
Date: Sat Jun  9 19:27:32 UTC 2018
New revision: 472083
URL: https://svnweb.freebsd.org/changeset/ports/472083

Log:
  New port: sysutils/wimlib

  Allows to read and write Windows Imaging (WIM) files and deployment
  of Windows operating systems.

  General capabilities:

  - Apply (extract) a WIM image (wimapply)
  - Capture (create) a WIM image (wimcapture)
  - Append, delete, and export WIM images (wimappend, wimdelete, wimexport)
  - Modify a WIM image (wimupdate)
  - Extract files or directories from a WIM image (wimextract)
  - Optimize a WIM archive, removing wasted space
    and optionally recompressing (wimoptimize)
  - Split or join a WIM archive (wimsplit, wimjoin)
  - Mount a WIM image (wimmount, wimmountrw)

  Sample of usage:

  http://www.ultimatedeployment.org/win7pxelinux3.html

  WWW: https://wimlib.net/

  PR:		219163
  Submitted by:	mail_of_sergey@mail.ru

Changes:
  head/sysutils/Makefile
  head/sysutils/wimlib/
  head/sysutils/wimlib/Makefile
  head/sysutils/wimlib/distinfo
  head/sysutils/wimlib/pkg-descr
  head/sysutils/wimlib/pkg-plist
Comment 8 Tobias Kortkamp freebsd_committer freebsd_triage 2018-06-09 19:29:14 UTC
(In reply to mail_of_sergey from comment #6)
Committed with some small changes. Thanks!
Comment 9 khushi 2018-10-25 04:43:19 UTC
MARKED AS SPAM