Ports Search

Results 16,50116,510 of 17,660 for descr%3A%22spam filter%22.(0.043 seconds)
devel/cvsutils-0.2.6 (Score: 8.118464E-5)
CVS utilities which facilitate working with local working directories
CVSU: CVS Utilites The idea of CVS Utilities is to facilitate working with the files in the working directory of a developer using CVS. cvsu: cvs update offline cvsco: cruel checkout cvsdiscard: discard local changes cvsdo: simulates some of the CVS commands cvspurge: make maintainer-clean cvsdiff: cvs diff offline cvschroot: change CVS/Root recursively The original author of CVSU is: Tom Tromey <tromey@cygnus.com> Currently CVSU is maintained by: Pavel Roskin <proski@gnu.org>
devel/ecgi-0.6.3 (Score: 8.118464E-5)
Library for the creation of CGI-based Web applications
ecgi (easy CGI Libary) is an ANSI C library for the creation of CGI-based Web applications. It transparently supports the CGI methods GET and POST, and also multipart/form-data file uploads. The user interface is designed to be as easy as possible and maintains full compatibility to cgic 0.5. It also contains a library independent introduction to CGI programming with C, an .html to .h HTML template preprocessor, and fast, block-allocating memory files.
devel/fpp-1.1 (Score: 8.118464E-5)
Fortran preprocessor for FORTRAN 77 and Fortran 90 programs
fpp is a Fortran preprocessor for FORTRAN 77 and Fortran 90 programs. Historically, the source code preprocessor found in standard C compilers, cpp, has been used to provide Fortran programmers with preprocessing capabilities. However, cpp is too closely tied into the C language syntax and source line format to be used without careful scrutiny. The proposed Fortran PreProcessor, fpp, would provide Fortran-specific source code capabilities that C programmers have come to expect in UNIX environments.
devel/gcvs-1.0 (Score: 8.118464E-5)
High-end interface client for CVS
A set of C++ front-end for cvs distributed under GPL. CvsGui features WinCvs is written in C++ using the Microsoft MFC. MacCvs is written in C++ using Metrowerks PowerPlant. gCvs is written in C++ using GNU gtk+. They are using the latest cvs source code. They are making cvs easier for the novice. They are increasing the power of cvs by providing an high-end interface. The project is growing because it is supported and developed by several cvs users.
devel/gnustep-1.28.0 (Score: 8.118464E-5)
Objective-C libraries based on the OpenStep standard
GNUstep is a set of general-purpose Objective-C libraries, originally based on the OpenStep standard jointly developed by NeXT and Sun and now following Apple's Cocoa APIs. The libraries consist of everything from foundation classes, such as dictionaries and arrays, to GUI interface classes such as windows, sliders, buttons, etc. Please contact the GNUstep maintainers at <discuss-gnustep@gnu.org> in case of questions and help offers.
devel/gprbuild-20160609 (Score: 8.118464E-5)
Adacore multi-language software build tool
GPRbuild is an advanced software tool designed to help automate the construction of multi-language systems. It removes the complexity from multi-language development by allowing developers to quickly and easily compile and link software written in a combination of languages including Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover new toolchains and languages it is primarily aimed at projects of all sizes organized into subsystems and libraries and is particularly well suited for compiled languages.
devel/isl-0.17.1 (Score: 8.118464E-5)
Integer Set Library
isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, computing the lexicographic minimum using parametric integer programming, coalescing and parametric vertex enumeration. It also includes an ILP solver based on generalized basis reduction, transitive closures on maps (which may encode infinite graphs), dependence analysis and bounds on piecewise step-polynomials.
devel/itext-4.2.0 (Score: 8.118464E-5)
Java-PDF Library
iText is a library that allows you to generate PDF files on the fly. The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images. The library is especially useful in combination with Java(TM) technology-based Servlets: The look and feel of HTML is browser dependent; with iText and PDF you can control exactly how your servlet's output will look.
devel/atomic-primops-0.8 (Score: 8.118464E-5)
Safe approach to CAS and other atomic operations
This library provides a safer method based on the concept of "Tickets". Also, this library uses the "foreign primop" capability of GHC to add access to other variants that may be of interest, specifically, compare and swap inside an array. Note that as of GHC 7.8, the relevant primops have been included in GHC itself. This library is engineered to work pre- and post-GHC-7.8, while exposing the same interface.
devel/base-unicode-symbols-0.2.2.4 (Score: 8.118464E-5)
Unicode alternatives for common functions and operators
This package defines new symbols for a number of functions, operators and types in the base package. All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions. For further Unicode goodness you can enable the UnicodeSyntax language extension. This extension enables Unicode characters to be used to stand for certain ASCII character sequences.