summaryrefslogtreecommitdiff
path: root/graphics (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-011-5/+4
| | | | | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) Notes: svn path=/head/; revision=14974
* Add jpeg dependency.Satoshi Asami1998-11-291-2/+3
| | | | Notes: svn path=/head/; revision=14957
* More missing dependencies.Satoshi Asami1998-11-292-2/+5
| | | | Notes: svn path=/head/; revision=14954
* This port requires X.Satoshi Asami1998-11-291-1/+2
| | | | Notes: svn path=/head/; revision=14943
* A few more USE_XLIBs.Satoshi Asami1998-11-282-3/+5
| | | | Notes: svn path=/head/; revision=14930
* Add USE_XLIB.Satoshi Asami1998-11-282-2/+6
| | | | Notes: svn path=/head/; revision=14929
* Mark this broken:Satoshi Asami1998-11-281-1/+2
| | | | | | | | | | | | | | | --- cc -O -pipe -o rayshade main.o raytrace.o version.o ../libshade/libshade.a ../libray/libray.a /usr/local/lib/librle.a -lm imagetext.o: Undefined symbol `_ImageRead' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment imagetext.o: Undefined symbol `_ImageIndex' referenced from text segment *** Error code 1 Stop. Notes: svn path=/head/; revision=14925
* Unbreak by fixing manpage variables.Satoshi Asami1998-11-281-5/+2
| | | | | | | | PR: 8869 Submitted by: zach@gaffaneys.com Notes: svn path=/head/; revision=14920
* Added patch-aa so this didn't break in -CURRENTBill Fumerola1998-11-252-6/+21
| | | | | | | | | | | | UnBROKENed Makefile, and changed HAS_CONFIGURE to the more appropriate GNU_CONFIGURE. Port builds on -STABLE(jade.chc-chimes.com) and -CURRENT(bento) now. PR: ports/8807 Submitted by: Ian Struble <ian@disavowed.broken.net> Notes: svn path=/head/; revision=14900
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-2518-35/+35
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* Create libtiff.so symlink for a.out case.Satoshi Asami1998-11-251-2/+7
| | | | Notes: svn path=/head/; revision=14891
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-2527-229/+73
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Upgrade to version 4.1.4Justin M. Seger1998-11-233-5/+6
| | | | Notes: svn path=/head/; revision=14817
* Remove name of package from front.Satoshi Asami1998-11-232-2/+2
| | | | Notes: svn path=/head/; revision=14793
* Don't create ${WRKDIR} in post-fetch. This should have been gone with 1.2.Satoshi Asami1998-11-221-4/+1
| | | | Notes: svn path=/head/; revision=14754
* Change MAINTAINER from flathill@flathill.gr.jp to flathill@FreeBSD.ORGSeiichirou Hiraoka1998-11-224-6/+6
| | | | Notes: svn path=/head/; revision=14750
* The qgl port has been subsumed by the Qt ports with version greaterSteve Price1998-11-211-2/+1
| | | | | | | | | | than 1.40. PR: 8660 Submitted by: maintainer Notes: svn path=/head/; revision=14740
* Fix MASTER_SITESeiichirou Hiraoka1998-11-211-2/+2
| | | | Notes: svn path=/head/; revision=14739
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-2111-22/+22
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* Update master site.Thomas Gellekum1998-11-202-4/+4
| | | | Notes: svn path=/head/; revision=14714
* Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR toSatoshi Asami1998-11-204-18/+33
| | | | | | | | | | | | | | | | | | | | | | share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename. Notes: svn path=/head/; revision=14709
* Activate gtkfig.Vanilla I. Shu1998-11-191-1/+2
| | | | Notes: svn path=/head/; revision=14690
* Import gtkfig, it is figure-drawing tools.Vanilla I. Shu1998-11-195-0/+32
| | | | | | | | PR: ports/8734 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Notes: svn path=/head/; revision=14689
* Got distfile, unbreak.Satoshi Asami1998-11-181-3/+1
| | | | Notes: svn path=/head/; revision=14642
* These two are no longer broken due to gnome/gtk.Satoshi Asami1998-11-181-3/+1
| | | | Notes: svn path=/head/; revision=14641
* Add ports/graphics/Makefile SUBDIR+={xmagv,xpx}Seiichirou Hiraoka1998-11-181-1/+3
| | | | Notes: svn path=/head/; revision=14630
* Initial Import xpx.Seiichirou Hiraoka1998-11-185-0/+46
| | | | | | | Xpx is a simple pixel editing tool to make datas for KISS Notes: svn path=/head/; revision=14629
* Initial Import xmagv.Seiichirou Hiraoka1998-11-185-0/+44
| | | | | | | xmagv display the MAG format image. Notes: svn path=/head/; revision=14628
* Mark broken, can't fetch.Satoshi Asami1998-11-171-1/+3
| | | | Notes: svn path=/head/; revision=14591
* Activate qcread.Bill Fumerola1998-11-161-1/+2
| | | | Notes: svn path=/head/; revision=14576
* qcread - a quick cam viewer discussed in -hackersBill Fumerola1998-11-166-0/+66
| | | | | | | PR: ports/7732 Notes: svn path=/head/; revision=14575
* Upgrade to 0.5.0.Vanilla I. Shu1998-11-162-6/+6
| | | | Notes: svn path=/head/; revision=14569
* Install header files.Thomas Gellekum1998-11-162-1/+8
| | | | Notes: svn path=/head/; revision=14554
* This is broken only on -current. I suspect it gets confused by system perl.Satoshi Asami1998-11-161-2/+7
| | | | Notes: svn path=/head/; revision=14553
* Mark BROKEN:Justin M. Seger1998-11-151-1/+2
| | | | | | | | | | | | checking for Perl language... expr: syntax error expr: syntax error expr: syntax error built v5.005_02 configure: error: required program perl'' not found *** Error code 1 Notes: svn path=/head/; revision=14538
* Mark BROKEN. Uses gnomelibsJustin M. Seger1998-11-151-1/+3
| | | | Notes: svn path=/head/; revision=14533
* Mark BROKEN for ELF: depends on FWFJustin M. Seger1998-11-151-1/+3
| | | | Notes: svn path=/head/; revision=14530
* was using naked '-lXm' rather than `${MOTIFLIB}'.David E. O'Brien1998-11-151-0/+11
| | | | Notes: svn path=/head/; revision=14525
* update to patched version that fix bug for 24-bit displaysDavid E. O'Brien1998-11-142-3/+3
| | | | Notes: svn path=/head/; revision=14524
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-1111-84/+100
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Oops, forgot some master sites.Thomas Gellekum1998-11-091-2/+4
| | | | Notes: svn path=/head/; revision=14424
* Update to version 0.30.Steve Price1998-11-093-16/+13
| | | | | | | | PR: 8581 Submitted by: maintainer Notes: svn path=/head/; revision=14416
* Fix distfile locationMartin Cracauer1998-11-052-4/+4
| | | | Notes: svn path=/head/; revision=14359
* Fix the problem of "make package"Vanilla I. Shu1998-11-051-6/+6
| | | | | | | Submitted by: Tom Jobbins <tom@tom.tj> Notes: svn path=/head/; revision=14358
* Activate py-imaging.Thomas Gellekum1998-11-051-1/+2
| | | | Notes: svn path=/head/; revision=14357
* New port py-imaging, the Python Image Library.Thomas Gellekum1998-11-057-0/+293
| | | | Notes: svn path=/head/; revision=14356
* Make sure that this properly finds all installed libraries and headers.Justin M. Seger1998-11-031-1/+1
| | | | | | | Submitted by: ache Notes: svn path=/head/; revision=14322
* Chase the checksum and make this compile again.Steve Price1998-11-022-24/+8
| | | | | | | PR: 8507 Notes: svn path=/head/; revision=14295
* Upgrade to version 4.1.3.Justin M. Seger1998-10-313-5/+8
| | | | Notes: svn path=/head/; revision=14276
* Make this port use LOOP_VAR and LOOP_OPTIONS for DOCFORMAT. While I'm here,Satoshi Asami1998-10-301-18/+8
| | | | | | | | make this port not overwrite ${PKGDIR}/PLIST (evil!) and clean up messages a bit. Notes: svn path=/head/; revision=14262