openbsd-ports/devel/nspr/pkg/DESCR
landry df694e00fd Update to nspr 4.9.3.
- remove subpackages, it makes no sense to have -docs fetching its distfile
from a separate tarball. If really needed one can make a standalone port.
- remove handmade nspr.pc.in, upstream provides one
- remove handrolled install target and use the one upstream provides.
- merge PFRAG.shared back into PLIST

Tested on amd64/i386/powerpc and in a bulk build.
Needed by firefox 18.

ok sthen@ ajacoutot@ jasper@
2012-11-12 20:39:09 +00:00

12 lines
671 B
Plaintext

NSPR provides platform independence for non-GUI operating system
facilities.
These facilities include threads, thread synchronization, normal file
and network I/O, interval timing and calendar time, basic memory
management (malloc and free) and shared library linking.
A good portion of the library's purpose, and perhaps the primary purpose
in the Gromit environment, is to provide the underpinnings of the Java
VM, more or less mapping the sys layer that Sun defines for the porting
of the Java VM to various platforms. NSPR does go beyond that
requirement in some areas and since it is also the platform independent
layer for most of the servers produced by Netscape