Ports Search

Results 15,24115,250 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/titlecase-0.1.1 (Score: 5.180394E-5)
Ruby string extensions to add title case support
A set of methods added to the String class to allow title casing of strings: - capitalize each word - downcase each of the small_words - words with capitals after the first character are left alone - words with periods are left alone - first and last word always capitalized - small words after colons are capitalized
devel/tzinfo-1.2.2 (Score: 5.180394E-5)
Daylight-savings aware timezone support for Ruby
TZInfo is a Ruby library that uses the standard tz database (http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings aware transformations between times in different time zones. The tz database is compiled into Ruby classes which are packaged in the release. No external zoneinfo files are required at runtime.
devel/tzinfo-0.3.49 (Score: 5.180394E-5)
Daylight-savings aware timezone support for Ruby
TZInfo is a Ruby library that uses the standard tz database (http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings aware transformations between times in different time zones. The tz database is compiled into Ruby classes which are packaged in the release. No external zoneinfo files are required at runtime.
devel/sdl_sge-0.030809 (Score: 5.180394E-5)
Graphic library for the Simple DirectMedia Layer (SDL)
SGE is a graphic library for the Simple DirectMedia Layer (SDL) library. Some of SGE:s features are: -Pixel operations -Clipping -Lines, circles and other figures (with antialiasing and alpha blending) -Rotation and scaling of surfaces -Palette functions -TrueType/Bitmap/SFont font functions -Basic 2D collision detection -Sprite classes -Basic texture mapping -Filled and gourand shaded polygons (with antialiasing or alpha blending)
devel/sdts++-1.5.1 (Score: 5.180394E-5)
C++ library for SDTS related development
SDTS++ is a C++ toolkit that programmers can use to write applications that can read or write SDTS datasets. Application developers can use SDTS++ library classes to work with the logical structure of these datasets without having to worry about the physical details of each dataset.
devel/subversion-book-4515 (Score: 5.180394E-5)
Subversion Documentation HTML/PDF
Version Control with Subversion free book about the ubiquitous Apache. Subversion version control system and written by some of the developers of Subversion itself. If you like the book please consider to buy a printed version and support the subversion documentation project.
devel/swig-1.3.40 (Score: 5.180394E-5)
Simplified Wrapper and Interface Generator
SWIG is a tool for automatically generating the wrapper code needed to link collections of functions written in C/C++ with interpreted scripting languages. Currently, SWIG supports : - Tcl - Python - Perl5 - Java - Guile - MzScheme - Ruby - CSharp - Modula-3 - Allegro CL - Chicken Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with little effort.
devel/swig-2.0.12 (Score: 5.180394E-5)
Generate wrappers for calling C/C++ code from other languages
SWIG is a tool for automatically generating the wrapper code needed to link collections of functions written in C/C++ with other programming languages. Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with little effort.
devel/tclbsd-1.7 (Score: 5.180394E-5)
Tcl interface to various system calls and library routines
tclbsd provides a way for Tcl programs to exercise many interesting and useful system calls and library routines available to C programs on versions of BSD UNIX such as FreeBSD. Many of the interfaces also work with Linux and other non-BSD UNIX variants as well.
devel/tcloo-1.0.4 (Score: 5.180394E-5)
Implementation of TclOO for Tcl 8.5
The TclOO Package is an implementation of TclOO for Tcl 8.5. It allows users to write code against TclOO without using Tcl 8.6, and originally started out as a way to progress implementation of TclOO without being tightly bound to the Tcl core. The implementation in Tcl 8.6 was later developed from this package's source.