Ports Search

Results 16,91116,920 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.018 seconds)
lang/Interpolation-0.74 (Score: 1.0904034E-4)
Implement arbitrary string interpolation semantics for Perl
Beginners always want to write this: print "The sum of three and four is: 3+4"; And they want the 3+4 part to be evaluated, so that it prints this: The sum of three and four is: 7 Of course, it's a double-quoted string, so it's not evaluated. The only things that are evaluated in double-quoted strings are variable references. There are solutions to this, but most of them are ugly. This module is less ugly.
lang/Parse-Perl-0.007 (Score: 1.0904034E-4)
Interpret string as Perl source
This module provides the capability to parse a string at runtime as Perl source code, so that the resulting compiled code can be later executed. This is part of the job of the string form of the eval operator, but in this module it is separated out from the other jobs of eval. Parsing of Perl code is generally influenced by its lexical context, and this module provides some explicit control over this process, by reifying lexical environments as Perl objects.
lang/TryCatch-1.003002 (Score: 1.0904034E-4)
First class try catch semantics for Perl, without source filters
This module aims to provide a nicer syntax and method to catch errors in Perl, similar to what is found in other languages (such as Java, Python or C++). The standard method of using eval {}; if ($@) {} is often prone to subtle bugs, primarily that its far too easy to stomp on the error in error handlers. And also eval/if isn't the nicest idiom.
lang/phc-0.1.7 (Score: 1.0904034E-4)
Compiler for the PHP language
phc is a framework for static analysis of PHP scripts, PHP source to source transformations, and ultimately compiling PHP scripts down to native machine code. The current release does not yet compile PHP and is therefore not yet useful for end-users. It is however useful for writing tools that operate on PHP scripts, such as refactoring tools, aspect weavers, or obfuscators. See the website to get an idea of what is planned for coming releases of phc.
lang/php55-5.5.38 (Score: 1.0904034E-4)
PHP Scripting Language
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP.
mail/biabam-0.9.7 (Score: 1.0904034E-4)
Command-line attachment mailer
Biabam Is A Bash Attachment Mailer To use BIABAM use the following syntax: echo [body] | biabam attachment1,[attachment2,attachmentN] [-s subject] \ recipient1[,recipient2,recipientN] Example: echo "Here are the tarballs you requested" | biabam \ foobar-0.7.8.tar.gz,coolapp-0.4.3.tar.gz,otherapp-4.3.0.tar.gz \ -s "Answer to your request" john@doe.org,irene@prima.org,cira@alpispa.es If no text is piped into biabam, it will wait for text on standard input (finish with CTRL-D)
mail/postfixadmin-3.0 (Score: 1.0904034E-4)
PHP web-based management tool for Postfix virtual domains and users
Postfix Admin is a web-based management tool written in PHP for Postfix with Postfix-style Virtual Domains using MySQL or PostgreSQL lookups. Postfix Admin is known to work on Apache and Lighttpd, but is designed to work on any web server with PHP 5.1.2+ support. Postfix Admin features: - Virtual Mailboxes, Virtual Aliases and Forwarders; - Domain-to-Domain Forwarding (Catch-All Aliases); - Vacation (auto-responder) for Virtual Mailboxes; - Quota, Alias & Mailbox limits per domain; - Backup MX; - Packaged with over 25 languages.
mail/evolution-3.18.5.1 (Score: 1.0904034E-4)
Integrated mail, calendar and address book distributed suite
Ximian Evolution[tm] is the premier personal and workgroup information management solution for UNIX. Evolution seamlessly integrates email, calendaring, meeting scheduling, contact management and online task lists in one powerful, fast, and easy to use application. It also delivers a comprehensive set of features that help keep work organized and projects on track. The unique Ximian vFolders[tm] are virtual folders used to create and save powerful contextual views of email messages.
mail/ez-pine-gpg-0.4.h (Score: 1.0904034E-4)
Set of scripts to use gpg with Pine
ez-pine-gpg is a set of scripts that allows beginners and experts to use gpg with Pine. There are plenty of other applications that allow gpg to be used with Pine: This one is intended to be the best, since it merges intuitive use with powerful features. The result is an application that's not only fast and secure, but also perfect for novices and power-users alike.
mail/gnumail-1.2.2 (Score: 1.0904034E-4)
GNUstep mail client
GNUMail.app is a clone of NeXT's excellent Mail.app application. It uses the GNUstep development framework, which is based on the OpenStep specification provided by NeXT, Inc.. GNUMail.app is licensed under the GPL, and the full sources of the application are available. GNUMail.app was written mostly from scratch though it does use some code from elm and mpack/munpack. LICENSE: GPL2 or later