Age | Commit message (Collapse) | Author | Files | Lines |
|
script. This was causing the configure process to break.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
which is required to handle multibyte charcters in gd.
|
|
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.
|
|
|
|
share/examples hierarchy, standardize patch names, remove FreeBSDisms
from PLIST.
|
|
|
|
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/
|
|
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>
|
|
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.
|
|
|
|
|
|
|
|
|
|
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)
|
|
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.
|
|
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
|
|
Change the Makefile to use the x11/gtk buildlink.mk.
I found nothing in particular in the changelog.
- synchronize with the sane-backends
|
|
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.
|
|
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.
|
|
* 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
|
|
"xpkwedge".
|
|
* 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.
|
|
|
|
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
|
|
installed files. We don't want buildlink references to escape into the
install directory.
|
|
|
|
* 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
|
|
(has been incorporated as pkgsrc patch), etc.
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
<collver@linuxfreemail.com>.
|
|
Multiplexes MPEG component streams into system layers
This package is based on the package contributed by
<collver@linuxfreemail.com> in PR pkg/14030.
|
|
variable BUILDLINK_DEPENDS.gdk-pixbuf in gqview now works properly.
|
|
* Install the manpage
* Bump version to mpeg_encode-1.5bnb1
Fixes PR 14043
|
|
|
|
A complete list of changes is not available unfortunately. Recent
changes are:
- Text drawing now handles UTF8-encoding.
- Off-by-one GetImagePixels() fix in draw.c
- PingImage() now reports attributes for all images an image sequence.
- magick/image.h: Rename QuantumLeap define to QuantumDepth.
QuantumDepth is set to the values 8 or 16, depend
configuration option.
- Updated PerlMagick signatures to signature algorithm.
- ImageMagick defaults to 16-bit quantum. Set QuantumMagick for 8-bit.
- Changed image->blob from BlobInfo to BlobInfo- so the Image
structure size is not dependent on the large-file defines.
- Added -background to convert prog
- DispatchImage() now properly handles grayscale images.
|
|
|
|
-use the newest version (1.4rc4)
-we don't really need ncurses, the incompatibility is easily patched away
-USE_LIBTOOL
|
|
installed) is included, which ${BUILDLINK_DIR}/lib (which is a temporary
directory) is not.
|
|
--without-javadx to configure script to prevent java programs from being
detectedly inadvertently (hidden dependency). Also add dependencies on
several other graphics and math packages to make DX more useful as a
visual data explorer and capable of reading more diverse data files.
|
|
|
|
<Xm/Text.h> includes <stdio.h> while LessTif's doesn't, and stdio.h and
iostdio.h have conflicting definitions.
|