Commit Graph

78 Commits

Author SHA1 Message Date
Jordan K. Hubbard
4695e6bfc5 Make this go to the right place for -lX11 (-l${PREFIX}/lib).
!! ** This also requires my patch to bsd.port.mk for USE_X11 ** !!
1995-04-04 06:09:38 +00:00
Jeffrey Hsu
bd32ba8d99 Upgrade to 1.1.3beta. 1995-04-04 04:56:38 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
b38bf2eff2 Change the X11BASE to PREFIX so that the -lX11 gets found. X11BASE doesn't
show up in the makefiles in the deeper directories.
1995-03-29 19:18:28 +00:00
Gary Palmer
0c9abd6231 MD5 checksum for ImageMagick 1995-03-28 06:30:19 +00:00
Gary Palmer
0a06f9c8da Upgrade to 3.6 1995-03-28 06:29:01 +00:00
Satoshi Asami
35af96374a Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Satoshi Asami
6a9a45d040 Upgrade, 3.4d -> 3.4e. The shlib version number changed from 4.4 -> 4.5.
Pointed-out by:	Jason Boerner <chaos@rivers.oscs.montana.edu>
1995-03-22 11:02:02 +00:00
Andreas Schulz
064e2f3948 Add ImageMagick to the subdirs list. 1995-03-19 16:19:15 +00:00
Andreas Schulz
2a3d1ecea6 Add a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11. 1995-03-19 14:36:06 +00:00
Jeffrey Hsu
e5d5d8902c The makefiles now use some gmake constructs. 1995-03-16 08:40:01 +00:00
Jeffrey Hsu
22c9bb89aa Author updated distribution w/o bumping version number. 1995-03-16 04:38:02 +00:00
Jeffrey Hsu
417668e48f Upgrade to 1.1.2 beta. 1995-03-15 17:03:00 +00:00
Jeffrey Hsu
238ae5d91f Use manifest constant CLOCKS_PER_SEC instead of sysconf(_SC_CLK_TCK). 1995-03-06 04:37:23 +00:00
Jeffrey Hsu
ac72a2621c Update to 1.1 beta. 1995-03-06 04:35:27 +00:00
Satoshi Asami
0e3481deb7 Forgot to add bin/*merge when I changed it to use merged executables....
*-< :)  (<= this is me with the pointed hat)
Pointed-out by:	taob@gate.sinica.edu.tw
1995-03-04 01:15:50 +00:00
Satoshi Asami
1d518bc638 Distname is now pixmap2.6.tar.gz, not pixmap.tar.gz. 1995-02-28 05:07:23 +00:00
Satoshi Asami
a376b9dfd7 Grab source from mirror site (crl.dec.com)'s contrib/applications instead
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).
1995-02-28 05:06:26 +00:00
Satoshi Asami
713d629c8f Add header.
Define PKGNAME to reflect version number (2.6).
1995-02-28 01:09:58 +00:00
Satoshi Asami
169b5ef313 Patch to Imakefile.
(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! ;)
1995-02-28 00:44:12 +00:00
Satoshi Asami
26ad8fd603 Checksum. 1995-02-28 00:41:20 +00:00
Jean-Marc Zucconi
ba0427ef72 Set MAKE_FLAGS so that the port honors ${PREFIX}. 1995-02-27 23:51:31 +00:00
Jean-Marc Zucconi
c8753aae49 port moved from the print directory 1995-02-27 21:43:12 +00:00
Satoshi Asami
e3ec1819b4 Fixed LIB_DEPENDS---xpm library has major version number 4, not 3. 1995-02-27 13:48:19 +00:00
Andreas Schulz
527610a23d Disable povray until someone fixes it. I try's to use the matherr functions
and defines like DOMAIN, but we don't have them.
1995-02-26 01:19:17 +00:00
Andreas Schulz
16676650f9 Use an explizit XMKMF= xmkmf. I will later change the bsd.por.mk to use
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.
1995-02-25 22:04:23 +00:00
Andreas Schulz
6f98e257b3 Changed all occurences of /usr/include/dore.h to relative includes in the
tree. Change the -ldore to a -L../../../lib/i386 -ldore so that this port
finds this library now.
1995-02-25 17:18:23 +00:00
Jordan K. Hubbard
d6c060f6f6 Add dore. 1995-02-21 17:16:25 +00:00
Jordan K. Hubbard
cd211f014f The Dore' graphics toolkit. This thing is a monster, but the examples
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.
1995-02-19 10:34:09 +00:00
Jeffrey Hsu
3df7b21931 vcg - a visualization tool for compiler graphs
Submitted by:	Philippe Charnier <charnier@lirmm.fr>
1995-02-19 09:25:45 +00:00
Jean-Marc Zucconi
3f47621e58 Pixmap is a pixmap editor based on XPM library 1995-02-19 03:22:36 +00:00
Satoshi Asami
008f57b428 Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)
to render .ps files.  Also calls gunzip to uncompress compressed files.

Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-02-15 03:06:42 +00:00
Andreas Schulz
50e056c550 Correct the packing list for netpbm. The manuals under man3 and man5 has
also suffixes 3 and 5 not 1.
1995-02-13 22:23:35 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(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!
1995-02-11 13:51:48 +00:00
Jordan K. Hubbard
9e75bdf5b2 Adjust package to match reality (sort of). 1995-02-09 09:39:21 +00:00
Jeffrey Hsu
5871577329 Mesa - a 3-D graphics library similiar to OpenGL 1995-02-07 21:58:10 +00:00
Gary Palmer
21f759cdc5 Upgrade to 3.10a (bugfix release) 1995-02-07 07:40:21 +00:00
Satoshi Asami
794a4c0b79 Correct some brain-farts.
Pointed-out by:	jmz
1995-02-07 01:32:21 +00:00
Satoshi Asami
b456c121a1 A bunch of small corrections, most notably:
(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
1995-02-06 10:25:17 +00:00
Jordan K. Hubbard
2162a1b2c8 Upgrade to version 3.4d 1995-02-06 08:10:27 +00:00
Jordan K. Hubbard
a695ff61d3 Upgrade this to 3.4d. Hmmm. Still have to investigate the effects of this
on all of those applications that depend on xpm.
Submitted by:	"Philippe Charnier" <charnier@lirmm.fr>
1995-02-06 08:09:33 +00:00
Andreas Schulz
8f282f704c The manual page get installed as xanim.1.gz instead of xanim.1x. Correct
the packing list for that.
1995-02-04 23:39:23 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Andreas Schulz
a79b2ac9c8 And the last correction for the "new" make from me for today :-). 1995-01-29 22:06:18 +00:00
Gary Palmer
447215fe99 Fix this up so it contains valid checksums 1995-01-28 22:48:39 +00:00
Satoshi Asami
9cda78b31f Upgrade, 3.1.2 -> 3.1.3
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-01-28 18:29:35 +00:00
Satoshi Asami
1ae2e8dcc2 Call the package "jpeg-5a". Kinda confusing to call the binary package
"jpegsrc.v5a".
     ^^^
1995-01-28 07:26:11 +00:00
Satoshi Asami
c7030925e5 *** empty log message *** 1995-01-24 06:00:53 +00:00
Satoshi Asami
add4887954 Upgrade to 3.1.2 from 3.0. The previous cvs commit bombed in the middle
(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>
1995-01-24 05:59:55 +00:00
Satoshi Asami
41c3677bad *** empty log message *** 1995-01-24 05:54:23 +00:00