gemcal is an X11 calendar program. It can handle mhc (ports/deskutils/mhc-*) compatible data.
Sorry, I forget to consider dependency. gemcal requires ruby-gtk. diff -u -r1.9 -r1.10 --- Makefile 2001/05/10 15:03:16 1.9 +++ Makefile 2001/05/10 16:44:01 1.10 @@ -15,6 +15,8 @@ USE_RUBY= yes +RUN_DEPENDS+= ${RUBY_SITELIBDIR}/gtkcompat.rb:${PORTSDIR}/x11-toolkits/ruby-gtk + do-build: @(cd ${BUILD_WRKSRC}; ${RUBY} configure.rb --disable-palm --with-icondir=${PREFIX}/share/gemcal/xpm) do-install:
State Changed From-To: open->closed Committed, thanks.