Ports Search

Results 13,08113,090 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.019 seconds)
devel/mustache-1.0.3 (Score: 4.0166942E-5)
Framework-agnostic way to render logic-free views
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
devel/piston-1.4.0 (Score: 4.0166942E-5)
Utility to manage local copies of Subversion repositories
Piston is a utility that eases vendor branch management. This is similar to svn:externals, except you have a local copy of the files, which you can modify at will. As long as the changes are mergeable, you should have no problems. Piston has a similar purpose than svnmerge.py which you can find in the contrib/client-side folder of the main Subversion. The main difference is that Piston is designed to work with remote repositories.
devel/tkmerge-0.85 (Score: 4.0166942E-5)
Tk script to aid in merging changes between two files
tkmerge is a tk script to help with the task of merging the differences between two files. On startup creates a window consisting of four panels. One for each of the source files, one for the merged result, and a fourth that can contain substitution text (which is user editable) and various selection and navigation buttons and options. Additionally, for any of the difference sequences you may elect to edit them with your favorite editor via the "Editor" button.
devel/rebar-2.6.4 (Score: 4.0166942E-5)
Build-tool for Erlang that follows OTP principles
rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (git, hg, etc).
devel/rebar3-3.3.1 (Score: 4.0166942E-5)
Build tool for Erlang
rebar 3.0 is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (git, hg, etc).
dns/updatedd-2.6 (Score: 4.0166942E-5)
Dynamic DNS Update Client supporting multiple services
Updatedd is a program for Unix like operating systems to update dynamic DNS records. It supports multiple services, including: changeip.com dyndns.org eurodyndns.org ovh.com, no-ip.org ods.org hn.org regfish.com tzo.com Each service is represented by a plugin, therefore it is very simple to add support for additional services. Furthermore the package includes a wrapper for updatedd called `updatedd-wrapper'. It provides support for configuration files and IP adddress caching.
editors/teco-0398 (Score: 4.0166942E-5)
Powerful and compact editor with nongraphical user interface
TECO is the grand old text editor. It is powerful and compact precursor to EMACS and has a completely nongraphical user interface. It is very fast (probably the fastes editor in the world) and have a macro language. TECO was written by Dan Murphy (http://www.opost.com/dlm) at Digital Equipment Corporation in 1962. This is based on Pete Siemsen's TECOC implementation, and comes with a copy of the originals DECUS TECO documentation.
editors/vigor-0.016 (Score: 4.0166942E-5)
Vi clone inspired by the userfriendly comic strip
In a recent fit of madness, hacker Joel Holveck has released Vigor, a version of the popular Unix editor vi featuring the Vigor Assistant. Holveck declined to comment on his true motives for creating the program, although it has been confirmed that he was inspired by Pitr of User Friendly the Comic Strip. Holveck denies rumors that he created the program as part of a plot to encourage the use of Emacs.
finance/Business-WorldPay-Junior-1.07 (Score: 4.0166942E-5)
Perl module to handle WorldPay Junior for payment services
This module provides a simple way to handle transactions sent to WorldPay for payment when using the WorldPay Select Junior service. This module aims for simplicity. All it does is track the transaction and then verify the callback data supplied by WorldPay after a payment has been made. The module is designed with the requirement to immediately verify that a payment has been made and is as expected in mind.
ftp/ftpcopy-0.6.7 (Score: 4.0166942E-5)
Command line ftp tools for listing and mirroring
Two command line ftp tools. ftpcopy is a simple FTP client written to copy files or directories (recursively) from a FTP server. It's main purpose is to mirror FTP sites which support the MLSD/MLST commands or which employ the EPLF directory listing format, although it also supports the traditional listing format (/bin/ls). ftpls is a FTP client which generates directory listings, either in plain text or HTML format. The tools only support passive mode FTP, intentionally.