Bug 151028 - New port: devel/qconf - Tool to create configure script for qmake-based project
Summary: New port: devel/qconf - Tool to create configure script for qmake-based project
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 13:30 UTC by Andreev Maxim
Modified: 2010-10-09 23:32 UTC (History)
0 users

See Also:


Attachments
file.shar (2.29 KB, text/plain)
2010-09-28 13:30 UTC, Andreev Maxim
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreev Maxim 2010-09-28 13:30:03 UTC
QConf allows you to have a nice configure script for your qmake-based project.
It is intended for developers who don't need (or want) to use the more
complex GNU autotools. With qconf/qmake, it is easy to maintain a
cross-platform project that uses a familiar configuration interface on unix.

Fix: Patch attached with submission follows:
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-30 19:51:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-09 23:29:15 UTC
makc        2010-10-09 22:29:11 UTC

  FreeBSD ports repository

  Added files:
    devel/qconf          Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add new port devel/qconf:
  
  QConf allows you to have a nice configure script for your qmake-based
  project. It is intended for developers who don't need (or want) to
  use the more complex GNU autotools. With qconf/qmake, it is easy
  to maintain a cross-platform project that uses a familiar configuration
  interface on unix.
  
  WWW:    http://delta.affinix.com/qconf/
  
  PR:             based on ports/151028
  Submitted by:   Andreev Maxim <andreevmaxim at gmail.com>
  
  Revision  Changes    Path
  1.1       +27 -0     ports/devel/qconf/Makefile (new)
  1.1       +3 -0      ports/devel/qconf/distinfo (new)
  1.1       +7 -0      ports/devel/qconf/pkg-descr (new)
  1.1       +11 -0     ports/devel/qconf/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 Max Brazhnikov freebsd_committer freebsd_triage 2010-10-09 23:32:41 UTC
State Changed
From-To: open->closed

Committed with some modifications.