Date: Wed, 16 May 2012 14:49:49 GMT From: Jason Bacon <jwbacon@tds.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/167969: New port: devel/app Message-ID: <201205161449.q4GEnneY096488@red.freebsd.org> Resent-Message-ID: <201205161450.q4GEo610026702@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <jwbacon@tds.net> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205161449.q4GEnneY096488>