1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name radlib |
---|
6 | version 2.7.3 |
---|
7 | categories devel |
---|
8 | maintainers mac.com:mbrooksclark |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | description Rapid Application Development Library |
---|
12 | long_description \ |
---|
13 | radlib is a rapid application development library for unix \ |
---|
14 | multi-process applications. It uses SYS V IPC facilities and FIFOs \ |
---|
15 | to provide an RTOS-like, event-driven, distributed framework. \ |
---|
16 | Processes may be run as daemons or have a controlling terminal. |
---|
17 | |
---|
18 | homepage http://www.radlib.teel.ws/ |
---|
19 | master_sites sourceforge:radlib |
---|
20 | |
---|
21 | checksums md5 a6576c3347ca8a70bc17a751ab091e51 \ |
---|
22 | sha1 2d88da3384abe36c821ac6e1542d3dc6e1dbe686 \ |
---|
23 | rmd160 554232347e174b366d33372fe397afa4ea22e6da |
---|
24 | |
---|
25 | variant mysql5 description {Includes mySQL database support} { |
---|
26 | configure.args-append --enable-mysql |
---|
27 | depends_lib-append port:mysql5 |
---|
28 | } |
---|
29 | |
---|
30 | variant pgresql description {Includes PostgreSQL database support} { |
---|
31 | configure.args-append --enable-pgresql |
---|
32 | depends_lib-append port:postgresql83 |
---|
33 | } |
---|