Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 8987

Summary: Feature request : PHP with mcal support
Product: Gentoo Linux Reporter: Hans-Henry Jakobsen <hanshj>
Component: Current packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: VERIFIED FIXED    
Severity: enhancement CC: christian.skarby, robbat2
Priority: High    
Version: 1.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 14915    
Bug Blocks:    
Attachments: mod_php-4.3.0-r2.ebuild.diff
php-4.3.0-r2.ebuild.diff

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.