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) combination for a given watch list. This is what FreshPorts will look for.

Port details
bubblegum Watch a file for changes
1.12 security Deleted on this many watch lists=0 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 1.12Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No more active upstream
Expired This port expired on: 2013-12-08
Maintainer: jadawin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-11-20 09:09:10
Last Update: 2013-12-15 14:32:28
SVN Revision: 336540
License: not specified in port
WWW:
http://bjk.sourceforge.net/
Description:
Bubblegum is a daemon which watches a file for changes in access, modification and inode change times and MD5 checksums. It can run a command upon a change a specified number of times, read from a file list and more. WWW: http://bjk.sourceforge.net/
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:
  • bubblegum>0:security/bubblegum
No installation instructions:
This port has been deleted.
PKGNAME: bubblegum
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (22 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  3. http://freefr.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  4. http://garr.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  5. http://heanet.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  6. http://hivelocity.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  7. http://ignum.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  8. http://internode.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  9. http://iweb.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  10. http://jaist.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  11. http://kaz.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  12. http://kent.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  13. http://master.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  14. http://nchc.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  15. http://ncu.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  16. http://netcologne.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  17. http://sunet.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  18. http://superb-dca3.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  19. http://switch.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  20. http://tenet.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  21. http://ufpr.dl.sourceforge.net/project/bjk/bubblegum/1.12/
  22. http://waix.dl.sourceforge.net/project/bjk/bubblegum/1.12/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.12
15 Dec 2013 14:32:28
Revision:336540Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-08 security/opieprint: No more active upstream
2013-12-08 security/bubblegum: No more active upstream
2013-12-08 security/snortsms: Not active since several years.
2013-12-08 sysutils/hammerhead: Development no more active
2013-12-13 net-p2p/libtorrent-rasterbar-15-python: Unusable, development ceased
2013-12-13 graphics/openexr_ctl: Now distributed with ampasCTL-1.5
1.12
08 Nov 2013 14:43:21
Revision:333234Original commit files touched by this commit
jadawin search for other commits by this committer
- Mark as DEPRECATED
1.12
20 Sep 2013 22:55:26
Revision:327769Original 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:
security)
1.12
03 Jul 2011 14:03:52
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.12
22 Aug 2009 00:35:32
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
1.12
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.12
12 Mar 2008 13:27:28
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update maintainer address

Approved by:    thierry (mentor)
1.12
17 Dec 2007 15:21:11
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Utilize SF macro
- Pass maintainership to submitter

PR:             ports/118777
Submitted by:   Philippe Audeoud <jadawin tuxaco.net>
1.12
05 Nov 2006 07:54:33
Original commit files touched by this commit
lawrance search for other commits by this committer
Update master site and WWW.

PR:             ports/104214
Submitted by:   Josh Paetzel <josh@tcbug.org>
1.12
25 Nov 2005 18:01:16
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
1.12
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
1.12
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
1.12
05 Feb 2004 20:38:07
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
1.12
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.12
20 Feb 2003 18:59:13
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.12
20 Nov 2002 08:59:55
Original commit files touched by this commit
ijliao search for other commits by this committer
add bubblegum 1.12
Watch a file for changes

PR:             44956
Submitted by:   Ben Kibbey <bjk@m-net.arbornet.org>

Number of commits found: 16