summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-21buildlink1 -> buildlink2jlam7-27/+30
2002-09-21buildlink1 -> buildlink2jlam8-27/+28
2002-09-21Trivially use buildlink2.jlam1-1/+2
2002-09-21buildlink1 -> buildlink2jlam7-32/+23
2002-09-21buildlink1 -> buildlink2jlam8-44/+54
2002-09-21This files needs to build perl modules, so include perl5/buildlink2.mk.jlam1-1/+2
2002-09-21buildlink1 -> buildlink2jlam8-45/+48
2002-09-20This file has nothing to do with x11.buildlink.mk anymore.jlam1-4/+2
2002-09-20Fix comment to note that you'll need to update the x11-links dependency injlam1-3/+4
bsd.buildlink2.mk as well.
2002-09-20Use ROOT_{USER,GROUP} instead of hardcoding uid=gid=0.jlam1-2/+2
2002-09-20Don't require setting the version of the replacement pthread package neededjlam1-1/+3
by pthread.buildlink2.mk if the default one from the package's buildlink2.mk suffices.
2002-09-20Belatedly note that the example rc.d file moved to ${PREFIX}/etc/rc.d.jlam1-2/+2
2002-09-20Follow the guidelines set forth in bsd.buildlink2.mk for making ajlam1-2/+17
buildlink2.mk file. This package installs both headers and libraries, so we need to define a BUILDLINK_FILES variable for it.
2002-09-20Move the definitions for PYINC, PYLIB, and PYSITELIB to pyversion.mkjlam2-17/+13
so that they may be used by buildlink2.mk files.
2002-09-20buildlink1 -> buildlink2jlam1-9/+10
2002-09-20Python extensions also install headers into ${PYINC}, so we can't justjlam5-10/+25
assume all of those headers belong to the python package. We use the trick for kdelibs2 and generate the BUILDLINK_FILES list from the PLIST.
2002-09-20Add buildlink2.mk file for use by other package Makefiles, and byjlam5-0/+115
python/pyversion.mk in particular.
2002-09-20Make this work with buildlink2.jlam1-9/+26
2002-09-20All users of unixodbc/buildlink.mk have been converted to use buildlink2.jlam1-51/+0
2002-09-20buildlink1 -> buildlink2jlam1-4/+4
2002-09-20buildlink1 -> buildlink2jlam4-36/+34
2002-09-20Remove redundant setting for BUILDLINK_DEPENDS.qt2-libs.jlam1-3/+1
2002-09-20buildlink1 -> buildlink2jlam8-24/+27
2002-09-20buildlink1 -> buildlink2jlam8-24/+26
2002-09-20* shlibtool is not there, so don't LIBTOOL_OVERRIDE itjlam1-3/+4
* Copy the real libtool, not the libtool buildlink2 wrapper, to ${PREFIX}/share/httpd/build. This fixes pkg/18349 by YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>.
2002-09-20All packages that used these buildlink.mk files have been converted tojlam3-232/+0
use buildlink2, so remove these files.
2002-09-20buildlink1 -> buildlink2jlam1-8/+9
2002-09-20Updated communicator to 4.80abs1-1/+3
Updated navigator to 4.80 No changes available from netscape site
2002-09-20Handle netscape7, and used sed rather than what would need to be fourabs3-30/+17
versions of the startup script. The versioning here depends on the navigator package and is difficult to fix cleanly...
2002-09-20Update linux and solaris 2.8 to navigator/communicator 4.8. Package isabs5-20/+27
named *-4.80. Other platforms not available in this release.
2002-09-20Move ONLY_FOR_PLATFORMS into main Makefile; include OS/ARCH dependentjschauma3-7/+11
Makefiles only if they exist (ie don't barf if not supported).
2002-09-20Trivially use buildlink2.jlam1-1/+2
2002-09-20buildlink1 -> buildlink2jlam1-6/+6
2002-09-20buildlink1 -> buildlink2jlam2-13/+14
2002-09-20Use buildlink2.jlam1-5/+5
2002-09-20buildlink1 -> buildlink2jlam1-5/+5
2002-09-20buildlink1 -> buildlink2jlam2-10/+10
2002-09-20add idea from fredb: option to pick out newest versions from severaldmcmahill1-1/+5
directories.
2002-09-20buildlink1 -> buildlink2jlam2-13/+12
2002-09-20Note update of ploticus to 2.04rh1-1/+2
2002-09-20Don't put package specific stuff like USE_BUILDLINK_ONLY into the commonjlam3-8/+11
Makefile, and include x11.buildlink.mk and bsd.pkg.mk separately. This will allow converting either to buildlink2 independently of the other.
2002-09-20Update ploticus to 2.04. Changes include tons of bufixes and improvements.rh7-142/+151
Provided by Grant Beattie <grant@netbsd.org> in private mail. New features include: * client-side imagemaps * Changed: #proc endproc may now be written #endproc. The old syntax will also continue to work. * New feature - proc areadef categories - new modifier selectrows which allows categories to be taken from data field based on a conditional expression. * New attribute - proc processdata - outfile allows result to be written to a file. This came up because a user wanted to perform arithmetic (a la getdata filter) to processdata result, and there was no way to do it. * New feature - proc annotate can now do drop shadows, beveling, and colored backing box with or without outline. * New attribute - proc getdata - pf_fieldnames for defining post-filter fieldnames. * New attribute - config and proc settings - numberspacerthreshold controls when thousands separator characters begin to appear. * New system variable - CM_UNITS - indicates if working in -cm mode or not. * HTML server-side imagemap support has been added. * The data parsing code has been rewritten, and now allows situations that weren't allowed before. * new attribute - proc getdata - nfields - Controls the expected number of fields per record. * new attribute - proc getdata - fieldnamerows - like fieldnames but allows data field names to be given one per line. * new attribute - proc lineplot - gapmissing - allows missing data points to cause a gap in the curve. Similar parameter added to lines and chron prefabs. * new attribute - proc scatterplot - clustermethod - control how duplicate points will be clustered. * new attribute - proc scatterplot - symfield and symrangefield - allows symbol shape, color, etc. to be controlled by a data field. * new attribute - proc scatterplot - dupsleg allows symbol shape, color, etc. to be controlled by degree of duplicity * prefabs - added rectangle as a standard parameter. It controls plotting area size (and location, if rendering in paginated postscript). * some new functions, including $numgroup() and $dategroup() which are useful in grouping a set of numbers or dates into bins. * SVG capabilities. The driver was written by Bill Traill. * postscript - ISO Latin1 encoding added, so that European characters may be produced in postscript exactly like they are in the other environments (ascii 128-255). * Created graphic files are automatically chmod'ed to mode 644. * Prefabs * CGI mode * A new script interpreter. New flow of control operators including: #elseif #else #for #while #setifnotgiven #call #write #shell, etc. Also, increased capacities for data fields and variables (250 chars) and script input lines (3000). The new interpreter involves some script syntax changes that may cause existing scripts to break in some cases. * #sql, a new directive for retrieving data directly from an SQL database. This is currently under development, and user-contributed client interfaces to DBMSs such as MySQL and Oracle would be welcome (the code is in dbinterface.c) * Added: proc areadef autorange - new subattributes selectrows (for selecting rows to be considered when scanning for min and max) and combomode (to allow correct finding of min and max for situations like error bars and stacked bars). * Added: proc areadef autorange - now sets variables DATAXMIN, DATAXMAX, DATAYMIN, and DATAYMAX - the actual minima and maxima of data field. * Added: proc axis - stubevery attribute * Added: proc getdata - pathname attribute, to specify data file name directly without involving cat(1) * Added: proc bars - colorfield attribute - set bar color based on a data field * Added: proc legendentry - tag attribute * Added: various new functions * Added: the temp file default path name and default slash character can now be changed in pl.h or in a config file. * Added: resource utilization (cpu time and size of created disk files) now can be controlled. Default upper limits are 10 cpu seconds and 5,000,000 bytes. Limits may be altered in pl.h or by using a config file * Added: various other config file settings
2002-09-20buildlink1 -> buildlink2jlam3-30/+7
2002-09-20Update ns-remote to 1.7abs1-1/+2
'Support' netscape7 Fix multiple entry NETSCAPE_PREFERRED logic
2002-09-20Update to 1.7abs2-8/+8
'Support' netscape7 Fix multiple entry NETSCAPE_PREFERRED logic
2002-09-20buildlink1 -> buildlink2jlam2-13/+15
2002-09-20Note removal of kyahoo, which has been superseded by kyim.jlam1-1/+2
2002-09-20kyahoo has been removedjlam1-2/+1
2002-09-20kyahoo is dead...superseded by kyim.jlam7-108/+0
2002-09-20Initial import if kyim-1.0.jlam1-1/+2
KYim is an instant messenger for Yahoo! networks. It supports basic connection to the Yahoo! Networks system, and connection through HTTP proxies, allowing you to: * manage your buddy list (add/remove buddies) * chat with your buddies by instant messages * send messages to your buddies when they are off-line * take part in conferences * have information about your Yahoo! Mail (is there mail waiting?) * receive incoming file transfers KYim is the successor to KYahoo, which is no longer maintained.