From owner-freebsd-chat@FreeBSD.ORG Mon Jun 1 15:53:55 2009 Return-Path: Delivered-To: chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE3BF1065743 for ; Mon, 1 Jun 2009 15:53:55 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 396EC8FC1C for ; Mon, 1 Jun 2009 15:53:54 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: by bwz9 with SMTP id 9so7736698bwz.43 for ; Mon, 01 Jun 2009 08:53:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=3pA0OWuju1YAK0mThV/6nFJKXVyBHCW0pX9IXf4lcbc=; b=e+D3vnyzmU88xRlf+xhyqUzmJxTYFmZ6PM14pSIFTYApgCkDYgzCNhOVYA2VMUO/qc 9mN+Zgs8tZBuzwO3dJ0dGKSP0GIw07TR3+H/L3pWzwZ3fxBd3OSbnssDwlm9Txe5T5Io YWZnRaTtrMjX4aG+24/t4PO3++aXjMxdZWulE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OGqS5vpN1YmVB8xLK50RXst55Y/wNdm5+65BHrK68IF5gfXNPYetZL2BOZe/6L954J BwrRmrnMLJcv0a/ANrP/V/NLH0dmtAhxWPoMewdtDKJPYyjJgcGiCGHrCtCmK/bwdKAd vVxx1NrL0ZCIzCso7+FVCW6Pq9BpTYQs7AyJQ= MIME-Version: 1.0 Received: by 10.103.249.19 with SMTP id b19mr3310518mus.86.1243870070607; Mon, 01 Jun 2009 08:27:50 -0700 (PDT) Date: Mon, 1 Jun 2009 17:27:50 +0200 Message-ID: From: Stefan Miklosovic To: chat@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: shell script port X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2009 15:53:56 -0000 hi i am writing a script which is written in bash. this program is about automatic backuping of chosen users files periodicaly in more complex way. this portion of scripts are concerned also about group user's adding / modification / deleting. I do not already know how complex that program will be, but i would like to know, if i have a chance to port that software to port tree of freebsd. I know it will be hard as hell, but, is it possible? i think that writing such thing in compiled language is useless unless i am able to do so in a many times easier way. Will be a "script" port regular? thank you