notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-gamin Python interface to the Gamin file monitoring system
0.1.10_3 devel Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.10_3Version of this port present on the latest quarterly branch.
Broken BROKEN: fails to build
Deprecated DEPRECATED: Old, uses EOLed python27
Expired This port expired on: 2020-03-08
Ignore IGNORE: is marked as broken: fails to build
Maintainer: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-04-02 09:11:24
Last Update: 2020-03-08 09:54:35
SVN Revision: 528012
People watching this port, also watch:: librsync, python, pcre, rsync
Also Listed In: python
License: not specified in port
WWW:
http://www.gnome.org/~veillard/gamin/python.html
Description:
Python interface to the Gaim file and directory monitoring system. WWW: http://www.gnome.org/~veillard/gamin/python.html
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gamin>0:devel/py-gamin@${PY_FLAVOR}
Conflicts:
CONFLICTS:
  • fam-[0-9]*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: py27-gamin
Package flavors (<flavor>: <package>)
  • py27: py27-gamin
distinfo:
SHA256 (gamin-0.1.10.tar.gz) = 28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1 SIZE (gamin-0.1.10.tar.gz) = 653392

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Master port: devel/gamin
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python2.7 : lang/python27
  2. msgfmt : devel/gettext-tools
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. python2.7 : lang/python27
Library dependencies:
  1. libfam.so.0 : devel/gamin
  2. libintl.so : devel/gettext-runtime
  3. libglib-2.0.so : devel/glib20
  4. libintl.so : devel/gettext-runtime
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/py-bcfg2*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
fam:gamin python:2.7 gettext gnome libtool pathfix pkgconfig
pkg-message:
For install:
Gamin will only provide realtime notification of changes for at most n files, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). The behavior of gamin can be controlled via the various gaminrc files. See http://www.gnome.org/~veillard/gamin/config.html on how to create these files. In particular, if you find gam_server is taking up too much CPU time polling for changes, something like the following may help in one of the gaminrc files: # reduce polling frequency to once per 10 seconds # for UFS file systems in order to lower CPU load fsset ufs poll 10
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://people.gnome.org/~veillard/gamin/sources/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: devel/gamin
CommitCreditsLog message
0.1.10_3
08 Mar 2020 09:54:35
Revision:528012Original commit files touched by this commit
rene search for other commits by this committer
Remvoe expired ports:

2020-01-27 devel/py-hgsubversion: Unmaintained, uses EOLed python27
2020-03-08 devel/py-gamin: Old, uses EOLed python27
0.1.10_3
08 Feb 2020 19:50:41
Revision:525603Original commit files touched by this commit
antoine search for other commits by this committer
- Mark BROKEN: fails to build
- Deprecate: python27 port

make[2]: don't know how to make -lgamin-1. Stop

Reported by:	pkg-fallout
0.1.10_3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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)
0.1.10_3
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
0.1.10_3
30 Aug 2014 19:23:18
Revision:366670Original commit files touched by this commit
tijl search for other commits by this committer
devel/gamin:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
0.1.10_2
07 Mar 2014 09:15:53
Revision:347348Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
0.1.10_2
04 Jan 2014 23:40:44
Revision:338691Original commit files touched by this commit
antoine search for other commits by this committer
Convert the tree to USES=fam

Approved by:	portmgr (bapt)
0.1.10_2
08 Dec 2013 13:24:03
Revision:335888Original commit files touched by this commit
mva search for other commits by this committer
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency

Approved by:	portmgr (blanket)
0.1.10_2
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.1.10_2
19 Mar 2013 13:04:31
Revision:314640Original commit files touched by this commit
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
0.1.10_2
11 Aug 2011 19:20:17
Original commit files touched by this commit Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
0.1.9_2
06 Jun 2008 13:21:59
Original commit files touched by this commit
edwin search for other commits by this committer
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)
0.1.8_1
21 Mar 2007 06:31:17
Original commit files touched by this commit
marcus search for other commits by this committer
Restore missing plist items after the GNOME 2.18 merge.

Reported by:    pointyhat via kris
0.1.8
19 Mar 2007 05:14:07
Original commit files touched by this commit
marcus search for other commits by this committer
Presenting GNOME 2.18 for FreeBSD.  GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
0.1.7_1
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.1.7
09 Feb 2006 06:40:18
Original commit files touched by this commit
marcus search for other commits by this committer
* Update to 0.1.7, and add support for file system type detection (currently,
  only UFS file systems are handled by kqueue, but this might change in the
  future if kqueue on NFS proves stable) [1]

* Switch py-gamin to use USE_FAM+WANT_FAM_SYSTEM

* Switch test target to regression-test so that pointyhat will run tests
  automatically

Submitted by:   ale [1]
0.1.5_1
05 Nov 2005 05:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
0.1.5
21 Oct 2005 06:01:44
Original commit files touched by this commit
jylefort search for other commits by this committer
Set PORTREVISION, in order to not inherit it from our master port.
0.1.0
19 May 2005 19:42:04
Original commit files touched by this commit
jylefort search for other commits by this committer
Update to 0.1.0
0.0.26_1
19 Apr 2005 03:10:58
Original commit files touched by this commit
marcus search for other commits by this committer
Only use USE_INC_LIBTOOL_VER if we're installing gamin itself.  The slave
ports don't need this.

Reported by:    pointyhat via kris
0.0.26
02 Apr 2005 09:10:35
Original commit files touched by this commit
marcus search for other commits by this committer
Add py-gamin, the Python bindings for the gamin file alteration monitor.

Number of commits found: 21