summaryrefslogtreecommitdiff
path: root/graphics (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-09-22Bug fix for 3.x: unbreak drivers (e.g. the gif driver) using the %VAL(...)Jean-Marc Zucconi1-1/+2
F77 feature. Notes: svn path=/head/; revision=21888
1999-09-22Use a find | xargs perl command in post-patch to replace the -lXm'sSatoshi Asami1-0/+4
with ${MOTIFLIB}'s in all Makefile.in's. (The substitution pattern will only work for -lXm's in the middle of a line but since it requires other libraries, I guess that's ok.) Notes: svn path=/head/; revision=21867
1999-09-21Update WWW: url.Dirk Froemberg1-1/+1
Notes: svn path=/head/; revision=21862
1999-09-21Fix distfile fennerage.Bill Fumerola2-4/+4
Respect CFLAGS. Quiet the build a bit. Notes: svn path=/head/; revision=21860
1999-09-21Upgrade to 0.35 with some additional PLIST sorting by me..Dirk Froemberg3-34/+34
PR: ports/13726 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer) Notes: svn path=/head/; revision=21848
1999-09-21Hm...seems the broken-ness is confined to 4-current now.Satoshi Asami1-2/+5
sampling.c: In function `UnitCirclePoint': sampling.c:116: syntax error before `/' sampling.c:116: warning: integer overflow in expression sampling.c:116: syntax error before `)' sampling.c:118: syntax error before `/' sampling.c:118: warning: integer overflow in expression sampling.c:118: syntax error before `)' sampling.c:122: syntax error before `/' sampling.c:122: warning: integer overflow in expression sampling.c:122: syntax error before `)' sampling.c:123: syntax error before `/' sampling.c:123: warning: integer overflow in expression sampling.c:123: syntax error before `)' *** Error code 1 Notes: svn path=/head/; revision=21847
1999-09-21Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=21841
1999-09-20Import of gxanim 0.45, a Gtk front-end to xanim.Matthew Hunt6-0/+57
PR: 13707 Submitted by: Rod Taylor <rod@idiotswitch.org> Notes: svn path=/head/; revision=21835
1999-09-20Activate gxanim.Matthew Hunt1-0/+1
Notes: svn path=/head/; revision=21834
1999-09-20Upgrade to 0.6.2.Thomas Gellekum6-162/+102
Notes: svn path=/head/; revision=21823
1999-09-20Activate opendx.Thomas Gellekum1-0/+1
Notes: svn path=/head/; revision=21821
1999-09-20New port opendx, the Open Source version of IBM's Data Explorer.Thomas Gellekum10-0/+2400
Notes: svn path=/head/; revision=21820
1999-09-20Remove '-m486' so this builds on FreeBSD/Alpha too.Steve Price1-0/+9
Notes: svn path=/head/; revision=21801
1999-09-20Escape the single quote in the FORBIDDEN message so we don't get complaintsSteve Price1-1/+1
about unterminated quoted strings. Notes: svn path=/head/; revision=21787
1999-09-18Update to version 1.3.1.Steve Price7-141/+77
PR: 13529 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21722
1999-09-18Update to KDE-1.1.2Stefan Eßer12-12/+136
Notes: svn path=/head/; revision=21711
1999-09-18The version number of libgif.so has changed to 5.Steve Price7-7/+7
Notes: svn path=/head/; revision=21701
1999-09-18Update to version 4.1.0.Steve Price8-18/+30
PR: 13528 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21700
1999-09-17Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner3-3/+3
Notes: svn path=/head/; revision=21694
1999-09-17Update to version 0.1.12Chris Piazza2-4/+7
Notes: svn path=/head/; revision=21685
1999-09-10Update to version 0.1.16Chris Piazza2-3/+3
Notes: svn path=/head/; revision=21622
1999-09-10Mark as forbidden since it uses gd and the author hasn't had time toMichael Haro1-0/+1
update it for the latest gd yet. Notes: svn path=/head/; revision=21574
1999-09-10Upgrade to 2.2.Thomas Gellekum4-12/+31
Notes: svn path=/head/; revision=21570
1999-09-10Add REQUIRES_MOTIF if Motif support is turned on. Necessary forSatoshi Asami1-0/+2
proper dependency info. Note that this port still doesn't build right (it needs to use ${MOTIFLIB} instead of -lXm). Notes: svn path=/head/; revision=21567
1999-09-10Add NO_LATEST_LINK, there is a newer version in the tree.Satoshi Asami3-0/+3
Notes: svn path=/head/; revision=21566
1999-09-10Remove gd-old port.Chuck Robey1-1/+0
Reviewed by: Satoshi. Notes: svn path=/head/; revision=21564
1999-09-09Upgrade to ver 2.1. Original author (that's me :) converted all accompanyingSatoshi Asami3-56/+56
images from GIF to PNG to avoid Unisys harassing. Notes: svn path=/head/; revision=21524
1999-09-09Add patch submitted by Randall, the FXTV authorRoger Hardiman1-0/+25
Notes: svn path=/head/; revision=21510
1999-09-09The ftp site and http site have tarballs with different checksums, soSatoshi Asami1-0/+1
list them both here. Notes: svn path=/head/; revision=21474
1999-09-09Update MAINTAINER's email addressChris Piazza1-1/+1
PR: 13648 Submitted by: maintainer Notes: svn path=/head/; revision=21470
1999-09-09Activate dc20packChris Piazza1-0/+1
Notes: svn path=/head/; revision=21464
1999-09-09Import of dc20pack.Chris Piazza7-0/+94
Dc20pack can control a Kodak DC20/25 digital camera via the embedded serial port. Pictures are initially downloaded in the camera's native format but can be converted to targa format. Note that I did not test this personally as I don't own a DC20/25 :). The submitter says that it works, though. PR: 12909 Submitted by: Maurice Castro <maurice@serc.rmit.edu.au> Notes: svn path=/head/; revision=21463
1999-09-08Add master site. portlint now complains that it's 26 lines long, butSatoshi Asami3-0/+6
I don't know where to cleave. Notes: svn path=/head/; revision=21426
1999-09-08Expand the patch to work on drivers without the XUSSR channel set too.Roger Hardiman1-4/+8
This means FXTV should be able to compile on the really old Bt848 driver that ships with FreeBSD 2.2.8 Notes: svn path=/head/; revision=21421
1999-09-08Patch to allow FXTV to compile on older Bt848 drivers without the AustralianRoger Hardiman1-0/+15
channel set Notes: svn path=/head/; revision=21414
1999-09-08Distfile changed, update checksum.Thomas Gellekum1-1/+1
Notes: svn path=/head/; revision=21406
1999-09-08Checksum changed, seems they deleted one html file.Satoshi Asami2-2/+1
Notes: svn path=/head/; revision=21390
1999-09-07Update to include the URL for newer Bt848 driversRoger Hardiman1-0/+11
Notes: svn path=/head/; revision=21374
1999-09-07The tiff port now lives in ports/graphics/tiff.Steve Price19-19/+19
Notes: svn path=/head/; revision=21367
1999-09-07Activate the tiff port and deactivate tiff34.Steve Price1-1/+1
Notes: svn path=/head/; revision=21366
1999-09-07Update to version 3.5.1 after repository copy.Steve Price4-13/+13
PR: 13565 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21365
1999-09-07Fix i386 specific breakage from the previous commit.Joseph Koshy1-4/+5
fpsetmask() is a macro on the i386; preprocessor commands are consequently not allowed in its argument list. Found by: PW's build scripts. Notes: svn path=/head/; revision=21364
1999-09-07Update FXTV to version 1.00Roger Hardiman6-39/+7
Notes: svn path=/head/; revision=21363
1999-09-07Update FXTV to version 1.00Roger Hardiman1-4/+9
This requires Bt848 driver version 1.66 or later. 3.2-RELEASE shipped with version 1.61. New drivers are in the 3.x-stable kernel source tree. They can also be found at http://www.freebsd.org/~roger or http://telepresence.dmem.strath.ac.uk/bt848 Notes: svn path=/head/; revision=21362
1999-09-07upgrade to 4.1.17David E. O'Brien3-4/+4
Notes: svn path=/head/; revision=21355
1999-09-06Activate the jgraph port.Steve Price1-0/+1
Notes: svn path=/head/; revision=21339
1999-09-06Initial import of jgraph version 8.3.Steve Price10-0/+1128
A tool for generating postscript graphs. PR: 13035 Submitted by: Alec Wolman <wolman@cs.washington.edu> Notes: svn path=/head/; revision=21338
1999-09-06Activate gif2pngChris Piazza1-0/+1
Notes: svn path=/head/; revision=21327
1999-09-06Import of gif2png.Chris Piazza5-0/+34
Gif2png simply converts CompuServe GIF files to the free PNG format. PR: 13479 Submitted by: Marcin Cieslak <saper@system.pl> Notes: svn path=/head/; revision=21325
1999-09-05Enable gd-old.Chuck Robey1-0/+1
Notes: svn path=/head/; revision=21278