notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-pycallgraph/Makefile
SVNWeb

Number of commits found: 29

Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 24 Jul 2021
[ 19:13 Li-Wen Hsu (lwhsu) search for other commits by this committer ]    commit hash:f4a3a6efc5413e686c82fbeb028eb14e794d2a3c  commit hash:f4a3a6efc5413e686c82fbeb028eb14e794d2a3c  commit hash:f4a3a6efc5413e686c82fbeb028eb14e794d2a3c  f4a3a6e 
devel/py-pycallgraph: Update to 1.0.1
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Wed, 10 Apr 2019
[ 06:18 antoine search for other commits by this committer ] Original commit   Revision:498530 (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 18 Apr 2017
[ 18:26 miwi search for other commits by this committer ] Original commit   Revision:438789 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Fix Shebangs
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 20 Oct 2014
[ 16:04 mva search for other commits by this committer ] Original commit   Revision:371280 (Only the first 10 of 564 ports in this commit are shown above. View all ports for this commit)
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Thu, 3 Jul 2014
[ 23:57 adamw search for other commits by this committer ] Original commit   Revision:360487 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Remove NOPORTDOCS and NOPORTEXAMPLES.

Approved by:	portmgr (blanket)
Fri, 18 Apr 2014
[ 07:30 lwhsu search for other commits by this committer ] Original commit   Revision:351519
- Staging
- Add LICENSE
- Pet portlint

PR:		ports/188545
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Tue, 28 Dec 2010
[ 07:54 lwhsu search for other commits by this committer ] Original commit 
- Use COPYTREE for installing example files
- Install manual page and respect NO_INSTALL_MANPAGES
- Drop MD5 checksum

Submitted by:   ohauer (earlier patch)
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Tue, 15 Jul 2008
[ 03:36 lwhsu search for other commits by this committer ] Original commit 
- Update to 0.5.1

PR:             ports/125396
Submitted by:   Wen heping <wenheping AT gmail.com>
Fri, 6 Jun 2008
[ 13:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 367 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Mon, 19 May 2008
[ 23:45 lwhsu search for other commits by this committer ] Original commit 
- Fix typo, this fixes the NOPORTEXAMPLES knob
Thu, 13 Dec 2007
[ 08:12 lwhsu search for other commits by this committer ] Original commit 
- Update to 0.4.1
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Mon, 25 Jun 2007
[ 18:33 lwhsu search for other commits by this committer ] Original commit 
- Update to 0.4.0
- Add examples
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 4 Apr 2007
[ 08:49 lwhsu search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
Thu, 15 Feb 2007
[ 11:48 miwi search for other commits by this committer ] Original commit 
- Update to 0.3.0

PR:             109196
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
Wed, 14 Feb 2007
[ 03:44 clsung search for other commits by this committer ] Original commit 
- Update to 0.2.0

PR:             ports/109032
Submitted by:   maintainer (Li-Wen Hsu)
Sat, 10 Feb 2007
[ 13:57 miwi search for other commits by this committer ] Original commit 
Python Call Graph uses GraphViz to generate call graphs from one execution of
your Python code. It's very easy to use and can point out possible problems
with your code execution.

WWW:    http://pycallgraph.slowchop.com/

PR:             ports/108977
Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>

Number of commits found: 29