Thanks for the quick test - I take it the dependency on zlib worked alright? I used the package version from the zlib in nekoware/current, which might cause a complaint for somebody using an older version - but then, that seems like what it should be doing...
hamei wrote:
a) the name is kind of long so you've got to make swmgr really wiiiiiide to read the name. (8.3, anyone ?)
I just pulled the package from /beta, opened it in swmgr, and the description is about the same length as neko_libidn. Granted it's on the long side, but it's hardly the only package with a description that length. Check out neko_fvwm or neko_wxGTK for some long names.
IMHO package descriptions that just repeat the name of the package aren't terribly helpful, so there's a trade-off to be made...
I did leave off the software version number (2.3) which I can fix with a respin. Is there something other than that and length? The format seems to be "
package X.Y.Z description
"
hamei wrote:
b) your naming system is different from normal nekoware. In this case it's not different enough to cause a problem but can you imagine if people started naming all the subsystems however they like ? I'm already thinking up names ... this could get ugly
You mean how I used
neko_pigz.sw.eoe
instead of
neko_wget.sw.wget
and
neko_pigz.man.manpages
instead of
neko_wget.man.wget
? I was just following the wiki guide and what swpkg(1m) suggested...
I did notice that I put the relnotes in the "man" image instead of "opt" (??
pkg
.man.relnotes instead of
pkg
.opt.relnotes), but that was because the discussion
over here
indicated the relnotes shouldn't be optional any more, and since "opt" is optional...
At any rate, if I can understand this better I'll happily correct it and add some guidance to the wiki page on packaging.
Quote:
I would go ahead and give 'er a +1 vote altho joerg might find something to say. He's got eyes like a middle-aged frizzy-haired Shanghai bureau lady.
If the package doesn't follow the standards, I'd rather respin the package. Just need to understand where I veered off.
hamei wrote:
smj wrote:
Uncompressing the gzip output with pigz, using just 1 thread took 24.9 seconds (single run, but typical of others). But the same operation with 8 threads took 32.5 seconds
Is that correct or a misprint ? Uncompressing with 8 threads took 7.5 seconds longer than a single thread ?
That's no typo, it took several seconds longer trying to use multiple threads -- in this specific example. Maybe a much larger compressed file would yield different results.