15 Commits

Author SHA1 Message Date
Emanuel Haupt
5fb7b6ec4e Reset maintainer (3+ months of inactivity).
Discussed with:	portmgr (adamw, mat)
2018-06-26 17:06:33 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Rene Ladan
74db0df4ef irc/py-fishcrypt: remove optional dependency on expired irc/xchat 2018-04-17 20:35:43 +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
Martin Wilke
b8368cf7ed - Fix shebangs 2017-04-21 16:23:17 +00:00
Rusmir Dusko
8271142dfd - Add PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
, forgotten in previous commit [1]

PR:		209925
Submitted by:	mat [1]
Reported by:	koobs
2016-07-07 15:45:51 +00:00
Rusmir Dusko
62234a1ade - Use fishcrypt instead of py-fishcrypt [1]
- Add GH_PROJECT=    py-${PORTNAME} [1]

PR:		209925
Submitted by:	mat [1]
2016-06-01 11:47:40 +00:00
Rusmir Dusko
6140a54f13 - Update to 5.31, please see
/usr/local/share/doc/py-fishcrypt/README.md

- Take maintainership
- Change comment
- Add dependency for net/py-pysocks
- Change master site from https://github.com/kwaaak/py-fishcrypt to
  https://github.com/fladd/py-fishcrypt
- Change PLIST_FILES
- Change files/pkg-message.in
- Change pkg-descr
2016-05-03 13:33:03 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Mathieu Arnold
07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00
Baptiste Daroussin
d9740dc5b4 Cleanup plist 2014-12-20 19:02:25 +00:00
Marcus von Appen
734b63302e - Convert ports of irc/ and lang/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:52:16 +00:00
Rusmir Dusko
f2779fb94a These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.

deskutils/py-send2trash

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Change license BSD to BSD3CLAUSE
- Use USE_PYDISTUTILS=yes instead of easy_install
- Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST

graphics/founts

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Add REINPLACE, fix ELAST
- Change distinfo, remove supplied icon

graphics/py-pyggel

- Pass maintainership to koalative at gmail.com

graphics/radius-engine

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com

irc/py-fishcrypt

- Pass maintainership to koalative at gmail.com

sysutils/gigolo

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Remove TODO from DOCS
- Remove useless .include <bsd.port.options.mk>
- Change pkg-plist, remove mtree
2014-06-04 14:14:21 +00:00
Rusmir Dusko
06f24c5668 - Remove license (BSD), upstream didn't know which BSD license it is
https://github.com/kwaaak/py-fishcrypt/issues/1

- Add USES dos2unix
- Reordering Options and change according to pkg-message
2014-03-19 10:55:44 +00:00
Rusmir Dusko
91ac7b8d7b FiSH/Mircryption clone for XChat and clones in 100% Python.
WWW: https://github.com/kwaaak/py-fishcrypt

Approved by:	wg/pawel (mentors)
2013-10-04 21:54:39 +00:00