pkgsrc/misc/plan/Makefile

26 lines
718 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2000/09/09 04:49:07 fredb Exp $
#
DISTNAME= plan-1.8.4
Update to 1.8.2. Changes from 1.7.2 include: if the X server fails to send X timer events, switch to synchronous file writing to avoid data loss. Works around bug or incompatibility in XFree. new script to convert Microsoft Schedule+ files to .dayplan format fixed output of -W -i for web interface the .plan.dir choice in the configure script caused path trouble in plan weekday before/after syntax was wrong in holiday parser, fixed possible crash when closing file list menu plan -F: stdout could not be redirected, added missing fflush various error popups are now modal, to prevent them from being overlooked fixed month and year PostScript printing, texts were in the wrong places CGI scripts and HTML pages for web browser access national language support simple Todo appointments that keep appearing after they first trigger implemented default advance-warning times (Config->Calendar views) color PostScript printouts new config mode that allows daemon to exeute insecure netplan scripts new config mode that makes Thursday the selector for the first week small holidays crash day view if pland was started between 0:00 and 2:59:59, it overlooked appointments fixed "W:" note prefix netplan identd queries went to the local host instead of the remote host fixed Y2K problem in PostScript printout. plan -t/-T will now mark warnings with "Warn:". notifier now resizes correctly, text area grows instead of buttons user ID was freed twice in netplan it is now possible to inspect messages attached to read-only appts plan -t had multiday problems
1999-07-15 02:15:23 +02:00
WRKSRC= ${WRKDIR}/${DISTNAME}/src
CATEGORIES= misc x11
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/plan/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.in-berlin.de/User/bitrot/plan.html
USE_MOTIF= YES
ALL_TARGET= netbsd
pre-install:
${MKDIR} ${X11PREFIX}/libexec/plan ${X11PREFIX}/share/plan \
${X11PREFIX}/share/plan/holiday
${RM} -f ${WRKDIR}/${DISTNAME}/holiday/holiday_*.orig
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/holiday/holiday_* ${X11PREFIX}/share/plan/holiday
for f in HISTORY README; do \
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/$$f ${X11PREFIX}/share/plan; \
done
.include "../../mk/bsd.pkg.mk"