Port details |
- oserl SMPP library for Erlang
- 3.2.4 devel
=0 3.2.4Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2013-05-18 13:06:59
- Last Update: 2015-06-27 12:54:12
- SVN Revision: 390698
- License: not specified in port
- WWW:
- https://github.com/iamaleksey/oserl
- Description:
- The Short Message Peer-to-Peer (SMPP) in telecommunications is an
open, industry standard protocol designed to provide a flexible
data communication interface for the transfer of short message data
between External Short Messaging Entities (ESME), Routing Entities
(RE) and Message Centres.
The oserl library provides an Erlang framework to interface with
SMPP entities.
WWW: https://github.com/iamaleksey/oserl
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: oserl
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- erlc : lang/erlang
- txt2tags : textproc/txt2tags
- gmake : devel/gmake
- Runtime dependencies:
-
- erl : lang/erlang
- common_lib>=3.3.4 : devel/common_lib
- Library dependencies:
-
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- dos2unix gmake iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.4 27 Jun 2015 12:54:12 |
olgeni |
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names. |
3.2.4 25 Jun 2015 10:07:55 |
olgeni |
Fix portlint warnings and use DOS2UNIX_GLOB to fix all source files. |
3.2.4 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
3.2.4 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
3.2.4 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
3.2.4 16 Jul 2014 12:26:39 |
olgeni |
Remove stray Latin-1 character to fix build with Erlang 17. |
3.2.4 26 May 2014 06:55:07 |
bapt |
Convert to USES=dos2unix
With hat: portmgr |
3.2.4 07 Nov 2013 13:47:06 |
olgeni |
Remove redundant GH master site. |
3.2.4 29 Oct 2013 20:47:32 |
olgeni |
- Add staging support.
- Do not mute install commands.
- Cleanup plist. |
3.2.4 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.2.4 04 Sep 2013 08:00:01 |
bsam |
Adopt USES=gmake iconv.
Submitted by: bsam (me, by e-mail)
Approved by: olgeni (maintainer) |
3.2.4 18 May 2013 13:06:48 |
olgeni |
Add devel/oserl, an Erlang framework for using the SMPP protocol
in messaging applications. |