diff options
author | alane <alane@FreeBSD.org> | 2003-02-01 12:39:40 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-02-01 12:39:40 +0800 |
commit | 7117372b782ec5c054cae17cc5276176fe987530 (patch) | |
tree | 695267d7ac167d6eca44b6fa6f7453612a7dcda7 /devel/ossp-var/pkg-descr | |
parent | 511b4f27706d7d6045254e45cbc5078b66f08d27 (diff) | |
download | freebsd-ports-gnome-7117372b782ec5c054cae17cc5276176fe987530.tar.gz freebsd-ports-gnome-7117372b782ec5c054cae17cc5276176fe987530.tar.zst freebsd-ports-gnome-7117372b782ec5c054cae17cc5276176fe987530.zip |
Variable substitution library.
Diffstat (limited to 'devel/ossp-var/pkg-descr')
-rw-r--r-- | devel/ossp-var/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ossp-var/pkg-descr b/devel/ossp-var/pkg-descr new file mode 100644 index 000000000000..e7313f130256 --- /dev/null +++ b/devel/ossp-var/pkg-descr @@ -0,0 +1,10 @@ +OSSP var is a flexible, full-featured and fast variable construct expansion +library. It supports a configurable variable construct syntax very similar +to the style found in many scripting languages (like @name, ${name}, , etc.) +and provides both simple scalar (${name}) and array (${name[index]}) +expansion, plus optionally one or more post-operations on the expanded value +(${name:op:op...}). + +WWW: http://www.ossp.org/pkg/lib/var/ + +-- AlanE@FreeBSD.org |