Bug 167969 - New port: devel/app
Summary: New port: devel/app
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 15:50 UTC by Jason W. Bacon
Modified: 2012-05-18 20:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.67 KB, text/plain)
2012-05-16 15:50 UTC, Jason W. Bacon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2012-05-16 15:50:06 UTC
The app command preprocesses assembly language code, much like cpp does
for C and C++.

WWW:	http://localhost/~bacon/Acadix/app.php

Fix: Patch attached with submission follows:
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-05-17 04:03:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-18 20:01:13 UTC
jgh         2012-05-18 19:01:03 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/app            Makefile distinfo pkg-descr pkg-plist 
  Log:
  add new port: devel/app
  
  The app command preprocesses assembly language code, much like cpp does
  for C and C++.
  
  WWW:    http://acadix.biz/app.php
  
  PR:     ports/167969
  Submitted by:   jwbacon@tds.net
  
  Revision  Changes    Path
  1.4957    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/app/Makefile (new)
  1.1       +2 -0      ports/devel/app/distinfo (new)
  1.1       +4 -0      ports/devel/app/pkg-descr (new)
  1.1       +6 -0      ports/devel/app/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-05-18 20:01:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!