summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-09-25correctly set PLIST_ARCH so this installs and deinstalls correctly ondmcmahill1-1/+6
sparc (I could have sworn it did before but i guess not). Also only check for compat_svr4 on NetBSD systems, not SunOs.
2002-09-25Create a new variable XANIM_CODECS, whose value is a space-separated listjlam5-131/+108
of codecs that may be compiled into xanim: iv32, cvid, and cyuk. The default is to compile them all into xanim. This allows building a xanim that may be distributed on CD-ROM by removing the restricted codecs from the XANIM_CODECS list (currently, this is iv32 and cyuk). For clarity, separate the codec-handling into a separate Makefile.codecs.
2002-09-24Complete standardization of messages according to latest pkglint.wiz5-15/+15
2002-09-24buildlink1 -> buildlink2jlam1-13/+13
2002-09-24buildlink1 -> buildlink2jlam3-89/+12
2002-09-24buildlink1 -> buildlink2jlam1-2/+2
2002-09-23Typojlam1-2/+2
2002-09-23Convert to buildlink2.wiz1-8/+9
2002-09-23Unused.wiz1-56/+0
2002-09-23Update ns-flash to 0.51, unknown changes. Readd sparc distsum to distinfo.wiz2-5/+7
2002-09-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-2/+4
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-23buildlink1 -> buildlink2jlam7-49/+23
2002-09-22Convert to buildlink2.wiz1-5/+4
2002-09-22Unused.wiz1-37/+0
2002-09-22Convert to buildlink2.wiz2-19/+14
2002-09-22Fix typo to make it work.wiz1-2/+2
2002-09-22Sync PLIST.mycroft1-1/+46
2002-09-22buildlink1 -> buildlink2jlam1-9/+15
2002-09-22buildlink1 -> buildlink2jlam3-33/+30
2002-09-22Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>jlam1-1/+4
that hold the compiler and linker flags used to find the headers and libraries because these packages install them into non-standard places. These variables may be used in package Makefiles by doing: CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>} LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>}
2002-09-22Add a buildlink2.mk file for use by other package Makefiles.jlam1-0/+20
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam1-2/+1
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-22buildlink1 -> buildlink2jlam3-8/+7
2002-09-22buildlink1 -> buildlink2jlam2-28/+14
2002-09-22buildlink1 -> buildlink2jlam6-26/+27
2002-09-22All the patches have been removed.jlam1-2/+1
2002-09-21buildlink1 -> buildlink2jlam8-50/+20
2002-09-21Strip the ".buildlink" from the names of the python application andjlam8-17/+17
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam1-4/+3
2002-09-21buildlink1 -> buildlink2jlam1-10/+10
2002-09-21Note conflict with mail/faces.jlam1-1/+3
2002-09-21buildlink1 -> buildlink2jlam2-4/+23
2002-09-21minor formatting fix.grant1-1/+1
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-20Update feh to 1.2.1. Changes include:rh4-22/+17
* Move to buildlink2 * Tons of bugfixes * stick in yudit.ttf. it's not as pretty, but it is, apparently, DFSG compliant etc. * add support for using the numeric keypad to scroll and zoom the image. * New menu colour/style - "feh -Tblack src/testimages" * Add --zoom option. * Use giblib fontstyles for menus, instead of hardcoding the shadow. * Let users choose menu style with --menu-style. Standard giblib semantics. * make sure fullscreen windows are really fullscreen. * feh uses giblib now * When you set a bg with feh, it now stores the necessary commandline to restore that bg in ~/.fehbg. * Use < or > keys to do in place edit rotations, 90 degrees left or right. * Some basic in place editing. * Slightly tweaked menu sliding behaviour.
2002-09-20buildlink1 -> buildlink2jlam1-7/+6
2002-09-20buildlink1 -> buildlink2jlam1-2/+3
2002-09-20We use ghostscript.mk, so lose the DEPENDS on ghostscript.jlam1-2/+1
2002-09-15Mark package as BROKEN -- it seg faults on start-up.jmcneill1-1/+3
2002-09-15Relax CONFLICTS a little bit: this only conflicts with gnome-core<1.4.2 ifrh1-2/+2
X11PREFIX == LOCALBASE
2002-09-15s/X11BASE/X11PREFIX/ for xpgwedge checkrh2-4/+6
2002-09-15Conflict with gnome2-pixmaps if LOCALBASE == X11BASErh1-1/+4
2002-09-15s/USE_X11BASE/USE_X11/ so this works on non-xpkgwedge systemsrh2-16/+23
Rename the package to gnome2-pixmaps and let it co-exist with gnome-pixmaps if LOCALBASE != X11BASE
2002-09-14Add and enable gnome2-pixmapsrh1-1/+2
2002-09-14Initial import of gnome-pixmaps-2.0.8, the pixmap files split out ofrh5-0/+188
gnome-desktop to allow co-existence of GNOME 1 and 2.
2002-09-14Add and enable gnome-pixmapsrh1-1/+2
2002-09-14Initial import of gnome-pixmaps-1.4.2, a set of pixmaps for the upcomingrh6-0/+253
gnome-core-1.4.2. Since pkgsrc does not support file reference counts, this is an initial step to split out files which are common for GNOME1 and GNOME2, in order to allow them to co-exist.
2002-09-13Use ghostscript.mk.jlam5-11/+13
2002-09-12buildlink1 -> buildlink2jlam1-7/+8
2002-09-12Update to 0.25, as requested in pkg/18268. Converted to buildlink2.wiz4-67/+80
Changes: In 0.24: gradients, dynamic dialogs, emergency saves, much improved handles, better line drawing code, and near complete grid/guideline snapping. In 0.25: text object now conforms to SVG spec, global cleanup of styles and units was done, star, spiral, and arc were added, autotrace and vertical text layout now supported.