Ports Search

Results 111120 of 5,623 for /devel/.(0.003 seconds)
Add a Makefile target to determine test coverage using Devel::Cover
ExtUtils::MakeMaker::Coverage adds a Makefile target to determine test coverage using Devel::Cover: # In Makefile.PL use ExtUtils::MakeMaker; use ExtUtils::MakeMaker::Coverage; ... # if you already have a MY::postamble... sub MY::postamble { testcover(); ... }
lang/clang-3.7 (Score: 0.13824922)
C, Objective-C, and C++ compiler (use devel/llvm37)
The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. This is a meta port. The Clang compiler is installed by the devel/llvm-devel port.
devel/c2mdoc-20040302 (Score: 0.13692231)
Script to generate mdoc(7) markup from C functions
c2mdoc is a shell and awk(1) script wrapper which abuses devel/cproto's parser to spit out function prototypes in a format ready to paste into FreeBSD developer documentation. c2man already claims to do such a thing, but seems crippled in the face of our kernel source. The toolchain used by this port winces, but still generates markup.
devel/codeville-0.1.17 (Score: 0.12737408)
Anarchic control version system without unnecessary re-merges
Codeville is a distributed Version Control System. It began with a novel idea for a merge algorithm, and has grown from there. It is designed to be easy to use, and scale from small personal projects, to very large distributed ones. If you'd like to know why there's need for new merge algorithms, consider what the lead monotone developer had to say: http://article.gmane.org/gmane.comp.version-control.monotone.devel/3264 Codeville works by creating an identifier for each change that is done, and remembering the list of all changes which have been applied to each file, and the last change which modified each line in each file. When there's a conflict, it checks to see if one of the two sides has already been applied to the other one, and if so, makes the other side win automatically. When there's a non automatically mergeable version conflict, Codeville behaves in almost exactly the same way as CVS.
lang/clang-3.8 (Score: 0.12506586)
C, Objective-C, and C++ compiler (use devel/llvm38)
The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. This is a meta port. The Clang compiler is installed by the devel/llvm38 port.
editors/plume-creator-devel-20150510 (Score: 0.112065114)
Open source tool for novelists
Are you a writer? Plume Creator will help you with this hard task! This software gives you an outliner, a distraction-free mode, a note manager and much more!
misc/gnome-devel-docs-3.18.1 (Score: 0.112065114)
Documents targeted for GNOME developers
Documents targeted for GNOME developers
www/mod_http2-devel-1.6.2 (Score: 0.112065114)
Early experience HTTP/2 modules for Apache httpd
This Apache module supports the "h2" (HTTP2 over TLS) and "h2c" (HTTP2 over plain HTTP connections via Upgrade). You can enable it for the whole server or for specific virtual hosts only. More on this below on "Configuration".
net/bird-20130301 (Score: 0.11188609)
Dynamic IP routing daemon (devel version)
The BIRD project aims to develop a fully functional dynamic IP routing daemon. - Both IPv4 and IPv6 - Multiple routing tables - BGP - RIP - OSPF - LDP - L3VPN - Static routes - Inter-table protocol - Command-line interface - Soft reconfiguration - Powerful language for route filtering
ports-mgmt/portupgrade-20150514 (Score: 0.11188609)
FreeBSD ports/packages management tool (devel version)
Portupgrade is a tool to upgrade installed packages via ports or packages. You can upgrade installed packages without having to reinstall depending or dependent packages. It can automatically trace dependency chains up and down upgrading packages recursively. This package also includes the following utilities: portinstall: Helps you install new ports in a handy way. portsvnweb: Instantly lets you browse change history via SVNweb. portversion: Replaces pkg_version(1) and helps you upgrade packages with portupgrade(1). (runs much faster) portsclean: Cleans ports workdir's, unreferenced distfiles, old and orphan shared libraries, and stale packages. portsdb: Creates binary database from the ports INDEX. ports_glob: Expands ports globs. pkg_deinstall: Wraps pkg_delete(1) and provides additional features. pkg_fetch: Fetches packages from a remote site. pkg_glob: Expands package globs. pkg_which: Checks which package a file came from quickly. pkgdb: Manages and searches the package database. pkgdu: Display a disk usage for installed packages.