Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第3,8513,860项(搜索用时0.011秒)
audio/mctoolame-0.1.a (Score: 4.8703628E-4)
MPEG Layer II audio encoder with multi-channel support
A multi-channel MPEG encoder, using the ISO13818 standard and the dist10 source code. Multi-channel files may have up to 6 defined channels: Left(L), Right(R), Center(C), Left Surround (LS), Right Surround (RS) and a Low Frequency Enhancement channel (LFE). ISO13818 defines 5 multi-channel modes (on top of the normal stereo mode), each of these modes may have an optional LFE channel: 3/2: L, R, C, LS, RS 3/1: L, R, C, mono surround 2/2: L, R, LS, RS 2/1: L, R, mono surround 3/0: L, R, C The "standard" surround sound encoding of "5.1 channels" is achieved by using mode 3/2 plus an LFE channel. A multi-channel MPEG file should decode OK on any MPEG decoder. If the decoder doesn't recognize the multi-channel extensions, then you'll just get a stereo file containing a down mix of the 5 channels.
sysutils/u-boot-2016.07 (Score: 4.8585958E-4)
Cross-build U-Boot loader for olimex-a20-som-evb
U-Boot loader for Olimex A20 SOM EVB. To install this bootloader on an sdcard just do : dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr.bin using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
sysutils/u-boot-2016.07 (Score: 4.8585958E-4)
Cross-build U-Boot loader for olimex-a20-som-evb
U-Boot loader for A13 Olinuxino. To install this bootloader on an sdcard just do : dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr.bin using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
math/atlas-3.8.4 (Score: 4.853798E-4)
Automatically Tuned Linear Algebra Software (ATLAS)
The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. At present, it provides C and Fortran77 interfaces to a portable, efficient BLAS implementation, as well as enhanced versions of a few routines from LAPACK. To link with ATLAS shared libraries: Serial (thread-safe) Fortran77 BLAS: -lf77blas Multi-threaded Fortran77 BLAS: -lptf77blas Serial (thread-safe) C BLAS: -lcblas Multi-threaded C BLAS: -lptcblas ATLAS-enhanced LAPACK, serial (thread-safe) interface: -lalapack -lf77blas -lcblas ATLAS-enhanced LAPACK, multi-threaded interface: -lalapack -lptf77blas -lptcblas
textproc/highlight-3.29 (Score: 4.853798E-4)
Customizable syntax highlighter
highlight is a customizable source code highlighter. It supports a myriad of output formats, and an even greater myriad of recognized source code formats, and even supports themes. highlight can output to HTML, XHTML, RTF, LaTeX and TeX, and can markup many input formats, including: Ada 95, Agda, AMPL, Aspect, Assembler, Amtrix, Avenue, (G)AWK, Bash, BlitzBasic, BMS, C, C++, C#, ClearBasic, Clipper, COBOL, CSS, DOS-Batch, Eiffel, Euphoria, Express, Fortran, Haskell, HTML, HTTPD, IDL, INI, Jasmin, Java, JavaScript, LaTeX, LDIF, Lotus Script, Lua, Make, Maya, Matlab, Modelica, Modula 3, (Object) Pascal, Paradox, PATROL, Perl, PHP, Pike, PL/1, PL/SQL, POV Ray, Progress, Python, Rexx, Ruby, Small, Spin, Sybase, VHDL, Visual Basic, and XML.
deskutils/ical-2.2 (Score: 4.8480422E-4)
Calendar application
Copyright (c) 1993-1997 by Sanjay Ghemawat * Ical is an X based calendar program * Calendar items can be created edited and deleted easily. * Items can be made to repeat in various ways. * Ical will post reminders for upcoming appointments. * Ical can print and list item occurrences. * An ical calendar can include other calendars. * Ical calendars can be shared by different users. Copyrights ========== Most of the files are covered by the copyright in the file COPYRIGHT. The configure script is covered by the GNU Public License (see COPYRIGHT.GNU).
devel/Glib-1.321 (Score: 4.8200294E-4)
This module provides access to Glib and GObject libraries
This module provides perl access to Glib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects. This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. Where GLib's functionality overlaps perl's, perl's is favored; for example, you will find perl lists and arrays in place of GSList or GList objects. Some concepts have been eliminated; you need never worry about reference-counting on GObjects or GBoxed structures. Other concepts have been converted to a perlish analogy; the GType id will never be seen in perl, as the package name serves that purpose. [FIXME link to a document describing this stuff in detail.]
graphics/OpenEXR-2.2.0 (Score: 4.8106338E-4)
高动态光照渲染图像文件格式
光影魔幻工业特效,卢卡斯数字有限公司的一个部分。LLC,在2000年夏 天实现了它自己的扩展动态光照渲染文件格式。那时现有的8位文件格式 无法准确地再现图像黑暗和明亮区域间的极端对比和图像的非常微妙的色 彩层次。 ILM的扩展动态光照渲染文件格式已经被成功地使用在电影《哈利·波特》、 《黑衣人II》和《灵异象限》。ILM的一些表演就是使用的这个新格式。 意识到其他一些人对扩展动态光照渲染文件格式也有兴趣,ILM决定把 他的新的文件格式精炼一些并发布。于是OpenEXR出现了。
net-mgmt/nsca-ng-1.4 (Score: 4.8106338E-4)
Nagios Service Check Acceptor
NSCA-ng provides a client-server pair which makes the Nagios command file accessible to remote systems. This allows for submitting passive check results, downtimes, and many other commands to Nagios or compatible monitoring solutions. The submitted data is queued by the NSCA-ng server if Nagios goes down. Multiple check results or commands can be submitted in one go, and multiline plugin output is fully supported. NSCA-ng uses TLS encryption and shared-secret authentication with per-client passwords, as well as fine-grained authorization control. This package contains the NSCA-ng server, which is written in C and uses an event-driven architecture. Disk I/O is avoided unless the data cannot be submitted in one go due to its size (on Linux, the threshold is 4kB). In this case, the data is handed over to Nagios via asynchronously written files. NSCA clients cannot talk to NSCA-ng servers (nor vice versa), but NSCA and NSCA-ng servers can happily run side by side.
textproc/Parse-PhoneNumber-1.9 (Score: 4.7998267E-4)
Parse phone numbers
Parse phone numbers. Phone number have a defined syntax (to a point), so they can be parsed (to a point).