From owner-freebsd-ruby@FreeBSD.ORG Wed Feb 3 04:22:16 2010 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD1E106566B for ; Wed, 3 Feb 2010 04:22:16 +0000 (UTC) (envelope-from crabtw@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 456228FC17 for ; Wed, 3 Feb 2010 04:22:16 +0000 (UTC) Received: by pzk40 with SMTP id 40so926146pzk.7 for ; Tue, 02 Feb 2010 20:22:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=m9E6avBWWnMmuVi61RxRolcbIYgLmbfP+QTwBQKDGrU=; b=Ut5Orbd2N1doQ3GH019r0ddgRxqBEtsTLiGVvCsT5n0vZuoCBoabx6Ae1XVbR5Yi2O es/vGBnUWPbChbdtsQoNCVz6X39cFRmRaeECEetBrUFtwUzrKm7Yn21oEw7pnm2GuvWR llBi4ZFH96VpisPibq4MfCz8LLXgmmrjW4t7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=FrndyW4F3OoXVgLVnasXFeapq4ha04Htm0v6RQc6sR7wS9us+I/x4hP+0oWWzr+tcc 155BKlORRnOZnbrx0ixwEkVdf7cXvqSuxCoQBS5R4ucoMdEyCfRk9D5MmpBBgqh3Bnb1 JEyhUG6VypxqiNdpR20dEjmaRZYsIfIbdE40g= MIME-Version: 1.0 Sender: crabtw@gmail.com Received: by 10.143.25.22 with SMTP id c22mr1137082wfj.195.1265169406498; Tue, 02 Feb 2010 19:56:46 -0800 (PST) Date: Wed, 3 Feb 2010 11:56:46 +0800 X-Google-Sender-Auth: afeed3373847723c Message-ID: <8e54b5841002021956v706edf3byb034acf03b09096d@mail.gmail.com> From: Jyun-Yan You To: freebsd-ruby@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gem2freebsd: create FreeBSD port files from Ruby gem X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 04:22:16 -0000 hi, I wrote a small script that can generate gem port files. Although you still need to modify Makefile, it can reduce some work. file: http://www.cs.nctu.edu.tw/~jyyou/ruby/gem2freebsd.rb usage: ruby gem2freebsd.rb gem_name [gem_version]