aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Add Mesa (doesn't install) and vcg (can't connect to master site) toasami1995-05-141-1/+4
| | | | BROKEN list.
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-3/+2
| | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
* Add NO_PACKAGE.asami1995-05-141-1/+4
|
* Reorder things in alphabetical order.asami1995-05-131-4/+4
|
* Upgrade to xanim 2.69.7.8smace1995-05-044-7/+7
| | | | xanim now supports audio!
* Checksum mismatch -- this one is fetched from the first master siteasami1995-05-021-1/+1
| | | | and compiled & installed OK so let me just update the checksum.
* manpages installed in /usr/local, not /usr/X11R6asami1995-04-241-10/+10
|
* Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :pasami1995-04-182-6/+6
| | | | Pointed-out by: pkg_create
* add "-c" to installtorstenb1995-04-171-2/+2
|
* Upgrade to 3.6.2.roberto1995-04-163-5/+5
|
* Upgrade, 5a -> 5b. I changed shlib version from 5.0 to 5.1.asami1995-04-1610-30/+32
| | | | Someone please take a look!
* Add pixmap to SUBDIR listjmz1995-04-141-2/+2
|
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-111-1/+2
|
* Yet another round of Makefile updates, graphics version.asami1995-04-0921-88/+123
|
* Make this go to the right place for -lX11 (-l${PREFIX}/lib).jkh1995-04-042-4/+6
| | | | !! ** This also requires my patch to bsd.port.mk for USE_X11 ** !!
* Upgrade to 1.1.3beta.hsu1995-04-044-8/+8
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-0121-20/+41
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Change the X11BASE to PREFIX so that the -lX11 gets found. X11BASE doesn'tats1995-03-301-1/+1
| | | | show up in the makefiles in the deeper directories.
* MD5 checksum for ImageMagickgpalmer1995-03-281-0/+1
|
* Upgrade to 3.6gpalmer1995-03-281-2/+5
|
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-245-5/+10
| | | | and some other minor cleanup.
* Upgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5.asami1995-03-225-8/+8
| | | | Pointed-out by: Jason Boerner <chaos@rivers.oscs.montana.edu>
* Add ImageMagick to the subdirs list.ats1995-03-201-3/+3
|
* Add a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11.ats1995-03-191-6/+10
|
* The makefiles now use some gmake constructs.hsu1995-03-162-2/+4
|
* Author updated distribution w/o bumping version number.hsu1995-03-162-2/+2
|
* Upgrade to 1.1.2 beta.hsu1995-03-164-10/+8
|
* Use manifest constant CLOCKS_PER_SEC instead of sysconf(_SC_CLK_TCK).hsu1995-03-064-12/+38
|
* Update to 1.1 beta.hsu1995-03-062-6/+6
|
* Forgot to add bin/*merge when I changed it to use merged executables....asami1995-03-041-0/+4
| | | | | *-< :) (<= this is me with the pointed hat) Pointed-out by: taob@gate.sinica.edu.tw
* Distname is now pixmap2.6.tar.gz, not pixmap.tar.gz.asami1995-02-281-1/+1
|
* Grab source from mirror site (crl.dec.com)'s contrib/applications insteadasami1995-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).
* Add header.asami1995-02-281-0/+9
| | | | Define PKGNAME to reflect version number (2.6).
* Patch to Imakefile.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! ;)
* Checksum.asami1995-02-281-0/+1
|
* Set MAKE_FLAGS so that the port honors ${PREFIX}.jmz1995-02-282-2/+8
|
* port moved from the print directoryjmz1995-02-284-0/+62
|
* Fixed LIB_DEPENDS---xpm library has major version number 4, not 3.asami1995-02-271-1/+1
|
* Disable povray until someone fixes it. I try's to use the matherr functionsats1995-02-261-2/+4
| | | | and defines like DOMAIN, but we don't have them.
* Use an explizit XMKMF= xmkmf. I will later change the bsd.por.mk to useats1995-02-261-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.
* Changed all occurences of /usr/include/dore.h to relative includes in theats1995-02-261-0/+61
| | | | | tree. Change the -ldore to a -L../../../lib/i386 -ldore so that this port finds this library now.
* Add dore.jkh1995-02-221-2/+2
|
* The Dore' graphics toolkit. This thing is a monster, but the examplesjkh1995-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.
* vcg - a visualization tool for compiler graphshsu1995-02-1925-0/+2540
| | | | Submitted by: Philippe Charnier <charnier@lirmm.fr>
* Pixmap is a pixmap editor based on XPM libraryjmz1995-02-196-0/+93
|
* Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)asami1995-02-151-0/+52
| | | | | | to render .ps files. Also calls gunzip to uncompress compressed files. Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Correct the packing list for netpbm. The manuals under man3 and man5 hasats1995-02-141-8/+8
| | | | also suffixes 3 and 5 not 1.
* Converted Makefiles as much as I could.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!
* Adjust package to match reality (sort of).jkh1995-02-091-15/+8
|
* Mesa - a 3-D graphics library similiar to OpenGLhsu1995-02-086-0/+80
|
* Upgrade to 3.10a (bugfix release)gpalmer1995-02-072-4/+4
|
* Correct some brain-farts.asami1995-02-071-3/+3
| | | | Pointed-out by: jmz
* A bunch of small corrections, most notably: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
* Upgrade to version 3.4djkh1995-02-064-5/+5
|
* Upgrade this to 3.4d. Hmmm. Still have to investigate the effects of thisjkh1995-02-061-3/+3
| | | | | on all of those applications that depend on xpm. Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* The manual page get installed as xanim.1.gz instead of xanim.1x. Correctats1995-02-051-1/+1
| | | | the packing list for that.
* Initial revisionjkh1995-01-3110-0/+10
|
* And the last correction for the "new" make from me for today :-).ats1995-01-301-2/+21
|
* Fix this up so it contains valid checksumsgpalmer1995-01-293-9/+9
|
* Upgrade, 3.1.2 -> 3.1.3asami1995-01-2910-42/+56
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Call the package "jpeg-5a". Kinda confusing to call the binary packageasami1995-01-282-2/+4
| | | | | "jpegsrc.v5a". ^^^
* *** empty log message ***asami1995-01-244-4/+10
|
* Upgrade to 3.1.2 from 3.0. The previous cvs commit bombed in the middleasami1995-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>
* *** empty log message ***asami1995-01-242-10/+16
|
* Upgrade from 3.0 to 3.1.2.asami1995-01-242-8/+6
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Add the netpbm port back.jkh1995-01-131-2/+3
|
* Update DEPENDS lines to point to the new relocated ports.jkh1995-01-134-8/+9
|
* New graphics groupjkh1995-01-131-0/+5
|
* xfig-3.0, port done by roberto. Thanks, Ollivier!asami1995-01-0512-408/+70
| | | | Submitted by: roberto
* Be a little more explicit on what it does.asami1995-01-041-1/+1
|
* Added trailing / to ftp path.swallace1995-01-031-2/+2
|
* XPaint version 2.1.1swallace1995-01-034-0/+26
| | | | Depends on xpm, tiff, jpeg.
* Remove -g.jkh1994-12-302-8/+8
| | | | Submitted by: thomas
* Persistence of Vision Ray Tracer version 2.2swallace1994-12-2921-0/+249
| | | | Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald)
* Upgrade to 3.10. Doesn't need the 16-bit patch anymore. Also modifiedasami1994-12-244-7/+9
| | | | to use jpeg and tiff libraries from our port, not the xv distribution.
* mpeg_play version 2.0. NOT 2.0.1, that one requires Motif. :<asami1994-12-175-0/+44
| | | | | | Also includes patch to make it work on 15/16 bit displays, it shows up in all green on my 16-bit display (565) though. Somebody please check it....
* With my reversal of the INSTALL_MANPAGES logic in bsd.port.mk, none ofgpalmer1994-12-121-1/+0
| | | | these need to have INSTALL_MANPAGES= yes anymore.
* Added include files and libraries. By the way, why is this thing calledasami1994-12-082-0/+12
| | | | "jpegsrc.v5"? It ain't no source! ;)
* xli, xsetbg, xview, xlito (ver 1.16) - utilities to display images on X11asami1994-11-255-0/+46
| | | | (required by tkwww).
* Michael Reifenberger's xfig port.jkh1994-11-2310-0/+446
| | | | Submitted by: mr
* mpeg librarytorstenb1994-11-216-0/+180
|
* Add another master sitetorstenb1994-11-202-4/+4
|
* ARGH! I'm having a bad hair day. We gzip our manpages by defaultjkh1994-11-171-1/+1
| | | | now, don't we?
* I was wrong - there is a manpage. It's name is changed, that's all.jkh1994-11-171-0/+1
|
* Doesn't seem to be a manpage for sxpm these days. No big loss.jkh1994-11-171-1/+0
|
* Whoops - forgot to cvs add the package files for the last commit.jkh1994-11-173-0/+32
| | | | Here they are.
* Piero Serini's xanim port.jkh1994-11-074-0/+27
| | | | Submitted by: piero
* Import of the IJG's jpeg compression utilities release 5smace1994-11-068-0/+86
|
* Add pkg filessmace1994-11-063-0/+15
|
* Import of xv 3.01smace1994-10-311-0/+14
|
* Jean-Marc Zucconi's netpbm port.jkh1994-10-164-0/+561
| | | | Submitted by: jmz
* Bring in the xpm port. Package files to follow.jkh1994-09-141-0/+13