aboutsummaryrefslogtreecommitdiff
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-245-5/+10
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Upgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5.Satoshi Asami1995-03-225-8/+8
| | | | | | | Pointed-out by: Jason Boerner <chaos@rivers.oscs.montana.edu> Notes: svn path=/head/; revision=1181
* Add ImageMagick to the subdirs list.Andreas Schulz1995-03-191-3/+3
| | | | Notes: svn path=/head/; revision=1153
* Add a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11.Andreas Schulz1995-03-191-6/+10
| | | | Notes: svn path=/head/; revision=1152
* The makefiles now use some gmake constructs.Jeffrey Hsu1995-03-162-2/+4
| | | | Notes: svn path=/head/; revision=1140
* Author updated distribution w/o bumping version number.Jeffrey Hsu1995-03-162-2/+2
| | | | Notes: svn path=/head/; revision=1139
* Upgrade to 1.1.2 beta.Jeffrey Hsu1995-03-154-10/+8
| | | | Notes: svn path=/head/; revision=1132
* Use manifest constant CLOCKS_PER_SEC instead of sysconf(_SC_CLK_TCK).Jeffrey Hsu1995-03-064-12/+38
| | | | Notes: svn path=/head/; revision=1096
* Update to 1.1 beta.Jeffrey Hsu1995-03-062-6/+6
| | | | Notes: svn path=/head/; revision=1095
* Forgot to add bin/*merge when I changed it to use merged executables....Satoshi Asami1995-03-041-0/+4
| | | | | | | | *-< :) (<= this is me with the pointed hat) Pointed-out by: taob@gate.sinica.edu.tw Notes: svn path=/head/; revision=1083
* Distname is now pixmap2.6.tar.gz, not pixmap.tar.gz.Satoshi Asami1995-02-281-1/+1
| | | | Notes: svn path=/head/; revision=1067
* Grab source from mirror site (crl.dec.com)'s contrib/applications insteadSatoshi Asami1995-02-281-28/+3
| | | | | | | | | | | of R6untarred of ftp.x.org, these are more recent (although only comments have changed so far). Removed the fetch: target (which I assume was there so that it will always use ftp.freebsd.org even if MASTER_SITE_OVERRIDE wasn't set). Notes: svn path=/head/; revision=1066
* Add header.Satoshi Asami1995-02-281-0/+9
| | | | | | | Define PKGNAME to reflect version number (2.6). Notes: svn path=/head/; revision=1065
* Patch to Imakefile.Satoshi Asami1995-02-281-0/+24
| | | | | | | | | | | | (1) Add sed command to take out "Pixmap" from beginning of lines in app-defaults file. (2) Change /net/koala/... to $(INCDIR), etc. This was causing a very strange effect on my machine because (a) my amd is sitting on /net with a "hosts" map, and (b) there is a machine called "koala" on the net! ;) Notes: svn path=/head/; revision=1064
* Checksum.Satoshi Asami1995-02-281-0/+1
| | | | Notes: svn path=/head/; revision=1063
* Set MAKE_FLAGS so that the port honors ${PREFIX}.Jean-Marc Zucconi1995-02-272-2/+8
| | | | Notes: svn path=/head/; revision=1062
* port moved from the print directoryJean-Marc Zucconi1995-02-274-0/+62
| | | | Notes: svn path=/head/; revision=1054
* Fixed LIB_DEPENDS---xpm library has major version number 4, not 3.Satoshi Asami1995-02-271-1/+1
| | | | Notes: svn path=/head/; revision=1048
* Disable povray until someone fixes it. I try's to use the matherr functionsAndreas Schulz1995-02-261-2/+4
| | | | | | | and defines like DOMAIN, but we don't have them. Notes: svn path=/head/; revision=1042
* Use an explizit XMKMF= xmkmf. I will later change the bsd.por.mk to useAndreas Schulz1995-02-251-1/+2
| | | | | | | | a "xmkmf -a" instead of the xmkmf. This is cleaner and all ports should work that way. But some X-window ports having difficulties with that rule. Notes: svn path=/head/; revision=1040
* Changed all occurences of /usr/include/dore.h to relative includes in theAndreas Schulz1995-02-251-0/+61
| | | | | | | | tree. Change the -ldore to a -L../../../lib/i386 -ldore so that this port finds this library now. Notes: svn path=/head/; revision=1034
* Add dore.Jordan K. Hubbard1995-02-211-2/+2
| | | | Notes: svn path=/head/; revision=1012
* The Dore' graphics toolkit. This thing is a monster, but the examplesJordan K. Hubbard1995-02-199-0/+245
| | | | | | | | | are pretty impressive. This needs a lot more polishing to really do it justice, but this will at least give you the libraries, headers and an example to look at. Notes: svn path=/head/; revision=1009
* vcg - a visualization tool for compiler graphsJeffrey Hsu1995-02-1925-0/+2540
| | | | | | | Submitted by: Philippe Charnier <charnier@lirmm.fr> Notes: svn path=/head/; revision=1008
* Pixmap is a pixmap editor based on XPM libraryJean-Marc Zucconi1995-02-196-0/+93
| | | | Notes: svn path=/head/; revision=1007
* Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)Satoshi Asami1995-02-151-0/+52
| | | | | | | | | to render .ps files. Also calls gunzip to uncompress compressed files. Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=985
* Correct the packing list for netpbm. The manuals under man3 and man5 hasAndreas Schulz1995-02-131-8/+8
| | | | | | | also suffixes 3 and 5 not 1. Notes: svn path=/head/; revision=972
* Converted Makefiles as much as I could.Satoshi Asami1995-02-116-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Adjust package to match reality (sort of).Jordan K. Hubbard1995-02-091-15/+8
| | | | Notes: svn path=/head/; revision=913
* Mesa - a 3-D graphics library similiar to OpenGLJeffrey Hsu1995-02-076-0/+80
| | | | Notes: svn path=/head/; revision=908
* Upgrade to 3.10a (bugfix release)Gary Palmer1995-02-072-4/+4
| | | | Notes: svn path=/head/; revision=907
* Correct some brain-farts.Satoshi Asami1995-02-071-3/+3
| | | | | | | Pointed-out by: jmz Notes: svn path=/head/; revision=902
* A bunch of small corrections, most notably:Satoshi Asami1995-02-062-5/+14
| | | | | | | | | | (1) Create merged binaries (much, much smaller total size) (2) Use tiff library available in ports (3) Install manpages in section 3 and 5 correctly (4) Add missing executables to PLIST Notes: svn path=/head/; revision=899
* Upgrade to version 3.4dJordan K. Hubbard1995-02-064-5/+5
| | | | Notes: svn path=/head/; revision=896
* Upgrade this to 3.4d. Hmmm. Still have to investigate the effects of thisJordan K. Hubbard1995-02-061-3/+3
| | | | | | | | on all of those applications that depend on xpm. Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=895
* The manual page get installed as xanim.1.gz instead of xanim.1x. CorrectAndreas Schulz1995-02-041-1/+1
| | | | | | | the packing list for that. Notes: svn path=/head/; revision=878
* Initial revisionJordan K. Hubbard1995-01-3110-0/+10
| | | | Notes: svn path=/head/; revision=862
* And the last correction for the "new" make from me for today :-).Andreas Schulz1995-01-291-2/+21
| | | | Notes: svn path=/head/; revision=850
* Fix this up so it contains valid checksumsGary Palmer1995-01-283-9/+9
| | | | Notes: svn path=/head/; revision=841
* Upgrade, 3.1.2 -> 3.1.3Satoshi Asami1995-01-2810-42/+56
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=839
* Call the package "jpeg-5a". Kinda confusing to call the binary packageSatoshi Asami1995-01-282-2/+4
| | | | | | | | "jpegsrc.v5a". ^^^ Notes: svn path=/head/; revision=837
* *** empty log message ***Satoshi Asami1995-01-244-4/+10
| | | | Notes: svn path=/head/; revision=815
* Upgrade to 3.1.2 from 3.0. The previous cvs commit bombed in the middleSatoshi Asami1995-01-242-2/+2
| | | | | | | | | (right after I typed '!') saying "ci warning: missing message for -m option" and started asking for commit messages with >>. Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=814
* *** empty log message ***Satoshi Asami1995-01-242-10/+16
| | | | Notes: svn path=/head/; revision=813
* Upgrade from 3.0 to 3.1.2.Satoshi Asami1995-01-242-8/+6
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=812
* Add the netpbm port back.Jordan K. Hubbard1995-01-131-2/+3
| | | | Notes: svn path=/head/; revision=765
* Update DEPENDS lines to point to the new relocated ports.Jordan K. Hubbard1995-01-134-8/+9
| | | | Notes: svn path=/head/; revision=762
* New graphics groupJordan K. Hubbard1995-01-131-0/+5
| | | | Notes: svn path=/head/; revision=756
* xfig-3.0, port done by roberto. Thanks, Ollivier!Satoshi Asami1995-01-0512-408/+70
| | | | | | | Submitted by: roberto Notes: svn path=/head/; revision=715
* Be a little more explicit on what it does.Satoshi Asami1995-01-041-1/+1
| | | | Notes: svn path=/head/; revision=701