FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 1:40 PM GMT
Port details
EZWGL 1.50_6 graphics on this many watch lists=3 search for ports that depend on this port
The EZ Widget and Graphics Library

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: devel
License: not specified in port
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.

WWW: http://rene.ma.utexas.edu/~mzou/EZWGL/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/libX11, x11/libXext
Required To Run: x11/libX11, x11/libXext
Required Libraries: graphics/tiff, graphics/png
There are no ports dependent upon this port

To install the port: cd /usr/ports/graphics/EZWGL/ && make install clean
To add the package: pkg_add -r EZWGL


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.ma.utexas.edu/pub/mzou/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 30

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.50_6
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 14:12:23
Original commit files touched by this commit  1.50_6
ohauer search for other commits by this committer
-remove MD5
13 Jun 2010 08:40:06
Original commit files touched by this commit  1.50_6
erwin search for other commits by this committer
BROKEN should not be quoted.
No functional change.
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.50_6
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.50_5
dinoex search for other commits by this committer
- update to jpeg-8
31 Jul 2009 13:57:52
Original commit files touched by this commit  1.50_4
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.50_3
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
19 May 2007 20:32:57
Original commit files touched by this commit  1.50_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
14 Aug 2006 23:06:39
Original commit files touched by this commit  1.50_1
clsung search for other commits by this committer
- 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 <gslin_AT_gslin dot org>
14 Dec 2005 17:19:52
Original commit files touched by this commit  1.50_1
tdb search for other commits by this committer
- 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)
26 Nov 2005 01:48:16
Original commit files touched by this commit  1.50_1
pav search for other commits by this committer
- Add SHA256
16 Nov 2005 04:33:13
Original commit files touched by this commit  1.50_1
kris search for other commits by this committer
BROKEN: Size mismatch
12 Apr 2004 03:58:14
Original commit files touched by this commit  1.50_1
kris search for other commits by this committer
BROKEN on sparc64: Build fails
17 Mar 2004 18:29:46
Original commit files touched by this commit  1.50_1
trevor search for other commits by this committer
SIZEify.
30 Aug 2003 07:27:28
Original commit files touched by this commit  1.50_1
krion search for other commits by this committer
- 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>
20 Feb 2003 18:08:19
Original commit files touched by this commit  1.50
knu search for other commits by this committer
de-pkg-comment
10 Feb 2003 07:22:35
Original commit files touched by this commit  1.50
kris search for other commits by this committer
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'
29 Sep 2002 08:07:47
Original commit files touched by this commit  1.50
ijliao search for other commits by this committer
find->${FIND},xargs->${XARGS}

PR:             40791
Submitted by:   Simon 'corecode' Schubert <corecode@corecode.ath.cx>
07 Sep 2002 22:43:44
Original commit files touched by this commit  1.50
kris search for other commits by this committer
The previous distfile was corrupted; the new one has no other changes.

Submitted by:   kan
24 Dec 2001 02:17:17
files touched by this commit
pat search for other commits by this committer
- PORTDOCS police   - DOCSDIR support to some   - Brush out some lint    
11 Sep 2001 03:22:51
files touched by this commit
ache search for other commits by this committer
Bump png major    
10 Mar 2001 05:34:10
files touched by this commit
kris search for other commits by this committer
Chase the checksum on the docs -- the postscript files were regenerated    
08 Oct 2000 02:35:34
files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  
04 Jul 2000 08:13:36
files touched by this commit
sobomax search for other commits by this committer
Bump png shared library version.    
16 Jun 2000 22:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 09:19:52
files touched by this commit
sobomax search for other commits by this committer
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. 
  
15 Jun 2000 18:12:51
files touched by this commit
sobomax search for other commits by this committer
Second round of INSTALL_SHLIBS=yes fixes.    
09 Jun 2000 23:27:25
files touched by this commit
will search for other commits by this committer
Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.    
09 Jun 2000 23:23:35
files touched by this commit
will search for other commits by this committer
Use absolute path for FILESDIR instead of relative path.    
04 Jun 2000 22:45:34
files touched by this commit
will search for other commits by this committer
Fix for extracting without unneeded stuff.    

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight69
new month138

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.204 seconds.