Ports 搜索

共有1,952项符合/x11-clocks/的查询结果,以下是第1,4811,490项(搜索用时0.05秒)
lang/python2-2 (Score: 0.0031391336)
The "meta-port" for version 2 of the Python interpreter
Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. This is a meta port to the Python 2.x interpreter and provides symbolic links to bin/python2, bin/pydoc2, bin/idle2 and so on to allow compatibility with minor version agnostic python scripts.
lang/python3-3 (Score: 0.0031391336)
The "meta-port" for version 3 of the Python interpreter
Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. This is a meta port to the Python 3.x interpreter and provides symbolic links to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility with minor version agnostic python scripts.
lang/tcl-8.4.20 (Score: 0.0031391336)
Tool Command Language
This is Tcl8.4, an embeddable tool command language. The best way to get started with Tcl is to read ``Tcl and the Tk Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. A full set of manual pages is also provided with this package.
mail/altermime-0.3.11.a1 (Score: 0.0031391336)
Small C program which is used to alter your mime-encoded mailpacks
What can alterMIME do? - Insert disclaimers - Insert arbitary X-headers - Modify existing headers - Remove attachments based on filename or content-type - Replace attachments based on filename For using with postfix see: http://www.paw.co.za/docs/howtos/postfix-altermime/postfix-altermime-howto.html
mail/sylpheed-3.5.1 (Score: 0.0031391336)
Lightweight, featureful, and fast GTK+ based e-mail client
Sylpheed is an e-mail client (and news reader) based on GTK+ 2, running on X Window System, and aiming for: * Quick response * Graceful, and sophisticated interface * Easy configuration, intuitive operation * Abundant features Currently, many features are supported including POP3, IMAP, NNTP, multiple accounts, threading, filtering, MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization, and more.
math/biggles-1.6.6 (Score: 0.0031391336)
Create publication-quality 2D scientific plots
Biggles is a Python module for creating publication-quality 2D scientific plots. It supports multiple output formats (postscript, x11, png, svg, gif), understands simple TeX, and sports a high-level, elegant interface. It's intended for technical users with sophisticated plotting needs. The goal is to produce the best scriptable plotting program.
math/grpn-1.1.2 (Score: 0.0031391336)
GTK+-based reverse polish notation (RPN) calculator
GRPN is a RPN calculator for the X Window system built using the GIMP Toolkit (GTK). GRPN works with real numbers, complex numbers, matrices, and complex matrices. Numbers can be displayed in 4 different radix modes, and complex numbers can be displayed in either Cartesian or polar form.
math/Math-BigInt-Pari-1.27 (Score: 0.0031391336)
Use Math::Pari for Math::BigInt routines
This is Math::BigInt::Pari, a plugin module for Math::BigInt that replaces Math::BigInt's core math routines with Math::Pari routines. This package contains a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm. It needs the new versions of Math::BigInt and Math::BigFloat as they are from Perl 5.7.x onwards.
math/Math-Spline-0.02 (Score: 0.0031391336)
Cubic Spline Interpolation of data
This package provides cubic spline interpolation of numeric data. The data is passed as references to two arrays containing the x and y ordinates. It may be used as an exporter of the numerical functions or, more easily as a class module.
math/Math-Symbolic-0.612 (Score: 0.0031391336)
Symbolic calculations
Math::Symbolic is intended to offer symbolic calculation capabilities to the Perl programmer without using external (and commercial) libraries and/or applications. Possibly the most convenient way of constructing Math::Symbolic trees is using the builtin parser to generate trees from expressions such as '2 * x^5'. You may use the Math::Symbolic->parse_from_string() class method for this.