diff options
author | alex <alex@FreeBSD.org> | 2001-01-06 01:49:38 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-06 01:49:38 +0800 |
commit | b081eff1210d2bb01caebb5c87fecd06cf35fea2 (patch) | |
tree | a65f3e764e95917366db3316af1429051c89afcf /misc/smssend | |
parent | d38c2e65488176d6515407e4a790cb5f3d7910bb (diff) | |
download | freebsd-ports-gnome-b081eff1210d2bb01caebb5c87fecd06cf35fea2.tar.gz freebsd-ports-gnome-b081eff1210d2bb01caebb5c87fecd06cf35fea2.tar.zst freebsd-ports-gnome-b081eff1210d2bb01caebb5c87fecd06cf35fea2.zip |
Add smssend 2.2, a tool to send a SMS to any GSM.
PR: 24017
Submitted by: Miklos Niedermayer <mico@bsd.hu>
Diffstat (limited to 'misc/smssend')
-rw-r--r-- | misc/smssend/Makefile | 25 | ||||
-rw-r--r-- | misc/smssend/distinfo | 1 | ||||
-rw-r--r-- | misc/smssend/pkg-comment | 1 | ||||
-rw-r--r-- | misc/smssend/pkg-descr | 9 | ||||
-rw-r--r-- | misc/smssend/pkg-plist | 22 |
5 files changed, 58 insertions, 0 deletions
diff --git a/misc/smssend/Makefile b/misc/smssend/Makefile new file mode 100644 index 000000000000..15edc0ae8131 --- /dev/null +++ b/misc/smssend/Makefile @@ -0,0 +1,25 @@ +# ports collection makefile for: SmsSend +# Date created: 1st January 2001 +# Whom: Miklos Niedermayer <mico@bsd.hu> +# +# $FreeBSD$ +# + +PORTNAME= smssend +PORTVERSION= 2.2 +CATEGORIES= misc +MASTER_SITES= http://zekiller.skytech.org/fichiers/smssend/ + +MAINTAINER= mico@bsd.hu + +MAN1= smssend.1 smssend.scripting.1 email2smssend.1 + +MANLANG= "" fr + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} + +post-install: + strip ${PREFIX}/bin/smssend + +.include <bsd.port.mk> diff --git a/misc/smssend/distinfo b/misc/smssend/distinfo new file mode 100644 index 000000000000..679dde5088c5 --- /dev/null +++ b/misc/smssend/distinfo @@ -0,0 +1 @@ +MD5 (smssend-2.2.tar.gz) = f1c966522cee91f5894003dc2ae6c94d diff --git a/misc/smssend/pkg-comment b/misc/smssend/pkg-comment new file mode 100644 index 000000000000..7afe969bbd4e --- /dev/null +++ b/misc/smssend/pkg-comment @@ -0,0 +1 @@ +A tool to send a SMS to any GSM diff --git a/misc/smssend/pkg-descr b/misc/smssend/pkg-descr new file mode 100644 index 000000000000..684aae58e150 --- /dev/null +++ b/misc/smssend/pkg-descr @@ -0,0 +1,9 @@ +This package allows you to send an SMS to any GSM, using scripts +to connect the providers' sites. +You can make your own scripts, it is very simple, just watch the +example files from this archive, and send them to me so I'll add +them to the official archive. + +WWW: http://zekiller.skytech.org/smssend_en.html + +Miklos Niedermayer <mico@bsd.hu> diff --git a/misc/smssend/pkg-plist b/misc/smssend/pkg-plist new file mode 100644 index 000000000000..b7765b009027 --- /dev/null +++ b/misc/smssend/pkg-plist @@ -0,0 +1,22 @@ +bin/smssend +bin/email2smssend +share/smssend/6sens.sms +share/smssend/banana.sms +share/smssend/billiger.sms +share/smssend/free-sms.sms +share/smssend/kiwee-inter.sms +share/smssend/kiwee-pseudo.sms +share/smssend/kiwee.sms +share/smssend/koodpo.sms +share/smssend/kostenlos.sms +share/smssend/lycos.sms +share/smssend/mobimel.sms +share/smssend/mtnsms.sms +share/smssend/paegas.sms +share/smssend/passagen.sms +share/smssend/sfr.sms +share/smssend/smsboy.sms +share/smssend/totalise.sms +share/smssend/unimobile.sms +share/smssend/vlf.sms +@dirrm share/smssend |