From owner-freebsd-ports Mon Jan 1 22:20: 7 2001 From owner-freebsd-ports@FreeBSD.ORG Mon Jan 1 22:20:03 2001 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0286837B404 for ; Mon, 1 Jan 2001 22:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f026K2n98444; Mon, 1 Jan 2001 22:20:02 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 1 Jan 2001 22:20:02 -0800 (PST) Resent-Message-Id: <200101020620.f026K2n98444@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, mico@bsd.hu Received: from fmdb.c3.hu (dial-239.digitel2002.hu [213.163.2.239]) by hub.freebsd.org (Postfix) with SMTP id EF0E137B400 for ; Mon, 1 Jan 2001 22:10:43 -0800 (PST) Received: (qmail 30682 invoked by uid 1004); 1 Jan 2001 20:53:11 -0000 Message-Id: <20010101205311.30681.qmail@fmdb.c3.hu> Date: 1 Jan 2001 20:53:11 -0000 From: mico@bsd.hu Reply-To: mico@bsd.hu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24017: New port: misc/smssend: Allows you to send SMS to any GSM Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24017 >Category: ports >Synopsis: New port: misc/smssend: Allows you to send SMS to any GSM >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 01 22:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Miklos Niedermayer >Release: FreeBSD 4.1.1-RELEASE i386 >Organization: >Environment: >Description: 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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # smssend # smssend/Makefile # smssend/pkg # smssend/pkg/COMMENT # smssend/pkg/DESCR # smssend/pkg/PLIST # smssend/files # smssend/files/md5 # echo c - smssend mkdir -p smssend > /dev/null 2>&1 echo x - smssend/Makefile sed 's/^X//' >smssend/Makefile << 'END-of-smssend/Makefile' X# ports collection makefile for: SmsSend X# Date created: 1st January 2001 X# Whom: Miklos Niedermayer X# X# $FreeBSD$ X# X XPORTNAME= smssend XPORTVERSION= 2.2 XCATEGORIES= misc XMASTER_SITES= http://zekiller.skytech.org/fichiers/smssend/ X XMAINTAINER= mico@bsd.hu X XMAN1= smssend.1 smssend.scripting.1 email2smssend.1 X XMANLANG= "" fr X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} X Xpost-install: X strip ${PREFIX}/bin/smssend X X.include END-of-smssend/Makefile echo c - smssend/pkg mkdir -p smssend/pkg > /dev/null 2>&1 echo x - smssend/pkg/COMMENT sed 's/^X//' >smssend/pkg/COMMENT << 'END-of-smssend/pkg/COMMENT' XAllows you to send SMS to any GSM END-of-smssend/pkg/COMMENT echo x - smssend/pkg/DESCR sed 's/^X//' >smssend/pkg/DESCR << 'END-of-smssend/pkg/DESCR' XThis package allows you to send an SMS to any GSM, using scripts Xto connect the providers' sites. XYou can make your own scripts, it is very simple, just watch the Xexample files from this archive, and send them to me so I'll add Xthem to the official archive. X XWWW: http://zekiller.skytech.org/smssend_en.html X XMiklos Niedermayer END-of-smssend/pkg/DESCR echo x - smssend/pkg/PLIST sed 's/^X//' >smssend/pkg/PLIST << 'END-of-smssend/pkg/PLIST' Xbin/smssend Xbin/email2smssend Xshare/smssend/6sens.sms Xshare/smssend/banana.sms Xshare/smssend/billiger.sms Xshare/smssend/free-sms.sms Xshare/smssend/kiwee-inter.sms Xshare/smssend/kiwee-pseudo.sms Xshare/smssend/kiwee.sms Xshare/smssend/koodpo.sms Xshare/smssend/kostenlos.sms Xshare/smssend/lycos.sms Xshare/smssend/mobimel.sms Xshare/smssend/mtnsms.sms Xshare/smssend/paegas.sms Xshare/smssend/passagen.sms Xshare/smssend/sfr.sms Xshare/smssend/smsboy.sms Xshare/smssend/totalise.sms Xshare/smssend/unimobile.sms Xshare/smssend/vlf.sms X@dirrm share/smssend END-of-smssend/pkg/PLIST echo c - smssend/files mkdir -p smssend/files > /dev/null 2>&1 echo x - smssend/files/md5 sed 's/^X//' >smssend/files/md5 << 'END-of-smssend/files/md5' XMD5 (smssend-2.2.tar.gz) = f1c966522cee91f5894003dc2ae6c94d END-of-smssend/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message