summaryrefslogtreecommitdiffstats
path: root/www/Mosaic
Commit message (Collapse)AuthorAgeFilesLines
* Mark as deprecated: either fails to fetch, and has done so for some time;linimon2004-02-171-0/+2
| | | | | | | | | | | | | | | | and/or fails to build; and/or the maintainer has recommended that the ports are obsolete and should be deleted. In each of these cases, the port has been in trouble for quite some time. The deprecation date is set for April 09, 2004, except for a very few ports that are in really bad shape (or the maintainer has recommended deletion), in which case they are set for March 09, 2004. If anyone wants to keep these ports in the ports collection, now is the time to step up and fix them. PR: ports/62575 No objection: freebsd-ports, 10 days
* SIZEify.trevor2004-01-291-0/+1
|
* BROKEN: Does not compile on 5.xkris2003-07-311-1/+7
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* URL updates.naddy2003-02-091-1/+1
| | | | | PR: 48027, 48082 Submitted by: tadalunch@s5.xrea.com
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-011-1/+2
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Fix build on -current.kris2002-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 :-)
* Bump png majorache2001-09-111-1/+1
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-2/+2
|
* Add NO_CDROM and NO_PACKAGE to www/Mosaic port, to conform to the license.trevor2000-12-311-0/+2
|
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-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.
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-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
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Add WWW:dirk2000-02-131-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Give port a MAINTAINER= ports@FreeBSD.org linemharo1999-06-271-2/+4
|
* #4/4 enforcing Caps, no periodhoek1999-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
* Bump png's major number to 3.vanilla1999-01-231-2/+2
|
* Roll back libpng major to 2.asami1998-09-171-2/+2
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libpng major is now 3. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* fix libjpeg version number to correspond with jpeg portdburr1998-05-271-2/+2
|
* Current version of libjpeg is .8steve1998-05-101-2/+2
| | | | | PR: 6497 Submitted by: Ugo Paternostro <paterno@dsi.UNIFI.IT>
* upgrade png majorache1998-03-281-2/+2
|
* Add xpm to LIB_DEPENDS list.asami1997-02-121-2/+3
| | | | Reported by: chad@anasazi.com (Chad R. Larson)
* Fix jpeg majorache1996-11-181-5/+5
| | | | Misc cleanup
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"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!
* Remove libz dependency. I don't know why I missed this before.asami1996-08-191-3/+2
|
* Upgrade to 2.7b5ache1996-08-036-70/+201
|
* Upgrade, 2.7b2 -> 2.7b4. Also make it conform to Motif standard here.asami1996-04-117-373/+101
|
* Use png.so.0.* instead of png.so.0.81, will be upgradedache1996-02-191-2/+2
|
* Upgrade to 2.7b2, support PNG images nowache1995-12-059-170/+199
|
* Add "PKGNAME=mosaic-2.6". The DISTNAME of this port is "Mosaic-src-2.6",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.)!
* Make mosaic work in 15/16bpp mode. I haven't tested it here (I don'tasami1995-11-291-0/+108
| | | | | | have Motif!), but verifies that the patch at least applies. Submitted by: Steve Passe <smp@ilsa.systemsix.com>
* Change categories to "www". gn has "net" in there too.asami1995-11-271-2/+2
|
* add the missing MASTER_SITES= linetorstenb1995-10-171-1/+4
| | | | | Pointed out by: pst Approved by: asami
* Change libjpeg major toache1995-10-031-2/+2
|
* Bring in a port of Mosaic. This can only be built by people with Motif,jkh1995-08-239-0/+286
so we'll not enable it by default. Submitted by: torstenb
OpenPOWER on IntegriCloud