Re: Python distribution: switching to tar.xz

2012-10-02 Thread Ruslan Mahmatkhanov
Chris Rees wrote on 02.10.2012 22:12: On 2 Oct 2012 18:55, "Ruslan Mahmatkhanov" wrote: [...] Any objections, suggestions etc? [1] http://people.freebsd.org/~rm/tgz-to-tx-conversion.diff.txt My suggestion is to do it :) Thanks for doing the work. Chris Just committed. -- Regards, Rus

Re: Python distribution: switching to tar.xz

2012-10-02 Thread Chris Rees
On 2 Oct 2012 18:55, "Ruslan Mahmatkhanov" wrote: > > Li-Wen Hsu wrote on 01.10.2012 22:11: > >> On Mon, Oct 01, 2012 at 22:03:48 +0400, Ruslan Mahmatkhanov wrote: >>> >>> Li-Wen Hsu wrote on 01.10.2012 21:51: EXTRACT_SUFX?= .tgz PYTHON_DISTFILE= Python-${PYTHON_PORTVERSION:S/.

Re: Python distribution: switching to tar.xz

2012-10-02 Thread Ruslan Mahmatkhanov
Li-Wen Hsu wrote on 01.10.2012 22:11: On Mon, Oct 01, 2012 at 22:03:48 +0400, Ruslan Mahmatkhanov wrote: Li-Wen Hsu wrote on 01.10.2012 21:51: EXTRACT_SUFX?= .tgz PYTHON_DISTFILE= Python-${PYTHON_PORTVERSION:S/.rc/rc/}}${EXTRACT_SUFX} Yes, I also bow to this option. then we can define USE_

Re: Python distribution: switching to tar.xz

2012-10-01 Thread Eitan Adler
On 1 October 2012 14:20, Ruslan Mahmatkhanov wrote: > So we returned to initial question :). Is this acceptable to do this, > because it will require all the distinfos change "w/o a reason"? I didn't > see anything criminal there, but other people may know better. distinfo can change. The concern

Re: Python distribution: switching to tar.xz

2012-10-01 Thread Chris Rees
On 1 October 2012 19:20, Ruslan Mahmatkhanov wrote: > Li-Wen Hsu wrote on 01.10.2012 22:11: > >> On Mon, Oct 01, 2012 at 22:03:48 +0400, Ruslan Mahmatkhanov wrote: >>> >>> Li-Wen Hsu wrote on 01.10.2012 21:51: EXTRACT_SUFX?= .tgz PYTHON_DISTFILE= Python-${PYTHON_PORTVERSION:S/.

Re: Python distribution: switching to tar.xz

2012-10-01 Thread Ruslan Mahmatkhanov
Li-Wen Hsu wrote on 01.10.2012 22:11: On Mon, Oct 01, 2012 at 22:03:48 +0400, Ruslan Mahmatkhanov wrote: Li-Wen Hsu wrote on 01.10.2012 21:51: EXTRACT_SUFX?= .tgz PYTHON_DISTFILE= Python-${PYTHON_PORTVERSION:S/.rc/rc/}}${EXTRACT_SUFX} Yes, I also bow to this option. then we can define USE_

Re: Python distribution: switching to tar.xz

2012-10-01 Thread Marcus von Appen
On, Mon Oct 01, 2012, Li-Wen Hsu wrote: > On Mon, Oct 1, 2012 at 10:10 PM, Marcus von Appen wrote: > > > > Ruslan Mahmatkhanov : > > > >> Hello, > >> > >> The python.org ftp provides lang/pythonXX source tarballs in a many > >> formats: > >> - tar.bz2 > >> - tar.xz > >> - tgz > >> > >> Using .tgz

Re: Python distribution: switching to tar.xz

2012-10-01 Thread Li-Wen Hsu
On Mon, Oct 01, 2012 at 22:03:48 +0400, Ruslan Mahmatkhanov wrote: > Li-Wen Hsu wrote on 01.10.2012 21:51: > > > > EXTRACT_SUFX?= .tgz > > PYTHON_DISTFILE= Python-${PYTHON_PORTVERSION:S/.rc/rc/}}${EXTRACT_SUFX} > > Yes, I also bow to this option. > > > then we can define USE_XZ= yes in the ports

Re: Python distribution: switching to tar.xz

2012-10-01 Thread Ruslan Mahmatkhanov
Li-Wen Hsu wrote on 01.10.2012 21:51: On Mon, Oct 1, 2012 at 10:10 PM, Marcus von Appen wrote: Ruslan Mahmatkhanov : Hello, The python.org ftp provides lang/pythonXX source tarballs in a many formats: - tar.bz2 - tar.xz - tgz Using .tgz is not in sports-way this days, so I'd prefer to use

Re: Python distribution: switching to tar.xz

2012-10-01 Thread Li-Wen Hsu
On Mon, Oct 1, 2012 at 10:10 PM, Marcus von Appen wrote: > > Ruslan Mahmatkhanov : > >> Hello, >> >> The python.org ftp provides lang/pythonXX source tarballs in a many >> formats: >> - tar.bz2 >> - tar.xz >> - tgz >> >> Using .tgz is not in sports-way this days, so I'd prefer to use tar.xz for >>

Re: Python distribution: switching to tar.xz

2012-10-01 Thread Marcus von Appen
Ruslan Mahmatkhanov : Hello, The python.org ftp provides lang/pythonXX source tarballs in a many formats: - tar.bz2 - tar.xz - tgz Using .tgz is not in sports-way this days, so I'd prefer to use tar.xz for new versions. But I can't actually choose there because tarball format is hardcoded

Python distribution: switching to tar.xz

2012-10-01 Thread Ruslan Mahmatkhanov
Hello, The python.org ftp provides lang/pythonXX source tarballs in a many formats: - tar.bz2 - tar.xz - tgz Using .tgz is not in sports-way this days, so I'd prefer to use tar.xz for new versions. But I can't actually choose there because tarball format is hardcoded in Mk/bsd.python.mk as PY