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 photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: print/biblio-py/Makefile

Number of commits found: 12

Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
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 
Friday, 24 Oct 2014
16:43 mva search for other commits by this committer
- Convert ports of news/ and print/ to new USES=python

Approved by: portmgr (implicit)
Original commitRevision:371452 
Saturday, 31 May 2014
10:32 wen search for other commits by this committer
- Added STAGE support
- Added LICENSE
- Fixed MASTER_SITES

PR:		190355
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commitRevision:355953 
Friday, 20 Sep 2013
22:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Original commitRevision:327765 
Sunday, 1 Apr 2012
07:41 wen search for other commits by this committer
- Update to 0.6.1

Feature safe:   yes
Original commit
Thursday, 5 May 2011
08:12 wen search for other commits by this committer
- Update to 0.6.0
Original commit
Monday, 28 Mar 2011
14:06 wen search for other commits by this committer
- Update to 0.5.6
Original commit
Wednesday, 1 Dec 2010
06:26 wen search for other commits by this committer
- Update to 0.5.4
Original commit
Friday, 23 Oct 2009
03:04 wen search for other commits by this committer
- Update to 0.5.3
- Update my mail address to FreeBSD

Approved by:    mentors(implicit)
Original commit
Monday, 15 Jun 2009
21:07 miwi search for other commits by this committer
- Update to 0.5.2

PR:             135566
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Wednesday, 13 May 2009
08:52 miwi search for other commits by this committer
Biblio-py is a package to manage bibliography written in python.
Currently it contains two subpackages:
    * yapbib: Yet Another Python BIBliography manager tool,
mainly for Bibtex files.
    * query_ads: A simple python tool that permits to query
Harvard Database

WWW: http://cabcat2.cnea.gov.ar/staff/fiol/biblio-py.html

PR:             ports/134418
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit

Number of commits found: 12