FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:10 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
svgalib 1.4.3_5 graphics on this many watch lists=227 search for ports that depend on this port
A low level console graphics library
Maintained by: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Aug 2000 07:08:01
Also Listed In: devel


This is a low level console graphics library, originally based on VGAlib 1.2 by
Tommy Frandsen.  VGAlib supported a number of standard VGA graphics modes, as
well as high resolution/high color modes on many popular graphics adapters.  As
of now, support for many more chipsets had been added.

It supports transparent virtual console switching, that is, you can switch
consoles to and from text and graphics mode consoles using Alt-[function key].
Also, SVGAlib corrects most of VGAlib's textmode corruption behavior by
catching SIGSEGV, SIGFPE, SIGILL, and other fatal signals and ensuring that a
program is running in the currently visible virtual console before setting a
graphics mode.

WWW: http://www.svgalib.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake

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


Configuration Options
     No options to configure

Master Sites:
http://www.svgalib.org/
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
07 Feb 2007 17:06:01
Original commit files touched by this commit  1.4.3_5
pav search for other commits by this committer
- Fix build with gcc4
- Portlint

PR:             ports/108232
Submitted by:   rafan
Approved by:    maintainer timeout (danfe; 15 days)
04 Oct 2006 01:02:05
Original commit files touched by this commit  1.4.3_5
danfe search for other commits by this committer
Fix the build with upcoming GCC 4.1.
05 Dec 2005 13:30:44
Original commit files touched by this commit  1.4.3_5
danfe search for other commits by this committer
Add some more SHA256 sums to my ports.
30 Jul 2005 12:52:40
Original commit files touched by this commit  1.4.3_5
danfe search for other commits by this committer
bsd.port.pre.mk/bsd.port.post.mk are still needed for correct MANx
assigments.

Noticed by:     lofi
29 Jul 2005 07:21:15
Original commit files touched by this commit  1.4.3_5
danfe search for other commits by this committer
- Add a patch to allow SVGAlib to work with nVidia cards [1]
- Remove obsolete OSVERSION check in Makefile
- Minor nits in pkg-descr

Submitted by:   Mark Tinguely <tinguely(at)casselton.net> [1]
27 Aug 2004 09:46:33
Original commit files touched by this commit  1.4.3_4
danfe search for other commits by this committer
Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:    fjoe (mentor)
30 Jul 2004 10:39:42
Original commit files touched by this commit  1.4.3_4
krion search for other commits by this committer
The last try to fix install with gcc-3.4.2

Submitted by:   maintainer
30 Jul 2004 08:58:12
Original commit files touched by this commit  1.4.3_4
krion search for other commits by this committer
Fix build with gcc-3.4.2

Submitted by:   maintainer
14 Mar 2004 11:34:05
Original commit files touched by this commit  1.4.3_3
pav search for other commits by this committer
- Add patch to set useful default for mouse
- Bump PORTREVISION

PR:             ports/63609
Submitted by:   Simon Barner <barner@in.tum.de>
Approved by:    maintainer timeout (2 weeks)
29 Feb 2004 20:50:30
Original commit files touched by this commit  1.4.3_2
krion search for other commits by this committer
- SIZEify

PR:             ports/63548
Submitted by:   maintainer
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.4.3_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
24 Sep 2003 09:14:11
Original commit files touched by this commit  1.4.3_1
edwin search for other commits by this committer
(bump port-revision, my mistake)

PR:             ports/57052
24 Sep 2003 09:13:29
Original commit files touched by this commit  1.4.3
edwin search for other commits by this committer
[patch] graphics/svgalib checks wrong virtual console for ownership

        graphics/svgalib contains an off-by-one error in the code
        that checks that the user is the owner of the current virtual
        terminal.  Instead of checking /dev/ttyv[X], it checks
        /dev/ttyv[X+1].

        Submitted by:   Chris Pressey <cpressey@catseye.mine.nu>

        This happens because svgalib was written for Linnex, and
        they start tty numbering from 1, contrary to FreeBSD, which
        does it from 0.  I always knew that FreeBSD is better: who
        counts from 1 in this world?! ;-)

PR:             ports/57052
Submitted by:   Alexey Dokuchaev <danfe@regency.nsu.ru>
31 Jul 2003 14:25:26
Original commit files touched by this commit  1.4.3
krion search for other commits by this committer
Update to 1.4.3
Hand maintainership to submitter

PR:             55106 55107
Submitted by:   Alexey Dokuchaev <danfe@regency.nsu.ru>
Approved by:    fjoe (mentor) (implicit)
31 Jul 2003 08:16:22
Original commit files touched by this commit  1.4.2_1
maho search for other commits by this committer
graphics/svgalib itself calls ldconfig.
Later on the ports makefile does it again.
the ports Makefile does it and should not
the Makefile in the tarball.

PR:             47996
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
29 Jul 2003 10:12:37
Original commit files touched by this commit  1.4.2_1
sobomax search for other commits by this committer
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
29 Jul 2003 08:28:18
Original commit files touched by this commit  1.4.2_1
des search for other commits by this committer
Remove unnecessary ## which caused the build to fail with gcc 3.3.

Approved by:    maintainer (sobomax)
07 Mar 2003 06:04:15
Original commit files touched by this commit  1.4.2_1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
14 Jan 2003 13:58:23
Original commit files touched by this commit  1.4.2_1
sobomax search for other commits by this committer
Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS.

Submitted by:   kris
05 Nov 2002 00:26:28
Original commit files touched by this commit  1.4.2_1
edwin search for other commits by this committer
Fix damage done by replacing PERL into REINPLACE_CMD.
Noticed on: bento
04 Nov 2002 05:46:38
Original commit files touched by this commit  1.4.2_1
edwin search for other commits by this committer
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
17 May 2002 09:34:04
Original commit files touched by this commit  1.4.2_1
sobomax search for other commits by this committer
Mark as a ONLY_FOR_ARCH=i386.

Prompted by:    kris
19 Jun 2001 17:22:29
files touched by this commit
sobomax search for other commits by this committer
Fix a breakage caused by changed chown semantics.    
08 Oct 2000 03:35:34
files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  
02 Oct 2000 10:27:40
files touched by this commit
sobomax search for other commits by this committer
Fixes and cleanups:   - add support for Chinese (two-byte) Character text
writing and fonts (vanilla);   - move rather long manpages listing from Makefile
into separate files (sobomax);   - bump PORTREVISION as a result.    
05 Sep 2000 14:14:41
files touched by this commit
sobomax search for other commits by this committer
Mark as BROKEN if OSVERSION < 400000 (3.* and downward not supported).    
01 Sep 2000 18:10:29
files touched by this commit
sobomax search for other commits by this committer
Properly name tty (use %x instead of %d to get device name).    
01 Sep 2000 17:12:11
files touched by this commit
sobomax search for other commits by this committer
Yet again improve keyboard support.    
30 Aug 2000 19:41:09
files touched by this commit
sobomax search for other commits by this committer
Improve FreeBSD support:    
25 Aug 2000 11:08:01
files touched by this commit
sobomax search for other commits by this committer
Add svgalib - a *native* port of well-knows Linux console graphics library.    

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
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

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

Add tab to Netscape 6

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