Bug 27248 - new port: deskutils/gemcal
Summary: new port: deskutils/gemcal
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-10 16:20 UTC by yoichi
Modified: 2001-05-20 04:21 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.59 KB, text/plain)
2001-05-10 16:20 UTC, yoichi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description yoichi 2001-05-10 16:20:01 UTC
gemcal is an X11 calendar program.
It can handle mhc (ports/deskutils/mhc-*) compatible data.
Comment 1 yoichi 2001-05-10 17:49:14 UTC
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:
Comment 2 Will Andrews freebsd_committer freebsd_triage 2001-05-20 04:21:26 UTC
State Changed
From-To: open->closed

Committed, thanks.