notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: net/pythondirector/Makefile

Number of commits found: 15

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 18 May 2017
16:03 sunpoet search for other commits by this committer
Change from USES=twisted to devel/py-twisted

- Bump PORTREVISION for dependency change
- Pass maintainership to python@
Original commitRevision:441163 
Monday, 23 May 2016
10:54 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
Original commitRevision:415713 
Friday, 24 Oct 2014
16:21 mva search for other commits by this committer
- Convert ports of net/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371449 
Thursday, 31 Jul 2014
10:40 sunpoet search for other commits by this committer
- Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
- Use USES=twisted
- Bump PORTREVISION for dependency change
- Reformat pkg-descr
Original commitRevision:363570 
Thursday, 10 Jul 2014
12:13 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Original commitRevision:361440 
Friday, 4 Jul 2014
21:44 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
Original commitRevision:360664 
Monday, 9 Jun 2014
16:03 vanilla search for other commits by this committer
Stagify.
Original commitRevision:357178 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Thursday, 12 Nov 2009
04:56 linimon search for other commits by this committer
Reset clement@FreeBSD.org due to long absence from FreeBSD.

Hat:            portmgr
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Thursday, 3 Feb 2005
21:20 clement search for other commits by this committer
- Update to 1.0.0
Original commit
Thursday, 26 Feb 2004
21:39 clement search for other commits by this committer
Add python director 0.0.7.

This is a pure-python TCP load balancer. It takes inbound TCP
connections and connects them to one of a number of backend servers.

Features:
    * async i/o based, so much less overhead than fork/thread based
      balancers.
    * Multiple scheduling algorithms (random, round robin, leastconns,
      leastconns+roundrobin)
    * If a server fails to answer, it's removed from the pool - the
      client that failed to connect gets transparently failed over to a
      new host.
    * xml based configuration file
    * seperate management thread that periodically re-adds failed hosts
      if they've come back up.
    * optional builtin webserver for admin (sample of the running
      screen)
    * webserver has methods suitable for both interactive and automated
      systems

WWW: http://pythondirector.sourceforge.net/
Original commit

Number of commits found: 15