Commit graph

218185 commits

Author SHA1 Message Date
Dmitry Marakasov
15568ff477 - Update to 0.9.5
PR:		135263
Submitted by:	Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
2009-06-05 23:06:57 +00:00
Dmitry Marakasov
5b7d063838 - Update to build13
- Use systemwide scons
- Mark MAKE_JOBS_SAFE
2009-06-05 23:02:24 +00:00
Philip M. Gollucci
e501a376d7 - Update to 1.05
PR:             ports/134845
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 23:00:15 +00:00
Philip M. Gollucci
58627dabd2 - Update to 0.35
PR:             ports/134844
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:58:59 +00:00
Philip M. Gollucci
e196365429 - Update to 2.002
PR:             ports/134843
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:58:34 +00:00
Philip M. Gollucci
e43f4a3af2 - Update to 0.11
PR:             ports/134842
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:58:05 +00:00
Philip M. Gollucci
97a735bb0b - Update to 0.25
PR:             ports/134841
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:57:40 +00:00
Philip M. Gollucci
c388844c90 - Update to 2.041
PR:             ports/134840
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:57:10 +00:00
Philip M. Gollucci
d6221ab2b7 - Update to 3.062
PR:             ports/134839
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:56:40 +00:00
Philip M. Gollucci
35f7c03e04 - Update to 0.09
PR:             ports/134837
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:56:07 +00:00
Philip M. Gollucci
d2fc5d8469 - Update to 2.04
PR:             ports/134836
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:55:28 +00:00
Philip M. Gollucci
b94513c39b - Update to 1.20
PR:             ports/134835
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:54:45 +00:00
Philip M. Gollucci
66d161732a - Update to 2.00
PR:             ports/134834
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:54:04 +00:00
Philip M. Gollucci
bd152f9a72 - Update to 1.011
PR:             ports/134833
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:53:27 +00:00
Philip M. Gollucci
014a75bea1 - Update to 1.114
PR:             ports/134832
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:52:58 +00:00
Philip M. Gollucci
d5f0a6dc37 - Update to 1.38
PR:             ports/134831
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:52:23 +00:00
Philip M. Gollucci
480b866b0c - Update to 1.21
PR:             ports/134830
Approved by:    maintainer timeout (tobez; 15 days)
Submitted by:   me
2009-06-05 22:51:51 +00:00
Philip M. Gollucci
4476fd032e - Update to 1.16
PR:             ports/134828
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:51:05 +00:00
Philip M. Gollucci
480683b4b6 - Update to 2.20
PR:             ports/134824
Approved by:    maintainer timeout (tobez; 15 days)
Submitted by:   me
2009-06-05 22:50:40 +00:00
Philip M. Gollucci
e985aca748 - Update to 1.032
PR:             ports/134823
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:50:02 +00:00
Philip M. Gollucci
94a830017e - Update to 1.003006
PR:             ports/134821
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:49:40 +00:00
Philip M. Gollucci
1cb29d6dc3 - Update to 0.2200
PR:             ports/134820
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:48:50 +00:00
Philip M. Gollucci
78d9649927 - Update to 3.5313
PR:             ports/134819
Approved by:    maintainer timeout (tobez; 15 days)
Submitted by:   me
2009-06-05 22:48:25 +00:00
Philip M. Gollucci
f20ea02c4a - Update to 0.11
PR:             ports/134818
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:47:37 +00:00
Dmitry Marakasov
c1e7bbb21e The OpenGL Character Renderer (GLC) is a state machine that provides
OpenGL programs with character rendering services via an application
programming interface (API).

The character rendering services provided by GLC has some significant
advantages over platform specific interface such as GLX or WGL:

1. The GLC API is platform independent. Since most nontrivial GL
   applications render characters, GLC is an important step toward the
   goal of truly portable GL applications.
2. The GLC is simpler to use. Only two lines of GLC commands are
   required to prepare for rendering characters.
3. GLC provides more ways to exploit the rendering power of OpenGL.
   For example, a glyph can be drawn as a bitmap, a set of lines, a
   set of triangles, or a textured rectangle.
4. GLC provides better support for glyph transformations. For
   example, GLC supports rotated text, which is unavailable in GLX.
5. GLC provides better support for the large coded character set
   defined by the standards ISO/IEC 10646:2003 and Unicode 4.0.1

QuesoGLC is a free (as in free speech) implementation of the GLC.
QuesoGLC is based on the FreeType library, provides Unicode support
and is designed to be easily ported to any platform that supports
both FreeType and the OpenGL API.

WWW: http://quesoglc.sourceforge.net/
2009-06-05 22:47:22 +00:00
Philip M. Gollucci
7da6474727 - Update to 2.04
PR:             ports/134817
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:47:11 +00:00
Philip M. Gollucci
bda25e4cd9 - Update to 0.301
PR:             ports/134812
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:46:43 +00:00
Philip M. Gollucci
66f75cb3ee - Update to 0.49
PR:             ports/134811
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:46:12 +00:00
Philip M. Gollucci
ec74384856 - Mark MAKE_JOBS_UNSAFE=yes
PR:             ports/134808
Approved by:    maintainer timeout (lbr; 15 days)
Submitted by    me
2009-06-05 22:45:29 +00:00
Philip M. Gollucci
2211b9992a - Update to 1.24
PR:             ports/134807
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:43:55 +00:00
Philip M. Gollucci
fb8ab4a467 - Update to 0.33
PR:             ports/134805
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:43:18 +00:00
Philip M. Gollucci
0d973536ea - Update to 0.73
- Mark MAKE_JOBS_UNSAFE=yes

PR:             ports/134803
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:42:27 +00:00
Philip M. Gollucci
44de8f9308 - Update to 0.0900
PR:             ports/134796
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:41:49 +00:00
Maho Nakata
4692ac76bc Update to 3.4.0.
Enable build with METIS enabled and does not install SPQR headers [1]

Submitted by:	nwhitehorn
PR: 134948 [1]
2009-06-05 22:40:31 +00:00
Gerald Pfeifer
1d1ecdcff3 Update to Wine 1.1.23. Among others, this includes the following changes:
- Support for registering MIME types with the host desktop.
 - FBO mode is now the default for Direct3D.
 - Support for COM proxy delegation.
 - Proper fullscreen mode for the virtual desktop.
 - Various bug fixes.
2009-06-05 22:25:59 +00:00
Martin Wilke
206118e6b8 This port is a perl wrapper for bsdconv.
WWW: http://github.com/buganini/bsdconv/

PR:		ports/135052
Submitted by:	buganini at gmail.com
2009-06-05 22:11:42 +00:00
Brooks Davis
51d0722b9d Fix plist to packages build.
Reported by:	QAT, pointyhat
2009-06-05 22:11:38 +00:00
Martin Wilke
b1f0caa748 This port is a php wrapper for bsdconv.
WWW: http://github.com/buganini/bsdconv/

PR:		ports/134872
Submitted by:	buganini at gmail.com
2009-06-05 22:11:08 +00:00
Martin Wilke
872ac75444 BSD licensed charset/encoding converter library with
more function than libiconv. (Currently only support
few codecs)

WWW: http://github.com/buganini/bsdconv/

PR:		ports/134871
Submitted by:	buganini at gmail.com
2009-06-05 22:10:00 +00:00
Martin Wilke
13535ddcf7 Global Menu is the globally-shared menu bar of all applications
launched in your desktop session.

WWW: http://code.google.com/p/gnome2-globalmenu/

PR:		ports/135049
Submitted by:	Gustavo Perez
2009-06-05 22:09:07 +00:00
Martin Wilke
c6c35f862b This module supports multipage tables via the xtab and the longtable
package. For publication quality tables it utilizes the booktabs
package. It also supports the tabularx and tabulary packages for
nicer fixed-width tables. Furthermore, it supports the colortbl
package for colored tables optimized for presentations.  The powerful
new ctable package is supported and especially recommended when
footnotes are needed. LaTeX::Table ships with some predefined, good
looking themes.

WWW:	http://search.cpan.org/dist/LaTeX-Table/

PR:		ports/135243
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-05 22:07:41 +00:00
Martin Wilke
679ef90516 The LaTeX::Driver module encapsulates the details of invoking the
Latex programs to format a LaTeX document. Formatting with LaTeX
is complicated; there are potentially many programs to run and the
output of those programs must be monitored to determine whether
further processing is required.

WWW:	http://search.cpan.org/dist/LaTeX-Driver/

PR:		ports/135170
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-05 22:07:10 +00:00
Martin Wilke
1dfbbf579f p5::LaTeX::Encode provides a function to encode text that is to
be formatted with LaTeX. It encodes characters that are special
to LaTeX or that are represented in LaTeX by LaTeX commands.

WWW:	http://search.cpan.org/dist/LaTeX-Encode/

PR:		ports/135171
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-05 22:05:50 +00:00
Martin Wilke
d041d194ab This module provides a parser which parses and interprets (though
not fully) LaTeX documents and returns a tree-based representation
of what it finds. This tree is a LaTeX::TOM::Tree. The tree contains
LaTeX::TOM::Node nodes.
WWW:	http://search.cpan.org/dist/LaTeX-TOM/

PR:		ports/135245
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-05 22:03:53 +00:00
Martin Wilke
5ffae124f9 BaseCnv provides a few simple functions for converting between
arbitrary number bases. It is as fast as I currently know how
to make it (of course relying only on the lovely Perl). If you
would rather utilize an object syntax for number-base conversion,
please see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine
Math::BaseCalc module.

WWW: http://search.cpan.org/dist/Math-BaseCnv/

PR:		ports/135216
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-05 22:03:09 +00:00
Martin Wilke
9735e6c7c7 - Update to 2.0.3
PR:		135210
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-05 21:59:04 +00:00
Martin Wilke
909c0a415f - Update to 0.3.0
PR:		135209
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-05 21:58:09 +00:00
Martin Wilke
b8af50a064 - Update to 0.3.1
PR:		135208
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-05 21:48:46 +00:00
Martin Wilke
180028a580 - Update to 3.3
PR:		135250
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2009-06-05 21:42:01 +00:00
Martin Wilke
0c12ab8959 - Update to 2.8.3
PR:		135225
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2009-06-05 21:40:56 +00:00