From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 29 11:40:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E0851065679 for ; Sun, 29 Apr 2012 11:40:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54A658FC1C for ; Sun, 29 Apr 2012 11:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3TBeDIG020909 for ; Sun, 29 Apr 2012 11:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3TBeDnA020908; Sun, 29 Apr 2012 11:40:13 GMT (envelope-from gnats) Resent-Date: Sun, 29 Apr 2012 11:40:13 GMT Resent-Message-Id: <201204291140.q3TBeDnA020908@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takeshi MUTOH Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 528F91065678 for ; Sun, 29 Apr 2012 11:37:50 +0000 (UTC) (envelope-from mutoh@sacraya.610t.org) Received: from sacraya.610t.org (unknown [IPv6:2002:d2ab:8d03::1]) by mx1.freebsd.org (Postfix) with ESMTP id AEE488FC12 for ; Sun, 29 Apr 2012 11:37:48 +0000 (UTC) Received: from sacraya.610t.org (sacraya2 [127.0.0.1]) by sacraya.610t.org (Postfix) with ESMTP id 7FFA178C30; Sun, 29 Apr 2012 20:37:47 +0900 (JST) Received: from sacraya.610t.org ([127.0.0.1]) by sacraya.610t.org (sacraya.610t.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nd24qZrOfSBq; Sun, 29 Apr 2012 20:37:43 +0900 (JST) Received: by sacraya.610t.org (Postfix, from userid 1001) id 3513D78C2F; Sun, 29 Apr 2012 20:37:43 +0900 (JST) Message-Id: <20120429113743.3513D78C2F@sacraya.610t.org> Date: Sun, 29 Apr 2012 20:37:43 +0900 (JST) From: Takeshi MUTOH To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mutoh@openedu.org Subject: ports/167418: New port: lang/pharo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Takeshi MUTOH List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2012 11:40:13 -0000 >Number: 167418 >Category: ports >Synopsis: New port: lang/pharo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 11:40:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Takeshi MUTOH >Release: FreeBSD 8.2-RELEASE-p3 i386 >Organization: 610t >Environment: System: FreeBSD sacraya.610t.org 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is new port lang/pharo. >From pkg-descr: Pharo is a clean, innovative, open-source Smalltalk-inspired environment. - pure object-oriented language - runs on all major platforms - stable core with large test suite - a clean look and feel - good developer tools - low memory footprint It runs under squeak virtual machine. WWW: http://www.pharo-project.org/ >How-To-Repeat: This is new port, so there is no problem to repeat. >Fix: Please extract shar below and build: # 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: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: pharo X# Date created: 26 April 2012 X# Whom: mutoh@openedu.org X# X# $FreeBSD: $ X# X XPORTNAME= pharo XDISTVERSION= 1.4 XCATEGORIES= lang XMASTER_SITES= https://gforge.inria.fr/frs/download.php/30620/ XDISTNAME= Pharo-${DISTVERSION}-${SVNVERSION} XEXTRACT_ONLY= Pharo-${DISTVERSION}-${SVNVERSION}.zip X XMAINTAINER= mutoh@openedu.org XCOMMENT= Pharo is Smalltalk-inspired environment X XLICENSE= AL2 MIT XLICENSE_COMB= multi X XRUN_DEPENDS= squeak:${PORTSDIR}/lang/squeak X XSVNVERSION= 14438 X XNO_BUILD= yes XUSE_ZIP= yes X XSHAREMODE= 644 X XDIST_SUBDIR= squeak X XFILES_DIR= ${WRKDIR}/Pharo-${DISTVERSION}-${SVNVERSION}/ XFILES_TO_INSTALL=Pharo-${DISTVERSION}.image \ X Pharo-${DISTVERSION}.changes \ X PharoV10.sources X XPLIST_SUB= DATADIR=lib/squeak X Xdo-install: X.for f in ${FILES_TO_INSTALL} X (cd ${FILES_DIR} && ${INSTALL_DATA} ${f} ${PREFIX}/lib/squeak/) X.endfor X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (squeak/Pharo-1.4-14438.zip) = 7f1a3fa43f44f3f4d05955cd1b1191abcdb8f3ee9692eeb55d67ef0122324f1d XSIZE (squeak/Pharo-1.4-14438.zip) = 13324537 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XPharo is a clean, innovative, open-source Smalltalk-inspired environment. X- pure object-oriented language X- runs on all major platforms X- stable core with large test suite X- a clean look and feel X- good developer tools X- low memory footprint X XIt runs under squeak virtual machine. X XWWW: http://www.pharo-project.org/ 7f9555c3c1089940396b503dd37f3979 echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' X%%DATADIR%%/Pharo-1.4.image X%%DATADIR%%/Pharo-1.4.changes X%%DATADIR%%/PharoV10.sources 842cde48cf18b70a11b15515ca566742 exit >Release-Note: >Audit-Trail: >Unformatted: