Commit graph

9486 commits

Author SHA1 Message Date
rillig
97c6198729 Fixed PKGMANDIR. 2007-01-05 10:46:17 +00:00
rillig
ad2fe87882 The patches have been applied upstream. 2007-01-05 10:38:05 +00:00
adam
4ac4a7df2a Changes 2.12.4:
* gmmproc improvements:
  - gmmproc: Allow () in property and signal docuemntation.
  - gmmproc: Do not try to remove a common prefix from the
  C enam values, if there is no common prefix.
  - enum.pl: Allow whitespace in front of an enum typedef.
  - enum.pl: Fix an infinite loop.
* Glib::Value: When registering float parameters, use
  G_MAXFLOAT as the minimum, instead of G_MINFLOAT.
  Likewise for doubles.
2007-01-04 22:12:47 +00:00
rillig
b366697976 Updated anjuta to 2.0.2.
Anjuta 2.0.2 (15 May 2006) -- Naba Kumar

New: GtkSourceView based editor
New: Project configuration
New: Valgrind plugin
New: Tab drag&drop in Editor
Updated: Manual and FAQ

Improved: global tags can now be updated after installation
Improved: Remember toolbars on restart
Improved: Tag manager now knows about classes/namespaces which
should make C++ programming much more easy (IComplete)
Improved: Devhelp plugin improved but we still have linking problems
Improved: Scintilla is now up-to-date 1.68

Known issues:
- Glade plugin crashes because of namespace conflict with libglade (#341073)
- Devhelp plugin cannot be loaded without setting the correct LD_PATH (#341170)

Bug fixes:
#171314		Anjuta crash when trying to do "stream comment"
#311420 	Crash on terminal deactivation
#317454 	Anjuta crash when array lenght is incorrect
#332084 	Anjuta crashes, when Ctrl+c is pressed.
#170467 	crash when changing fonts and color in the preferences di...
#172442 	inserting empty box comment
#172666 	cvs diff does not always obtain full diff
#300231 	Find pane non-functional
#304495 	Project saved as fullscreen
#304641 	Can't type the "-character
#305082 	anjuta 2.0.0: crash in debugger / watch / inspect memory
#305301 	In menu tree "Settings"->"Customize shortcuts" there are ...
#305587 	gtkmm project compile crash
#306790 	doble click in a message, doesn't find the file.
#306966 	Search tool on the tool bar don't work correctly
#306970 	The order of the command buttons "Close" - "Search" - "St...
#307800 	Crashes when project directory removed from command line.
#307810 	Can't configure a project after creating with new project...
#307872 	Remember Configure and autogen options for the next time
#307879 	Crashed when exiting
#308870 	Glade Plugin Won't open Glade file.
#309153 	code cleanup use glib/gi18n.h
#309348 	Anjuta 2.0.1, Anjuta application crash upon build (F9)
#309526 	Help->ReportBugs points to removed bug tracking system
#309688 	When committing a file that is loaded, I get a file-modif...
#311710 	freeze in __lll_mutex_lock_wait () after crash?
#312566 	Patch that will fix another make -j 10 problem
#312666 	Return "F3" to execute project
#314069 	Window gets hidden when using glade3 plugin
#315188 	Project Wizard Problems
#315218 	anjuta 2.0 freeze on opening my project
#315521 	Failed to compile HEAD-hourly-2005-09-05-18
#316731 	Can not add new encodings
#320338 	Colors of tab menu labels
#320341 	Critical error in debugger "locals" window.
#321090 	Wrong array/struct/union var type display in locals windows
#321455 	Ask for root password when installing
#322634 	anjuta_ui_add_action_group_entries : Anjuta Developers Re...
#322744 	New anjuta plugin project configured incorrectly
#324572 	anjuta crashes on open
#328209 	Crash when opening a file while an unsaved new file is open
#332161 	Test editor not opening
#333601 	GPL headers are first to c-header template.
#333606 	Macro contain hyphen
#334663 	Allow to set a parent class to new GObject class
#335142 	crash when opeing a second file
#336389 	Should check for libwnck
#107510 	Excessive messages marked for translation in anjuta
#304650 	make -j CPUS doesn't always work for anjuta2
#334546		No more lookup widget
#312319 	Opening files when Anjuta is already open
#339296		Wizard can't cope with insufficient permissions in project target directory

Anjuta 2.0.1 (26 Jun 2005) -- Naba Kumar

New: Group and target properties (for automake based projects)
New: Improvements in class heirarchy. Added members view.
New: Tools plugin improvements and scripts as tools.
New: Prepare-ChangeLog tool.
New: Find-Fixmes tool.
New: Project translation status tool.
New: Save and restore editor current line positions.
New: Added configure flags to enable/disable optional plugins.
New: Message saving from menu.
New: Message manager context menu.
New: Remember plugins profile for project sessions.
Mew: Progress bar implementation.
New: Better progress bar in splash.
New: General preferences page.
New: "Add to project" in file wizard and class wizard implemented.
New: glade plugin improvements.
Updated: RPM spec file
Bug fix: Fixed lots of project import bugs.
Bug fix: Group and target removal.
Bug fix: Fixed Message tab position preferece.
Bug fix: Scroll messages on next/previous.
Bug fix: Fixed crash on project Import
Bug fix: Fixed crash on terminal dockings.
Bug fix: Fixed crash on exit (after using save-as dialog once).
Bug fix: Fixed crash on exit.
Bug fix: Fixed mime installation screw-up
Bug fix: Fixed installation paths.
Bug fix: Fixed 64bit arch build problems
Bug fix: Fixed Autoformat/indent problems.
Bug fix: Fixed Keyboard shortcuts for message navigation.
Bug fix: Fixed graphviz build problems.
Bug fix: Start gdb even if the program does	not exists. Fixes bug #305074
Bug fix: Fixed default font names and sizes.
Bug fix: Fixed errors in opening zero sized files.
Bug fix: Fixed buttons order in open dialog.

Anjuta 2.0.0 (15 May 2005) -- Naba Kumar

Architecture and code base:
New: New plugin architecture and all IDE components ported to this framework.
New: Complex docking shell that allows arbitrary docking of IDE widgets.
New: Dynamic plugin activation and deactivation.
New: Extensible architecture.
New: Plugins can interact with other plugins through interface.
New: Plugins can install dynamic UIs (menus/toolbars), including installing
	 context menus in other plugins.
New: Shell and Plugin API documentation.

Integration:
New: Integrated help system with Devhelp.
New: Integrated glade UI designer (incomplete).

Editor plugin:
New: Scope memeber autocompletion (e.g ., -> and :: autocompletion).
New: Editor split views.
New: Automatic indentation with tabbing.
New: More syntax highlighting lexers
New: Split multiple views of document
New: Remote editing (full gnome-vfs support)
New: Real-time file modification monitor.

Project management and build plugin:
New: Multiple parallel builds and independent debugging and execution.
New: Synchronous project management (simultaneous manual and automatic management)
New: Mime based filemanager and desktop integration.

Other plugins:
New: Task Manager.
New: Macro plugin allows inserting predefined and user defined texts (macros).
New: Easily extensible template based project wizards (based on autogen).
New: Symbol search plugin.
New: C++ and GObject based class wizard.
New: Class inheritance diagram plugin.
New: Subversion plugin (incomplete)
New: Session management framework.
Updated: Debuger uses GDB machine-interface.
Updated: CVS plugin
Updated: Pretty much everyting.
2007-01-04 11:29:07 +00:00
rillig
126775d61f Imported gnome-build.
This is the GNOME Build Framework (GBF).
2007-01-04 02:51:02 +00:00
rillig
26e7670d65 As all GNOME libraries, this package needs a buildlink3 file. 2007-01-04 00:38:23 +00:00
rillig
34ebe171e9 Imported gdl.
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.

The current pieces of GDL include:

 - A symbol browser bonobo component (symbol-browser-control).

 - A docking widget (gdl).

 - A utility library that also contains the stubs and skels for
   the symbol browser and text editor components (gdl, idl).
2007-01-04 00:27:28 +00:00
wiz
57ebd3f3a0 Look for config files and esd module in pkgsrc path. From Tatsuya
Kobayashi in PR 31236.
Bump PKGREVISION.
2007-01-04 00:15:03 +00:00
wiz
f857dfd478 Fix pangox.pc and pangoxft.pc. Reported by dieter roelants.
Bump PKGREVISION.
2007-01-03 22:25:22 +00:00
rillig
d1735eb607 /bin/bash does not exist everywhere. PKGREVISION++ 2007-01-03 21:27:20 +00:00
adrianp
41532cb4d9 +p5-Class-Gomor 2007-01-03 14:04:10 +00:00
adrianp
d9a4412e48 This module is yet another class builder. This one adds parameter checking
in new constructor, that is to check for attributes existence, and definedness.
2007-01-03 14:02:57 +00:00
adrianp
fafe13b7d7 -p5-Class-Gomor-Hash 2007-01-03 14:01:01 +00:00
adrianp
bb5fa8e3d4 Remove p5-Class-Gomor-Hash. This will be replaced by p5-Class-Gomor soon
which will include a Class::Gomor::Hash.
2007-01-03 14:00:17 +00:00
adam
4b5d56c34b PLIST fix 2007-01-03 08:20:18 +00:00
adam
2f3d9a9f78 Changes 2.3.1:
PTP:
   * Fixed a memory leak in continuous Nikon / Canon capture mode.
Bindings:
   * Moved all bindings into separate packages.
Package / System integration:
   * Add README.packaging file.
   * Removed obsolete print-usb-usermap. Use
     "print-camera-list usb-usermap usbcam" instead.
   * Fix libgphoto2 symbol list: Removed gpi_gphoto_port_type_map
   * Add new permission setup script doing class based matching for
     PTP class cameras not listed explicitly by USB IDs.

Changes 2.3.0:

PTP:
   * Improved Nikon remote control
   * Improved Canon file download
	- faster directory retrieval (especially on cameras with lots of files)
	- "new" images are marked (gphoto2 --new, digikam)
   * MTP Playlist support (upload and download)
   * MTP Metadata support (upload and download, Artist, Title, Playtime ... )
   * Lots of other MTP related fixes.
   * MTP autodetection on Microsoft OS Descriptor.
   * New devices:
          Canon PowerShot A540, A530, S3 IS, SD430, SD600, SD700, IXUS 800
2007-01-02 18:32:47 +00:00
minskim
acda4a1148 Update mercurial to 0.9.3.
Bug fixes:
 * fix a merge copy/rename corner case
 * fix spurious new heads message with push -r
 * fix hg export %n sequence numbers
 * fix shell quoting on Windows
 * fix charset encoding for hgwebdir and obfuscated addresses
 * fix missing generated files for distribution tarball
 * fix convert-repo tag updates and transcoding of committer
 * add instructions for redoing failed merges

Documentation fixes:
 * hg cat, manifest, and tag default to current parent revision.
 * CGI stub comments clarified
 * corrected synopses for many commands
 * improve doc building and distribution
 * convert-repo: update usage information

Extension fixes:
 * mq: fix strip on Windows
 * mq: fix some guards corner cases
 * gpg: make 'hg sign' default to current parent
2007-01-02 16:52:00 +00:00
adam
4c3417ba3c Changes 0.5.17:
* Added an SID (C64 music file) plugin
* Added an NSF (NES Sound Format) plugin
2007-01-02 15:53:23 +00:00
rillig
0df819be42 Fixed insufficient variable expansion by the configure script.
PKGREVISION++
2007-01-02 14:51:15 +00:00
rillig
f690fb781e Fixed file permissions. PKGREVISION++ 2007-01-02 14:22:40 +00:00
rillig
7d0562063a Fixed PKGMANDIR. 2007-01-02 14:05:59 +00:00
rillig
b4b575a404 Fixed file permissions. PKGREVISION++ 2007-01-02 13:58:31 +00:00
jmmv
71aeb7e8a3 Update to 0.32: depend on monotone-0.32. 2007-01-02 11:10:26 +00:00
jmmv
bf12864e96 Update to 0.32. Tested under NetBSD 4.99.7 and Mac OS X Tiger:
Changes

	- "mtn serve" no longer takes patterns on the command line.
	  Use the permissions hooks instead.

	- the name of the option that denoted the revision from which
	  "mtn log" should start logging was renamed from "--revision"
	  to "--from"

	- author selectors no longer have implicit wildcarding

	- if you manually add entries to MTN/log while you are
	  working, in preparation for an eventual commit, you will now
	  be required to remove a "magic" template line from the file
	  before the commit will succeed. This, like the test for an
	  empty log file, helps to prevent accidents.

	- the "db regenerate_caches" migration command replaces the
	  previous "db regenerate_rosters", generalising the task of
	  rebuilding or generating cached data that may be added
	  across an upgrade.  Like "db migrate", which upgrades the
	  database schema, this command fills in the data for new
	  features. In this release, as well as rosters, it also adds
	  "heights" information used to speed up topology operations.

	Speed improvements

	- "mtn annotate file" and "mtn log file" are generally much
	  faster now, dependant on the number of revisions that
	  changed the file. Both commands as well as "mtn automate
	  toposort" make use of data called "heights" caching the
	  topological order of all revisions.  In order to create and
	  use this data, the following must be run once for each db
	  after upgrading:

               $ mtn -d mydb.mtn db regenerate_caches

	New features

	- "mtn automate content_diff"

	- "mtn automate get_file_of" (same as get_file, but expects
	  a file path and optionally a revision)

	- "mtn import" command

	- "mtn log --to"

	- netsync_note_* hooks are given much more information,
	  inlcuding a http/smtp/etc style status code

	- includedirpattern(dir, fileglob) function for hooks


	Bugs fixed

	- bug in "automate stdio" that would result in monotone
	  garbling its input in some circumstances fixed

	- "mtn annotate file" and "mtn log file" are generally much
	  faster now, dependant on the number of revisions that
	  changed the file. Both commands as well as "mtn automate
	  toposort" make use of data called "heights" caching the
	  topological order of all revisions.

	- spawn_redirected hook function now understands a blank
	  filename to mean not to redirect that stream

	- "mtn log" is now in proper topological order, also due to
	  the use of cached "heights" data

	- reset options between "automate stdio" commands

	- another compile fix for gcc3

	- bug in localization code where option strings where not
	  always properly translated


	Other

	- botan library upgraded to 1.6.0

	- accommodate changes in boost 1.34

	- documentation for "mtn automate get_option"

	- notes/ directory
2007-01-02 11:09:57 +00:00
rillig
4df2ad3f32 Fixed file permissions. 152 files had been installed world-writable.
PKGREVISION++
2007-01-02 01:47:24 +00:00
jmmv
76f55d274f Fix placement of PKGREVISION. 2006-12-31 17:38:51 +00:00
markd
68f0f6eced Fix Solaris issues by linking socket libraries where required.
OKed schmonz.
2006-12-29 22:00:17 +00:00
joerg
a1d4b9e70a OpenBSD ships GNU readline with integrated libhistory. Use the
transformation framework to handle it. Reported and tested by
Brad Knotwell. Thanks to the OpenBSD guys on the other side of
the room for the clarification.
2006-12-29 15:11:20 +00:00
joerg
4e5b6b834a libsigsegv *is* a full dependency at least on DragonFly and FreeBSD.
Bump clisp for the changed dependency.
2006-12-29 13:54:22 +00:00
schmonz
86320ee816 The self-tests fail on OS X. This may or may not be a real problem,
but the test suite returning a error code before install definitely
is. Make the tests available via TEST_TARGET instead of as part of
the default build, fixing installation on OS X. Bump BUILDLINK_API_DEPENDS
to the version most bgware wants these days.

No change to installed package, hence no PKGREVISION.
2006-12-28 03:20:32 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
wiz
d2b3046a17 Fix build on NetBSD-4.99.7/amd64.
Fed upstream in http://bugzilla.gnome.org/show_bug.cgi?id=386990
2006-12-26 11:05:56 +00:00
joerg
0376ed72eb Skip portability checks for files we either don't run or where we
use bash any way.
2006-12-20 15:30:52 +00:00
wiz
9a2900a447 Remove @dirrm lib/libglade -- that directory is not created by
this package. Bump PKGREVISION.
2006-12-20 07:37:02 +00:00
rillig
51db782fd3 Fixed PKGMANDIR. 2006-12-19 23:38:49 +00:00
joerg
46af951d90 + imake-1.0.2
+ xorg-cf-files-1.0.2
2006-12-19 22:58:14 +00:00
joerg
7929cfd7a8 Import imake-1.0.2 from pkgsrc-wip.
OK during freeze: agc@ and wiz@
2006-12-19 22:56:06 +00:00
joerg
466b9f8a57 Needs ${PKGMANDIR}/man3 precreated. 2006-12-18 02:22:40 +00:00
pooka
017942cfd6 match patch checksums with state in cvs 2006-12-17 16:57:09 +00:00
bouyer
dd3fb6c092 Update to 0.80. Main changes since 0.20:
* THIS IS NOT COMPATIBLE with the old 0.2xxx series of the Graph
        module. Your scripts are likely to break.  I did try to fashion a
        nice compatibility mode but there was no way to do that cleanly
        and to cover all the old oddities.  You can try the compatibility
        mode but I suggest changing your code instead because the compat
        mode is not going to be carried over to the next releases of the
        module.
        * The main reason for introducing the incompatibilities was that
        the new Graph supports graphs of 'higher dimensions', and the
        assumptions made by the old module (most importantly that edges
        could only span two vertices) in effect made it impossible to
        extend the interfaces.
        * The next version of Graph (most likely 0.90) is going to aim
        for speed.  The backward compatibility for the 0.2xxx series
        will be dropped (because that, too, slows down this release).
2006-12-16 15:17:48 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
tv
360cb24fd2 Remove warning about libtool using an unreleased version of autoconf. The
released version of autoconf now in pkgsrc (2.61) is new enough to work.
2006-12-15 19:27:24 +00:00
drochner
f46d53621a update to 1.14.9
changes:
Add Thai langauage engine.
Improved Indic module.
Output correct path for hexboxes in pango_cairo_layout_path().
Misc small fixes.
2006-12-15 19:12:29 +00:00
joerg
8100458428 DESTDIR support. 2006-12-15 17:32:41 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
dmcmahill
c69300e480 In the libtool configure script, the basename of the compiler is used
to make decisions about which compiler is being used (gcc, SunPro, etc).
To make this function "correctly" in the presence of the compiler wrapper
scripts, we need to extract the actual compiler command from the wrapper
frame work.  So adapt the section in the configure script which already
attempts to deal with some other compiler wrappers to deal with the pkgsrc
wrappers.

This should address PR pkg/33467 and PR pkg/34581.

Bump PKGREVISION.
2006-12-15 11:28:51 +00:00
taca
110d74aef3 Oops, there was typo. 2006-12-13 11:44:12 +00:00
taca
c459614bc8 Improve checking of some "rl_*" gnu readline compatible functions.
It should fix PR pkg/35244.

Bump PKGREVISION.
2006-12-13 10:55:51 +00:00
obache
893f510b2a Install perl modules into the "vendor" directories.
Bump PKGREVISION.
2006-12-13 02:00:29 +00:00
rillig
ed581cc064 Moved the BUILDLINK_DEPTH to where it belongs. 2006-12-12 21:55:27 +00:00