March 16, 2015
"weaselcat"  wrote in message news:ilvohiiubkvzrglmkolb@forum.dlang.org...

> >
> > Do you know if the backend license will remain with DDMD?

Yes

> Actually, is DDMD just a frontend port? I feel sort of dumb now for not checking before asking that : )

And yes, but even if the backend was being converted to D that wouldn't change the license. 

March 16, 2015
On Monday, 16 March 2015 at 11:01:47 UTC, Leandro Lucarella wrote:
> On Sunday, 15 March 2015 at 12:25:35 UTC, Joseph Rushton Wakeling wrote:
>> On 14/03/15 18:31, Andrei Alexandrescu via Digitalmars-d wrote:
>>> I was looking at easy installation of dmd on ubuntu, and found this:
>>>
>>> http://d-apt.sourceforge.net/
>>>
>>> Should we make it part of the official distribution?
>>
>> It would be nice to have an official apt repo.  I find the way things are packaged there slightly unsatisfactory, inasmuch as it packages various different tools into the dmd-bin package (e.g. both dmd and rdmd) rather than allowing you to install/uninstall them separately.
>>
>> Alternatively, might be worth setting up a dlang PPA on Launchpad (I think it probably makes things easier setting up packages for multiple different Ubuntu and Debian installs).
>
> I'm not sure Ubuntu allows hosting non-FLOSS in their PPAs.


They do, but DMD's license specifically prohibits redistribution.
I think the best way to solve this is to work on LDC/GDC's compilation speed, I guess.
March 16, 2015
On Saturday, 14 March 2015 at 17:31:56 UTC, Andrei Alexandrescu wrote:
> I was looking at easy installation of dmd on ubuntu, and found this:
>
> http://d-apt.sourceforge.net/
>
> Should we make it part of the official distribution?
>
We could try to host an apt and yum repo on dlang.org.
Might be simple to do, but it's not much better than the deb/rpm download we offer.
It only gets interesting when we could land DMD in official repos, volunteering package maintainers are welcome and should please contact me.
I hope we can sort out the redistribution part of the backend somehow.

We should include the few commands to install the packages on the download page.
March 16, 2015
On 16 March 2015 at 12:36, Martin Nowak via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> On Saturday, 14 March 2015 at 17:31:56 UTC, Andrei Alexandrescu wrote:
>>
>> I was looking at easy installation of dmd on ubuntu, and found this:
>>
>> http://d-apt.sourceforge.net/
>>
>> Should we make it part of the official distribution?
>>
> We could try to host an apt and yum repo on dlang.org.
> Might be simple to do, but it's not much better than the deb/rpm download we
> offer.

With a repo, at least you can let the package manager take care of upgrades (or non-upgrades if you want to pin a specific version).

We could use dlang.org/rpm and dlang.org/debian maybe?

Iain
March 16, 2015
On 3/16/15 5:47 AM, Iain Buclaw via Digitalmars-d wrote:
> On 16 March 2015 at 12:36, Martin Nowak via Digitalmars-d
> <digitalmars-d@puremagic.com> wrote:
>> On Saturday, 14 March 2015 at 17:31:56 UTC, Andrei Alexandrescu wrote:
>>>
>>> I was looking at easy installation of dmd on ubuntu, and found this:
>>>
>>> http://d-apt.sourceforge.net/
>>>
>>> Should we make it part of the official distribution?
>>>
>> We could try to host an apt and yum repo on dlang.org.
>> Might be simple to do, but it's not much better than the deb/rpm download we
>> offer.
>
> With a repo, at least you can let the package manager take care of
> upgrades (or non-upgrades if you want to pin a specific version).

Yah, that would be better than just the downloads.

> We could use dlang.org/rpm and dlang.org/debian maybe?

Would be awesome. Who can work on this?


Andrei


March 17, 2015
On 2015-03-16 12:01, Leandro Lucarella wrote:

> I'm not sure Ubuntu allows hosting non-FLOSS in their PPAs.

How are proprietary drivers installed, from other sources?

-- 
/Jacob Carlborg
August 09, 2019
Can someone explain, why we still do not have apt repository for D compiler?
August 09, 2019
On Friday, 9 August 2019 at 16:08:41 UTC, BoQsc wrote:
> Can someone explain, why we still do not have apt repository for D compiler?

Doesn't this do what you need?
https://d-apt.sourceforge.io/
August 09, 2019
On Fri, 2019-08-09 at 16:11 +0000, bachmeier via Digitalmars-d wrote:
> On Friday, 9 August 2019 at 16:08:41 UTC, BoQsc wrote:
> > Can someone explain, why we still do not have apt repository for D compiler?
> 
> Doesn't this do what you need? https://d-apt.sourceforge.io/

That certainly works for me. Though I use the ldc2 compiler which is in the standard Debian archive.

-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk



August 09, 2019
On Friday, 9 August 2019 at 16:42:01 UTC, Russel Winder wrote:
> On Fri, 2019-08-09 at 16:11 +0000, bachmeier via Digitalmars-d wrote:
>> On Friday, 9 August 2019 at 16:08:41 UTC, BoQsc wrote:
>> > Can someone explain, why we still do not have apt repository for D compiler?
>> 
>> Doesn't this do what you need? https://d-apt.sourceforge.io/
>
> That certainly works for me. Though I use the ldc2 compiler which is in the standard Debian archive.

And as a snap package, which I think is updated more quickly.