Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-02 Thread Tomas Hajny
On Fri, December 1, 2017 00:55, kardan wrote:
 .
 .
> In your case it would be probably enough to
> sha256sum $FILES > SHA256SUMS.txt
> gpg --sign SHA256SUMS.txt

Sorry, but I'm afraid that you miss the point - adding checksums requires
additional effort from release builders and they are not convinced about
usefulness and/or necessity of this at the moment (especially if a secure
download option is already available and anybody may build the release on
his own from the provided sources to make 100% sure about the
consistency).

Nevertheless, if you consider this a priority, you can try to provide a
complete solution - if the additional effort is negligible, the FPC core
team _may_ consider using this solution for future releases.

While thinking about the solution, take the following into account:

1) Releases for all platforms are not created at the same time (it's often
the case that release builds for less common targets are added later).
This means that the checksums may not be added at once by a single person
(release coordinator) as suggested in one of the posts in this thread.

2) $FILES are scattered across a larger amount of subdirectories on the
master server (obviously, this may be scripted, but someone would still
need to do it).

3) Release builds are being created by various people on different
platforms (*nix, MS Windows, OS/2, etc.) with varying level of automation
(it isn't always that everything is a matter of a single make command
followed by an upload). These platforms may not have the tools mentioned
above, or at least not have them installed by default. Different make
targets are used on different platforms due to differences in the
installation package formats.

4) Releases are available from two groups of servers with different
structure and different maintenance options. One group are SF.net mirrors,
the other are FTP / HTTP mirrors of the FPC repository. You would need to
think where the potential SHA256SUMS.txt file should be stored on both of
these groups (or how else it should be made available).

Tomas


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-02 Thread Mattias Gaertner
On Sat, 2 Dec 2017 21:20:17 +0100 (CET)
mar...@stack.nl (Marco van de Voort) wrote:

> In our previous episode, Mattias Gaertner said:
> > The doc-chm.zip has only 7.6mb, while the doc-html.zip has 17.9mb.
> > 
> > Reason is that many html files are empty. For example: rtl.chm
> > classes/tthread.html
> > 
> > Should I report a bug?  
> 
> Yes, please do. I won't be able to follow up on short notice though.
> Probably christmas.

Done
https://bugs.freepascal.org/view.php?id=32765

Mattias
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] FPC 3.0.4 DOS GO32V2

2017-12-02 Thread Lubomír Čabla
Hi,

in new version 3.0.4 you have changed the declaration of some procedures
and functions in the go32 unit.

It does not matter, but I see a little mismatch for linear base address:

FPC 3.0.2

  function get_segment_base_address(d : word) : longint;
  function set_segment_base_address(d : word;s : longint) : boolean;

FPC 3.0.4

  function get_segment_base_address(d : word) : longint;
  function set_segment_base_address(d : word;s : dword) : boolean;

For get_segment_base_address is correct longint or dword?

Thanks for the help.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-02 Thread Marco van de Voort
In our previous episode, Mattias Gaertner said:
> The doc-chm.zip has only 7.6mb, while the doc-html.zip has 17.9mb.
> 
> Reason is that many html files are empty. For example: rtl.chm
> classes/tthread.html
> 
> Should I report a bug?

Yes, please do. I won't be able to follow up on short notice though.
Probably christmas.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Use OpenDocument (.odt) files as templates

2017-12-02 Thread leledumbo via fpc-pascal
> Does someone knows a component to use OpenDocument (.odt) files as
templates to generate a .odt output file given some data?

FPVectorial seems to support it:
http://wiki.freepascal.org/fpvectorial_-_Text_Document_Support




--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-02 Thread Mattias Gaertner
Hi,

The doc-chm.zip has only 7.6mb, while the doc-html.zip has 17.9mb.

Reason is that many html files are empty. For example: rtl.chm
classes/tthread.html

Should I report a bug?

Mattias
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] fpWeb Apache Module example

2017-12-02 Thread Fabio Luis Girardi
Hi!

Is there some example showing how fpWeb Apache Module works? I'm trying to
use it with FPC 3.0.3 and some errors are happening and I don't know what
I'm doing wrong.

-- 
The best regards,

Fabio Luis Girardi
PascalSCADA Project
http://sourceforge.net/projects/pascalscada
http://www.pascalscada.com
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal