aboutsummaryrefslogtreecommitdiff
path: root/irc/py-fishcrypt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Reset maintainer (3+ months of inactivity).Emanuel Haupt2018-06-261-1/+1
| | | | | | | Discussed with: portmgr (adamw, mat) Notes: svn path=/head/; revision=473398
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* irc/py-fishcrypt: remove optional dependency on expired irc/xchatRene Ladan2018-04-171-5/+3
| | | | Notes: svn path=/head/; revision=467655
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455210
* - Fix shebangsMartin Wilke2017-04-211-1/+3
| | | | Notes: svn path=/head/; revision=439091
* - Add PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}Rusmir Dusko2016-07-071-0/+1
| | | | | | | | | | | , forgotten in previous commit [1] PR: 209925 Submitted by: mat [1] Reported by: koobs Notes: svn path=/head/; revision=418186
* - Use fishcrypt instead of py-fishcrypt [1]Rusmir Dusko2016-06-011-1/+2
| | | | | | | | | | | - Add GH_PROJECT= py-${PORTNAME} [1] PR: 209925 Submitted by: mat [1] Notes: svn path=/head/; revision=416237
* - Update to 5.31, please seeRusmir Dusko2016-05-031-8/+10
| | | | | | | | | | | | | | | | /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 Notes: svn path=/head/; revision=414531
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Update ports in the [i-m]* category to not use GH_COMMIT.Mathieu Arnold2015-05-071-3/+1
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385637
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375090
* - Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
* These ports are no longer used or cared for.Rusmir Dusko2014-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=356500
* - Remove license (BSD), upstream didn't know which BSD license it isRusmir Dusko2014-03-191-13/+5
| | | | | | | | | | https://github.com/kwaaak/py-fishcrypt/issues/1 - Add USES dos2unix - Reordering Options and change according to pkg-message Notes: svn path=/head/; revision=348610
* FiSH/Mircryption clone for XChat and clones in 100% Python.Rusmir Dusko2013-10-041-0/+56
WWW: https://github.com/kwaaak/py-fishcrypt Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=329393