aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Set-Window/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 08:09:15 +0800
committerwill <will@FreeBSD.org>2001-01-04 08:09:15 +0800
commitc81ca3aa56e8e0c4d7f34ac2a75a04bb0d0d3350 (patch)
tree18de970af3eaafa8eeaea35514e647b30734cc72 /math/p5-Set-Window/pkg-descr
parent7214023557b6dcad008ad1a8d28eac3564661531 (diff)
downloadfreebsd-ports-gnome-c81ca3aa56e8e0c4d7f34ac2a75a04bb0d0d3350.tar.gz
freebsd-ports-gnome-c81ca3aa56e8e0c4d7f34ac2a75a04bb0d0d3350.tar.zst
freebsd-ports-gnome-c81ca3aa56e8e0c4d7f34ac2a75a04bb0d0d3350.zip
Add p5-Set-Window 1.00, a perl module to manage an interval on the integer
line. PR: 24027 Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'math/p5-Set-Window/pkg-descr')
-rw-r--r--math/p5-Set-Window/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/math/p5-Set-Window/pkg-descr b/math/p5-Set-Window/pkg-descr
new file mode 100644
index 000000000000..4fa298856c5d
--- /dev/null
+++ b/math/p5-Set-Window/pkg-descr
@@ -0,0 +1,9 @@
+A Set::Window object represents a window on the integer line; that is, a
+finite set of consecutive integers.
+
+Methods are provided for creating and modifying windows, for obtaining
+information about windows, and for performing some simple set operations
+on windows.
+
+-Anton
+<tobez@tobez.org>