aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Delete @cwd, @mode, @owner and @group from these packing lists.asami1995-11-131-4/+0
| | | | Reported by: jkh
* Use @cd to switch between /usr/local and /usr/X11R6, not absolute pathnames.asami1995-11-131-38/+40
| | | | This package properly pkg_adds again now.
* Add xbmbrowser.asami1995-11-091-1/+2
|
* View complete directories of X bitmaps and X pixmaps.asami1995-11-096-0/+79
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-096-6/+6
| | | | lot of ports or what! ;>
* fixed COMMENTSerich1995-10-291-1/+1
|
* Remove NO_PACKAGE, this comes as a binary package but it is redistributable.asami1995-10-121-3/+3
|
* (1) Change second master site's path (netcom)asami1995-10-114-8/+8
| | | | | | (2) Add "/sbin" to ldconfig's path Submitted by: me
* fixed EXEC_DEPENDS => RUN_DEPENDSerich1995-10-051-2/+6
| | | | added myself as maintainer
* Add missing manpageache1995-10-041-0/+1
|
* Change jpeg library major to 6ache1995-10-045-10/+10
|
* Added spigot library.asami1995-10-031-1/+2
|
* The libspigot library. Required by nv. Note this is a binary package.asami1995-10-035-0/+26
| | | | Submitted by: james
* Do not build regular objects with -fpicache1995-10-0210-28/+34
| | | | | Build complete .so set Upgrade to version 6
* Upgrade, 3.1.3 -> 3.1.4.asami1995-09-2612-56/+90
| | | | Submitted by: Cristian Ferretti <cfs@riemann.mat.puc.cl>
* Upgrade to 2.70.1ache1995-09-233-7/+6
|
* Added xfractint.asami1995-09-091-1/+2
|
* The Unix port of fractint, a program to calculate pretty fractals.asami1995-09-097-0/+207
| | | | Submitted by: "Hector Gonzalez Jaime." <CACHO@mexicano.gdl.iteso.mx>
* (1) Take out x11 from CATEGORIES, we don't put it there just because itasami1995-08-291-7/+8
| | | | | | | uses X. (2) libfwf is a static library, so take it out of LIB_DEPENDS. (3) Add the version number to "Xpm:..." in the other LIB_DEPENDS. (4) Reorder variables, we have a standard for these things now.
* Add aero to SUBDIRsjkh1995-08-281-1/+2
|
* A povray modeller. I tweaked the original to also install the examplesjkh1995-08-286-0/+164
| | | | | since nobody reads man pages anymore. Submitted by: "Eric L. Hernes" <erich@lodgenet.com>
* Add blurb about animation formats from the man page. Without this,asami1995-08-151-3/+41
| | | | the DESCR file is not very useful. ;)
* change XMKMF from "xmkmf" to "xmkmf -a" because the "make Makefiles" hacktorstenb1995-08-071-2/+1
| | | | has been removed from bsd.port.mk (rev. 1.173)
* Add xgrasp.asami1995-07-291-1/+2
|
* xgrasp-1.7d, display GL animations in an X window. It only works onasami1995-07-295-0/+33
| | | | 8-bit Pseudocolor displays. :<
* The ftp site is now changed from romulus.ucs.uoknor.edu to ftp.uoknor.edu.ats1995-07-271-3/+2
| | | | Change the Makefile accordingly.
* Add xdl, convert to new format.asami1995-07-181-5/+19
|
* xdl-2.1, display DL animations on X screen.asami1995-07-185-0/+32
|
* Link with -lgnumalloc. Silence <malloc.h> warning along the way.asami1995-07-051-0/+74
| | | | | | | | | | | | | | | | | Original idea is ---------------- From: Kai Vorma <vode@snakemail.hut.fi> To: Lars Gerhard Kuehl <lars@elbe.desy.de> Cc: FreeBSD-hackers@freefall.cdrom.com Subject: Re: dlmalloc : Okay, not faster, but it used memory better. Try xv with standard malloc, then dlmalloc and finally GNU-malloc. With standard malloc xv grows until it hits datasize limit (16MB) and dies (usually after 10 or so big jpegs). With dlmalloc xv's VZS was about 15MB after last picture of that particular set and with GNU malloc it was about 11MB. :
* Upgrade, 3.4e -> 3.4f. Shared library version has changed 4.5 -> 4.6asami1995-06-265-10/+8
| | | | (and this is correct!).
* Addasami1995-06-2410-5/+25
| | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
* Forgot a $ sign in the previous commit of the patch file.ats1995-05-273-3/+3
|
* Changed the hardocded /usr/X11R6 to ${X11BASE} so that people with olderats1995-05-273-6/+6
| | | | | Xfree releases get a chance. Added into the loaderflags a -L${X11}/lib so that the X11 libraries can be found.
* Add "USE_X11=yes" this port doesn't require explicit xmkmf (it'sasami1995-05-161-1/+3
| | | | already in the Makefile) but it installs in /usr/X11R6.
* Put back vcg, ftp site is back up.asami1995-05-151-3/+2
|
* 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