On 2011/04/01 21:16, Sergey Bronnikov wrote:
> 
> The Radicale Project is a complete CalDAV calendar server solution. 
> It can store multiple calendars.
> 
> Comments?
> 
> -- 
> sergeyb@

here's an initial diff .. also the rc file and DESCR need cleaning up
and I don't really think net/ is the right category, perhaps www or
productivity.

i'll try and look at this a bit more over the next couple of days.

diff -uNp -r radicale.orig/Makefile radicale/Makefile
--- radicale.orig/Makefile      Fri Apr  1 18:13:11 2011
+++ radicale/Makefile   Fri Apr  1 18:32:20 2011
@@ -1,21 +1,22 @@
-# $OpenBSD:$
+# $OpenBSD$
 
-COMMENT =      The Radicale is a complete CalDAV calendar server solution.     
+COMMENT =      simple CalDAV calendar server
 
 DISTNAME =     Radicale-0.4
+PKGNAME =      ${DISTNAME:L}
 CATEGORIES =   net
 
-HOMEPAGE =             http://www.radicale.org
+HOMEPAGE =     http://www.radicale.org/
 
 MAINTAINER =   Sergey Bronnikov <este...@gmail.com>
 
-# GPLv2
+# GPLv3+
 PERMIT_PACKAGE_CDROM = Yes
 PERMIT_PACKAGE_FTP =   Yes
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes
 
-MASTER_SITES =         http://www.radicale.org/src/radicale/
+MASTER_SITES =         ${HOMEPAGE}src/radicale/
 
 MODULES =              lang/python
 

Reply via email to