Ports Search

Results 1,2011,210 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.015 seconds)
java/cdt-6.0.2 (Score: 0.0022180444)
C/C++ plugin for Eclipse IDE
The CDT (C/C++ Development Tools) Project is working towards providing a fully functional C and C++ Integrated Development Environment (IDE) for the Eclipse platform.
security/Crypt-OpenSSL-X509-1.8.06 (Score: 0.002215959)
Perl extension for OpenSSL X509 API
This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extension of the form "X509v3 Subject Alternative Name: email=user@domain".
White cursor theme based on neutral
Cursor theme based on Neutral (and jaguarx) theme, which changes all black cursors to white.
math/octave-forge-odebvp-1.0.6 (Score: 0.0022139386)
Octave-forge package odebvp
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is odebvp. To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method.
graphics/pgplot-5.2.2 (Score: 0.0022073903)
C/FORTRAN library for drawing graphs on a variety of display devices
PGPLOT is a Fortran subroutine package for drawing graphs on a variety of display devices. For more details, see the manual ``PGPLOT Graphics Subroutine Library'', available from T. J. Pearson. The CPGPLOT library adds an intermediate level of wrapper functions between C programs and the PGPLOT library. These functions hide the system dependencies of calling PGPLOT behind a system independent interface. Documentation and demo programs are included.
devel/hp48xgcc-1.0.2 (Score: 0.0021886001)
GNU C cross-compiler for HP48 calculators
HP48xgcc is a C cross-compiler. It is a program that runs on your computer and translates C code into objects that can be executed on the HP48. It is based on (well, that's an understatement) the GNU C compiler (gcc) and thus it supports complete C language, not just some subset.
devel/sip-4.17 (Score: 0.0021878658)
Python to C and C++ bindings generator
SIP is a tool for generating Python bindings for C and C++ libraries.
devel/dreampie-1.2.1 (Score: 0.002176939)
Python shell which is designed to be reliable and fun
DreamPie is a Python shell which is designed to be reliable and fun.
databases/soci-3.2.2 (Score: 0.0021737842)
The C++ Database Access Library
SOCI is a database access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code, staying entirely within the Standard C++. The idea is to provide C++ programmers a way to access SQL databases in the most natural and intuitive way. If you find existing libraries too difficult for your needs or just distracting, SOCI can be a good alternative.
net/liboping-1.8.0 (Score: 0.0021546185)
Liboping, a C library, and utility to generate ICMP echo requests
liboping is a C library to generate ICMP echo requests, better known as 'ping packets'. It is intended for use in network monitoring applications or applications that would otherwise need to fork ping(1) frequently. Included is a sample application, called oping, which demonstrates the library's abilities. It is like ping, ping6, and fping rolled into one. Version 1.4.0, a second example application, noping, provides an ncurses-based front-end to liboping. Using curses windows it is able to display the ping statistics online 'live'. An aberrant behavior detection highlights all round-trip times that are unusually high or low.