Port details |
- p5-RTx-Calendar Calendar extension module for the RT ticketing system
- 1.05_1 www
=4 1.05_1Version of this port present on the latest quarterly branch. - 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 search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2008-12-14 20:12:43
- Last Update: 2024-02-26 14:31:36
- Commit Hash: bd49a7c
- People watching this port, also watch:: apg, pgbarman-py311, wanted-ports, rsyslog, pglogical
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/RTx-Calendar
- Description:
- This RT extension provides a calendar view for your tickets and your
reminders so you see when is your next due ticket. You can find it in
the menu Search->Calendar.
There's a portlet to put on your home page (see Prefs/MyRT.html)
You can also enable ics (ICal) feeds for your default calendar and all
your private searches in Prefs/Calendar.html. Authentication is magic
number based so that you can give those feeds to other people.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- 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:
-
- p5-RT44-RTx-Calendar>0:www/p5-RTx-Calendar
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/p5-RTx-Calendar/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-RTx-Calendar
- pkg install p5-RT44-RTx-Calendar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-RT44-RTx-Calendar
- Package flavors (<flavor>: <package>)
- rt44: p5-RT44-RTx-Calendar
- rt50: p5-RT50-RTx-Calendar
- distinfo:
- TIMESTAMP = 1699378673
SHA256 (RTx-Calendar-1.05.tar.gz) = 3050d2c865eae5560b2f29613924c7bde2b405049f5af999a7346d007f90bc9d
SIZE (RTx-Calendar-1.05.tar.gz) = 43816
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rt : www/rt44
- p5-Data-ICal>0 : deskutils/p5-Data-ICal
- p5-Date-ICal>0 : devel/p5-Date-ICal
- p5-DateTime-Set>0 : devel/p5-DateTime-Set
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- rt : www/rt44
- p5-Data-ICal>0 : deskutils/p5-Data-ICal
- p5-Date-ICal>0 : devel/p5-Date-ICal
- p5-DateTime-Set>0 : devel/p5-DateTime-Set
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_p5-RTx-Calendar
- USES:
- perl5
- pkg-message:
- For install:
- To use MyCalendar portlet you must add MyCalendar to $HomepageComponents
in etc/RT_SiteConfig.pm like that :
Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);
To enable private searches ICal feeds, you need to give
CreateSavedSearch and LoadSavedSearch rights to your users.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.05_1 26 Feb 2024 14:31:36
![commit hash: bd49a7c09bcb0b3f7f655f6d363c45bc516126bd commit hash: bd49a7c09bcb0b3f7f655f6d363c45bc516126bd](/images/git.png) ![commit hash: bd49a7c09bcb0b3f7f655f6d363c45bc516126bd commit hash: bd49a7c09bcb0b3f7f655f6d363c45bc516126bd](/images/codeberg.svg) ![commit hash: bd49a7c09bcb0b3f7f655f6d363c45bc516126bd commit hash: bd49a7c09bcb0b3f7f655f6d363c45bc516126bd](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/p5-RTx-Calendar: Moved man to share/man
Approved by: portmgr (blanket) |
1.05 07 Nov 2023 22:14:28
![commit hash: 53e89084abdd5b628a00f9dabad304cff76c3202 commit hash: 53e89084abdd5b628a00f9dabad304cff76c3202](/images/git.png) ![commit hash: 53e89084abdd5b628a00f9dabad304cff76c3202 commit hash: 53e89084abdd5b628a00f9dabad304cff76c3202](/images/codeberg.svg) ![commit hash: 53e89084abdd5b628a00f9dabad304cff76c3202 commit hash: 53e89084abdd5b628a00f9dabad304cff76c3202](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rodrigo Osorio (rodrigo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/p5-RTx-Calendar: update to 1.05
Major changes:
* add a callback named BeforeFindTickets so user can modify the query
or format of the calendar search
Remove dead URL from pkg-descr |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.03_1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
1.03_1 20 Jul 2022 14:23:26
![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/git.png) ![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/codeberg.svg) ![commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.03_1 16 Mar 2022 19:28:25
![commit hash: 6bf96e519271610c2d5b0395e6d47ae34ecacc38 commit hash: 6bf96e519271610c2d5b0395e6d47ae34ecacc38](/images/git.png) ![commit hash: 6bf96e519271610c2d5b0395e6d47ae34ecacc38 commit hash: 6bf96e519271610c2d5b0395e6d47ae34ecacc38](/images/codeberg.svg) ![commit hash: 6bf96e519271610c2d5b0395e6d47ae34ecacc38 commit hash: 6bf96e519271610c2d5b0395e6d47ae34ecacc38](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Neel Chauhan (nc) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: David Siebörger |
www/p5-RTx-Calendar: Add FLAVORS: rt44 rt50
PR: 262565 |
1.03_1 26 Apr 2021 21:25:11
![commit hash: 6f42637828273666a887c6b4dea81963a42195ae commit hash: 6f42637828273666a887c6b4dea81963a42195ae](/images/git.png) ![commit hash: 6f42637828273666a887c6b4dea81963a42195ae commit hash: 6f42637828273666a887c6b4dea81963a42195ae](/images/codeberg.svg) ![commit hash: 6f42637828273666a887c6b4dea81963a42195ae commit hash: 6f42637828273666a887c6b4dea81963a42195ae](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Matthew Seaman (matthew) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/p5-RT-Extension-LDAPImport,p5-RT-Extension-MandatoryOnTransition,p5-RTx-Calendar}
return to the pool
I no longer have any RT setups to maintain. |
1.03_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.03_1 02 Feb 2021 20:59:56
![Revision:563845 Revision:563845](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Drop support for expired www/rt42 from various www/p5-RT* ports
Unflavor these ports because they only support www/rt44. Bump
PORTREVISION and pet portlint. |
1.03 21 Jul 2020 12:30:41
![Revision:542736 Revision:542736](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.03
ChangeLog: https://metacpan.org/changes/distribution/RT-Extension-MandatoryOnTransition |
1.02 19 Jul 2020 10:07:14
![Revision:542554 Revision:542554](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.02
ChangeLog: https://metacpan.org/changes/distribution/RTx-Calendar |
1.01 14 Aug 2019 12:25:09
![Revision:508913 Revision:508913](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert to UCL & cleanup pkg-message (categories w) |
1.01 28 Mar 2019 19:25:43
![Revision:497055 Revision:497055](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Modernize and flavourize RT Extension ports
Convert the RT{40,42,44} options to new rt42 and rt44 flavours.
Drop all references to www/rt40 -- no longer in ports
Default flavour is rt44, but several of these modules only support
rt42.
Ensure @rt42 flavour conflicts with www/rt44 port and vice-versa
Re-order various sections and re-roll one patch to placate portlint
Reviewed by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D17285 |
1.01 06 Oct 2018 13:06:45
![Revision:481365 Revision:481365](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
des ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.01 27 May 2018 20:15:20
![Revision:470993 Revision:470993](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.01 15 Sep 2017 08:58:50
![Revision:449893 Revision:449893](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.01 17 Apr 2016 10:22:50
![Revision:413502 Revision:413502](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Actually, on second thoughts, this should be less error prone in
future. |
1.01 17 Apr 2016 10:17:34
![Revision:413500 Revision:413500](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
There are three choices in the OPTIONS_SINGLE now. |
16 Apr 2016 23:22:25
![Revision:413483 Revision:413483](/images/subversion.png)
|
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to 1.01
Allow building for rt44 as well as older versions.
ChangeLog: http://cpansearch.perl.org/src/BPS/RTx-Calendar-1.01/CHANGES |
1.00 13 Apr 2016 10:36:15
![Revision:413184 Revision:413184](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.
PR: 208294
Exp-run by: antoine
Approved by: portmgr (antoine), perl (mat)
Differential Revision: https://reviews.freebsd.org/D4158 |
1.00 01 Apr 2016 14:33:58
![Revision:412351 Revision:412351](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.00 04 May 2015 08:17:13
![Revision:385382 Revision:385382](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Allow packaging as a user |
1.00 03 May 2015 20:44:23
![Revision:385348 Revision:385348](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add NEED_ROOT, doesn't build from plain user (Couldn't load RT config file
RT_Config.pm as user nobody / group nobody)
Approved by: portmgr blanket
MFH: 2015Q2 |
1.00 20 Dec 2014 10:41:06
![Revision:374996 Revision:374996](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.00
Drop support for rt38, as that is long gone. |
0.20_1 26 Nov 2014 13:08:38
![Revision:373448 Revision:373448](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.20 13 Jun 2014 08:03:24
![Revision:357656 Revision:357656](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.20 |
0.18 08 Jun 2014 19:51:28
![Revision:357070 Revision:357070](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
0.18 10 May 2014 07:14:41
![Revision:353563 Revision:353563](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.18
ChangeLog: http://cpansearch.perl.org/src/ALEXMV/RTx-Calendar-0.18/CHANGES |
0.17_2 10 Dec 2013 19:47:43
![Revision:336102 Revision:336102](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bdrewery ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr |
0.17_1 08 Dec 2013 22:38:52
![Revision:335945 Revision:335945](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH} |
0.17_1 01 Dec 2013 17:51:43
![Revision:335414 Revision:335414](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update all the RT extension modules to work with www/rt42 and make
that the new default. |
0.17 30 Sep 2013 21:53:56
![Revision:328879 Revision:328879](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- stagify the last 4 remaining of my ports
- Add patch for a bug in Module::Import::RTx which doesn't take any
account of ${DESTDIR}. This is a known bug upstream which hasn't
been fixed in 7 years or so since it was first reported...
https://rt.cpan.org/Public/Bug/Display.html?id=12964 |
0.17 20 Sep 2013 23:36:54
![Revision:327776 Revision:327776](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.17 02 Aug 2013 05:47:42
![Revision:324143 Revision:324143](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.17
ChangeLog: http://cpansearch.perl.org/src/TSIBLEY/RTx-Calendar-0.17/CHANGES |
0.15 01 Aug 2013 22:04:02
![Revision:324134 Revision:324134](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert all my perl-using ports to USES+=perl5
While here:
- add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex
- set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix
for www/rt40
- upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth
- trim Makefile header for www/p5-RTx-Calendar |
0.15 25 Apr 2013 05:16:26
![Revision:316500 Revision:316500](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.15
ChangeLog: http://cpansearch.perl.org/src/FALCONE/RTx-Calendar-0.15/CHANGES |
0.14 01 Aug 2012 19:36:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.14
- ChangeLog:
Changes for 0.14
* Guard the modern stylesheets call on older RTs
Changes for 0.13
* Serve CSS the modern way on recent RT's
* Namespace our CSS to avoid styling the RT core UI
Changes for 0.12
* Copyright updates
Changes for 0.11
* fixes for characters that were breaking 3.8
Changes for 0.10
* packaging tweak
Changes for 0.09
* RT 4 compatibility |
0.08_3 07 Jun 2012 11:59:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]
Approved by: shaun (mentor)
Submitted by: [1] Sulev-Madis 'ketas' Silber |
0.08_3 04 Jun 2012 19:46:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to OPTIONSng framework
Approved by: shaun (mentor) |
0.08_3 01 Jun 2012 05:26:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update png to 1.5.10 |
0.08_2 09 Feb 2012 17:09:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
matthew ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor) |
0.08_2 18 Oct 2011 16:02:33
![files touched by this commit files touched by this commit](/images/logs.gif) |
flo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add support for www/rt40
* Patches for 4.0.x compatibility obtained from
https://github.com/bestpractical/rtx-calendar
- Add license
- Pet portlint
PR: ports/160976
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.08_1 26 Sep 2011 20:01:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove support for rt36 in preparation for its removal
Submitted by: maintainer |
0.08_1 26 Sep 2011 09:24:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)
Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports. |
0.08_1 16 Dec 2010 02:34:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
glarkin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
0.08 10 Dec 2010 23:07:09
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.08
PR: ports/152907
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Changes: http://search.cpan.org/dist/RTx-Calendar/Changes |
0.07_2 21 Jan 2010 20:36:49
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
As reported by pointyhat: env(1) did not grow a '-u' option until
7.1-RELEASE, and we still need to support 6.4-RELEASE.
PR: ports/142940 ports/142941 ports/142942 ports/142943
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.07_2 14 Jan 2010 06:23:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
* Switch to using bsd.port.options.mk
* Track PREFIX settings from the parent www/rt38 or www/rt36 port: has to match,
or it won't work.
PR: ports/142140
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.07_2 31 Jul 2009 13:57:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.07_1 16 May 2009 02:33:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.12
- We busted something upstream and we need GMAKE now
- Bump PORTREVISIONS for p5-libapreq2 ports
b/c of shared lib bumps
PR: ports/133694
Approved by: maintainer timeout (skv; 1 month 2 days) |
0.07 19 Mar 2009 15:42:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.07
PR: 132757
Submitted by: Matthew Seaman <m dot seaman at infracaninophile dot co dot uk>
(maintainer) |
0.06 19 Feb 2009 15:33:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
wxs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 0.06
- Provide rt38 compatability (default)
- Optionally install for rt36
- Split pkg-plist into pkg-plist.rt36 and pkg-plist.rt38
PR: ports/131698
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
0.05 19 Dec 2008 22:16:18
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix build
Submitted by: maintainer via private mail
Reported by: ionbot |
0.05 14 Dec 2008 20:12:18
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
This RT extension provides a calendar view for your tickets and your
reminders so you see when is your next due ticket. You can find it in
the menu Search->Calendar.
There's a portlet to put on your home page (see Prefs/MyRT.html)
You can also enable ics (ICal) feeds for your default calendar and all
your private searches in Prefs/Calendar.html. Authentication is magic
number based so that you can give those feeds to other people.
You can find screenshots on
http://gaspard.mine.nu/dotclear/index.php?tag/rtx-calendar
WWW: http://search.cpan.org/dist/RTx-Calendar/
PR: ports/126781
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> |