openbsd-ports/graphics/tgif/Makefile

39 lines
957 B
Makefile
Raw Normal View History

update to v4.1.40 -----------------------> tgif-4.1.39 => tgif-4.1.40 <----------------------- 1) Fix a crashing bug in Specify An Arc when the input is something like "0.9,-,10,20". Thanks to Adrian Bridgett <adrian.bridgett@iname.com> and Jano van Hemert <jvhemert@cs.leidenuniv.nl> for pointing out the problem. 2) Fix a uninitialized variable bug. This causes crashes sometimes when running tgif with -print -xbm commandline options. Thanks to Alexander Tenbusch <alexander.tenbusch@masch-bau.uni-magdeburg.de> for pointing out the problem. 3) Fix a bug with exporting landscape TiffEPSI files. Thanks to Geert Carron <gca@adc-itcl.ce.philips.com> for pointing out the bug. 4) Fix a bug with displaying text objects when Color Layers are used and some colors are turned off. Thanks to Johan Vromans <jvromans@squirrel.nl> for pointing out the bug. 5) Add scroll support for mouse wheel. By default, mouse wheel up is mapped to Button4 and mouse wheel down is mapped to Button5. A new X default, Tgif.EnableMouseWheel, is added so that this can be turned off. Some mouse wheel can generate Button2 events, and this may interfere with scrolling; therefore, another X default, Tgif.Btn2PopupMainMenu, is added so that Button2 events will not popup the Main Menu in the canvas window. Thanks to Juha Takala <juha.takala@vtt.fi> for providing the information. 6) New Tgif.tmpl-cgywin file. Thanks to Simon Moore <Simon.Moore@cl.cam.ac.uk> for providing it. 7) New Tgif.tmpl-uw7 file. Thanks to Ron Record <rr@sco.com> for providing it. 8) Add a new X default, Tgif.DeleteCmdAsCut so that <Cntrl>x can be used Cut selected objects. (Pressing the <DEL> key on the keyboard will still perform a regular Delete in this case.)
2000-11-18 05:33:35 -05:00
# $OpenBSD: Makefile,v 1.13 2000/11/18 10:33:35 jakob Exp $
update to v4.1.40 -----------------------> tgif-4.1.39 => tgif-4.1.40 <----------------------- 1) Fix a crashing bug in Specify An Arc when the input is something like "0.9,-,10,20". Thanks to Adrian Bridgett <adrian.bridgett@iname.com> and Jano van Hemert <jvhemert@cs.leidenuniv.nl> for pointing out the problem. 2) Fix a uninitialized variable bug. This causes crashes sometimes when running tgif with -print -xbm commandline options. Thanks to Alexander Tenbusch <alexander.tenbusch@masch-bau.uni-magdeburg.de> for pointing out the problem. 3) Fix a bug with exporting landscape TiffEPSI files. Thanks to Geert Carron <gca@adc-itcl.ce.philips.com> for pointing out the bug. 4) Fix a bug with displaying text objects when Color Layers are used and some colors are turned off. Thanks to Johan Vromans <jvromans@squirrel.nl> for pointing out the bug. 5) Add scroll support for mouse wheel. By default, mouse wheel up is mapped to Button4 and mouse wheel down is mapped to Button5. A new X default, Tgif.EnableMouseWheel, is added so that this can be turned off. Some mouse wheel can generate Button2 events, and this may interfere with scrolling; therefore, another X default, Tgif.Btn2PopupMainMenu, is added so that Button2 events will not popup the Main Menu in the canvas window. Thanks to Juha Takala <juha.takala@vtt.fi> for providing the information. 6) New Tgif.tmpl-cgywin file. Thanks to Simon Moore <Simon.Moore@cl.cam.ac.uk> for providing it. 7) New Tgif.tmpl-uw7 file. Thanks to Ron Record <rr@sco.com> for providing it. 8) Add a new X default, Tgif.DeleteCmdAsCut so that <Cntrl>x can be used Cut selected objects. (Pressing the <DEL> key on the keyboard will still perform a regular Delete in this case.)
2000-11-18 05:33:35 -05:00
DISTNAME= tgif-4.1.40
1999-09-12 10:08:53 -04:00
CATEGORIES= graphics
2000-09-10 10:10:41 -04:00
NEED_VERSION= 1.310
1999-09-12 10:08:53 -04:00
MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \
ftp://ftp.cs.ucla.edu/pub/tgif/
2000-09-10 10:10:41 -04:00
HOMEPAGE= http://bourbon.cs.umd.edu:8001/tgif/
2000-10-04 17:53:59 -04:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2000-09-10 10:10:41 -04:00
2000-03-05 17:29:31 -05:00
PERMIT_PACKAGE_CDROM= no
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= no
PERMIT_DISTFILES_FTP= yes
RUN_DEPENDS= giftopnm::graphics/netpbm
1999-09-12 10:08:53 -04:00
2000-09-10 10:10:41 -04:00
CONFIGURE_STYLE= imake
1999-09-12 10:08:53 -04:00
TGIFDOC= ${PREFIX}/share/doc/tgif
DEMO_FILES= an-sr-flip-flop.obj launch-demo-1.obj \
fonts.obj launch-demo.obj keys.obj slide-demo.obj example.tex
READMES= Copyright HISTORY README
post-extract:
@rm -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl
2000-09-10 10:10:41 -04:00
@cp ${WRKDIR}/${DISTNAME}/Tgif.tmpl-openbsd \
${WRKDIR}/${DISTNAME}/Tgif.tmpl
1999-09-12 10:08:53 -04:00
post-install:
@mkdir -p ${TGIFDOC}
2000-03-05 13:30:21 -05:00
cd ${WRKSRC} ;\
${INSTALL_DATA} ${DEMO_FILES} ${TGIFDOC} ;\
2000-03-05 13:30:21 -05:00
${INSTALL_DATA} ${READMES} ${TGIFDOC}
1999-09-12 10:08:53 -04:00
.include <bsd.port.mk>