Ports Search

Results 561570 of 5,623 for /devel/.(0.005 seconds)
devel/fhist-1.21 (Score: 0.032514982)
Utilities to maintain file history, do file comparisons, and merges
This package contains three source control utilities from Peter Miller fhist: Keeps track of versions of a file. fcomp: Compares two versions of a file. fmerge: Merges together edits from two descendants of a file. This program is based on the algorithm in ``An O(ND) Difference Algorithm and Its Variations'', Eugene W. Myers, TR 85-6, 10-April-1985, Department of Computer Science, The University of Arizona, Tuscon, Arizona 85721. See also: ``A File Comparison Program, Webb Miller and Eugene W. Myers'', Software Practice and Experience, Volume 15, No. 11, November 1985.
devel/fistgen-0.2.1 (Score: 0.032514982)
Language for describing stackable filesystems
FiST (File System Translator) is a language for describing stackable file systems. Fistgen is the FiST language code translator. This package includes sources for fistgen and stackable templates for several operating systems.
devel/libbde-a.20160731 (Score: 0.032514982)
Library and tools to access the BitLocker Drive Encryption volumes
Library and tools to access the BitLocker Drive Encryption (BDE) encrypted volumes.
devel/flatzebra-0.1.6 (Score: 0.032514982)
Generic game engine for 2D double-buffering animation
flatzebra - A generic game engine for 2D double-buffering animation Copyright (C) 2001-2004 Pierre Sarrazin <http://sarrazip.com/> This program is free software distributed under the GNU GPL. See the file COPYING.
devel/ebnf2yacc-0.1.1 (Score: 0.032514982)
EBNF to YACC
ebnf2yacc is a tool to help write yacc parsers/compilers. It takes as input a grammar written in ebnf, and outputs a c++ abstract syntax tree that supports the visitor pattern, along with a yacc file to build the tree.
devel/flex-sdk-4.6.0.23201 (Score: 0.032514982)
Adobe Flex SDK
The Flex SDK provides a highly productive, open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and operating systems. It provides a modern, standards-based language and programming model that supports common design patterns suitable for developers from many backgrounds. Flex applications run in the ubiquitous Adobe Flash Player and Adobe AIR.
devel/flexjson-1.6 (Score: 0.032514982)
Lightweight Java library to write JSON
FlexJSON is a lightweight library to serialize objects out in Javascript Object Notation (JSON). The library serializes only immediately available fields by default, although it's fairly easy to add additional data such as collections through code or annotations.
devel/flickrnet-2.2.0 (Score: 0.032514982)
Flickr .Net API Library
The Flickr.Net API is a .Net Library for accessing the Flickr API, written entirely in C#.
devel/florist-gpl-2016 (Score: 0.032514982)
POSIX Ada binding, IEEE Standards 1003.5(b,c)
Florist was produced by students and faculty of the Florida State University Department of Computer Science, under contract to the US Department of Defense, Defense Information Systems Agency, as a product of the POSIX Ada Real-Time (PART) Project. When the contract was completed, in 1999, FSU turned maintenance of Florist over to Ada Core Technologies, Inc.). The latest and most complete free version is available from Adacore. FLORIST is an implementation of the IEEE Standards 1003.5: 1992, IEEE STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as the POSIX Ada Bindings.
devel/fpp-1.1 (Score: 0.032514982)
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.