From owner-freebsd-ruby@FreeBSD.ORG Fri Dec 2 09:50:21 2011 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E72D71065676 for ; Fri, 2 Dec 2011 09:50:21 +0000 (UTC) (envelope-from denis.peplin@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3398FC0C for ; Fri, 2 Dec 2011 09:50:20 +0000 (UTC) Received: by wgbds13 with SMTP id ds13so701303wgb.1 for ; Fri, 02 Dec 2011 01:50:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=MYundQ7oKaspLmRuvQZAu10qQlM1v7Hyzx3Rs2ZFMzY=; b=BIYDc/htlexXGbqomRmxwJ2PbcW/zIjzx1bbgfQSee1d9iNbJyikDMaLIcYZTD4GtA g5sc7pnE5qta9fKuf27G8ycWQs48aioslK7GO4HMdqea0cu1FBHvNfqAO/AYwLxjgCs9 bMzHfwm+6dACY6+Z6KVFng0Yv1S7L9eypyVhQ= Received: by 10.180.90.195 with SMTP id by3mr8525171wib.30.1322818044572; Fri, 02 Dec 2011 01:27:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.86.198 with HTTP; Fri, 2 Dec 2011 01:27:03 -0800 (PST) From: Denis Peplin Date: Fri, 2 Dec 2011 05:27:03 -0400 Message-ID: To: ruby@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: erd 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: Fri, 02 Dec 2011 09:50:22 -0000 Hello! I have found nice gem for ActiveRecord model visualization: http://rails-erd.rubyforge.org/ It's development-only, so I don't sure is it will be useful to have it's port. However, it, I created incomplete, but working makefile: PORTNAME= rails-erd PORTVERSION= 0.4.5 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= ERD RUN_DEPENDS= rubygem-railties>=${PORTVERSION}:${PORTSDIR}/www/rubygem-railties USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include