| Summary: | [NEW PORT] misc/xsw: a tool for generating presentations | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Charlie Kester <corky1951> | ||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: open->feedback Fails on 6.x http://people.freebsd.org/~amdmi3/xsw-0.3.5.log Attached is a revised port Makefile which passes all tests in my
6.4-FreeBSD tinderbox.
Changes:
Replace LIB_DEPENDS with USE_SDL
Add ${PTHREAD_LIBS} to CONFIGURE_ENV
* Charlie Kester (corky1951@comcast.net) wrote: > Replace LIB_DEPENDS with USE_SDL Yep, thanks, I forgot to mention that. Also, are you sure you need all the extra complexity only to favor NO_INSTALL_MANPAGES no one really uses? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru Even if it's true that no one uses NO_INSTALL_MANPAGES we should still honor the implied promise that it will work. So unless you strongly object, let's leave the ifndef's in there. amdmi3 2010-03-30 18:13:51 UTC
FreeBSD ports repository
Modified files:
misc Makefile
Added files:
misc/xsw Makefile distinfo pkg-descr pkg-plist
Log:
xsw is a tool for generating presentations.
It uses a simple language to describe the slides.
An example xsw file is:
slide:
- "Hello" x:50 y:30 align:center
+ "World!"
WWW: http://code.google.com/xsw/
PR: 144841
Submitted by: Charlie Kester <corky1951@comcast.net>
Revision Changes Path
1.939 +1 -0 ports/misc/Makefile
1.1 +61 -0 ports/misc/xsw/Makefile (new)
1.1 +3 -0 ports/misc/xsw/distinfo (new)
1.1 +10 -0 ports/misc/xsw/pkg-descr (new)
1.1 +30 -0 ports/misc/xsw/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"
State Changed From-To: feedback->closed New port added, with minor changes. Thanks! |
xsw is a tool for generating presentations. It uses a simple language to describe the slides. An example xsw file is: slide: - "Hello" x:50 y:30 align:center + "World!" WWW: http://code.google.com/xsw/