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
squirrelmail-calendar_sql_backend-plugin SQL backend for SquirrelMail Calendar plugin
1.1_2 mail 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.1_2Version of this port present on the latest quarterly branch.
Broken BROKEN: does not build
Deprecated DEPRECATED: Broken for more than 6 month
Expired This port expired on: 2013-12-22
Ignore IGNORE: is marked as broken: does not build
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-01-05 15:18:05
Last Update: 2013-12-22 11:48:43
SVN Revision: 337185
Also Listed In: www
License: not specified in port
WWW:
http://www.squirrelmail.org/plugin_view.php?id=247
Description:
This plugin implements a SQL-based backend for user calendar data for the SquirrelMail Calendar plugin WWW: http://www.squirrelmail.org/plugin_view.php?id=247
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:
  • squirrelmail-calendar_sql_backend-plugin>0:mail/squirrelmail-calendar_sql_backend-plugin
No installation instructions:
This port has been deleted.
PKGNAME: squirrelmail-calendar_sql_backend-plugin
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. DB.php : databases/pear-DB
  2. index.php : mail/squirrelmail
  3. php.h : lang/php5
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 (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/squirrelmail/
  2. http://www.squirrelmail.org/plugins/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1_2
22 Dec 2013 11:48:43
Revision:337185Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2013-12-22 devel/ruby-cvs: Broken for more than 6 month
2013-12-22 devel/hs-reactive: Broken for more than 6 month
2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6
month
2013-12-22 graphics/xmagv: Broken for more than 6 month
2013-12-22 lang/slib-gauche: Broken for more than 6 month
2013-12-22 graphics/f-spot: Broken for more than 6 month
2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month
2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month
2013-12-22 ftp/gftp: Broken for more than 6 month
2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month
2013-12-22 converters/py-svglib: Broken for more than 6 month
2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month
2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6
month
2013-12-22 finance/quantlib: Broken for more than 6 month
2013-12-22 games/xkobo: Broken for more than 6 month
2013-12-22 games/quake3-rq3: Broken for more than 6 month
2013-12-22 math/fbm: No new release since 2004, new supported upstream
1.1_2
12 Dec 2013 01:32:35
Revision:336240Original commit files touched by this commit
adamw search for other commits by this committer
It turns out that letting bsd.squirrelmail.mk define CATEGORIES
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops.

So, I've added CATEGORIES back to all the plugins, and bumped
PORTREVISION so that packages with correct origins can be
created.

Thanks to:	Stefan Bethke <stb@lassitu.de>
1.1_1
22 Nov 2013 08:24:11
Revision:334555Original commit files touched by this commit
bapt search for other commits by this committer
Deprecated ports broken for more than 6 month
1.1_1
20 Sep 2013 19:59:14
Revision:327742Original 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:
mail)
27 Jun 2013 06:48:44
Revision:321853Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after .mk
inclusion leading to PKGORIGIN not being set when needed.
Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the
PORTDIR.
Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk
dancine

Reported by:	erwin
1.1_1
24 May 2013 08:15:46
Revision:318925Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN: depends on conflicting ports

Submitted by:	pointyhat
1.1_1
10 Nov 2012 01:37:25
Revision:307260Original commit files touched by this commit
adamw search for other commits by this committer
Convert remaining squirrelmail plugins to bsd.squirrelmail.mk. Because they
were duplicating the content there, php version mismatches were created and
package building broke. Also includes a few whitespace and header fixes due
to OCD.

Feature safe:	yes
1.1_1
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
1.1_1
12 Apr 2009 15:52:35
Original commit files touched by this commit
wxs search for other commits by this committer
- Reassign maintainer to ports@FreeBSD.org.

PR:             ports/133659
Submitted by:   Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
1.1_1
06 Jun 2008 13:43:09
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)
1.1
05 Jan 2008 15:17:56
Original commit files touched by this commit
tabthorpe search for other commits by this committer
This plugin implements a SQL-based backend for user calendar data for
the SquirrelMail Calendar plugin

WWW: http://www.squirrelmail.org/plugin_view.php?id=247

PR:             ports/119269
Submitted by:   Gerrit Beine <gerrit.beine at gmx.de>

Number of commits found: 11