Commit graph

25 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
31a73ca4af Disable python flavor 2017-12-12 13:33:20 +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
Sunpoet Po-Chuan Hsieh
e533aad186 Update to 4.1
- Update MASTER_SITES

Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2017-08-06 16:52:59 +00:00
Sunpoet Po-Chuan Hsieh
82640f002e Update to 4.0.1
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2017-07-23 13:12:24 +00:00
Sunpoet Po-Chuan Hsieh
c41c3efdc5 Update to 4.0
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2017-07-22 17:07:30 +00:00
Dmitry Marakasov
6c4e5f6939 - Fix license
- Update WWW

Approved by:	portmgr blanket
2017-07-12 15:00:20 +00:00
Sunpoet Po-Chuan Hsieh
5bf51d1bf9 - Update to 3.2.1
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2016-03-26 17:10:11 +00:00
Sunpoet Po-Chuan Hsieh
e54d4a492d - Update to 3.2.0
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2016-03-06 06:18:52 +00:00
Sunpoet Po-Chuan Hsieh
337ec4d172 - Update to 3.1.0
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2015-11-20 09:12:44 +00:00
Sunpoet Po-Chuan Hsieh
11f73902ab - Update to 3.0.1
Changes:	https://github.com/rfinnie/2ping/blob/master/ChangeLog
2015-11-04 20:11:11 +00:00
Sunpoet Po-Chuan Hsieh
0f3e6d516d - Update to 3.0.0
- Fix LICENSE and add LICENSE_FILE
- Reformat pkg-descr

Changes:	https://github.com/rfinnie/2ping/commits/master
2015-10-27 15:50:15 +00:00
Sunpoet Po-Chuan Hsieh
6cda989732 - Add NO_ARCH
- Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries
2015-10-01 15:55:33 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Sunpoet Po-Chuan Hsieh
1ddd17f151 - Add my LOCAL to MASTER_SITES
- Cosmetic change
2014-07-04 02:48:08 +00:00
Sunpoet Po-Chuan Hsieh
6b00387f9d - Fix *_DEPENDS: Digest::MD5 and Digest::SHA are already in all supported Perl releases
- Bump PORTREVISION for dependency change
- Take maintainership
2014-06-30 16:21:01 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Alex Kozlov
7b9313436c - Update to 2.1.1
- Use a single space for WWW in pkg-descr
- Switch to PLIST_FILES

PR:	ports/189187
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2014-05-07 15:28:14 +00:00
Baptiste Daroussin
201f7e5cb9 Support stage
Fix shebang
USE_GMAKE -> USES=gmake
2014-01-25 21:58:31 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Andrej Zverev
49056bafcb - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 03:24:02 +00:00
Philippe Audeoud
58f2899f48 - Update to 2.0
PR:		ports/175912
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2013-02-07 13:00:58 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Martin Wilke
1572f4d8da - Update to 1.1
PR:		158016
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2011-06-25 05:20:24 +00:00
Philip M. Gollucci
c7d7d1dfac 2ping is a bi-directional ping utility. It uses 3-way pings (akin to
TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a
2ping listener and a 2ping client to determine which direction packet
loss occurs.

WWW:	http://www.finnie.org/software/2ping/

PR:		ports/152528
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-24 05:21:18 +00:00