Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The ftp site is now changed from romulus.ucs.uoknor.edu to ftp.uoknor.edu. | ats | 1995-07-27 | 1 | -3/+2 |
| | | | | Change the Makefile accordingly. | ||||
* | Add xdl, convert to new format. | asami | 1995-07-18 | 1 | -5/+19 |
| | |||||
* | xdl-2.1, display DL animations on X screen. | asami | 1995-07-18 | 5 | -0/+32 |
| | |||||
* | Link with -lgnumalloc. Silence <malloc.h> warning along the way. | asami | 1995-07-05 | 1 | -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.6 | asami | 1995-06-26 | 5 | -10/+8 |
| | | | | (and this is correct!). | ||||
* | Add | asami | 1995-06-24 | 10 | -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. | ats | 1995-05-27 | 3 | -3/+3 |
| | |||||
* | Changed the hardocded /usr/X11R6 to ${X11BASE} so that people with older | ats | 1995-05-27 | 3 | -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's | asami | 1995-05-16 | 1 | -1/+3 |
| | | | | already in the Makefile) but it installs in /usr/X11R6. | ||||
* | Put back vcg, ftp site is back up. | asami | 1995-05-15 | 1 | -3/+2 |
| | |||||
* | Add Mesa (doesn't install) and vcg (can't connect to master site) to | asami | 1995-05-14 | 1 | -1/+4 |
| | | | | BROKEN list. | ||||
* | Clean up subdir Makefiles. They now all look like this: | asami | 1995-05-14 | 1 | -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. | asami | 1995-05-14 | 1 | -1/+4 |
| | |||||
* | Reorder things in alphabetical order. | asami | 1995-05-13 | 1 | -4/+4 |
| | |||||
* | Upgrade to xanim 2.69.7.8 | smace | 1995-05-04 | 4 | -7/+7 |
| | | | | xanim now supports audio! | ||||
* | Checksum mismatch -- this one is fetched from the first master site | asami | 1995-05-02 | 1 | -1/+1 |
| | | | | and compiled & installed OK so let me just update the checksum. | ||||
* | manpages installed in /usr/local, not /usr/X11R6 | asami | 1995-04-24 | 1 | -10/+10 |
| | |||||
* | Add missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :p | asami | 1995-04-18 | 2 | -6/+6 |
| | | | | Pointed-out by: pkg_create | ||||
* | add "-c" to install | torstenb | 1995-04-17 | 1 | -2/+2 |
| | |||||
* | Upgrade to 3.6.2. | roberto | 1995-04-16 | 3 | -5/+5 |
| | |||||
* | Upgrade, 5a -> 5b. I changed shlib version from 5.0 to 5.1. | asami | 1995-04-16 | 10 | -30/+32 |
| | | | | Someone please take a look! | ||||
* | Add pixmap to SUBDIR list | jmz | 1995-04-14 | 1 | -2/+2 |
| | |||||
* | Add MAINTAINER= jmz@FreeBSD.org | jmz | 1995-04-11 | 1 | -1/+2 |
| | |||||
* | Yet another round of Makefile updates, graphics version. | asami | 1995-04-09 | 21 | -88/+123 |
| | |||||
* | Make this go to the right place for -lX11 (-l${PREFIX}/lib). | jkh | 1995-04-04 | 2 | -4/+6 |
| | | | | !! ** This also requires my patch to bsd.port.mk for USE_X11 ** !! | ||||
* | Upgrade to 1.1.3beta. | hsu | 1995-04-04 | 4 | -8/+8 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 21 | -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't | ats | 1995-03-30 | 1 | -1/+1 |
| | | | | show up in the makefiles in the deeper directories. | ||||
* | MD5 checksum for ImageMagick | gpalmer | 1995-03-28 | 1 | -0/+1 |
| | |||||
* | Upgrade to 3.6 | gpalmer | 1995-03-28 | 1 | -2/+5 |
| | |||||
* | Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, | asami | 1995-03-24 | 5 | -5/+10 |
| | | | | and some other minor cleanup. | ||||
* | Upgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5. | asami | 1995-03-22 | 5 | -8/+8 |
| | | | | Pointed-out by: Jason Boerner <chaos@rivers.oscs.montana.edu> | ||||
* | Add ImageMagick to the subdirs list. | ats | 1995-03-20 | 1 | -3/+3 |
| | |||||
* | Add a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11. | ats | 1995-03-19 | 1 | -6/+10 |
| | |||||
* | The makefiles now use some gmake constructs. | hsu | 1995-03-16 | 2 | -2/+4 |
| | |||||
* | Author updated distribution w/o bumping version number. | hsu | 1995-03-16 | 2 | -2/+2 |
| | |||||
* | Upgrade to 1.1.2 beta. | hsu | 1995-03-16 | 4 | -10/+8 |
| | |||||
* | Use manifest constant CLOCKS_PER_SEC instead of sysconf(_SC_CLK_TCK). | hsu | 1995-03-06 | 4 | -12/+38 |
| | |||||
* | Update to 1.1 beta. | hsu | 1995-03-06 | 2 | -6/+6 |
| | |||||
* | Forgot to add bin/*merge when I changed it to use merged executables.... | asami | 1995-03-04 | 1 | -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. | asami | 1995-02-28 | 1 | -1/+1 |
| | |||||
* | Grab source from mirror site (crl.dec.com)'s contrib/applications instead | asami | 1995-02-28 | 1 | -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. | asami | 1995-02-28 | 1 | -0/+9 |
| | | | | Define PKGNAME to reflect version number (2.6). | ||||
* | Patch to Imakefile. | asami | 1995-02-28 | 1 | -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. | asami | 1995-02-28 | 1 | -0/+1 |
| | |||||
* | Set MAKE_FLAGS so that the port honors ${PREFIX}. | jmz | 1995-02-28 | 2 | -2/+8 |
| | |||||
* | port moved from the print directory | jmz | 1995-02-28 | 4 | -0/+62 |
| | |||||
* | Fixed LIB_DEPENDS---xpm library has major version number 4, not 3. | asami | 1995-02-27 | 1 | -1/+1 |
| | |||||
* | Disable povray until someone fixes it. I try's to use the matherr functions | ats | 1995-02-26 | 1 | -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 use | ats | 1995-02-26 | 1 | -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 the | ats | 1995-02-26 | 1 | -0/+61 |
| | | | | | tree. Change the -ldore to a -L../../../lib/i386 -ldore so that this port finds this library now. | ||||
* | Add dore. | jkh | 1995-02-22 | 1 | -2/+2 |
| | |||||
* | The Dore' graphics toolkit. This thing is a monster, but the examples | jkh | 1995-02-19 | 9 | -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 graphs | hsu | 1995-02-19 | 25 | -0/+2540 |
| | | | | Submitted by: Philippe Charnier <charnier@lirmm.fr> | ||||
* | Pixmap is a pixmap editor based on XPM library | jmz | 1995-02-19 | 6 | -0/+93 |
| | |||||
* | Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs) | asami | 1995-02-15 | 1 | -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 has | ats | 1995-02-14 | 1 | -8/+8 |
| | | | | also suffixes 3 and 5 not 1. | ||||
* | Converted Makefiles as much as I could. | asami | 1995-02-11 | 6 | -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). | jkh | 1995-02-09 | 1 | -15/+8 |
| | |||||
* | Mesa - a 3-D graphics library similiar to OpenGL | hsu | 1995-02-08 | 6 | -0/+80 |
| | |||||
* | Upgrade to 3.10a (bugfix release) | gpalmer | 1995-02-07 | 2 | -4/+4 |
| | |||||
* | Correct some brain-farts. | asami | 1995-02-07 | 1 | -3/+3 |
| | | | | Pointed-out by: jmz | ||||
* | A bunch of small corrections, most notably: | asami | 1995-02-06 | 2 | -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.4d | jkh | 1995-02-06 | 4 | -5/+5 |
| | |||||
* | Upgrade this to 3.4d. Hmmm. Still have to investigate the effects of this | jkh | 1995-02-06 | 1 | -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. Correct | ats | 1995-02-05 | 1 | -1/+1 |
| | | | | the packing list for that. | ||||
* | Initial revision | jkh | 1995-01-31 | 10 | -0/+10 |
| | |||||
* | And the last correction for the "new" make from me for today :-). | ats | 1995-01-30 | 1 | -2/+21 |
| | |||||
* | Fix this up so it contains valid checksums | gpalmer | 1995-01-29 | 3 | -9/+9 |
| | |||||
* | Upgrade, 3.1.2 -> 3.1.3 | asami | 1995-01-29 | 10 | -42/+56 |
| | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> | ||||
* | Call the package "jpeg-5a". Kinda confusing to call the binary package | asami | 1995-01-28 | 2 | -2/+4 |
| | | | | | "jpegsrc.v5a". ^^^ | ||||
* | *** empty log message *** | asami | 1995-01-24 | 4 | -4/+10 |
| | |||||
* | Upgrade to 3.1.2 from 3.0. The previous cvs commit bombed in the middle | asami | 1995-01-24 | 2 | -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 *** | asami | 1995-01-24 | 2 | -10/+16 |
| | |||||
* | Upgrade from 3.0 to 3.1.2. | asami | 1995-01-24 | 2 | -8/+6 |
| | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> | ||||
* | Add the netpbm port back. | jkh | 1995-01-13 | 1 | -2/+3 |
| | |||||
* | Update DEPENDS lines to point to the new relocated ports. | jkh | 1995-01-13 | 4 | -8/+9 |
| | |||||
* | New graphics group | jkh | 1995-01-13 | 1 | -0/+5 |
| | |||||
* | xfig-3.0, port done by roberto. Thanks, Ollivier! | asami | 1995-01-05 | 12 | -408/+70 |
| | | | | Submitted by: roberto | ||||
* | Be a little more explicit on what it does. | asami | 1995-01-04 | 1 | -1/+1 |
| | |||||
* | Added trailing / to ftp path. | swallace | 1995-01-03 | 1 | -2/+2 |
| | |||||
* | XPaint version 2.1.1 | swallace | 1995-01-03 | 4 | -0/+26 |
| | | | | Depends on xpm, tiff, jpeg. | ||||
* | Remove -g. | jkh | 1994-12-30 | 2 | -8/+8 |
| | | | | Submitted by: thomas | ||||
* | Persistence of Vision Ray Tracer version 2.2 | swallace | 1994-12-29 | 21 | -0/+249 |
| | | | | Submitted by: jmacd@uclink.berkeley.edu (Josh MacDonald) | ||||
* | Upgrade to 3.10. Doesn't need the 16-bit patch anymore. Also modified | asami | 1994-12-24 | 4 | -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. :< | asami | 1994-12-17 | 5 | -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 of | gpalmer | 1994-12-12 | 1 | -1/+0 |
| | | | | these need to have INSTALL_MANPAGES= yes anymore. | ||||
* | Added include files and libraries. By the way, why is this thing called | asami | 1994-12-08 | 2 | -0/+12 |
| | | | | "jpegsrc.v5"? It ain't no source! ;) | ||||
* | xli, xsetbg, xview, xlito (ver 1.16) - utilities to display images on X11 | asami | 1994-11-25 | 5 | -0/+46 |
| | | | | (required by tkwww). | ||||
* | Michael Reifenberger's xfig port. | jkh | 1994-11-23 | 10 | -0/+446 |
| | | | | Submitted by: mr | ||||
* | mpeg library | torstenb | 1994-11-21 | 6 | -0/+180 |
| | |||||
* | Add another master site | torstenb | 1994-11-20 | 2 | -4/+4 |
| | |||||
* | ARGH! I'm having a bad hair day. We gzip our manpages by default | jkh | 1994-11-17 | 1 | -1/+1 |
| | | | | now, don't we? | ||||
* | I was wrong - there is a manpage. It's name is changed, that's all. | jkh | 1994-11-17 | 1 | -0/+1 |
| | |||||
* | Doesn't seem to be a manpage for sxpm these days. No big loss. | jkh | 1994-11-17 | 1 | -1/+0 |
| | |||||
* | Whoops - forgot to cvs add the package files for the last commit. | jkh | 1994-11-17 | 3 | -0/+32 |
| | | | | Here they are. | ||||
* | Piero Serini's xanim port. | jkh | 1994-11-07 | 4 | -0/+27 |
| | | | | Submitted by: piero | ||||
* | Import of the IJG's jpeg compression utilities release 5 | smace | 1994-11-06 | 8 | -0/+86 |
| | |||||
* | Add pkg files | smace | 1994-11-06 | 3 | -0/+15 |
| | |||||
* | Import of xv 3.01 | smace | 1994-10-31 | 1 | -0/+14 |
| | |||||
* | Jean-Marc Zucconi's netpbm port. | jkh | 1994-10-16 | 4 | -0/+561 |
| | | | | Submitted by: jmz | ||||
* | Bring in the xpm port. Package files to follow. | jkh | 1994-09-14 | 1 | -0/+13 |