Date: Fri, 11 May 2001 00:12:16 +0900 (JST) From: yoichi@eken.phys.nagoya-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org Cc: yoichi@eken.phys.nagoya-u.ac.jp Subject: ports/27248: new port: deskutils/gemcal Message-ID: <200105101512.f4AFCGd39134@e-ppp7.eken.phys.nagoya-u.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 27248 >Category: ports >Synopsis: new port: deskutils/gemcal >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 10 08:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoichi NAKAYAMA >Release: FreeBSD 4.3-STABLE i386 >Organization: E-ken, Dept. of Physics, Nagoya University, JAPAN >Environment: System: FreeBSD 4.3-STABLE >Description: gemcal is an X11 calendar program. It can handle mhc (ports/deskutils/mhc-*) compatible data. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gemcal # gemcal/Makefile # gemcal/distinfo # gemcal/pkg-comment # gemcal/pkg-descr # gemcal/pkg-plist # echo c - gemcal mkdir -p gemcal > /dev/null 2>&1 echo x - gemcal/Makefile sed 's/^X//' >gemcal/Makefile << 'END-of-gemcal/Makefile' X# New ports collection makefile for: gemcal X# Date Created: 10 May 2001 X# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> X# X# $FreeBSD$ X# X XPORTNAME= gemcal XPORTVERSION= 20010510 XCATEGORIES= deskutils XMASTER_SITES= http://www.quickhack.net/mhc/arc/ XDISTNAME= mhc-current-snap${PORTVERSION} X XMAINTAINER?= yoichi@eken.phys.nagoya-u.ac.jp X XUSE_RUBY= yes X Xdo-build: X @(cd ${BUILD_WRKSRC}; ${RUBY} configure.rb --disable-palm --with-icondir=${PREFIX}/share/gemcal/xpm) Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/gemcal ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/ruby-ext/lib/mhc-*.rb ${RUBY_SITELIBDIR} X ${MKDIR} ${PREFIX}/share/gemcal/xpm X ${INSTALL_DATA} ${WRKSRC}/00copyright ${PREFIX}/share/gemcal X ${INSTALL_DATA} ${WRKSRC}/xpm/*.xpm ${PREFIX}/share/gemcal/xpm X X.include <bsd.port.mk> END-of-gemcal/Makefile echo x - gemcal/distinfo sed 's/^X//' >gemcal/distinfo << 'END-of-gemcal/distinfo' XMD5 (mhc-current-snap20010510.tar.gz) = bde7b587996123f59b5c8e6ca2f51e6f END-of-gemcal/distinfo echo x - gemcal/pkg-comment sed 's/^X//' >gemcal/pkg-comment << 'END-of-gemcal/pkg-comment' XCalender program for MHC END-of-gemcal/pkg-comment echo x - gemcal/pkg-descr sed 's/^X//' >gemcal/pkg-descr << 'END-of-gemcal/pkg-descr' Xgemcal is an X11 calendar program which is compatible with MHC. X XWWW: http://www.quickhack.net/mhc/ END-of-gemcal/pkg-descr echo x - gemcal/pkg-plist sed 's/^X//' >gemcal/pkg-plist << 'END-of-gemcal/pkg-plist' Xbin/gemcal Xshare/gemcal/00copyright Xshare/gemcal/xpm/close.xpm Xshare/gemcal/xpm/delete.xpm Xshare/gemcal/xpm/exit.xpm Xshare/gemcal/xpm/month.xpm Xshare/gemcal/xpm/next.xpm Xshare/gemcal/xpm/next2.xpm Xshare/gemcal/xpm/next_year.xpm Xshare/gemcal/xpm/open.xpm Xshare/gemcal/xpm/prev.xpm Xshare/gemcal/xpm/prev2.xpm Xshare/gemcal/xpm/prev_year.xpm Xshare/gemcal/xpm/save.xpm Xshare/gemcal/xpm/today.xpm X%%RUBY_SITELIBDIR%%/mhc-date.rb X%%RUBY_SITELIBDIR%%/mhc-gtk.rb X%%RUBY_SITELIBDIR%%/mhc-kconv.rb X%%RUBY_SITELIBDIR%%/mhc-palm.rb X%%RUBY_SITELIBDIR%%/mhc-schedule.rb X%%RUBY_SITELIBDIR%%/mhc-signal.rb X@dirrm share/gemcal/xpm X@dirrm share/gemcal END-of-gemcal/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105101512.f4AFCGd39134>