Bug 31461 - New ports: deskutils/mcal & gmcal - a libmcal powered cal replacement
Summary: New ports: deskutils/mcal & gmcal - a libmcal powered cal replacement
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-23 23:50 UTC by thierry
Modified: 2002-07-07 09:56 UTC (History)
0 users

See Also:


Attachments
file.shar (5.69 KB, text/plain)
2001-10-23 23:50 UTC, thierry
no flags Details
file.shar (4.81 KB, text/plain)
2001-10-23 23:50 UTC, thierry
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description thierry 2001-10-23 23:50:01 UTC
	mcal & gmcal use the libmcal library (see PR ports/31416 ) to access calendars that can be stored in many different formats.

	They are mostly samples and how-to use the MCAL library.

How-To-Repeat: 	Run the following archives.
	N.B.: the PR ports/31416 should be previously committed.
Comment 1 thierry 2001-10-24 06:20:04 UTC
Le 24 Oct 01 à  0:44:27 +0000, Thierry Thomas écrivait :
> 	They are mostly samples and how-to use the MCAL library.
                     ~~~~~~~
Oops!
     I meant *examples*, not /samples/...
Sorry.
-- 
Th. Thomas.
Comment 2 thierry 2002-01-20 21:27:20 UTC
Le 24 Oct 01 à  0:44:27 +0000, Thierry Thomas écrivait :
> 
> >Number:         31461
> >Category:       ports
> >Synopsis:       New ports: deskutils/mcal & gmcal - a libmcal powered cal replacement

Note: my e-mail will change at the end of this month. If committing
these ports, please apply the following patches:


--- /usr/ports/deskutils/mcal/Makefile.orig	Tue Oct 23 23:53:07 2001
+++ /usr/ports/deskutils/mcal/Makefile	Sun Jan 20 22:23:22 2002
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	mcal
 # Date created:		Mon Oct 15 14:13:23 GMT 2001
-# Whom:			thierry@thomas.as
+# Whom:			thierry@pompo.net
 #
 # $FreeBSD$
 #
@@ -11,7 +11,7 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	libmcal
 
-MAINTAINER=	thierry@thomas.as
+MAINTAINER=	thierry@pompo.net
 
 LIB_DEPENDS=	mcal.0:${PORTSDIR}/misc/libmcal
 


--- /usr/ports/deskutils/gmcal/Makefile.orig	Wed Oct 24 00:09:15 2001
+++ /usr/ports/deskutils/gmcal/Makefile	Sun Jan 20 22:25:50 2002
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	gmcal
 # Date created:		Mon Oct 15 09:09:46 GMT 2001
-# Whom:			thierry@thomas.as
+# Whom:			thierry@pompo.net
 #
 # $FreeBSD$
 #
@@ -11,7 +11,7 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	libmcal
 
-MAINTAINER=	thierry@thomas.as
+MAINTAINER=	thierry@pompo.net
 
 LIB_DEPENDS=	mcal.0:${PORTSDIR}/misc/libmcal
 RUN_DEPENDS=	${PREFIX}/mcal/mcal:${PORTSDIR}/deskutils/mcal



-- 
Th. Thomas.
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2002-03-30 11:09:50 UTC
State Changed
From-To: open->closed

Commuitted, Thanks. 
Please don't use absolute pathnames.