Commit graph

1912 commits

Author SHA1 Message Date
skrll
a100f5d455 Update to KDE 2.2.2
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.

From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:

o security-related
	- SSL certificate loading
	- symlink vulnerability in .wmrc access by KDM introduced in 2.2
	- security problem with eFax (used by klprfax)
	- potential problem in PAM invocation by KDM
	- potential harmful side-effect of failed KDM session starts

o new features
	- added support for CodeWeavers' CrossOver plug-in (provides support
	  for QuickTime, etc.)
	- added support for the wheelmouse for scrolling through the
	  KGhostview PS/PDF viewer component
	- ability to search for multiple patterns at a time in the file
	  search dialog
	- debugging multi-threaded applications with KDevelop

o improvements/fixes
	- handling of HTTP links that redirect to FTP
	- POST using SSL through a proxy and sending headers through proxies
	- saving of recently-selected files in the file dialog
	- handling of non-ASCII characters over SMB
	- toolbar button captions with certain styles
	- selecting items with the mouse in Konqueror
	- sorting in Konqueror's textview
	- saving current settings as a theme in the theme manager
	- crashes in KMail with certain mails
	- crash on invoking the KDM chooser
	- non-Latin languages with KDevelop

performance
	- icon loading optimized
	- file dialog speedups
	- stop spinning SMB client processes
	- handling of large files in Kate
2001-12-03 15:37:14 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
mycroft
f672de5f74 Make sure to actually GC the shm descriptor. 2001-12-03 04:44:57 +00:00
mycroft
1f3f525928 Trim the patch so it doesn't include an $Id$ tag. This is an awful hack. 2001-12-03 04:26:45 +00:00
mycroft
6629dfcad6 Regen. 2001-12-03 04:23:35 +00:00
mycroft
84c50e1b54 ++PKGREVISION 2001-12-03 04:23:00 +00:00
mycroft
e667c0fa3b Use 44100, 22050, 11025 and 5512Hz, not rounded variants. 2001-12-03 04:22:40 +00:00
mycroft
02a3c0b417 The plugin code needs -fPIC -lXt -lX11 -lossaudio to build a working module. 2001-12-02 21:25:30 +00:00
tron
84d5f003a5 Share "distinfo" file with "libflash" package. This fixes build problems
after the recent update of the "libflash" package.
2001-12-02 14:47:13 +00:00
lukem
1f6b2f9d64 reorder depends line 2001-12-01 01:42:20 +00:00
lukem
086b09205d fix path to mozilla in DEPENDS line 2001-12-01 00:52:37 +00:00
hubertf
a9d9924a0d add & enable moz-flash 2001-12-01 00:31:35 +00:00
hubertf
551b05afe6 Add moz-flash 1.0:
Flash plugin for mozilla (and galeon).

Contributed by Johan Danielsson <joda@pdc.kth.se> in PR #14794
2001-12-01 00:30:34 +00:00
hubertf
fa49666dcb Bump to libflash-0.4.10nb1:
Add a patch needed for moz-flash so this package can also be used from
X11BASE.

Patch contributed by Johan Danielsson <joda@pdc.kth.se> in PR #14794
2001-12-01 00:28:09 +00:00
jlam
28dc06397c Create ECHO_BUILDLINK_MSG for printing buildlink diagnostics. It's just
set to '${ECHO_MSG} "=>"' for now.
2001-11-30 17:21:54 +00:00
jlam
4c38713d7b A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
2001-11-29 19:46:10 +00:00
martti
f1e86a9371 Added artist 2001-11-29 09:00:00 +00:00
martti
74cbaefee8 Artist is an Emacs lisp package that allows you to draw lines,
rectangles and ellipses by using your mouse and/or keyboard. The
shapes are made up with the ascii characters |, -, / and \.

Provided by Hiramatsu Yoshifumi in pkg/13799
2001-11-29 08:59:48 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
wiz
3104b1f74e Update to 2.96, now with PCD (Kodak PhotoCD) support.
Provided by Shell Hung in pkg/14708.
2001-11-27 16:28:44 +00:00
hubertf
e81805bc5d it's foo-X.YnbZ, *not* foo-X.Y.nbZ !
^
2001-11-27 03:49:44 +00:00
lukem
df302d528b - Some operations that worked in-place on some format (e.g,
"mogrify -rotate 90 foo.tiff") used to leave the result in
  /tmp/magickXXXXXXX with an in-file image comment of
  /tmp/magickXXXXXXX.mgk.
  Now it writes back to foo.tiff and the in-file comment is correct.
  For some reason, working on jpg's didn't exhibit this problem

- Some operations that generate new files from some formats (e.g,
  "mogrify -format jpg -rotate 90 foo.tiff") used to leave the result
  in /tmp/magickXXXXXXX.jpg.
  Now foo.jpg is generated.
  For some reason, converting jpg->tiff didn't exhibit this problem.
2001-11-27 01:26:49 +00:00
hubertf
0a59d64104 remove some more locale dirs 2001-11-26 13:32:49 +00:00
jlam
b11ce0740a Strongly buildlinkify. 2001-11-26 10:12:03 +00:00
abs
e2c6a12002 Needs x11.buildlink.mk (at least with xpkgwedge) 2001-11-26 09:54:52 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
jlam
7c9a9a2ab2 Remove unneeded commented lines. 2001-11-26 06:09:18 +00:00
jlam
4f6870906f Make this build again after the Alistairs changes to remove some sub-make
processes.
2001-11-26 06:08:26 +00:00
hubertf
aebbc6914f use same PAX parameters everywhere: -pw -v 2001-11-25 21:56:59 +00:00
tron
745affa1b6 Fix permission problems in installed files:
- "man/man1/rletotarga.1" should be world readable.
- There is no reason why the example directory and the files in it should
  be group writable.
2001-11-24 08:55:20 +00:00
lukem
4733418156 remove incorrect assert in delegate.c::GetDelegateCommand(), which
resulted in
	convert foo.jpg foo.tiff.gz
(or any other conversions involving an encode compression) dumping core.
2001-11-24 01:42:00 +00:00
pooka
01864d705d Add dummy definition for DISTNAME if the platform is not supported.
This is a workaround to avoid totally breaking the pkg system on platforms
which are not supported (pkg system *requires* setting DISTNAME)
2001-11-23 16:16:14 +00:00
agc
03ef65e218 Pass MAKE_ENV down explicitly here, too. 2001-11-23 15:48:21 +00:00
agc
703db7f28b Pass the environment down through the custom do-build and do-install
targets, otherwise the LIBTOOL definition doesn't get passed on.
2001-11-23 14:38:27 +00:00
hubertf
69e6dd5a6f Update sketch to 0.6.12,
submitted by Masao Uebayashi <uebayasi@soum.co.jp> in PR 14328.


Sketch 0.6.12 (July 5th, 2001)
==============================

 * View->Load Palette... also supports Gimp palette files.

Bug fixes:
 * The PostScript generator now handles RGBA images used as tiles
   correctly. Reported by Andy Grimberg.
 * Modifying objects that lay far outside the window could lead to X
   Errors.
 * Loading AI files sometimes raised exceptions with an AttributeError
   "'None' object has no attribute 'guess_continuity'". This is now
   fixed. Reported by Eric Faurot.
 * The CMX import filter handles empty groups gracefully. Bug reported
   by Yuri Shchedov.
 * Fix some typos in skshow's doc-string. This is basically what's
   already done with the Debian packages.
 * Changing the paper format could lead to an inconsistent mapping
   between document and window coordinates. Reported by Antoon Pardon.

Sketch 0.6.11 (June 9th, 2001)
==============================

 * Updated Spanish translation by Esteban Manchado Velázquez
 * Add /usr/lib/ghostscript/fonts to the default list of font
   directories (for debian).
 * Include the .spec file in the tarball and distribute the Misc
   directory with the RPMs as documentation.

Bug fixes:
 * The find_include_dir function in setup.py now catches and ignores
   OSError exceptions, too. Pointed out by Pierre HANSER.
 * The russian translation are now properly contained in the archive as
   *.mo files too.
 * Drawings that contained non-ASCII characters in strings were not read
   back correctly when saved under Python 2.1
 * The import filters now remove empty curve objects. The implementation
   of 0.6.9 didn't cover all special cases. The new one works
   differently but shuld catch all cases.
2001-11-22 13:08:41 +00:00
hubertf
1952e25495 'pax foo bar' just hants... add "-rw -pe" so it actually copies stuff. 2001-11-22 04:43:23 +00:00
jlam
713477dc2c kdelibs2/buildlink.mk no longer pulls in tiff/buildlink.mk which is needed
during the build, so add it to the package Makefile.
2001-11-16 05:17:34 +00:00
wiz
47def825bb Update to 0.13.0. Changes:
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-15 10:57:32 +00:00
enami
60c6ac4d38 Make necessary rpath is embedded in shared objects by making LDFLAGS is
substituted by configure instead of hardcoding.
2001-11-14 23:17:10 +00:00
zuntum
d29edaffe8 Set USE_X11=yes so it gets -Wl,-R${X11BASE}/lib
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-14 20:32:23 +00:00
agc
be9bc4ff1b Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
jlam
32b61c2055 * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13 21:17:16 +00:00
damon
d81130e1e0 Removed guppi (already exists in math/) 2001-11-12 13:02:44 +00:00
damon
86a3bc8ce9 pkg already exists in Math. 2001-11-12 13:01:49 +00:00
damon
a0c2ee04e4 Adding guppi 2001-11-11 20:16:56 +00:00
damon
310942a517 Adding guppi 0.40.0
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-11 20:16:10 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
zuntum
afeb1d898f Finishing my cvs {rm,add} crusade in pkg/ 2001-11-01 20:38:21 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
ef6698f657 Back out inadvertent change that set freetype-dir for the configure
script.  This was causing the configure process to break.
2001-10-29 17:08:35 +00:00