Add new port: esmska

Esmska is a cross-platform application for sending SMS messages over the
Internet.

Features:
 * Send SMS to various operators (local or international)
 * Supports all common operating systems (Linux, Windows, Mac OS, etc.)
 * Free, under open-source licence GNU AGPL3
 * Import contacts from other programs (DreamCom) and formats (vCard)
 * Send SMS to multiple recipients at once
 * History of sent messages
 * Pluggable operator system - easy to provide support for more operators
   directly by users
 * Extensive possibilities of changing appearance
 * Many other planned features

WWW: http://esmska.googlecode.com

PR:		ports/131865
Submitted by:	martinko <gamato (AT) users.sf.net>
This commit is contained in:
Lars Engels 2009-02-26 22:02:03 +00:00
parent d679023021
commit e8f962deaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229114
6 changed files with 115 additions and 0 deletions

View File

@ -28,6 +28,7 @@
SUBDIR += echolinux
SUBDIR += efax
SUBDIR += efax-gtk
SUBDIR += esmska
SUBDIR += fldigi
SUBDIR += gammu
SUBDIR += garmin-utils

45
comms/esmska/Makefile Normal file
View File

@ -0,0 +1,45 @@
# New ports collection makefile for: esmska
# Date created: 18 Feb 2008
# Whom: Martin Otto
#
# $FreeBSD$
#
PORTNAME= esmska
PORTVERSION= 0.13.0
CATEGORIES= comms java
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= gamato@users.sf.net
COMMENT= Program for sending SMS over the Internet
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
USE_JAVA= yes
JAVA_VERSION= 1.6+
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
NO_BUILD= yes
SUB_FILES= esmska
PORTDOCS= readme.txt
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/esmska.jar ${DATADIR}/
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} icons ${DATADIR}/)
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} lib ${DATADIR}/)
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} license ${DATADIR}/)
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} operators ${DATADIR}/)
${INSTALL_SCRIPT} ${WRKDIR}/esmska ${PREFIX}/bin/
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>

3
comms/esmska/distinfo Normal file
View File

@ -0,0 +1,3 @@
SHA256 (esmska-0.13.0.tar.gz) = 7e7988869dba5cbf586b5576f39ad18dfc706db86f1789a31a344dd1d55cffdf
MD5 (esmska-0.13.0.tar.gz) = 6cc58e34a21aeac9c3ff7a1261fa1ca6
SIZE (esmska-0.13.0.tar.gz) = 4670267

View File

@ -0,0 +1,6 @@
#!/bin/sh
#
# $FreeBSD$
cd "%%DATADIR%%"
JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/esmska.jar" "$@"

16
comms/esmska/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
Esmska is a cross-platform application for sending SMS messages over the
Internet.
Features:
* Send SMS to various operators (local or international)
* Supports all common operating systems (Linux, Windows, Mac OS, etc.)
* Free, under open-source licence GNU AGPL3
* Import contacts from other programs (DreamCom) and formats (vCard)
* Send SMS to multiple recipients at once
* History of sent messages
* Pluggable operator system - easy to provide support for more operators
directly by users
* Extensive possibilities of changing appearance
* Many other planned features
WWW: http://esmska.googlecode.com

44
comms/esmska/pkg-plist Normal file
View File

@ -0,0 +1,44 @@
bin/esmska
%%DATADIR%%/esmska.jar
%%DATADIR%%/icons/esmska.ico
%%DATADIR%%/icons/esmska.png
%%DATADIR%%/icons/esmska.svg
%%DATADIR%%/lib/beansbinding-1.2.1.jar
%%DATADIR%%/lib/commons-cli-1.1.jar
%%DATADIR%%/lib/commons-codec-1.3.jar
%%DATADIR%%/lib/commons-httpclient-3.1.jar
%%DATADIR%%/lib/commons-io-1.4.jar
%%DATADIR%%/lib/commons-lang-2.4.jar
%%DATADIR%%/lib/commons-logging-1.1.1.jar
%%DATADIR%%/lib/javacsv-2.0.jar
%%DATADIR%%/lib/jpim.jar
%%DATADIR%%/lib/js-engine.jar
%%DATADIR%%/lib/js-1.7R1.jar
%%DATADIR%%/lib/looks-2.1.4.jar
%%DATADIR%%/lib/org-openide-awt.jar
%%DATADIR%%/lib/org-openide-util.jar
%%DATADIR%%/lib/substance-extras-5.0.jar
%%DATADIR%%/lib/substance-5.1dev081129.jar
%%DATADIR%%/license/gnu-agpl.txt
%%DATADIR%%/license/license.txt
%%DATADIR%%/operators/[CZ]O2.operator
%%DATADIR%%/operators/[CZ]O2.png
%%DATADIR%%/operators/[CZ]SMS.cz.operator
%%DATADIR%%/operators/[CZ]SMS.cz.png
%%DATADIR%%/operators/[CZ]T-mobile.operator
%%DATADIR%%/operators/[CZ]T-mobile.png
%%DATADIR%%/operators/[CZ]t-zones.operator
%%DATADIR%%/operators/[CZ]t-zones.png
%%DATADIR%%/operators/[CZ]Vodafone samoobsluha.operator
%%DATADIR%%/operators/[CZ]Vodafone samoobsluha.png
%%DATADIR%%/operators/[CZ]Vodafone.operator
%%DATADIR%%/operators/[CZ]Vodafone.png
%%DATADIR%%/operators/[INT]SMSdiscount.operator
%%DATADIR%%/operators/[INT]SMSdiscount.png
%%DATADIR%%/operators/[SK]Orange.operator
%%DATADIR%%/operators/[SK]Orange.png
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/lib
@dirrm %%DATADIR%%/license
@dirrm %%DATADIR%%/operators
@dirrm %%DATADIR%%