Commit graph

4899 commits

Author SHA1 Message Date
markd
c98145b460 Removed umbrello - now part of kdesdk 2004-02-05 09:11:26 +00:00
markd
ee7376942e Remove umbrello package - now part of kdesdk 2004-02-05 09:09:33 +00:00
markd
958e52c723 Update to KDE 3.2
Changes:
SDK

KUIViewer
* NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian
  Reinhart Geiser

UI Thumbnail
* NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser

KCachegrind
* NEW IN KDE: KCachegrind, a profile data visualisation. The data is
  generated with the Valgrind derived tool Calltree (see homepage) Josef
  Weidendorfer

Cervisia
* Login support for pserver cvs servers Christian Loose
* DCOP service that provides easy access to CVS functions (cvsservice)
  Christian Loose
* Optimize and improve Cervisia's file and directory view (UpdateView)
  Andre Woebbeking
* Better SSH support. Add ability to start and use ssh-agent.
  Christian Loose
* More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre
  Woebbeking
* Remember last opened directory in "Open Sandbox..." dialog Christian
  Loose
* Add new command line option (-log) to display a log dialog for a
  single file without starting Cervisia Christian Loose
* Add "diff to HEAD" functionality to display changes made by other
  developers before updating the local working copy Andre Woebbeking
* Make list views configurable (column order/widths, sorting) Andre
  Woebbeking
* Add "Hide Empty Directories" functionality to display only
  directories which contain any "changes" Andre Woebbeking
* Use user's settings (locale and timezone) to display dates and times
  Andre Woebbeking
* Add splitters to resolve dialog Christian Loose
* Add new view to log dialog that shows the cvs output in a similar
  form as the command-line client. Christian Loose

KFilePlugins
* ts: Displays the number of translated, untranslated and obsolete
  messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus
* diffAdded support for recognizing Subversion diff output. Otto
  Bruggeman

KBabel
* Catalog Manager caching Stefan Asserhall
* Bookmarks Marco Wegner
* TMX dictionary plugin Stanislav Visnovsky
* Highlighting code rewrite Marco Wegner
* CVS integration in Catalog Manager Marco Wegner
* GNU gettext plural forms Stanislav Visnovsky
* Validation plugin-based tools Stanislav Visnovsky
* Create plural form translation from single text Stanislav Visnovsky
* Marking using mouse in Catalog Manager Stanislav Visnovsky
* RegExp marking in Catalog Manager Marco Wegner
* Plugin-based file import/export Stanislav Visnovsky
* Autosave feature Marco Wegner
* Whitespace translations validation plugin Dwayne Bailey
* Translation length validation plugin Dwayne Bailey
* Translations still in English validation plugin Dwayne Bailey
* Qt Linguist import/export plugin Marco Wegner

Kompare
* Fixed some problems with the interaction between the navigation part
  and the komparepart, mostly preventing double emitted signals so it
  got a bit faster. Otto Bruggeman
* Added the ability to load a file and diff output and to patch the
  file. Otto Bruggeman
* A lot of internal cleanups so maintenance will be easier. Otto
  Bruggeman
* Added an interface class/library you can link your application against
  to expose the extra methods the komparepart implements over a standard
  KPart. This is not guaranteed to be binary compatible yet. I might
  need to add support for the encoding in the interface. Otto Bruggeman

Umbrello
* NEW IN KDE: Umbrello UML Modeller Umbrello Developers
* refactoring agent Umbrello Developers
* improved code export Umbrello Developers
* changing properties of multiple items at one time Sebastian Stein
* refactor internal code (Widget and WidgetData classes) Oliver Kellogg
* Add Datatype widget and internal representation Umbrello Developers
2004-02-05 08:27:59 +00:00
grant
1d1b3d4fec USE_LANGUAGES=c c++ 2004-02-05 08:00:08 +00:00
jlam
317cc72791 Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
2004-02-05 07:17:14 +00:00
jlam
e7133cac25 Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
2004-02-05 07:06:15 +00:00
jlam
07a9d8dfb2 Support a new global variable:
BUILDLINK_PREFER_PKGSRC
	This variable determines whether or not to prefer the pkgsrc
	versions of software that is also present in the base system.

	This variable is multi-state:
		defined, or "yes"	always prefer the pkgsrc versions
		not defined, or "no"	only use the pkgsrc versions if
					needed by dependency requirements

	This can also take a list of packages for which to prefer the
	pkgsrc-installed software.  The package names may be found by
	consulting the value added to BUILDLINK_PACKAGES in the
	buildlink[23].mk files for that package.
2004-02-05 06:58:02 +00:00
grant
d9c0b79cbb add missing subst for RLPREFIX in setup.py. 2004-02-05 03:42:32 +00:00
abs
5b1cad1352 Update rt-mysql and rt-pgsql to rt-mysql-2.0.15 and rt-pgsql-2.0.15
Various changes from 2.0.13, most obvious of which appears to be that
RT no longer causes problems with the HTML::Mason in pkgsrc.
Also add a note as to how to get an Apache configuration which does not
ignore POSTs. Still some configuration issues, but we are now _nearly_
working without some small hacking, as opposed to completely broken.
2004-02-04 22:19:09 +00:00
jmmv
bd3f2aa609 Update to 0.15:
Version 0.15 (2004/02/04)
-------------------------

* Documentation changes to match Buildtool 0.15.

  - Removed all information about bt_make and bt_wrap.

  - Added preliminar information about the new bt_logic module.

* Added a simple tutorial for developers, guiding them in the creation of
  a simple project from the beginning.
2004-02-04 17:14:19 +00:00
jmmv
84c7b36877 Update to 0.15:
Fifteenth alpha version, released on 2004/02/04.

     o   Finally dropped bt_make and bt_wrap, together with all compatibility
         code introduced around them.

     o   M4 is no longer needed.  It was introduced to clean up code, but it
         has proven to only ofuscate it.  As a side effect, bt_swcgen uses
         shell scripts instead of macro files to generate system wide configu-
         ration.

     o   Added some checks to bt_config: bt_check_hdr_time(),
         bt_check_prog_cc_flag() and bt_check_prog_cxx_flag().

     o   Support for the `+=' operator (append text to a variable) was added
         to bt_sh.  This can be used to simplify syntax when writting scripts.

     o   Support for pkgconfig files was added to bt_pkgflags.

     o   Support for pkgconfig command line syntax was added to bt_pkgflags
         (it is not exactly the same, but we now support operators in their
         real form, like `=' or `!=', plus spaces to separate keywords).

     o   Multiple portability problems fixed.
2004-02-04 17:12:09 +00:00
grant
0a55d7d6cd simplify by commenting the pkg's Makefile variables as they're
already set by pkgsrc. override the do-install target.
2004-02-04 13:33:36 +00:00
grant
3c03a15b10 add files installed on Solaris. 2004-02-04 12:19:57 +00:00
grant
58ce2c63e6 replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.
2004-02-04 04:38:54 +00:00
grant
f78b04114a s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion of
bsd.prefs.mk.
2004-02-04 03:02:51 +00:00
grant
d60ec536e7 fix CONFLICTS on openldap. 2004-02-04 02:52:33 +00:00
jlam
0480cb4f02 Require both the C and C++ compilers since we usually want libtool to find
the same set.
2004-02-04 02:31:40 +00:00
grant
03a0132fa9 replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.

remove duplicate USE_PKGINSTALL. whitespace cleanup.
2004-02-04 01:58:35 +00:00
recht
53fd1e5ac4 Add buildlink3.mk. (needed to bl3ify lang/mono)
ok'ed by xtraeme@
2004-02-03 10:49:53 +00:00
grant
0041936315 add USE_GNU_TOOLS+=lex yacc, as this package requires flex and yacc
to build.
2004-02-03 09:03:57 +00:00
grant
524e5c1a11 trim whitespace, wrap lines at 75 cols. 2004-02-03 08:34:16 +00:00
epg
e68fdf35d4 Update to 0.5.0. No changelog available, but the announcement says
that this release works with Subversion 0.36 and 0.37, so require at
least 0.36.

patch-aa no longer needed.
2004-02-03 06:36:55 +00:00
grant
35d3d3e7a2 run ${MAKE_PROGRAM}, not ${MAKE}, and set the environment
appropriately.
2004-02-03 01:43:32 +00:00
jlam
17d1ca394e These packages need a C++ compiler. 2004-02-02 13:02:49 +00:00
grant
1a63d298af fix wrong usage of ${OPSYS} in PLIST. fixes install on non-NetBSD.
bump PKGREVISION.
2004-02-02 08:34:56 +00:00
sjg
64f965698d Update mk-files:
- fix a typo in autodep.mk
- extract HOST_TARGET stuff to host-target.mk so own.mk and Generic.sys.mk
  can share it.
2004-02-02 06:40:11 +00:00
tron
ad45eaafc3 Fix cosmetic problem in last change. 2004-02-01 15:35:25 +00:00
tron
b8b1919e1e Fix incorrect path to "gnomesupport.h". The patch was provided by
Min Sik Kim in PR pkg/24285.
2004-02-01 11:29:45 +00:00
jlam
0463667fa3 bl3ify 2004-02-01 02:23:24 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
snj
3e3a28ec6a s/seperate/separate/ 2004-01-31 23:41:14 +00:00
snj
d1e45a7b31 s/seperate/separate/; s/ablity/ability/ 2004-01-31 23:39:29 +00:00
jlam
7e4ec533c7 Update devel/ccache to 2.3. Changes from version 2.2 include:
Added CCACHE_UMASK option
	Added support for compilation of .i files
	Fixed bug with DEPENDENCIES_OUTPUT flag
	Added support for more -Mx options
	Added separate stderr channel for distcc
	Improved test suite
2004-01-31 21:36:54 +00:00
jlam
dba68cc0c3 bl3ify, and clean up Makefile for whitespace. 2004-01-31 11:25:31 +00:00
kristerw
6be2463522 Update dejagnu to 1.4.4.
Changes from 1.4.3 include:
1. New XML output option, so test results can be loaded into a database.
2. Support for the KFAIL/KPASS (known failures).
6. BlueGnu has been removed from the contrib directory.
7. The contrib/test* scipts were bitrotten and have been removed.  If
   you still want copies of these, they can be found in the previous
   DejaGnu release.
8. i960glue.c has been removed.
2004-01-31 00:27:36 +00:00
wiz
fe832c22d5 When including buildlink3.mk files, define USE_BUILDLINK3, not 2.
Noted by Ossi Herrala on tech-pkg.
2004-01-30 15:05:17 +00:00
grant
c6bdbfed93 don't override CC in Makefiles, it's already defined in MAKE_ENV.
fixes build with non-gcc.
2004-01-29 11:49:50 +00:00
cjep
722363dd6a Add RCS tag 2004-01-29 10:41:17 +00:00
xtraeme
ef6fd22dec oops, add missing substitution. 2004-01-29 08:03:55 +00:00
xtraeme
0576cc2e33 Fix PKGNAME, it's cvsup-gui-bin not cvsup-gui. 2004-01-29 08:02:48 +00:00
recht
8a0a7e25e3 update to tla 1.1 (release)
also, take maintainership (approved by schmonz@)

There have been a lot of changes/fixes since pre8. See the ChangeLog(s)
in the distribution for more details.
From the pkgsrc side: let tla depend on gnu diff/tar.
2004-01-28 11:22:24 +00:00
epg
e8ee6c8fc9 Ensure apr-util never picks up gdbm (sometimes helps on GNU/Linux). 2004-01-27 22:07:04 +00:00
xtraeme
4e7de17f57 Replace -lpthread with ${PTHREAD_LDFLAGS}, fixes build in FreeBSD and maybe
others.
2004-01-27 14:18:20 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
epg
7671a21a6f Update to Version 0.37.0 [Beta Interim 2]
(branching 24 January 2004, from /branches/1.0-stabilization)
http://svn.collab.net/repos/svn/tags/0.37.0

 User-visible changes:
 * bugfix: buffer overflow for AIX client
 * 'svn merge' now notices ancestry by default. (r8390)
 * bugfix:  double Ctrl-C on windows no longer wedges repository.
 * New date formats (see API change: Rewrite of date parser below)
 * bugfix: Errors in authentication when --no-interactive is turned on (r8139)
 * bugfix: Fix some 'access denied' errors on Windows (r8341, r8352)

 Developer-visible changes:
 * API change: Rewrite of date parser (r8327, r8328, r8329) (issue #408)
 * bugfix: svn_fs__bdb_changes_fetch() fouls up change ordering (issue #1695)
 * require SWIG >=1.3.19 (issue #1690)
 * numerous changes to language bindings, to keep up with C API.
 * fix: apr build issues (r8279, r8280, r8318) (issue #1666)
 * changed the auth-provider C API to use 'realmstring' on all funcs
 * check the ra plugin ABI versions.
 * fix: ABI problem with blame.  (r8494) (issue #1705)
 * remove svn_io_file_printf from public API. (r8492) (issue #1653)
 * extensive changes in the perl client bindings. (r8270)
 * too many big and small internal code cleanups and fixes to mention here
2004-01-26 17:13:42 +00:00
grant
bbac685044 revert last - the problem has been fixed in bsd.buildlink3.mk. 2004-01-26 02:39:17 +00:00
grant
6903f248e7 if we have determined that we need pkgsrc zlib, set
BUILDLINK_DEPENDS.zlib instead of adding to it.

fixes a problem where a buildlink dependency would be added on both
zlib>=1.1.4nb1 and zlib>=1.2.1, resulting in various buildlink
breakage.
2004-01-25 04:15:44 +00:00
grant
fd49d1a855 replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4. 2004-01-25 03:08:46 +00:00
grant
c95f4a5dfd add missing PKGNAME (p5- prefix). 2004-01-25 01:28:04 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00