Commit graph

11 commits

Author SHA1 Message Date
Tim Bishop
b5d5fdc812 - Unbreak, upstream distfile changed.
Change in distfile was a typo fix, diff follows:

diff -ruN EZWGL-1.50.old/include/EZ.h EZWGL-1.50/include/EZ.h
--- EZWGL-1.50.old/include/EZ.h	Sat Dec 11 06:27:24 1999
+++ EZWGL-1.50/include/EZ.h	Tue Mar  1 15:02:31 2005
@@ -3453,7 +3453,7 @@
 					 int x1, int y1, int flag));
 EXTERN void  EZ_MarkSSheetUsedTextProperties MY_ANSIARGS((EZ_Widget *widget));
 EXTERN void  EZ_SSheetPasteSelection MY_ANSIARGS((EZ_Widget *widget));
-EXTERN int  EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret);)
+EXTERN int  EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret));
 #endif

 #ifndef _EZ_WIDGET_THUM_WHEEL_C_

PR:		90374
Submitted by:	"Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
Approved by:	clement (mentor)
2005-12-14 17:19:52 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Kirill Ponomarev
eda0e3d845 - Author rerolled source distfile. All changes appear to be:
o Convert K&R style function declarations to ANSI C style.
  o Add calls to EZ_WidgetExists() in several places to verify
    existance of widgets before use.
- Bump PORTREVISION

PR:		56162
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-30 07:27:28 +00:00
Kris Kennaway
9ea7a8f34f The previous distfile was corrupted; the new one has no other changes.
Submitted by:	kan
2002-09-07 22:43:44 +00:00
Kris Kennaway
d685e1637e Chase the checksum on the docs -- the postscript files were regenerated 2001-03-10 05:34:10 +00:00
Michael Haro
d6991558c7 Update port to 1.50
PR:		18049
Submitted by:	    KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-19 19:58:05 +00:00
Steve Price
7d4d09dc10 Update to version 1.40c.
PR:		10073
Submitted by:	maintainer
1999-02-22 04:26:20 +00:00
Steve Price
61588de77e Update to version 1.40.
PR:		9216
Submitted by:	maintainer
1999-01-02 19:51:39 +00:00
Steve Price
6650804ee9 Update to version 1.39.
PR:		7374
Submitted by:	maintainer
1998-07-27 00:33:28 +00:00
Thomas Gellekum
51ee5b12c3 New port EZWGL. The EZ Widget and Graphics Library implements
about 100 OpenGL-like functions for high-level 3D graphics programming.

PR:		6532
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-05-19 08:50:10 +00:00