Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8987 - Feature request : PHP with mcal support
Summary: Feature request : PHP with mcal support
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 14915
Blocks:
  Show dependency tree
 
Reported: 2002-10-10 10:57 UTC by Hans-Henry Jakobsen
Modified: 2003-08-12 01:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mod_php-4.3.0-r2.ebuild.diff (mod_php-4.3.0-r2.ebuild.diff,810 bytes, patch)
2003-02-01 09:59 UTC, Christian Skarby
Details | Diff
php-4.3.0-r2.ebuild.diff (php-4.3.0-r2.ebuild.diff,708 bytes, patch)
2003-02-01 10:00 UTC, Christian Skarby
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hans-Henry Jakobsen 2002-10-10 10:57:43 UTC
With mcal support, a calendar stream can be opened much like the mailbox stream with the IMAP 
support. Calendars can be local file stores, remote ICAP servers, or other formats that are 
supported by the mcal library.

Requirements
This extension requires the mcal library to 
be installed. Grab the latest version from http://mcal.chek.com/ and compile and install 
it.

Installation
After you installed the mcal library, to get these functions to work, you 
have to compile PHP with --with-mcal.
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-12-11 18:48:21 UTC
committed
Comment 2 Christian Skarby 2003-02-01 09:57:32 UTC
Hmm .. this is not working for me. I am sorry if this is my fault, but I cannot find any reference to mcal either in dev-php/php nor dev-php/mod_php. Thus I've made a patch for php and one for mod_php which adds support for mcal. I suggest that a new useflag is introduced in order to controll the use of mcal, nevertheless I have not used such a flag in my patches.
Comment 3 Christian Skarby 2003-02-01 09:59:26 UTC
Created attachment 7821 [details, diff]
mod_php-4.3.0-r2.ebuild.diff
Comment 4 Christian Skarby 2003-02-01 10:00:03 UTC
Created attachment 7822 [details, diff]
php-4.3.0-r2.ebuild.diff
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-04-06 19:42:33 UTC
ryan:
you said this is commited, but I don't see it the CVS at all. So I've reopened this for now. 

I'll commit the code nessecary if you need after testing it out on the latest version of PHP.
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-04-24 11:16:05 UTC
added in new PHP eclass.
Still need to propose the USE flag on -core/-dev.
Comment 7 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-12 01:20:17 UTC
Closing bug properly.