From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 16 14:50:12 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 2361D10656B4 for ; Wed, 16 May 2012 14:50:12 +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 EFF878FC17 for ; Wed, 16 May 2012 14:50:11 +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 q4GEo665026703 for ; Wed, 16 May 2012 14:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4GEo610026702; Wed, 16 May 2012 14:50:06 GMT (envelope-from gnats) Resent-Date: Wed, 16 May 2012 14:50:06 GMT Resent-Message-Id: <201205161450.q4GEo610026702@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, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF0C3106564A for ; Wed, 16 May 2012 14:49:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 86CEB8FC0A for ; Wed, 16 May 2012 14:49:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4GEnnX5096489 for ; Wed, 16 May 2012 14:49:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q4GEnneY096488; Wed, 16 May 2012 14:49:49 GMT (envelope-from nobody) Message-Id: <201205161449.q4GEnneY096488@red.freebsd.org> Date: Wed, 16 May 2012 14:49:49 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/167969: New port: devel/app X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 14:50:12 -0000 >Number: 167969 >Category: ports >Synopsis: New port: devel/app >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 16 14:50:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 9.0-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD sculpin.jbacon.dyndns.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The app command preprocesses assembly language code, much like cpp does for C and C++. WWW: http://localhost/~bacon/Acadix/app.php >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # app # app/distinfo # app/Makefile # app/pkg-descr # app/pkg-plist # echo c - app mkdir -p app > /dev/null 2>&1 echo x - app/distinfo sed 's/^X//' >app/distinfo << '0c4460e703b073adfd4664b1977ea28e' XSHA256 (app-0.3.tar.gz) = 26baa919b22be389a49a3f970ce848250354eb3a5c04a6bc8d40d3753cfe4ae2 XSIZE (app-0.3.tar.gz) = 20127 0c4460e703b073adfd4664b1977ea28e echo x - app/Makefile sed 's/^X//' >app/Makefile << 'baf77ed8e00d5f3b7302c18e73226d64' X# New ports collection makefile for: app X# Date created: 18 September 2009 X# Whom: Jason Bacon X# X# $FreeBSD$ X# X XPORTNAME= app XPORTVERSION= 0.3 XCATEGORIES= devel XMASTER_SITES= http://acadix.biz/Ports/distfiles/ \ X http://personalpages.tds.net/~jwbacon/Ports/distfiles/ X XMAINTAINER= jwbacon@tds.net XCOMMENT= Assembly Preprocessor X XLICENSE= BSD X XMAN1= app.1 X X.include baf77ed8e00d5f3b7302c18e73226d64 echo x - app/pkg-descr sed 's/^X//' >app/pkg-descr << '65b70d33b68848dc0e2f77d65dff1ab7' XThe app command preprocesses assembly language code, much like cpp does Xfor C and C++. X XWWW: http://localhost/~bacon/Acadix/app.php 65b70d33b68848dc0e2f77d65dff1ab7 echo x - app/pkg-plist sed 's/^X//' >app/pkg-plist << '4ee5b71bbe6a4550abf936dd198fb29b' Xbin/app X%%DATADIR%%/include/exceptions.mal X%%DATADIR%%/include/lowio.mal X%%DATADIR%%/include/syscalls.mal X@dirrm %%DATADIR%%/include X@dirrm %%DATADIR%% 4ee5b71bbe6a4550abf936dd198fb29b exit >Release-Note: >Audit-Trail: >Unformatted: