summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2001-11-16kdelibs2/buildlink.mk no longer pulls in tiff/buildlink.mk which is neededjlam1-1/+2
during the build, so add it to the package Makefile.
2001-11-15Update to 0.13.0. Changes:wiz5-20/+21
Added ability to reorder images within a collection using drag and drop. Added Ukrainian translation. Updated Dutch translation. Closing a modified collection window now prompts to save first. Changed list colors in find duplicates and collection windows. Selecting remove old thumbnails and clear thumbnails now shows a dialog displaying the progress of the selected action. Several minor bugs fixed.
2001-11-14Make necessary rpath is embedded in shared objects by making LDFLAGS isenami2-1/+15
substituted by configure instead of hardcoding.
2001-11-14Set USE_X11=yes so it gets -Wl,-R${X11BASE}/libzuntum1-1/+2
I haven't a clue why this worked before and stopped now, but I think I'm okay as this shouldn't break things.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc2-6/+5
single instance of ${PAX}.
2001-11-13* Strongly buildlinkify.jlam3-9/+29
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-12Removed guppi (already exists in math/)damon1-2/+1
2001-11-12pkg already exists in Math.damon5-481/+0
2001-11-11Adding guppidamon1-1/+2
2001-11-11Adding guppi 0.40.0damon5-0/+481
Guppi is a GNOME-based framework for graphing and interactive data analysis. Guppi is a library that can be used to extend other programs. Programs can either link directly to Guppi's shared libraries, or can embed Guppi plots via Bonobo, GNOME's component architecture.
2001-11-11Adjust format a bit:hubertf1-1/+1
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-01Finishing my cvs {rm,add} crusade in pkg/zuntum1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum351-214/+214
2001-10-29Back out inadvertent change that set freetype-dir for the configurejlam1-2/+2
script. This was causing the configure process to break.
2001-10-29Update to 2.94.wiz2-5/+5
Changes since 2.91: * Fixed a small bug in the PSD code, and added a test to the suite using an image supplied by Alex Weslowski <aweslowski@rpinteractive.com>. * Added a routine to provide Flash support, provided by Dmitry Dorofeev <dima@yasp.com>. * Added a patch from Dan Klein to make certain that imgsize() closes any file descriptors it opens.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam20-40/+40
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam20-41/+41
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-22Update to 0.12.0.wiz4-12/+15
Changes: > Added date and size display columns to the file list. > Added file managementi (copy, move, etc.) to the collection pop-up menus. > Added to file dialogs a right-click menu for renaming and deleting files. Also added a button to create new directories. > Added translations et, fi, nl. - Updated translations de, fr, it, ja, pl, sl. - New option to sort files ascending or descending. - New option to sort files by numerical order (8,9,10...). - .thumbnails directories are now created group writeable. - Files dropped on the duplicates window are now filtered. - Made removing multiple files from the duplicates window faster. * Fix file rename missing cursor bug. * Fixed memory leak in the find duplicates window. * Minor bug fixes.
2001-10-21Pull in Cinepak support for PowerPC. (The Indeo module has issues.)mycroft3-8/+21
2001-10-21Fix build problem on systems where "xpkwedge" is not installed.tron2-5/+9
2001-10-21Homepage has moved. Noted by Lloyd Parkes, PR pkg/14315.fredb1-2/+2
2001-10-19- Strongly-buildlinkify.jlam6-91/+143
- Add a missing dependency on libusb. - Add a buildlink.mk file for use by other package Makefiles. - Don't install sane.{dvi,ps} as they require teTeX to be installed to build the documentation files.
2001-10-19* bumped package version to php-gd-4.0.6nb1.kei1-2/+2
2001-10-19* added --enable-gd-native-ttf support. It enables TrueType string functionkei4-2/+35
which is required to handle multibyte charcters in gd.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego7-7/+14
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Standardize patch names and some minor cleanup.wiz5-12/+11
2001-10-18Buildlinkify, don't use perl, sed is good enough, install examples intowiz7-51/+39
share/examples hierarchy, standardize patch names, remove FreeBSDisms from PLIST.
2001-10-18Adding gdchart and py-gdchart to the graphics Makefile.darcy1-1/+3
2001-10-18Adding py-gdchart to packages.darcy6-0/+134
This is a simple python interface to gdchart which is excellent for creating charts and graphs in PNG, JPEG, and GIF format. WWW: http://athani.pair.com/msteed/software/gdchart/
2001-10-18Adding new package gdchart.darcy7-0/+235
GDChart is an easy to use, high performance library/C API for creating charts and graphs in GIF, PNG, JPEG and WBMP format. WWW: http://www.fred.net/brv/chart/ - Anders Nordby <anders@fix.no>
2001-10-17update to tgif-4.1.41.dmcmahill5-398/+6
Partial list of changes are: -fixes the bugs addressed by the patches in tgif-4.1.40nb3 -several other bug fixes. -Fix a bug with "on_resize=" attribute -Fix a bug with Tgif.DeleteCmdAsCut -Remove a redundant "a4" string in the generates PS file if A4 paper is requested -Add horizontal scroll for mouse wheel -Add a compiler option -D_DONT_REENCODE -Add ConvertToBezier in the Poly/Polygon submenu of the Edit Menu -Add a bunch of commands for adding tick marks to a poly/polygon/spline object. -New Tgif.tmpl-darwin file for Darwin/Mac OS X (with XFree86) -Update tgwb (the tgif-based whiteboard application) to use a new Reliable IP-multicast Library -Add a new X default, Tgif.UseXPmVersion1ForXPmDeck -Add new X defaults, Tgif.SlideShowWindowOffsets -Add the following new internal commands: edit_attr_in_text_mode(<attr_name>) for a more detailed list refer to the HISTORY file included with tgif.
2001-10-16Include buildlink glue code for "libusb" to fix build problems.tron1-1/+2
2001-10-16Update master site list to reality.tron2-16/+10
2001-10-16Find Makefile.module in ../../www/php4.jlam1-2/+2
2001-10-16Note addition of php4-gd.jlam1-1/+2
2001-10-16Update php4-gd to the version from the php-4.0.6 distribution. Changesjlam3-0/+28
from version 4.0.5 include moving from the www category, and: - Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd functions, both old and new - see docs for more info. (Wez)
2001-10-15Update to KDE 2.2.1skrll6-357/+53
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15Update xsane to 0.80.veego3-7/+14
Change the Makefile to use the x11/gtk buildlink.mk. xsane-0.79 -> 0.80: ------------------- - moved setting of medium gamma correction values from xsane_set_medium_callback in xsane.c to xsane_set_medium in xsane-gamma.c - xsane_set_medium is called in xsane_scan_dialog and in preview_scan - replaced predefined areas 10x14 cm and 14x10 cm by 10x15 cm and 15x10 cm - updated documentation (partly) - correcting image height when canceling conversion to jpeg format, program does not crash any more - added russian translation - thanks to John Profic <profic@lrn.ru> - solved problem with lineart image saved as png (wrong byte width) - moved medium selection menue from preferences menu to xsane main dialog - inactive backend options are not saved to the device-rc file - added progress_bar to the paramter list of xsane_save_* - added xsane-viewer.c and xsane-viewer.h to the src directory - added fflush(outfile); to end of rotation routine, this seems to solve a problem of incomplete files when rotating the image file - added routine xsane_read_pnm_header to get correct header offset and read geometrie values - for saving routines now the header offset and geometrie values of xsane_load_pnm_header are used instead of xsane´s internal values - changed handling of color identification: old: xsane_color == 0 => grayscale/lineart new: xsane_colors == 1 => grayscale/lineart - when image is saved as postscript file (not copy mode etc) then the bounding box exactly surrounds the image now. Removed psfile parts from setup and preferences. - xsane_widget_test_uposition(gtk_window) does wait now until gtk_window is realized before gtk_widget_set/get_uposition test is done - for hpux added include of alloca.h to sane.h - added function xsane_debug_message that is used for DBG when gcc is not used because defines with variable arguments is not ANSI. - updated translations: cs, de, fr, ja, ru, tr
2001-10-15Update sane-frontends to 1.0.5.veego2-6/+6
Change the Makefile to use the x11/gtk buildlink.mk. I found nothing in particular in the changelog. - synchronize with the sane-backends
2001-10-15Update sane-backends to 1.0.5.veego7-122/+145
New with 1.0.5, released 2001-07-01: * New backends: bh (Bell+Howell Copiscan II series), dc240 (Kodak DC240 Digital Camera), sm3600 (Microtek ScanMaker 3600), umax_pp (Umax paralell port scanners). * Updated backends: artec (v0.5.16), dc25 (v1.2), dll (v1.0.3), epson (v0.2.08), hp (v0.94), microtek (v0.12.3), microtek2(v0.9), mustek (v1.0-107), nec (v0.12), net (v1.0.3), plustek (v0.39), pnm (v1.0.1), snapscan (v1.2), tamarack (v0.5), umax (v1.0-28). * Fixed security bug in saned.c that allowed access to scanner without password. * pnm isn't installed by default anymore due to security risks * Linux-part of sanei_scsi.c was updated concerning buffersizes, devfs, and kernel 2.4. More debug output. * sanei_scsi_find_devices works on FreeBSD now. * Added support for Solaris sgen SCSI driver. * find-scanner was renamed to sane-find-scanner and is installed now. Further more it has a man page now. * There is a testsuite for sane, but only one test is implemented yet. * Better output about versions of backends and frontends. * There is a man page for SANE now (sane(7)). * Install all available documentation. * Bugfixes.
2001-10-15updated libwmf package to latest version 0.2.1. The author says that 0.1.xkei5-179/+303
series is no longer in active development. Please take a look at release note for more info of this version. http://www.alinameridon.com/libwmf/Readme.html converters/wv package will also be updated to latest version soon.
2001-10-14Update jhead to 1.4, and change the DIST_SUBDIR from DISTNAME to PKGNAME:veego2-6/+6
* Fixed saving of thumbnails for big-endian format cameras * Wen renaming files to date based scheme, avoid changing names of files with correct name already. * Added '-de' option to remove exif header * Added '-ts' option to set exif timestamp absolutely
2001-10-12Fix build problem caused by incorrect include path on systems which usetron2-22/+4
"xpkwedge".
2001-10-12Update pngcrush to 1.5.7. Changes include:rh2-5/+5
* Version 1.5.7 (built with libpng-1.2.0) * Added setargv.obj to Makefile.msc to expand wildcards, e.g., *.png * Use constant string "pngcrush" instead of argv[0] when appropriate. * Only check stats for infile==outfile once per input file, or not at all if "-nofilecheck" option is present or if a directory was created. * Fixed bugs with changing bit_depth of grayscale images. * Version 1.5.6 (built with libpng-1.0.12) * Eliminated extra "Removed the cHNK chunk" messages generated by version 1.5.5 when "-rem alla" or "-rem allb" is used. * All unknown chunks including safe-to-copy chunks are now removed in response to the "-rem alla" or "-rem allb" options. * Issue a warning if the user tries "-cc" option when it is not supported.
2001-10-04Move xpdf from graphics to print, per pkg/14154.wiz7-110/+1
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam5-13/+5
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Substitute the real config script for the config wrapper script injlam9-9/+31
installed files. We don't want buildlink references to escape into the install directory.
2001-10-01Add buildlink.mkrh1-0/+50
2001-09-30Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:rh3-11/+7
* Made the GdkPixbufLoader headers usable by C++ compilers by replacing "private" with "priv" * Replaced the documentation Makefile with one similar to that in GTK+ HEAD
2001-09-30upgrade to 1.09a. a lot of bugfixes, new directives, security hole fixitojun3-41/+5
(has been incorporated as pkgsrc patch), etc.