The FreeBSD Ports Archive
FreeBSD graphics : EZWGL4>
The EZ Widget and Graphics Library
This graphics library implements about 100 OpenGL(TM)
like graphics functions and procedures that provides high
level support for 3D graphics, including features like
zbuffer, double-buffer and lighting.
http://rene.ma.utexas.edu/~mzou/EZWGL/
|
EZWGL history
v. 1.38
date: 2007/05/19 20:08:31; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.37
date: 2006/08/14 23:06:31; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.36
date: 2005/12/14 17:19:52; author: tdb; state: Exp; lines: +0 -2
- 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"
Approved by: clement (mentor)
v. 1.35
date: 2005/11/16 04:33:13; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.34
date: 2004/04/12 03:58:14; author: kris; state: Exp; lines: +4 -0
BROKEN on sparc64: Build fails
v. 1.33
date: 2003/08/30 07:27:28; author: krion; state: Exp; lines: +2 -1
- 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
v. 1.32
date: 2003/02/20 18:07:55; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.31
date: 2003/02/10 07:22:34; author: kris; state: Exp; lines: +1 -0
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
v. 1.30
date: 2002/11/10 16:46:21; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.29
date: 2002/11/06 22:45:17; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2002/09/29 08:07:44; author: ijliao; state: Exp; lines: +6 -6
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert
v. 1.27
date: 2001/09/11 02:22:29; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.26
date: 2000/07/04 07:12:41; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.25
date: 2000/06/16 21:50:40; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.24
date: 2000/06/16 08:18:09; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.23
date: 2000/06/15 17:12:24; author: sobomax; state: Exp; lines: +2 -2
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.22
date: 2000/06/09 22:27:24; author: will; state: Exp; lines: +4 -2
Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.
Pointy hat: will
v. 1.21
date: 2000/06/09 22:23:34; author: will; state: Exp; lines: +2 -2
Use absolute path for FILESDIR instead of relative path.
PR: 19150
Submitted by: KATO Tsuguru
v. 1.20
date: 2000/06/04 21:45:34; author: will; state: Exp; lines: +4 -3
Fix for extracting without unneeded stuff.
PR: 18975
Submitted by: KATO Tsuguru
v. 1.19
date: 2000/04/19 19:57:58; author: mharo; state: Exp; lines: +26 -53
Update port to 1.50
PR: 18049
Submitted by: KATO Tsuguru
v. 1.18
date: 2000/04/13 06:27:57; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.17
date: 2000/03/29 07:18:42; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.16
date: 1999/08/25 06:13:35; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1999/02/22 04:25:56; author: steve; state: Exp; lines: +22 -10
Update to version 1.40c.
PR: 10073
Submitted by: maintainer
v. 1.14
date: 1999/01/02 19:51:36; author: steve; state: Exp; lines: +20 -17
Update to version 1.40.
PR: 9216
Submitted by: maintainer
v. 1.13
date: 1998/11/21 07:27:35; author: steve; state: Exp; lines: +2 -2
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam
v. 1.12
date: 1998/11/11 05:37:17; author: asami; state: Exp; lines: +10 -8
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
v. 1.11
date: 1998/10/05 02:52:24; author: steve; state: Exp; lines: +10 -3
Convert to ELF.
v. 1.10
date: 1998/09/19 01:36:18; author: hoek; state: Exp; lines: +1 -4
Unspam---Remove test target that accidentally slipped in.
v. 1.9
date: 1998/09/19 01:27:52; author: hoek; state: Exp; lines: +14 -222
Use files/manpages and MLINKS.
v. 1.8
date: 1998/09/15 11:45:51; author: asami; state: Exp; lines: +2 -2
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
v. 1.7
date: 1998/08/09 23:51:05; author: steve; state: Exp; lines: +5 -10
Make this re-install friendly.
v. 1.6
date: 1998/08/05 09:31:05; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.5
date: 1998/08/04 00:55:57; author: mph; state: Exp; lines: +3 -1
Add post-install target to run ldconfig -m.
PR: 7484
Submitted by: Brett Taylor
v. 1.4
date: 1998/07/27 22:12:27; author: asami; state: Exp; lines: +5 -5
Make this port be installable twice.
v. 1.3
date: 1998/07/27 00:33:11; author: steve; state: Exp; lines: +111 -67
Update to version 1.39.
PR: 7374
Submitted by: maintainer
v. 1.2
date: 1998/07/23 15:37:05; author: asami; state: Exp; lines: +3 -1
This port is not reinstall-friendly. I tried changing some
"ln -s"'s to "ln -sf"'s but it didn't work so I'm going to punt.
===> Installing for EZWGL-1.38
===> EZWGL-1.38 depends on shared library: jpeg\.9\. - found
tar: Could not create symlink to EZ_AllocateColorFromName.html : File exists
tar: Could not create symlink to EZ_ClearListBox.html : File exists
tar: Could not create symlink to EZ_DefineLightSrc.html : File exists
tar: Could not create symlink to EZ_DefineMaterial.html : File exists
tar: Could not create symlink to EZ_CMove3f.html : File exists
:
v. 1.1
date: 1998/05/19 08:50:09; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/05/19 08:50:09; author: tg; state: Exp; lines: +0 -0
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
=============================================================================
v. 1.38
date: 2007/05/19 20:08:31; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.37
date: 2006/08/14 23:06:31; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.36
date: 2005/12/14 17:19:52; author: tdb; state: Exp; lines: +0 -2
- 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"
Approved by: clement (mentor)
v. 1.35
date: 2005/11/16 04:33:13; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.34
date: 2004/04/12 03:58:14; author: kris; state: Exp; lines: +4 -0
BROKEN on sparc64: Build fails
v. 1.33
date: 2003/08/30 07:27:28; author: krion; state: Exp; lines: +2 -1
- 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
v. 1.32
date: 2003/02/20 18:07:55; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.31
date: 2003/02/10 07:22:34; author: kris; state: Exp; lines: +1 -0
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
v. 1.30
date: 2002/11/10 16:46:21; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.29
date: 2002/11/06 22:45:17; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2002/09/29 08:07:44; author: ijliao; state: Exp; lines: +6 -6
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert
v. 1.27
date: 2001/09/11 02:22:29; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.26
date: 2000/07/04 07:12:41; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.25
date: 2000/06/16 21:50:40; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.24
date: 2000/06/16 08:18:09; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.23
date: 2000/06/15 17:12:24; author: sobomax; state: Exp; lines: +2 -2
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.22
date: 2000/06/09 22:27:24; author: will; state: Exp; lines: +4 -2
Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.
Pointy hat: will
v. 1.21
date: 2000/06/09 22:23:34; author: will; state: Exp; lines: +2 -2
Use absolute path for FILESDIR instead of relative path.
PR: 19150
Submitted by: KATO Tsuguru
v. 1.20
date: 2000/06/04 21:45:34; author: will; state: Exp; lines: +4 -3
Fix for extracting without unneeded stuff.
PR: 18975
Submitted by: KATO Tsuguru
v. 1.19
date: 2000/04/19 19:57:58; author: mharo; state: Exp; lines: +26 -53
Update port to 1.50
PR: 18049
Submitted by: KATO Tsuguru
v. 1.18
date: 2000/04/13 06:27:57; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.17
date: 2000/03/29 07:18:42; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.16
date: 1999/08/25 06:13:35; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1999/02/22 04:25:56; author: steve; state: Exp; lines: +22 -10
Update to version 1.40c.
PR: 10073
Submitted by: maintainer
v. 1.14
date: 1999/01/02 19:51:36; author: steve; state: Exp; lines: +20 -17
Update to version 1.40.
PR: 9216
Submitted by: maintainer
v. 1.13
date: 1998/11/21 07:27:35; author: steve; state: Exp; lines: +2 -2
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam
v. 1.12
date: 1998/11/11 05:37:17; author: asami; state: Exp; lines: +10 -8
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
v. 1.11
date: 1998/10/05 02:52:24; author: steve; state: Exp; lines: +10 -3
Convert to ELF.
v. 1.10
date: 1998/09/19 01:36:18; author: hoek; state: Exp; lines: +1 -4
Unspam---Remove test target that accidentally slipped in.
v. 1.9
date: 1998/09/19 01:27:52; author: hoek; state: Exp; lines: +14 -222
Use files/manpages and MLINKS.
v. 1.8
date: 1998/09/15 11:45:51; author: asami; state: Exp; lines: +2 -2
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
v. 1.7
date: 1998/08/09 23:51:05; author: steve; state: Exp; lines: +5 -10
Make this re-install friendly.
v. 1.6
date: 1998/08/05 09:31:05; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.5
date: 1998/08/04 00:55:57; author: mph; state: Exp; lines: +3 -1
Add post-install target to run ldconfig -m.
PR: 7484
Submitted by: Brett Taylor
v. 1.4
date: 1998/07/27 22:12:27; author: asami; state: Exp; lines: +5 -5
Make this port be installable twice.
v. 1.3
date: 1998/07/27 00:33:11; author: steve; state: Exp; lines: +111 -67
Update to version 1.39.
PR: 7374
Submitted by: maintainer
v. 1.2
date: 1998/07/23 15:37:05; author: asami; state: Exp; lines: +3 -1
This port is not reinstall-friendly. I tried changing some
"ln -s"'s to "ln -sf"'s but it didn't work so I'm going to punt.
===> Installing for EZWGL-1.38
===> EZWGL-1.38 depends on shared library: jpeg\.9\. - found
tar: Could not create symlink to EZ_AllocateColorFromName.html : File exists
tar: Could not create symlink to EZ_ClearListBox.html : File exists
tar: Could not create symlink to EZ_DefineLightSrc.html : File exists
tar: Could not create symlink to EZ_DefineMaterial.html : File exists
tar: Could not create symlink to EZ_CMove3f.html : File exists
:
v. 1.1
date: 1998/05/19 08:50:09; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/05/19 08:50:09; author: tg; state: Exp; lines: +0 -0
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
=============================================================================
v. 1.38
date: 2007/05/19 20:08:31; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.37
date: 2006/08/14 23:06:31; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.36
date: 2005/12/14 17:19:52; author: tdb; state: Exp; lines: +0 -2
- 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"
Approved by: clement (mentor)
v. 1.35
date: 2005/11/16 04:33:13; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.34
date: 2004/04/12 03:58:14; author: kris; state: Exp; lines: +4 -0
BROKEN on sparc64: Build fails
v. 1.33
date: 2003/08/30 07:27:28; author: krion; state: Exp; lines: +2 -1
- 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
v. 1.32
date: 2003/02/20 18:07:55; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.31
date: 2003/02/10 07:22:34; author: kris; state: Exp; lines: +1 -0
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
v. 1.30
date: 2002/11/10 16:46:21; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.29
date: 2002/11/06 22:45:17; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.28
date: 2002/09/29 08:07:44; author: ijliao; state: Exp; lines: +6 -6
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert
v. 1.27
date: 2001/09/11 02:22:29; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.26
date: 2000/07/04 07:12:41; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.25
date: 2000/06/16 21:50:40; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.24
date: 2000/06/16 08:18:09; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.23
date: 2000/06/15 17:12:24; author: sobomax; state: Exp; lines: +2 -2
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.22
date: 2000/06/09 22:27:24; author: will; state: Exp; lines: +4 -2
Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.
Pointy hat: will
v. 1.21
date: 2000/06/09 22:23:34; author: will; state: Exp; lines: +2 -2
Use absolute path for FILESDIR instead of relative path.
PR: 19150
Submitted by: KATO Tsuguru
v. 1.20
date: 2000/06/04 21:45:34; author: will; state: Exp; lines: +4 -3
Fix for extracting without unneeded stuff.
PR: 18975
Submitted by: KATO Tsuguru
v. 1.19
date: 2000/04/19 19:57:58; author: mharo; state: Exp; lines: +26 -53
Update port to 1.50
PR: 18049
Submitted by: KATO Tsuguru
v. 1.18
date: 2000/04/13 06:27:57; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.17
date: 2000/03/29 07:18:42; author: kris; state: Exp; lines: +2 -2
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.
Approved by: andy
v. 1.16
date: 1999/08/25 06:13:35; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1999/02/22 04:25:56; author: steve; state: Exp; lines: +22 -10
Update to version 1.40c.
PR: 10073
Submitted by: maintainer
v. 1.14
date: 1999/01/02 19:51:36; author: steve; state: Exp; lines: +20 -17
Update to version 1.40.
PR: 9216
Submitted by: maintainer
v. 1.13
date: 1998/11/21 07:27:35; author: steve; state: Exp; lines: +2 -2
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam
v. 1.12
date: 1998/11/11 05:37:17; author: asami; state: Exp; lines: +10 -8
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
v. 1.11
date: 1998/10/05 02:52:24; author: steve; state: Exp; lines: +10 -3
Convert to ELF.
v. 1.10
date: 1998/09/19 01:36:18; author: hoek; state: Exp; lines: +1 -4
Unspam---Remove test target that accidentally slipped in.
v. 1.9
date: 1998/09/19 01:27:52; author: hoek; state: Exp; lines: +14 -222
Use files/manpages and MLINKS.
v. 1.8
date: 1998/09/15 11:45:51; author: asami; state: Exp; lines: +2 -2
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
v. 1.7
date: 1998/08/09 23:51:05; author: steve; state: Exp; lines: +5 -10
Make this re-install friendly.
v. 1.6
date: 1998/08/05 09:31:05; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.5
date: 1998/08/04 00:55:57; author: mph; state: Exp; lines: +3 -1
Add post-install target to run ldconfig -m.
PR: 7484
Submitted by: Brett Taylor
v. 1.4
date: 1998/07/27 22:12:27; author: asami; state: Exp; lines: +5 -5
Make this port be installable twice.
v. 1.3
date: 1998/07/27 00:33:11; author: steve; state: Exp; lines: +111 -67
Update to version 1.39.
PR: 7374
Submitted by: maintainer
v. 1.2
date: 1998/07/23 15:37:05; author: asami; state: Exp; lines: +3 -1
This port is not reinstall-friendly. I tried changing some
"ln -s"'s to "ln -sf"'s but it didn't work so I'm going to punt.
===> Installing for EZWGL-1.38
===> EZWGL-1.38 depends on shared library: jpeg\.9\. - found
tar: Could not create symlink to EZ_AllocateColorFromName.html : File exists
tar: Could not create symlink to EZ_ClearListBox.html : File exists
tar: Could not create symlink to EZ_DefineLightSrc.html : File exists
tar: Could not create symlink to EZ_DefineMaterial.html : File exists
tar: Could not create symlink to EZ_CMove3f.html : File exists
:
v. 1.1
date: 1998/05/19 08:50:09; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/05/19 08:50:09; author: tg; state: Exp; lines: +0 -0
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
=============================================================================
|
| |

|