diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-21 07:56:40 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-21 07:56:40 +0800 |
commit | 0ac866631dd842fd19d95b716d6d77602b9efbfd (patch) | |
tree | 56d11c05888894103efc5bf0545713730e832ea4 /net/Makefile | |
parent | 93b2c15ceab777c8861a79d80b59a57436e9470b (diff) | |
download | freebsd-ports-gnome-0ac866631dd842fd19d95b716d6d77602b9efbfd.tar.gz freebsd-ports-gnome-0ac866631dd842fd19d95b716d6d77602b9efbfd.tar.zst freebsd-ports-gnome-0ac866631dd842fd19d95b716d6d77602b9efbfd.zip |
SendSNPP is a perl program for sending messages through a RFC1861 compliant
SNPP server. SNPP stands for Simple Network Paging Protocol. It is used by a
wide range of paging providers for sending pages. A list of some of the
providers that support the SNPP service is on the WWW site below. SendSNPP
requires no special modules, and has been tested on Linux and Windows systems.
It has a very straight forward interface making it very easy to use.
PR: ports/90529
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 0f180f3a7de8..09d72dd3eaf8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -687,6 +687,7 @@ SUBDIR += seda SUBDIR += sendemail SUBDIR += sendfile + SUBDIR += sendsnpp SUBDIR += ser SUBDIR += serveez SUBDIR += sharity-light |