Recent

Author Topic: Online Package Manager  (Read 834815 times)

bobby100

  • Full Member
  • ***
  • Posts: 161
    • Malzilla
Re: Online Package Manager
« Reply #2160 on: April 02, 2022, 09:11:42 pm »
The ready package
https://gitlab.com/bobby100/tiplabel
Is there some kind of documentation and a demo example?
Hi,
what is exactly needed?
The README.md is at the moment the whole documentation.
Demo is in the folder TestBed

https://gitlab.com/bobby100 - my Lazarus components and units
https://sourceforge.net/u/boban_spasic/profile/ - my open source apps

https://malzilla.org/ - remainder at my previous life as a web security expert

balazsszekely

  • Guest
Re: Online Package Manager
« Reply #2161 on: April 02, 2022, 09:37:56 pm »
@bobby100
Quote
Hi,
what is exactly needed?
The README.md is at the moment the whole documentation.
Demo is in the folder TestBed
OK then. Do you prefer some kind of license? The lpk file does not contain any license information. 

bobby100

  • Full Member
  • ***
  • Posts: 161
    • Malzilla
Re: Online Package Manager
« Reply #2162 on: April 02, 2022, 09:44:27 pm »
I took the modified LGPL, like the most of the components I saw with Lazarus till now.
The pas file contains the license info, and the licenses are available as text files in the repository. Isn't this the usual way?

I have very little understanding of the licenses anyway  ::)
https://gitlab.com/bobby100 - my Lazarus components and units
https://sourceforge.net/u/boban_spasic/profile/ - my open source apps

https://malzilla.org/ - remainder at my previous life as a web security expert

balazsszekely

  • Guest
Re: Online Package Manager
« Reply #2163 on: April 02, 2022, 10:02:53 pm »
I took the modified LGPL, like the most of the components I saw with Lazarus till now.
The pas file contains the license info, and the licenses are available as text files in the repository. Isn't this the usual way?

I have very little understanding of the licenses anyway  ::)

Thank you! I added the package to OPM.

AlexTP

  • Hero Member
  • *****
  • Posts: 2365
    • UVviewsoft
Re: Online Package Manager
« Reply #2164 on: April 03, 2022, 03:34:17 pm »
Found this:
recALL Hash Library 16.07
FreePascal translation of HashLib (C#) with custom modifications.
https://github.com/maciejkaczkowski/rhl
I dont see the LPK file, but maybe @GetMem can create it?
« Last Edit: April 03, 2022, 03:50:48 pm by AlexTP »

wp

  • Hero Member
  • *****
  • Posts: 11830
Re: Online Package Manager
« Reply #2165 on: April 03, 2022, 03:42:21 pm »
I dont see the LPK file, but maybe @GetMem can create it?
Why don't you do it yourself?

AlexTP

  • Hero Member
  • *****
  • Posts: 2365
    • UVviewsoft
Re: Online Package Manager
« Reply #2166 on: April 03, 2022, 03:50:11 pm »
I added the LPK to hash library, take it from
https://github.com/Alexey-T/rhl
I sent the PullReq.

balazsszekely

  • Guest
Re: Online Package Manager
« Reply #2167 on: April 12, 2022, 07:40:04 am »
I added the LPK to hash library, take it from
https://github.com/Alexey-T/rhl
I sent the PullReq.
Thanks. I updated OPM.

AlexTP

  • Hero Member
  • *****
  • Posts: 2365
    • UVviewsoft
Re: Online Package Manager
« Reply #2168 on: April 15, 2022, 10:35:53 pm »
Here I saw the link to Pascalio lib.
"It is a good idea to use the pascalio Lib"
https://wiki.freepascal.org/Raspberry_Pi_-_SPI

Can it be added?
Descr: "Input/output library for Raspberry Pi or any other Linux based microcontrollers."

af0815

  • Hero Member
  • *****
  • Posts: 1284
Re: Online Package Manager
« Reply #2169 on: April 16, 2022, 09:13:50 am »
AlexTP, have you ask the maintainer of the Pascal IO to do this ? Because the active Maintainer of a lib should be responsible for his code and also do the maitenance of the packages.
regards
Andreas

jmpessoa

  • Hero Member
  • *****
  • Posts: 2296
Re: Online Package Manager
« Reply #2170 on: April 16, 2022, 09:23:53 am »
Hi, GetMem!


Please, update to "LAMW 0.8.6.2" from github:

https://github.com/jmpessoa/lazandroidmodulewizard/archive/refs/heads/master.zip


Thank you!
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

balazsszekely

  • Guest
Re: Online Package Manager
« Reply #2171 on: April 16, 2022, 12:06:18 pm »
@af0815, AlexTP
Quote
have you ask the maintainer of the Pascal IO to do this ? Because the active Maintainer of a lib should be responsible for his code and also do the maitenance of the packages.
I agree, this should be done by the package maintainer. Not so long ago I got in trouble, because a user asked for a package update. Later it turned out the pm. did not want to update the package.

@jmpessoa
Thank you! I updated the package.

AlexTP

  • Hero Member
  • *****
  • Posts: 2365
    • UVviewsoft
Re: Online Package Manager
« Reply #2172 on: April 16, 2022, 02:01:27 pm »
@GetMem, okay, I wrote the asking to the project's Github.

calebs

  • Full Member
  • ***
  • Posts: 190
bug on online package manager on win 32 bits
« Reply #2173 on: May 18, 2022, 08:34:05 pm »
Hello all, installed lazarus on several vm's (qos x64, antix x86, win10 ent x86 and win11 pro x64) and in all them installed lazarus fixes branch with fpcupdeluxe (the lazarus version with problem is 2.2.3 2022-05-18 fpc 3.2.3 rev lazarus 2.2.2.9-g64bc8e992e i386-win32-win32/win64
the problem is with online package manager, tried to install in all vms the zeosdbo component (as always with install button) and it failed always on win32 with socket error everytime. Can't download either, same error
switched to win64 and download the component ok, and proceed to manually install on win32 vm and worked fine.
i don't know what happen to that component, others downloaded and installed fine (on all vm's), for example
lazbarcodes, scrolltext, powerpdf, eyecandy controls...
Don't know if it is a bug.
thanks!

HeavyUser

  • Sr. Member
  • ****
  • Posts: 397
Re: bug on online package manager on win 32 bits
« Reply #2174 on: May 18, 2022, 11:30:39 pm »
Hello all, installed lazarus on several vm's (qos x64, antix x86, win10 ent x86 and win11 pro x64) and in all them installed lazarus fixes branch with fpcupdeluxe (the lazarus version with problem is 2.2.3 2022-05-18 fpc 3.2.3 rev lazarus 2.2.2.9-g64bc8e992e i386-win32-win32/win64
the problem is with online package manager, tried to install in all vms the zeosdbo component (as always with install button) and it failed always on win32 with socket error everytime. Can't download either, same error
switched to win64 and download the component ok, and proceed to manually install on win32 vm and worked fine.
i don't know what happen to that component, others downloaded and installed fine (on all vm's), for example
lazbarcodes, scrolltext, powerpdf, eyecandy controls...
Don't know if it is a bug.
thanks!
I had a lot of socket errors too, on almost all packages installed with the online package manager.

I changed the remote repository from http to https in the options dialog and that solved my problems.

In my case it was (or is ) unstable network http:// is barely working in best of days in your case I have no idea.

 

TinyPortal © 2005-2018