summaryrefslogtreecommitdiff
path: root/www/ns-remote
AgeCommit message (Collapse)AuthorFilesLines
2009-02-10Update ns-remote to 1.12:abs6-220/+12
- Add PKG_DESTDIR_SUPPORT - Move source to code.google and import Makefile, patches and ns-open script from pkgsrc
2008-01-01Update ns-remote to 1.11nb4 - from PR/37624 by Eric Schnoebelen:abs2-4/+4
- Include seamonkey as a valid option in NETSCAPE_PREFERRED
2007-04-02Update to ns-remote-1.11nb3: correctly escape spaces in URLs in ns-openabs2-5/+11
2007-03-21update ns-remote to 1.11nb2 - -noraise breaks with some versions of firefox ↵abs2-4/+3
- default it to off
2007-01-16fix modular X11 buildabs1-3/+3
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-06checkin the right version for the v1.11 bumpabs1-2/+2
2005-07-06update ns-remote to 1.11:abs2-7/+4
ns-remote can handle URL encoded ','s in URLs
2005-06-17Create directories before installing files into them.jlam1-2/+3
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+3
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-23update ns-remote to 1.10:abs2-6/+5
- when giving the URL to a running 'netscape' do not explicitly specify a new window, let the browser decide (allows firefox to use a new tab based on user preference) - move firefox ahead of communicator in preference terms
2005-03-08main()'s return type cannot be "void".bad3-11/+20
Bump PKGREVISION.
2005-02-24Add RMD160 checksums.wiz1-1/+3
2004-04-30Convert to buildlink3.snj1-2/+2
2004-02-14use LDFLAGS.SunOS instead of conditional.grant1-6/+2
2004-02-14replace phoenix with firefox in ns-open.grant2-3/+4
bump PKGREVISION.
2003-08-14style and whitespace nits.grant1-3/+3
2003-08-14add some phoenix and mozilla browsers to NETSCAPE_PREFERRED.grant2-5/+5
bump to 1.9.
2003-08-05Updated ns-remote to 1.8:abs2-8/+6
- Use 'openURL(about:blank,new-window)' rather than 'openBrowser', so we can open blank windows with Mozilla >= 1.3. From Todd Vierling
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2002-09-20Update to 1.7abs2-8/+8
'Support' netscape7 Fix multiple entry NETSCAPE_PREFERRED logic
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-3/+3
have been converted to USE_BUILDLINK2.
2002-03-26Update ns-remote to 1.6abs2-5/+9
Replace 'ns-remote: not running on display :0.0' error message with more appropriate 'Netscape not running. Spawning new browser in the background' From Benjamin Wong in PR pkg/15615
2002-03-11correctly quote $@abs1-3/+3
2001-12-22Update ns-remote to 1.5:abs2-7/+10
Change ns-open to always start a new netscape process for URLs containing a comma, rather than trying to URL encode them. The XChangeProperty() call inside ns-remote interprets commas as deliminating optional arguments and does not handle URL encoded commas. Fixes PR pkg/14984 from reed@reedmedia.net
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam2-5/+4
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-07-27Permit netscape to default to mozilla as well as communicator and navigator.abs2-4/+4
Leave default as communicator
2001-07-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-19Make this build under Solaris with XFree86.tron1-1/+7
2001-01-12Fix this script for Solaris's "/bin/sh".tron1-2/+3
2000-09-02Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variableabs1-3/+1
2000-09-01Extend ns-open for potential replacement of the 'netscape' binaryabs2-20/+92
Update ns-remote to 1.3
2000-08-29Update to 1.2 - escape ` in urls in ns-openabs2-6/+6
2000-01-13Use LDFLAGS to get ELF -Wl,-R stuff, and use USE_X11 to get X librarysimonb2-3/+5
paths.
2000-01-13Add RCSID.simonb1-0/+1
2000-01-12ns-remote 1.1 - remote-control Netscape Navigator and Communicatorabs9-0/+141