Ports Search

Results 151160 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
graphics/c-a-i-r-2.19 (Score: 0.026601214)
Content Aware Image Resizer is an implementation of seam carving
CAIR is an image resizing library that is based on the works of Shai Avidan and Ariel Shamir. It is a high-performance multi-threaded library written in C++. It is intended to be multi-platform and multi-architecture.
games/four-in-a-row-3.18.2 (Score: 0.026445441)
Make lines of the same color
Gnome chess game with optional 3D graphics.
devel/B-Hooks-OP-Check-0.19 (Score: 0.025398877)
Wrap OP check callbacks
This module provides a c api for XS modules to hook into the callbacks of PL_check.
devel/B-Hooks-OP-PPAddr-0.03 (Score: 0.025398877)
Hook into opcode execution
This module provides a C api for XS modules to hook into the execution of perl opcodes.
devel/Method-Alias-1.03 (Score: 0.025397994)
Create method aliases (and do it safely)
Method::Alias is designed to be used as a pragma, to which you provide a set of pairs of method names. Only very minimal checking is done, if you wish to create infinite loops or what have you, you are more than welcome to shoot yourself in the foot. # Add a single method alias use Method::Alias 'foo' => 'bar'; # Add several method aliases use Method::Alias 'a' => 'b', 'c' => 'd', 'e' => 'f';
devel/B-Hooks-Parser-0.17 (Score: 0.025180796)
Interface to perls parser variables
This module provides an API for parts of the perl parser. It can be used to modify code while it's being parsed.
games/evilfinder-1.00 (Score: 0.025150655)
Numerologically determine the evilness of things
Evilfinder shows you whether things are evil. By default, the port will install a wrapper called "evilfinder," but you can define WITH_WRAPPER to build the web-oriented default binary only. **** THE PROOF THAT The FreeBSD Project IS EVIL **** T H E F R E E B S D P R O J E C T 20 8 5 6 18 5 5 2 19 4 16 18 15 10 5 3 20 - as numbers 2 8 5 6 9 5 5 2 1 4 7 9 6 1 5 3 2 - digits added \___________/ \________/ \__________/ \_________/ \_/ 3 3 3 6 2 - digits added Thus, "The FreeBSD Project" is 33362. Add 1947, the year Aleister Crowley paid a longer visit to Hell. The result is 35309. Turn the number backwards, and add 1945 - the year Mussolini was executed for the first time. The number is now 92298. Add 9981 to it - this is the year "Scrabble" was invented to promote violence and anger, written backwards - you will get 102279. Subtract 23, the symbol of death. The result will be 102256. Divide the number by 83 - this is the symbol of slavery, backwards. It gives 1232. This number, read as octal, gives 666 - the number of the Beast. This is truly evil. QED. -Adam Weinberger <adamw@FreeBSD.org>
games/xboard-4.9.1 (Score: 0.024093177)
X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess
Xboard is a graphical chessboard that can serve as a user interface for Crafty, GNU Chess, for Internet Chess Servers, or for electronic mail correspondence chess. xboard can also be used by itself.
textproc/dsv-1.4.1 (Score: 0.024061745)
Python module to parse or write delimeter-separated (e.g. CSV) files
Paraphrasing the website: Python-DSV is a Python module for importing and exporting DSV (delimiter separated values) files. DSV is a generalization of CSV (comma separated values). CSV is a common file format used by many programs to import and export data. Features: - Pure Python - Optional wxPython GUI - Optional heuristics for determining file format - Handles embedded quotes, delimiters and newlines - Customizable error handling - Simple to use - Portable
converters/dumpasn1-20141219 (Score: 0.0239975)
Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate
dumpasn1 is an ASN.1 parser which dumps the contents of an ASN.1-encoded file, as well as interpreting the OIDs contained in the file into human-readable format. Dumpasn1 is intended for examining the contents of PKI certificates and comes with a full list of security-related OIDs, but can be easily extended to parse other OIDs as well.