non port: devel/py-epsilon/Makefile |
SVNWeb
|
Number of commits found: 42 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
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 )
|
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
|
Fri, 6 Nov 2020
|
[ 11:26 sunpoet ]
Update to 0.8.0
Changes: https://github.com/twisted/epsilon/releases
https://github.com/twisted/epsilon/blob/master/NEWS.rst
|
Wed, 26 Feb 2020
|
[ 20:46 sunpoet ]
Cosmetic change
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Sun, 29 Jul 2018
|
[ 19:15 sunpoet ]
Update to 0.7.3
Changes: https://github.com/twisted/epsilon/releases
https://github.com/twisted/epsilon/blob/master/NEWS.rst
|
Wed, 27 Jun 2018
|
[ 23:34 sunpoet ]
Update to 0.7.2
- Fix version requirement of RUN_DEPENDS
Changes: https://github.com/twisted/epsilon/releases
https://github.com/twisted/epsilon/blob/master/NEWS.rst
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Sat, 16 Dec 2017
|
[ 20:55 sunpoet ]
Allow concurrent installation (USE_PYTHON=concurrent)
- Update CONFLICTS_INSTALL
- Reformat pkg-descr
- Add PyPI as primary WWW
- Add GitHub repository to WWW
- Bump PORTREVISION for package change
|
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 )
|
Fri, 19 May 2017
|
[ 15:35 sunpoet ]
Use CONFLICTS_INSTALL instead of CONFLICTS
|
Thu, 18 May 2017
|
[ 16:03 sunpoet ]
Change from USES=twisted to devel/py-twisted
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
- Take maintainership
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 2 Mar 2016
|
[ 14:26 vanilla ]
Update to 0.7.1.
|
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)
|
Sat, 18 Jan 2014
|
[ 08:21 culot ]
- Update to 0.7.0 [1]
- Shorten COMMENT
PR: ports/185820 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
Thu, 26 Dec 2013
|
[ 19:31 wg ]
devel/py-epsilon: allow staging and use auto plist
|
Sun, 8 Dec 2013
|
[ 12:04 mva ] (Only the first 10 of 28 ports in this commit are shown above. )
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run
|
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)
|
Wed, 18 Jul 2012
|
[ 06:28 cs ]
Register CONFLICTS
Submitted by: Sulev-Madis 'ketas' Silber (via e-mail)
|
Sun, 3 Jun 2012
|
[ 12:14 cs ] (Only the first 10 of 11 ports in this commit are shown above. )
Set maintainership back to ports@
|
Thu, 15 Sep 2011
|
[ 12:33 cs ] (Only the first 10 of 50 ports in this commit are shown above. )
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor)
|
Thu, 18 Aug 2011
|
[ 14:53 glarkin ]
- Fixed LICENSE
- Fixed WWW link
PR: ports/158976
Submitted by: C-S <c-s@c-s.li> (maintainer)
|
Wed, 3 Nov 2010
|
[ 00:52 wen ]
- Update to 0.6.0
- Pass maintainership to submitter
PR: ports/150427
Submitted by: C-S <c-s@c-s.li>
|
Tue, 27 Apr 2010
|
[ 01:41 pgollucci ]
- Release some more ports
|
Sat, 16 May 2009
|
[ 06:27 pgollucci ] (Only the first 10 of 103 ports in this commit are shown above. )
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
|
Fri, 10 Apr 2009
|
[ 06:19 pgollucci ]
- Update to 0.5.12
Override PYDISTUTILS_EGGINFO due to upstream goof in EGG name
|
Tue, 3 Feb 2009
|
[ 10:39 pgollucci ]
- Fix pkg-plist
PR: ports/131326
Submitted by: Wen Heping <wenheping@gmail.com>
|
Fri, 26 Dec 2008
|
[ 02:54 pgollucci ]
Update to 0.5.11
PR: ports/129937
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: araujo (mentor, implicit)
|
Tue, 2 Dec 2008
|
[ 02:15 wxs ]
Fix the RUN_DEPENDS to be correct.
|
[ 01:18 wxs ]
- Add missing RUN_DEPENDS.
PR: ports/128678
Submitted by: Aragon Gouveia <aragon@phat.za.net>
Approved by: pgollucci (maintainer timeout)
|
Fri, 22 Aug 2008
|
[ 18:43 pgollucci ]
- Update to 0.5.9
Approved by: gabor (mentor)
|
Thu, 31 Jul 2008
|
[ 16:19 pgollucci ]
- Update to 0.5.8
Approved by: gabor (mentor)
|
Wed, 23 Jul 2008
|
[ 02:43 pgollucci ] (Only the first 10 of 63 ports in this commit are shown above. )
Update my ports to my freebsd address
Approved by: araujo (mentor)
|
Sun, 20 Jul 2008
|
[ 17:05 araujo ]
- Update to 0.5.7.
- Pass maintainership to submitter.
PR: ports/125621
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
Fri, 12 Oct 2007
|
[ 22:17 alexbl ]
- Update to 0.5.6
- drop maintainership
PR: 115408
Submitted by: Piet Delport <pjd@satori.za.net>
|
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, 13 Sep 2006
|
[ 03:21 alexbl ] (Only the first 10 of 42 ports in this commit are shown above. )
Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by: novel
|
Tue, 11 Apr 2006
|
[ 12:01 garga ]
A small utility package that depends on tools too recent for Twisted (like
datetime in python2.4) but performs generic enough functions that it can be
used in projects that don't want to share Divmod's other projects' large
footprint.
Currently included:
* A powerful date/time formatting and import/export class (ExtimeDotTime),
for exchanging date and time information between all Python's various
ways to interpret objects as times or time deltas.
* Tools for managing concurrent asynchronous processes within Twisted.
* A metaclass which helps you define classes with explicit states.
* A featureful Version class.
* A formal system for application of monkey-patches.
WWW: http://divmod.org/trac/wiki/DivmodEpsilon
PR: ports/95611
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
|
Number of commits found: 42 |