non port: devel/py-cxx/Makefile |
SVNWeb
|
Number of commits found: 30 |
Tue, 20 Jun 2023
|
[ 10:13 Li-Wen Hsu (lwhsu) ] d8f661b
devel/py-cxx: Update to 7.1.8
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 24 Jun 2022
|
[ 09:47 Li-Wen Hsu (lwhsu) ] 84a7247
devel/py-cxx: Update to 7.1.7
|
Wed, 2 Jun 2021
|
[ 09:05 Li-Wen Hsu (lwhsu) ] caff919
devel/py-cxx: Update to 7.1.5
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Mon, 13 Jul 2020
|
[ 12:44 lwhsu ]
Update to 7.1.4
Add LICENSE
|
Fri, 22 Nov 2019
|
[ 06:57 lwhsu ]
- Update to 7.1.3
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Thu, 3 Jul 2014
|
[ 23:57 adamw ] (Only the first 10 of 47 ports in this commit are shown above. )
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
|
Thu, 17 Apr 2014
|
[ 07:23 lwhsu ]
- Support staging
PR: ports/188478
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
Sun, 15 Dec 2013
|
[ 16:22 wg ] (Only the first 10 of 64 ports in this commit are shown above. )
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above )
|
Sun, 22 Sep 2013
|
[ 18:05 bapt ] (Only the first 10 of 132 ports in this commit are shown above. )
Fix NO_STAGE attribution
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sun, 1 Feb 2009
|
[ 15:48 lwhsu ]
- Update to 6.0.0
|
Thu, 13 Nov 2008
|
[ 19:34 lwhsu ]
- Update to 5.4.2
PR: ports/128848
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
|
Sat, 19 Jul 2008
|
[ 03:36 lwhsu ]
- Update to 5.4.1
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
Wed, 4 Apr 2007
|
[ 08:49 lwhsu ] (Only the first 10 of 29 ports in this commit are shown above. )
- Change to my FreeBSD.org email
Approved by: clsung (mentor)
|
Sat, 10 Feb 2007
|
[ 12:58 miwi ]
- Update to 5.4.0
PR: 108983
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
|
Fri, 29 Dec 2006
|
[ 23:52 miwi ]
- Update 5.3.6
- Pass maintainership to submitter
PR: 107288
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
Fri, 16 Sep 2005
|
[ 15:32 mnag ]
Update to 5.3.4
Approved by: pav (mentor)
|
Mon, 18 Jul 2005
|
[ 15:09 pav ]
- Update to 5.3.2
PR: ports/83625
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
Thu, 20 Feb 2003
|
[ 17:07 knu ] (Only the first 10 of 432 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 7 Nov 2002
|
[ 03:10 adamw ] (Only the first 10 of 193 ports in this commit are shown above. )
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
|
Mon, 29 Apr 2002
|
[ 14:01 ijliao ] (Only the first 10 of 20 ports in this commit are shown above. )
use USE_PYDISTUTILS
|
Sun, 7 Oct 2001
|
[ 11:53 ijliao ]
add py-cxx Make it easier to extend Python with C++
|
Number of commits found: 30 |