sebb wrote:
The LICENSE and NOTICE files are now in the zip and jar, but they show
up for me as License and Notice. Ideally they should be in capitals.

They are:

[EMAIL PROTECTED] ~/public_html/regexp $ tar -tzf jakarta-regexp-1.5-dev.tar.gz | grep "dev/[^dsx]"
jakarta-regexp-1.5-dev/LICENSE
jakarta-regexp-1.5-dev/NOTICE
jakarta-regexp-1.5-dev/README

[EMAIL PROTECTED] ~/public_html/regexp $ unzip -l jakarta-regexp-1.5-dev.zip | grep "dev/[^dsx]"
    11357  03-14-07 10:05   jakarta-regexp-1.5-dev/LICENSE
      302  03-14-07 10:05   jakarta-regexp-1.5-dev/NOTICE
      901  03-14-07 10:05   jakarta-regexp-1.5-dev/README

[EMAIL PROTECTED] ~/public_html/regexp $ unzip jakarta-regexp-1.5-dev.zip jakarta-regexp-1.5-dev/jakarta-regexp-1.5-dev.jar

[EMAIL PROTECTED] ~/public_html/regexp $ unzip -l jakarta-regexp-1.5-dev/jakarta-regexp-1.5-dev.jar | grep -v org
Archive:  jakarta-regexp-1.5-dev/jakarta-regexp-1.5-dev.jar
  Length     Date   Time    Name
 --------    ----   ----    ----
        0  03-14-07 10:04   META-INF/
      106  03-14-07 10:04   META-INF/MANIFEST.MF
    11357  03-14-07 09:52   META-INF/LICENSE
      302  10-31-06 22:36   META-INF/NOTICE
 --------                   -------
    62348                   24 files



>> [2] http://people.apache.org/~vgritsenko/regexp/
>
> It would be nice if the MD5 files used the more standard format:
>
> 9336ab3a8871e055ca573ef6167ca90d *jakarta-regexp-1.5-dev.zip
>
> so that MD5 tools can process the file automatically.

Which tools you have in mind? All tools known and available to me (locally and on p.a.o) produce the output

  MD5 (file.name) = a7845d1201075c5041a798ae1cd7b8c8

The only exception is 'md5 -r', but it does not put '*' before file name.

The '*' is supposed to be used for binary files; otherwise use ' ' (space).

The ones I have seen are:

http://en.wikipedia.org/wiki/Md5sum

It's not found on apache boxes.

http://mirror.href.com/thestarman/DOS/MD5progs.html#format
http://www.fourmilab.ch/md5/

That's exactly what I used. As mentioned above, can use 'md5 -r' if you prefer it more. I guess that's exactly what you had in mind.

Vadim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to