diff options
Diffstat (limited to 'devel/ossp-var/pkg-descr')
-rw-r--r-- | devel/ossp-var/pkg-descr | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/ossp-var/pkg-descr b/devel/ossp-var/pkg-descr deleted file mode 100644 index cabde72901b4..000000000000 --- a/devel/ossp-var/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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...}). |