aboutsummaryrefslogtreecommitdiff
path: root/www/Mosaic
Commit message (Collapse)AuthorAgeFilesLines
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-1/+2
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Fix build on -current.Kris Kennaway2002-01-261-0/+13
| | | | | | | | | | On an editorial note, I don't know what value there is in keeping this port in FreeBSD. Mosaic cannot even render its own homepage any more, because someone clever went and rewrote it in modern html complete with javascript. Farewell, 1997; hello 2002 :-) Notes: svn path=/head/; revision=53781
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47627
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252
* Add NO_CDROM and NO_PACKAGE to www/Mosaic port, to conform to the license.Trevor Johnson2000-12-311-0/+2
| | | | Notes: svn path=/head/; revision=36514
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-1/+1
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27430
* Add WWW:Dirk Froemberg2000-02-131-0/+2
| | | | Notes: svn path=/head/; revision=25766
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* Give port a MAINTAINER= ports@FreeBSD.org lineMichael Haro1999-06-271-2/+4
| | | | Notes: svn path=/head/; revision=19829
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* fix libjpeg version number to correspond with jpeg portDonald Burr1998-05-271-2/+2
| | | | Notes: svn path=/head/; revision=11165
* Current version of libjpeg is .8Steve Price1998-05-101-2/+2
| | | | | | | | PR: 6497 Submitted by: Ugo Paternostro <paterno@dsi.UNIFI.IT> Notes: svn path=/head/; revision=10939
* upgrade png majorAndrey A. Chernov1998-03-281-2/+2
| | | | Notes: svn path=/head/; revision=10366
* Add xpm to LIB_DEPENDS list.Satoshi Asami1997-02-121-2/+3
| | | | | | | Reported by: chad@anasazi.com (Chad R. Larson) Notes: svn path=/head/; revision=5580
* Fix jpeg majorAndrey A. Chernov1996-11-181-5/+5
| | | | | | | Misc cleanup Notes: svn path=/head/; revision=4560
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Remove libz dependency. I don't know why I missed this before.Satoshi Asami1996-08-191-3/+2
| | | | Notes: svn path=/head/; revision=3658
* Upgrade to 2.7b5Andrey A. Chernov1996-08-036-70/+201
| | | | Notes: svn path=/head/; revision=3509
* Upgrade, 2.7b2 -> 2.7b4. Also make it conform to Motif standard here.Satoshi Asami1996-04-117-373/+101
| | | | Notes: svn path=/head/; revision=2970
* Use png.so.0.* instead of png.so.0.81, will be upgradedAndrey A. Chernov1996-02-191-2/+2
| | | | Notes: svn path=/head/; revision=2725
* Upgrade to 2.7b2, support PNG images nowAndrey A. Chernov1995-12-059-170/+199
| | | | Notes: svn path=/head/; revision=2530
* Add "PKGNAME=mosaic-2.6". The DISTNAME of this port is "Mosaic-src-2.6",Satoshi Asami1995-11-291-1/+2
| | | | | | | | | | | | which is inappropriate as a package name because: (1) It contains the string "src" (2) A simple package is not allowed to have a name that starts with a capital letter. Remember, uppercase names are reserved for large software packages (Wnn, ImageMagick, etc.)! Notes: svn path=/head/; revision=2504
* Make mosaic work in 15/16bpp mode. I haven't tested it here (I don'tSatoshi Asami1995-11-291-0/+108
| | | | | | | | | have Motif!), but verifies that the patch at least applies. Submitted by: Steve Passe <smp@ilsa.systemsix.com> Notes: svn path=/head/; revision=2503
* Change categories to "www". gn has "net" in there too.Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2486
* add the missing MASTER_SITES= lineTorsten Blum1995-10-171-1/+4
| | | | | | | | Pointed out by: pst Approved by: asami Notes: svn path=/head/; revision=2343
* Change libjpeg major toAndrey A. Chernov1995-10-031-2/+2
| | | | Notes: svn path=/head/; revision=2236
* Bring in a port of Mosaic. This can only be built by people with Motif,Jordan K. Hubbard1995-08-239-0/+286
so we'll not enable it by default. Submitted by: torstenb Notes: svn path=/head/; revision=2102