Re: [Lazarus] Missing components when reading CCR through svn

2011-04-18 Thread Graeme Geldenhuys
On 16/04/2011 20:33, Peter Williams wrote:
>  I am finding this thread a little hard to follow. What is the 
> recommended why for me (or any Lazarus user) to download ALL of
> the Lazarus  CCR components ???
> Please include sample SVN command as I am a SVN user.

This is clearly outlined in the Lazarus CCR project, Develop page:

   http://sourceforge.net/projects/lazarus-ccr/develop


SVN:

$ svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr
lazarus-ccr


CVS:

$ cvs
-d:pserver:anonym...@lazarus-ccr.cvs.sourceforge.net:/cvsroot/lazarus-ccr login

$ cvs -z3
-d:pserver:anonym...@lazarus-ccr.cvs.sourceforge.net:/cvsroot/lazarus-ccr co
-P modulename


Git:

$ git clone
git://lazarus-ccr.git.sourceforge.net/gitroot/lazarus-ccr/lazarus-ccr

...and...

$ git clone
git://lazarus-ccr.git.sourceforge.net/gitroot/lazarus-ccr/dcpcrypt


If you go to the Lazarus CCR - Develop page, then you can browse each
repository with your web browser, so you can find out what specifically
you want to download - instead of downloading everything.



Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Missing components when reading CCR through svn

2011-04-16 Thread Vincent Snijders
2011/4/16 Juha (gmail) :
> Vincent Snijders kirjoitti lauantai, 16. huhtikuuta 2011 20:30:34:
>> 2011/4/16 Juha (gmail) :
>> > Many componens are missing, including lNet, Lui controls, fppkg gui
>> > etc... However, I can download them using a web browser.
>> > What is going on?
>>
>> I don't see them at
>> https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/
>> in my web browser, do you?
>>
>> I think those components are components that you can download, but the
>> authors/porters/maintainers have chosen to host the source version
>> control system elsewhere.
>
> Ok, I didn't realize it. Where is for example my bzip2lib hosted?
> I was told it went to CCR, I assumed it is in that same repo.

I looked up the wiki page of the package:
http://wiki.lazarus.freepascal.org/bzip2lib

You can ask the Author what he did to the sources, all I can see that
he offered the source.zip to lazarus-ccr, but did not fill in a SVN or
GIT or another VCS section. The admin of Lazarus-ccr announced the
release of the source.zip on the lazarus mailing list:
http://lists.lazarus.freepascal.org/pipermail/lazarus/2009-November/046516.html

So, for this package the author chose to use Lazarus-CCR only as a way
to publish his component and get a download location, but not to
maintain the sources in a VCS.

>
> How to make a download link for a package hosted somewhere else?

Create a new wiki page and add the link.
http://wiki.lazarus.freepascal.org/Release_new_component creates a
nice template.

Vincent

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Missing components when reading CCR through svn

2011-04-16 Thread Juha (gmail)
Vincent Snijders kirjoitti lauantai, 16. huhtikuuta 2011 20:30:34:
> 2011/4/16 Juha (gmail) :
> > Many componens are missing, including lNet, Lui controls, fppkg gui
> > etc... However, I can download them using a web browser.
> > What is going on?
> 
> I don't see them at
> https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/
> in my web browser, do you?
> 
> I think those components are components that you can download, but the
> authors/porters/maintainers have chosen to host the source version
> control system elsewhere.

Ok, I didn't realize it. Where is for example my bzip2lib hosted?
I was told it went to CCR, I assumed it is in that same repo.

How to make a download link for a package hosted somewhere else?

Juha

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Missing components when reading CCR through svn

2011-04-16 Thread Peter Williams

Hi Vincent and All,

> Date: Sat, 16 Apr 2011 20:08:12 +0200
> From: graemeg.li...@gmail.com
> To: lazarus@lists.lazarus.freepascal.org
> Subject: Re: [Lazarus] Missing components when reading CCR through svn
> 
> On 16 April 2011 19:30, Vincent Snijders  wrote:
> >
> > I think those components are components that you can download, but the
> > authors/porters/maintainers have chosen to host the source version
> > control system elsewhere.
> 
> True, plus I believe there are CVS and Git repositories too... all
> part of Lazarus CCR, but all sharing one download section.
> 
 I am finding this thread a little hard to follow. What is the recommended why 
for me (or any Lazarus user) to download ALL of the Lazarus  CCR components ???
Please include sample SVN command as I am a SVN user.
Best Regards,Peter / pew
> 
> 
> -- 
> Regards,
>   - Graeme -
> 
> 
> ___
> fpGUI - a cross-platform Free Pascal GUI toolkit
> http://fpgui.sourceforge.net
> 
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
  --
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Missing components when reading CCR through svn

2011-04-16 Thread Graeme Geldenhuys
On 16 April 2011 19:30, Vincent Snijders  wrote:
>
> I think those components are components that you can download, but the
> authors/porters/maintainers have chosen to host the source version
> control system elsewhere.

True, plus I believe there are CVS and Git repositories too... all
part of Lazarus CCR, but all sharing one download section.




-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Missing components when reading CCR through svn

2011-04-16 Thread Vincent Snijders
2011/4/16 Juha (gmail) :
> When I run this on cmd line:
> $ svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr lazarus-
> ccr
>
> Many componens are missing, including lNet, Lui controls, fppkg gui etc...
> However, I can download them using a web browser.
> What is going on?

I don't see them at
https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/
in my web browser, do you?

I think those components are components that you can download, but the
authors/porters/maintainers have chosen to host the source version
control system elsewhere.

Vincent

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Missing components when reading CCR through svn

2011-04-16 Thread Juha (gmail)
When I run this on cmd line:
$ svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr lazarus-
ccr

Then:
$ cd lazarus-ccr
and
$ ls -l components/
drwxr-xr-x  6 juha juha 4096 16.4. 14:45 acs
drwxr-xr-x  9 juha juha 4096 16.4. 14:45 beepfp
drwxr-xr-x  3 juha juha 4096 16.4. 14:44 chelper
drwxr-xr-x  3 juha juha 4096 16.4. 14:47 cmdline
drwxr-xr-x  3 juha juha 4096 16.4. 14:47 colorpalette
drwxr-xr-x  6 juha juha 4096 16.4. 14:44 csvdocument
drwxr-xr-x  4 juha juha 4096 16.4. 14:46 epiktimer
drwxr-xr-x  5 juha juha 4096 16.4. 14:47 fpspreadsheet
drwxr-xr-x  3 juha juha 4096 16.4. 14:47 freetypepascal
drwxr-xr-x  6 juha juha 4096 16.4. 14:44 geckoport
drwxr-xr-x  5 juha juha 4096 16.4. 14:47 gradcontrols
drwxr-xr-x  4 juha juha 4096 16.4. 14:47 iphonelazext
drwxr-xr-x 12 juha juha 4096 16.4. 14:45 jvcllaz
drwxr-xr-x  3 juha juha 4096 16.4. 14:47 manualdock
drwxr-xr-x  4 juha juha 4096 16.4. 14:47 mplayer
drwxr-xr-x  4 juha juha 4096 16.4. 14:44 multithreadprocs
drwxr-xr-x  8 juha juha 4096 16.4. 14:44 onguard
drwxr-xr-x  4 juha juha 4096 16.4. 14:45 orpheus
drwxr-xr-x  7 juha juha 4096 16.4. 14:44 powerpdf
drwxr-xr-x  4 juha juha 4096 16.4. 14:44 rgbgraphics
drwxr-xr-x  7 juha juha 4096 16.4. 14:47 richmemo
drwxr-xr-x  5 juha juha 4096 16.4. 14:45 richview
drwxr-xr-x  4 juha juha 4096 16.4. 14:45 rtfview
drwxr-xr-x  8 juha juha 4096 16.4. 14:46 rx
drwxr-xr-x  4 juha juha 4096 16.4. 14:45 smnetgradient
drwxr-xr-x  4 juha juha 4096 16.4. 14:45 svn
drwxr-xr-x  5 juha juha 4096 16.4. 14:44 thtmlport
drwxr-xr-x  4 juha juha 4096 16.4. 14:45 tparadoxdataset
drwxr-xr-x  5 juha juha 4096 16.4. 14:47 tvplanit
drwxr-xr-x  6 juha juha 4096 16.4. 14:47 virtualtreeview
drwxr-xr-x  6 juha juha 4096 16.4. 14:46 virtualtreeview-new
drwxr-xr-x  3 juha juha 4096 16.4. 14:45 xdev_toolkit
drwxr-xr-x  3 juha juha 4096 16.4. 14:45 zreport

Many componens are missing, including lNet, Lui controls, fppkg gui etc...
However, I can download them using a web browser.
What is going on?

Juha

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus