summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2000-08-25Re-add patch: pass CPPFLAGS to compiler to pick up libintl.h.jlam1-0/+13
2000-08-25Change back to using CPPFLAGS. CFLAGS is wrong since the configure stepjlam2-3/+4
won't pick up installed gettext headers.
2000-08-25Remove this patch since wiz already changed Makefile to find libintljlam1-13/+0
via CFLAGS instead of CPPFLAGS.
2000-08-25Regen.jlam1-2/+1
2000-08-25Pass CPPFLAGS to compiler to pick up libintl.h.jlam2-1/+15
2000-08-25Find libintl headers via CFLAGS instead of CPPFLAGS (makes it compile again)wiz1-2/+2
2000-08-25Add appropriate definitions of LDD so check-shlibs works correctly.jlam2-2/+6
2000-08-24Move comments explaining why jsdk20 and dependent packages are notjwise1-5/+3
enabled by default onto the same line as SUBDIR+= for the package, so that lintpkgsrc notices the comments. Fixes: ERROR: www/jsdk20 is disabled without a reason being listed in www/Makefile Please add a comment to www/Makefile indicating why www/jsdk20 is disabled ERROR: www/jssi is disabled without a reason being listed in www/Makefile Please add a comment to www/Makefile indicating why www/jssi is disabled
2000-08-24add missing filedmcmahill1-1/+2
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron2-10/+10
2000-08-23wildcard dependencywiz2-4/+4
2000-08-23update the depends on py-dtml to match what we have in pkgsrcdmcmahill1-2/+2
2000-08-23Update bluefish to 0.5. Changes from version 0.4:jlam6-42/+84
* new very powerful custom menu, extending both HTML, PHP and other serverside coding * much more configuration, and better configuration dialogs * easily open recently used files * better handling of file opening and closing * more efficient code * fixed some bugs * auto-indenting * spell check * multibyte character support * internal preview mode (experimental) * XHTML support
2000-08-23Add itojun's patch for IPv6 supportjlam6-9/+117
2000-08-23Fix MASTER_SITES for SunOS 4.61 version (archive.netscape.com)abs1-5/+7
2000-08-22- add patch to allow the program to build on pre-1.5 systemsdmcmahill3-1/+30
- make sure the library search path is in the correct order.
2000-08-22Remove obsolete ns-plugger package.rh8-129/+0
2000-08-22Remove obsolete ns-plugger packagerh1-2/+4
Add and enable ns-plugger-{common,communicator,navigator} packages
2000-08-22Initial import of ns-plugger-navigator-3.2, the netscape navigator specificrh3-0/+16
parts of plugger.
2000-08-22Initial import of ns-plugger-communicator-3.2, the netscape communicatorrh3-0/+16
specific parts of plugger.
2000-08-22Initial import of ns-plugger-common-3.2, the common part of the splitup ofrh8-0/+143
the plugger package.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-3/+3
appropriate.
2000-08-20Add and enable ns-pluggerrh1-1/+2
2000-08-20Initial import of plugger-3.2, a netscape plugin-wrapper for popular filerh8-0/+129
types and players.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf4-12/+26
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18Update "communicator" and "navigator" package to version 4.75. Thistron3-12/+12
fixes the so called "Brown Orifice" security problem.
2000-08-17sed -> ${SED}, chmod -> ${CHMOD}wiz1-3/+3
2000-08-16Update "mozilla" package to 5.0 milestone 17. This release is completelytron21-506/+4625
different from the 19980728 snapshot on which our last package version was based. The most important change is the new GTK+ based GUI and the gecko rendering engine. This update wouldn't exist without the work of Shin'ichiro TAYA who not only contributed several NetBSD related fixes to the mozilla sources but also created the base for this NetBSD package.
2000-08-16Add back linking against jpeg, ungif, tiff, png, etc. viajlam2-5/+6
"imlib-config --libs" versus directly specifying them. Fixes linking on a.out platforms. Thanks to Matthias Scheler for pointing this out.
2000-08-16Use "5.0m16" instead of "0.16" as version number.tron1-2/+2
2000-08-16mozilla-m16 breaks the dewey-decimal numbering.abs1-2/+2
use mozilla-0.16 as a 'lesser of various evils' option.
2000-08-16Bump version to 0.4nb1:jlam5-27/+58
* bluefish uses GTK+, so define USE_X11BASE; * use package gettext instead of included gettext library; * remove unnecessary linking against graphics libraries - gdk_imlib is sufficient; * put pixmaps in directory where desktops/window managers expect to find them.
2000-08-16repair IPv6 FTP. (patch sent to the original author)itojun2-1/+134
2000-08-15Undo part of last commit: we do need bsd.prefs.mk.wiz1-1/+3
2000-08-15USE_PKGLIBTOOL -> USE_LIBTOOL (XXX: Is it really needed?)wiz1-4/+3
Also some minor cleanup.
2000-08-15use USE_SSLitojun1-8/+2
2000-08-15upgrade to 1.3.12 + latest IPv6 patch.itojun3-9/+12
solves cross site scripting problem in 1.3.11 (www.apache.org)
2000-08-15Use the BSD_INSTALL_* macros to install with correct owner/group.jlam3-11/+11
Sort the PLIST.
2000-08-15more LANG/KANJI_SYMBOL mixupitojun2-5/+15
2000-08-15more config variable (mouse/color) - maybe we have too many of these.itojun1-2/+15
2000-08-15use "dmodel=6" and environment variable to configure w3m.itojun3-65/+15
need to synchronize CONFIGURE_ENV to w3m/configure carefully, on future upgrade. suggested by enami.
2000-08-15be more friendly to western users - use #ifdef KANJI_SYMBOL toitojun3-1/+40
determine configuration menu language (appears with "o")
2000-08-15add W3M_USE_{SSL,COOKIE} compilation switch.itojun3-27/+89
both are on by default. there can be some comment on what should be the defalult value, I'm open to your input...
2000-08-12Upgrade package to 0.5.7:proff3-6/+10
Sat Aug 12 20:00:45 EST 2000 - Surfraw 0.5.7 New elvi: fast netbsd translate W wetandwild. Auto detect browser during configure phase. Built in support for screen(1) Built in support for netscape-remote `surfraw' on its own now displays a list of elvi
2000-08-11Set DIST_SUBDIR for lynx-current too, like lynx, so that we'refredb2-22/+31
not collecting the same "DISTFILES" in two different places.
2000-08-11Fix build problem caused by using "DIST_SUBDIR".tron1-9/+17
2000-08-11Put distribution files into sub directory "lynx".tron2-13/+14
2000-08-11Lynx configure has --enable-ipv6; use it. Pointed out by Thomas E. Dickeyfredb1-2/+2
in private mail. Still must be conditional on "USE_INET6" to build on NetBSD-1.4.3.
2000-08-11cleanup, be more verbosewiz1-4/+7
2000-08-11clean upwiz1-8/+1