Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第2,0112,020项(搜索用时0.011秒)
security/pscan-1.3 (Score: 0.001030796)
Security C code scanner for misuse of format strings
PScan is a C source code security scanner, which looks for misuse of libc functions which use varargs and printf-style formatting operators. In many situations these can cause security vulnerabilities in the application if it runs with privileges (setugid, or listening to a network socket, etc). An example of the kind of situation pscan looks for is the following: variable = "%s"; /* or malicious user input */ sprintf(buffer, variable); /* BAD! */
ports-mgmt/pkg-plist-1.4 (Score: 0.0010277863)
Generate a pkg-plist for a port
Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible. That's all it does ;-) Basic usage =========== 1. Build your port to the staging directory: `make stage`. 2. Run this from your port's directory (or set `-p`). Alternatively, you can install your ports to a "fake" prefix, this is the "old" from before staging support, but it has the added advantage that you've tested whether your port works when installing to a different prefix. 1. Build & install your port with a different `PREFIX`: `make install PREFIX=/var/tmp/ptest`. 2. Run this from your port's directory with `-x` set to `PREFIX`.
math/qtiplot-0.9.8.9 (Score: 0.0010272934)
Data analysis and scientific plotting
The purpose of this project is to develop a free (open source), platform independent alternative to Origin. QtiPlot is being actively improved, all your suggestions to our "wish to" list and all your contributions are most welcome! Features: * QtiPlot is fully scriptable via Python, which gives you the possibility to use powerfull existing scientific tools, such as SciPy * OpenGL based 3D Plotting * Publication quality 2D plots * Easy export of plots to vector formats (EPS, PS, PDF) and to other various image formats (BMP, JPG, PNG, TIFF etc ...) * Powerful and versatile spreadsheets and calculations in column-logic * Easy ASCII-Import/Export of single or multiple files * Linear and non-linear y=f(x) curve fitting and estimation of statistical errors of the fit-parameters * Multi-peak fitting with Gaussian and Lorentzian peak profiles * Data analysis: statistics, sorting, FFT, data smoothing (Savitzky-Golay, FFT smoothing, and moving window average), data filtering (low/high/band pass and band block filters), convolution/deconvolution, correlation, interpolation, numerical integration/differentiation, etc... * Matrices optimized for 3D plotting * Templates support: all the settings for plots (2D/3D), tables and matrixes can be saved to ASCII files and restored later on for a fast editing process * Project files based on folders, a powerful project explorer with extensive built-in features: drag and drop, searching facilities, etc...
audio/pacpl-5.0.1 (Score: 0.0010256304)
Perl Audio Converter
Perl Audio Converter (PAC) is a tool for converting multiple audio types from one format to another. It supports the following audio formats: ------------------------------------------------------------ 3G2, 3GP, 8SVX, AAC, AC3, ADTS, AIFF, AL, AMB, AMR, APE, AU, AVR, BONK, CAF, CDR, CVU, DAT, DTS, DVMS, F32, F64, FAP, FLA, FLAC, FSSD, GSRT, HCOM, IMA, IRCAM, LA, MAT, MAUD, MAT4, MAT5, M4A, MP2, MP3, MP4, MPC, MPP, NIST, OFF, OFR, OFS, OPUS, OGA, OGG, PAF, PRC, PVF, RA, RAM, RAW, RF64, SD2, SF, SHN, SMP, SND, SOU, SPX, SRN, TAK, TTA, TXW, VOC, VMS, VQF, W64, WAV, WMA, and WV. It can also extract audio from the following video extensions: -------------------------------------------------------------- RM, RV, ASF, DivX, MPG, MKV, MPEG, AVI, MOV, OGM, OGV, QT, VCD, SVCD, M4V, NSV, NUV, PSP, SMK, VOB, FLV, WEBM and WMV. Parallel processing, a CD ripping function with CDDB support, batch conversion, tag preservation for most supported formats, independent tag reading & writing, service menus for KDE Dolphin/Konqueror are also provided.
devel/Hash-FieldHash-0.14 (Score: 0.0010256304)
Lightweight field hash implementation
Hash::FieldHash provides the field hash mechanism which supports the inside-out technique. You may know Hash::Util::FieldHash. It's a very useful module, but too complex to understand all the functions and only available in 5.10. H::U::F::Compat is available for pre-5.10, but it seems too slow to use. This is an alternative to H::U::F with following features: Simpler interface - Hash::FieldHash provides a few functions: fieldhash() and fieldhashes(). That's enough. Higher performance - Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals use simpler structures. Relic support - Although Hash::FieldHash uses a new feature introduced in Perl 5.10, the uvar magic for hashes described in "GUTS" in Hash::Util::Fieldhash, it supports Perl 5.8 using the traditional tie-hash layer.
games/edge-1.35 (Score: 0.00102411)
DOOM style engine aimed at the Total Conversion developer
The EDGE project is a programming project to develop a DOOM style engine aimed at the Total Conversion developer, but still able to play the original DOOM games. This project started with the DOOM source released by id software. Note that it currently does not support playing the original MIDI music, but supports OGG Vorbis audio files. For Total Conversions using Edge see: http://www.wadsinprogress.info/ For high resolution textures see: http://forums.yaa.dk/viewtopic.php?f=32&t=69
textproc/agrep-2.04 (Score: 0.0010221535)
Approximate grep (fast approximate pattern-matching tool)
Agrep is a tool for fast text searching allowing errors. The three most significant features of agrep that are not supported by the grep family are 1) the ability to search for approximate patterns; for example, "agrep -2 homogenos foo" will find homogeneous as well as any other word that can be obtained from homogenos with at most 2 substitutions, insertions, or deletions. "agrep -B homogenos foo" will generate a message of the form best match has 2 errors, there are 5 matches, output them? (y/n) 2) agrep is record oriented rather than just line oriented; a record is by default a line, but it can be user defined; for example, "agrep -d '^From ' 'pizza' mbox" outputs all mail messages that contain the keyword "pizza". Another example: "agrep -d '$$' pattern foo" will output all paragraphs (separated by an empty line) that contain pattern. 3) multiple patterns with AND (or OR) logic queries. For example, "agrep -d '^From ' 'burger,pizza' mbox" outputs all mail messages containing at least one of the two keywords (, stands for OR). "agrep -d '^From ' 'good;pizza' mbox" outputs all mail messages containing both keywords. LICENSE: no redistribution for profit
lang/gcc-4.8.5 (Score: 0.001021466)
GNU Compiler Collection 4.8
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, Fortran and Java front ends as gcc48, g++48, gfortran48, and gcj48, respectively. It can be used interchangibly with the lang/gcc48 port which tracks weekly upstream snapshots whereas this port will be updated less frequently, mostly in sync with upstream releases, and will move to lang/gcc49 and later over time. Gerald Pfeifer <gerald@FreeBSD.org>
deskutils/ithought-a5 (Score: 0.001020332)
Extensible text management system
ithought is a personal thought manager, allowing you to create and store entries that can be linked together via keywords. Through the use of various modules, it is possible to do a number of things with these entries, including uploading to a website as part of an online journal. Modules can be written in C or in any scripting language.
lang/wrapper-2.4 (Score: 0.001020332)
Tool that wraps Rexx source or tokenised code into an executable
Rexx/Wrapper is a tool that wraps Rexx source or tokenised code into an executable. The Rexx source code can be optionally compressed and encoded to ensure that the original Rexx code cannot be viewed (unless you have the original encryption key). To use Rexx/Wrapper you need two extra bits of software: 1. A supported Rexx interpreter 2. A supported C compiler