Commit Graph

42 Commits

Author SHA1 Message Date
Akinori MUSHA
11a8ef61f6 Avoid the usage of a variable named "BROWSER", not to conflict with
user's environment variable with the same name.

cf. http://tuxedo.org/~esr/BROWSER/
    http://www.dwheeler.com/browse/secure_browser.html

Approved by:	cjh, girgen@partitur.se, sada, trevor
2001-08-19 08:33:28 +00:00
SADA Kenji
ce72363299 Mark as broken, as same as for 4.76. 2001-06-02 19:11:53 +00:00
SADA Kenji
4b20283b7d WWW has been moved. 2001-04-17 09:38:21 +00:00
SADA Kenji
c374c3a21b Mark as broken as same as www category's one.
cf. <http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/netscape4-communicator/Makefile#rev1.77>
2001-04-10 15:53:50 +00:00
R. Imura
811235f989 This may be a temporary fix.
All ja-*-netscape was broken.

Sada-san,

when NEWLAYOUT was disabled, ja-*-n47-*'s MD5_FILES was
${SUBMASTERDIR}/files/md5, but now MD5_FILES is ${MASTERDIR}/distinfo.
I think each distinfo files but ${MASTERDIR}/distinfo can be deleted now.
2000-10-09 18:28:42 +00:00
SADA Kenji
39f483b9be Upgrade to 4.75. 2000-08-19 22:48:10 +00:00
SADA Kenji
d513605540 ja-linux-netscape sometimes create PREFIX/lib/netscape-linux as a file
and its installation fails.
I'm not sure what couses this problem and am afraid this patch isn't
correct solution.
2000-07-19 14:28:13 +00:00
R. Imura
26aa466b33 1) Swich linux-n47-[cn] maintainer to myself so that I can modify
start-up script.

Aproved by:	sada

2) linux-realplayer requires libg++.so.2.7.2 when netscape-dynMotif.

Problem reported by:	knu

3) When linux-lesstif-ns is installed, use netscape-dynMotif.
2000-05-14 17:50:20 +00:00
Akinori MUSHA
2ca9739527 Make netscape4 ports use the new wrapper which I've freshly imported
as www/netscape-wrapper.

Approved by:	sada (conditionally), o`brien
2000-05-08 19:20:36 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
SADA Kenji
3631a2bb72 Cope with ja-linux-netscape ports, and some cosmetic refines. 2000-03-26 19:59:48 +00:00
SADA Kenji
cc947348fd Added a limitation for dumped core size. 1999-10-11 18:23:59 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
f81142703f $Id$ -> $FreeBSD$ 1999-08-29 11:45:32 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
SADA Kenji
0788ea4058 Use sarumaru-san's new japanize-kit. 1999-07-26 16:26:54 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
SADA Kenji
cb047323a7 Upgrade to 4.61. 1999-06-24 20:10:55 +00:00
SADA Kenji
dc1b92b740 Refine browsers' resources.
Make good the looks of toolbar.
Requested at:	FreeBSD Chat <URL:http://www.flathill.gr.jp/~flathill/FreeBSD/chat/chat.html>
1999-06-12 23:53:30 +00:00
SADA Kenji
4b97905b97 Fix to display the help menu in japanese.
Adviced by:	yohta@bsys.tsukuba.ac.jp (Yoshihiko OHTA)
1999-05-22 21:37:03 +00:00
SADA Kenji
dfc11dc69f Upgrade v4.51 to v4.6. 1999-05-21 01:11:10 +00:00
SADA Kenji
3372393f2c Fix dependence.
Reported by:	kuriyama@FreeBSD.ORG
1999-05-20 17:37:19 +00:00
Michael Haro
a88a70925a More WWW: additions 1999-05-07 05:01:44 +00:00
SADA Kenji
8213a7cb8f Upgrade to 4.51. 1999-05-02 14:11:50 +00:00
SADA Kenji
084a5e96e7 Sorry, typo of MASTER_SITES description. 1999-04-02 12:01:39 +00:00
SADA Kenji
ec35e94680 Remove ``WWW.jp.FreeBSD.ORG/~sada/*'' addresses from MASTER_SITES
& PATCH_SITES, and use ${MASTER_SITE_PORTS_JP} instead.
We couldn't use ``WWW.jp.FreeBSD.ORG/'' address soon.
1999-03-31 16:41:31 +00:00
SADA Kenji
7472fd8005 Use libxpg4-ns if exists, add resources for japanese input, cancel error
dialog, enable to use mouse's scroll button, add a stabilization resources
which are missed for 4.5 browsers, enlighten default b.g. color,
change the way to pass command line arguments of wrapper script.
1999-03-20 17:32:24 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
SADA Kenji
c6a8506189 Update resources.
Environment Var. `JA_NETSCAPE_INSTALL_CFG' to force install `netscape.cfg'
file.
Update manpage `ja-netscape.1'.
1998-12-29 21:53:22 +00:00
SADA Kenji
8e2de58697 Rewrite the html of splash. 1998-12-27 19:43:53 +00:00
Satoshi Asami
054fec6636 Depend on the right port under www. 1998-12-27 09:09:50 +00:00
SADA Kenji
ea6cb8add3 Update to 4.08. 1998-12-26 21:52:55 +00:00
SADA Kenji
32e715c813 Make enable to be MASTER PORT of new japanese/netscape45-communicator.
Change the resource file a bit.
1998-12-13 19:09:45 +00:00
SADA Kenji
fdacad8160 Update of resource file.
Make the wrapper to initialize Japanese font settings
at the first startup time.
1998-11-24 15:09:10 +00:00
SADA Kenji
bc2dfdbb2e * Remove 'STRIP=' line. This is not necessary.
* Change Maintainer notation.
1998-11-17 17:20:54 +00:00
SADA Kenji
31aa8fb80e * Expand ``nethelp-v406.nif''.
* Remove obsolete environment variables.
* Change the default message fonts 16dots -> 14dots.
  A user could change the work by setting up the environment
  ``USE_16DOT_FONT''.
* Change the calling way for the SED script.
* Enable to switch the locale function of ``LD_PRELOAD'' method
  instead of ``PATH LOCALE'' one,
  by the environment ``JA_NETSCAPE_USE_LD_PRELOAD''.
* Follow up the distribution resource file's update
  and change the md5.
PR:		ports/8529
Submitted by:	myself
Obtained from:	sada's local machine
1998-11-16 19:52:58 +00:00
Satoshi Asami
39d8d5c470 Upgrade to 4.07.
PR:		8237
Submitted by:	sada@e-mail.ne.jp
1998-10-09 22:27:52 +00:00
Satoshi Asami
feff6afe84 Upgrade to 4.06, major cleanup. Split into two ports (communicator and
navigator after repository copy).  Old netscape4 is deleted.

PR:             8188 (part)
Submitted by:   sada@e-mail.ne.jp
1998-10-09 04:22:20 +00:00
Satoshi Asami
55ac03290a Add MANUAL_PACKAGE_BUILD, need to loop. 1998-04-01 01:49:24 +00:00
Jun-ichiro itojun Hagino
280b447304 the contributor confirmed that dependency to k{10,12} is necessary
at this moment.  PR closed.

PR:		6045
1998-03-21 05:04:53 +00:00
Jun-ichiro itojun Hagino
eff44a3f7e add comment on k{10,12} dependency.
PR:		6045
1998-03-21 04:48:19 +00:00
Jun-ichiro itojun Hagino
064da50e30 ports/japanese/netscape4, a famous web browser.
netscape ver 4 web-surfboard with Japanese resources

NOTE: PR is not closed because it has small glitche I need to confirm
with the contributor.

PR:		6045
1998-03-21 04:45:39 +00:00