Ports Search

Results 471480 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
www/httparty-0.13.7 (Score: 0.010922522)
Ruby Library that Makes HTTP Fun Again
httparty is a Ruby library that makes HTTP fun again! Its features: * Easy get, post, put, delete requests * Basic http authentication * Default request query string parameters (i.e. for API keys that are needed on each request) * Automatic parsing of JSON and XML into ruby hashes based on response content-type
www/tengine-2.0.3 (Score: 0.010922522)
Robust and small WWW server forked from Nginx
Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including taobao.com and tmall.com.
mail/openemm2013-R2 (Score: 0.010857591)
OpenEMM a email marketing enterprise app
What is OpenEMM? OpenEMM is a feature-rich web-based enterprise application for email marketing, newsletters and service mails (transaction mails and event or time triggered mails). OpenEMM offers a great user interface, sophisticated bounce management, link tracking, lots of graphical realtime statistics, a CMS module and a scripting feature to implement individual tasks. OpenEMM is the first open source application for e-mail marketing. Its code base has been developed since 1999 and is used - as part of the commercial software product E-Marketing Manager (EMM) - by companies like IBM, Daimler, Siemens and Deutsche Telekom. OpenEMM offers already more than 95% of the functionality of most commercial products and some features most commercial products do not offer right now (for example MySQL support and CMS functionality).
mail/openemm2015-0 (Score: 0.010857591)
OpenEMM a email marketing enterprise app
OpenEMM is a feature-rich web-based enterprise application for email marketing, newsletters and service mails (transaction mails and event or time triggered mails). OpenEMM offers a great user interface, sophisticated bounce management, link tracking, lots of graphical realtime statistics, a CMS module and a scripting feature to implement individual tasks. OpenEMM is the first open source application for e-mail marketing. Its code base has been developed since 1999 and is used - as part of the commercial software product E-Marketing Manager (EMM) - by companies like IBM, Daimler, Siemens and Deutsche Telekom. OpenEMM offers already more than 95% of the functionality of most commercial products and some features most commercial products do not offer right now (for example MySQL support and CMS functionality).
devel/f77flow-0.12 (Score: 0.010803649)
Analyze the structure of a fortran77 program
This little program analyses the structure of FORTRAN source-code. As a result you get a little flow diagram in which you can recognize which SUBROUTINE is called by the program. Further all subroutines called from this one are displayed. The indciation of the displayed names is a degree for the level. A new addition is the change of the starting point for an analysis. Instead to check the whole source-code you can start with a special SUBROUTINE and see the depence of this one. The number of files which contain the routines are not restricted by the program. You can report the CALL- and/or SUBROUTINE-statements together with filenames and line numbers to special files. Dirk Geschke 7. March 1997
net-mgmt/BigIP-iControl-0.095 (Score: 0.010765133)
Perl interface to the F5 iControl API
This package provides a Perl interface to the F5 BigIP iControl API. The F5 BigIP iControl API is an open SOAP/XML for communicating with supported F5 BigIP products.
korean/nhpf-1.42 (Score: 0.010745408)
Hangul Printing Filter for Netscape with embedded font
nhpf ---- This program makes you can print hangul homepages with Netscape 2.0 or later, in Unix with PostScript printer (or with Ghostscript). The filtered PS file is self-contained, because this program appends hangul fonts, "n3f-5" (N-byte 3BeolSik hangul Font 5), "n3f-5b" (the bold font), "n3f-5i" and "n3f-5bi" (the slanted version of them) to the output. This means that you can print hangul homepages with every PostScript printer.
mail/dma-0.11 (Score: 0.0106728375)
DragonFly Mail Agent, a small MTA for local/outbound mail
The DragonFly Mail Agent is a small Mail Transport Agent (MTA), designed for home and office use. It accepts e-mail messages from locally installed Mail User Agents (MUA) and delivers the messages either locally or to a remote destination. Remote delivery includes several features like TLS/SSL support and SMTP authentication, but not MX record lookups. Therefore, dma is currently not suitable for direct remote delivery. However, it works very well for handling local mail plus secure mail submission to a remote smarthost (e.g. for travelling mobile computers). Since dma is not intended as a replacement for real, big MTAs like sendmail(8) or postfix(1), it does not listen on port 25 for incoming connections.
audio/id3el-0.05 (Score: 0.010663503)
Add-on to edit ID3 tags for mpg123-mode (mpg123.el) on Emacsen
This is an add-on to enable editing ID3 tag by typing `E' in mpg123-mode's (ports/audio/mpg123.el) buffer on Emacsen. Put the expression below into your ~/.emacs. (load "id3.el")
devel/cmdln-1.1.2 (Score: 0.010663503)
Python module for easily building good multi-command scripts
cmdln.py fixes some of the design flaws in cmd.py and takes advantage of new Python stdlib modules (e.g. optparse) so that it is more useful (and convenient) for implementing command-line scripts/shells.