Ports 搜索

共有5,827项符合/net-mgmt/的查询结果,以下是第4,8914,900项(搜索用时0.005秒)
deskutils/gaddr-1.1.4 (Score: 0.0052506765)
GTK 1.x address book
gaddr is a nice simple little address book written using the GTK+ widget set. It holds addresses and any other information you want to know about a person. It basically acts like a pile of alphabetized 3x5 cards on which you can write whatever your little heart desires.
deskutils/send2trash-1.3.0 (Score: 0.0052506765)
Small package that sends files to the Trash
Send2Trash is a small package that sends files to the Trash (or Recycle Bin) natively and on all platforms.
deskutils/rox-memo-2.1 (Score: 0.0052506765)
Appointment/TODO management for the ROX desktop
Appointment/TODO management for the ROX desktop.
devel/bcpp-20150811 (Score: 0.0052506765)
Utility similar to indent for C++ code
A utility similar to indent for C++ code
devel/swoole-1.8.11 (Score: 0.0052506765)
Asynchronous & concurrent & distributed networking framework
Asynchronous & concurrent & distributed networking framework for PHP. * event-driven * full asynchronous non-blocking * multi-thread reactor * multi-process worker * millisecond timer * async MySQL * async task * async read/write file system * async dns lookup * support IPv4/IPv6/UnixSocket/TCP/UDP
devel/alexandria-2010.01.16 (Score: 0.0052506765)
Collection of portable public domain utilities for Common Lisp
As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable. This package is compiled with SBCL.
devel/cffi-0.16.1 (Score: 0.0052506765)
Portable foreign function interface for Common Lisp
CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types, etc. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS. This package is compiled with SBCL.
devel/cffi-0.16.1 (Score: 0.0052506765)
Portable foreign function interface for Common Lisp
CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types, etc. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS.
devel/split-sequence-20011114.1 (Score: 0.0052506765)
Partitioning Common Lisp sequences
split-sequence is a small library to split sequences in to a list of subsequences delimited by an object satisfying a test function. It is a member of the Common Lisp Utilities family of programs, designed by community consensus.
devel/trivial-features-2010.01.16 (Score: 0.0052506765)
Ensures consistent *FEATURES* in Common Lisp
trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X. This package is compiled with SBCL.