Commit Graph

24 Commits

Author SHA1 Message Date
Alexey Dokuchaev
a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Mathieu Arnold
551be3c723 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
2017-11-30 15:50:30 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Wen Heping
b5488f97b2 - Fix unfetchable and unbreak
PR:		199577
Submitted by:	craig001@lerwick.hopto.org(maintainer)
2015-05-06 03:31:07 +00:00
Baptiste Daroussin
5245516957 Mark as broken unfetchable ports 2015-04-05 18:12:55 +00:00
Baptiste Daroussin
2c8db67726 Cleanup plist 2014-10-20 09:31:33 +00:00
Marcus von Appen
dae43d7a6d - Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 07:50:53 +00:00
Steve Wills
0275379814 - Stage
PR:		ports/188592
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Craig Butler <craig@bsdtec.com> (maintainer, different email)
2014-04-15 13:09:01 +00:00
Emanuel Haupt
003d63081a Remove trailing whitespaces from category comms 2014-02-21 13:35:45 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Adam Weinberger
fbd9122a40 Convert comms to MDOCS and MEXAMPLES.
Hold-out shame list: perl
2014-01-03 16:06:00 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Alexander Botero-Lowry
4942ce5a7d - 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
2007-07-30 09:42:28 +00:00
Li-Wen Hsu
9bc087729c - Fix MASTER_SITES
- Set maintainership to submitter
2007-06-01 16:13:43 +00:00
Pav Lucistnik
37effa8447 - Add SHA256 2005-11-24 00:44:27 +00:00
Kirill Ponomarev
22aceebc9d Fix MASTER_SITES.
PR:		ports/77760
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-20 08:24:59 +00:00
Kris Kennaway
bfe78bf088 Reset undeliverable maintainer address:
<andy@evo6.org>: Host or domain name not found. Name service error for
    name=evo6.org type=A: Host not found

Remove associated MASTER_SITE.

Approved by:	portmgr (self)
2005-01-02 01:41:50 +00:00
Pav Lucistnik
840f7cfafa - Update WWW 2004-05-29 23:03:53 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Pav Lucistnik
5b8bec3855 - Chase download location again
Submitted by:	Andy Gilligan <andy@glbx.net> (maintainer)
2004-02-23 10:21:45 +00:00
Pav Lucistnik
3c133eaabe Should have read all my mail before committing.
- Add backup MASTER_SITE

Submitted by:	maintainer
2004-01-29 09:28:05 +00:00
Pav Lucistnik
e6bc169a47 - Update MASTER_SITES
Reported by:	bento via kris
2004-01-29 09:24:00 +00:00
Pav Lucistnik
58f793741a Add py-bulksms, python client for BulkSMS.co.uk's HTTP API for sending
short text messages to cell phones. Port contains python module
and a command-line client 'sms'.

PR:		ports/59987
Submitted by:	Andy Gilligan <andy@evo6.org>
2003-12-06 12:37:43 +00:00