Commit graph

42 commits

Author SHA1 Message Date
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
01907502f3 Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
jmmv
1848ead77f Update to 0.9.0:
This is the first 0.9 release - the main editing widget has been rewritten
since the last release (0.7.16). Please download it and try to break things
(and fix them - patches gratefully acepted!).

The new code fixes a long-standing problem where Conglomerate would crash when
loading certain documents. This has now been fixed (we believe), so that
Conglomerate should now be able to load and display any well-formed XML
document. The design is simpler and should enable us to implement more
sophisticated effects in the future (e.g. table editing).

Unfortunately, whilst it's better than it was at loading files, it's now less
stable when it comes to editing them. There are quite a few bugs still present
in the new implementation - for example, "span tags" are invisible if present
in a document loaded off disk (freshly created span tags appear as expected).
This and other bugs can be seen below a tracker bug ( bug # 143769 ); please
file bugs with editing and attach them to this tracker bug.

New Translations:
      * Simplified Chinese (zh_CN) (Funda Wang)

Updated Translations:
      * Czech (cs) (Miloslav Trmac)
      * German (de) (Frank Arnold)
      * Greek (el) (Kostas Papadimas)
      * Canadian English (en_CA) (Adam Weinberger)
      * British English (en_GB) (David Lodge)
      * Spanish (es) (Francisco Javier F. Serrador)
      * French (fr) (Michèle Garoche)
      * Dutch (nl) (Daniel van Eeden)

Enhancements
      * Major rewrite of the main editing widget (David Malcolm)
        (Nickolay V. Shmyrev)
      * Improvements to menu icons and keyboard shortcuts (Alan Horkan)
      * Beginnings of work on a table-editing plugin for DocBook
        (David Malcolm)

Fixes
      * Fixes to i18n framework (Michèle Garoche) (Geert Stappers)
        (Marcel Telka)
        Fixes to improve stability of basic editing (Nickolay V. Shmyrev)
      * Fixed the random document generator to use the correct text
        "Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum",
	based on http://lipsum.com/ (David Malcolm)
      * Cleaned up to fix bug # 145096 (David Malcolm)
      * Fixed simple word-wrapping in new editor widget (I hope) bug # 143994
        (David Malcolm)
2005-02-14 21:32:10 +00:00
minskim
1b77f3fb00 This package doesn't need perl at run time. Set USE_PERL5 to "build".
Bump PKGREVISION due to dependency change.
2005-01-01 03:44:51 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
c4e6ed9e14 Fix build under 1.6.2 caused by a C99-ism.
Noted by last kristerw's bulk build.
2004-03-09 22:05:08 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jmmv
454bf4873e bl3ify 2004-02-20 12:43:28 +00:00
jmmv
714d6b32f9 Update to 0.7.12:
Enhancements
* New translations: Croatian (hr) (Robert Sedak), Japanese (ja) (Mitsuru Oka)
* Updated translations: Albanian (sq) (Laurent Dhima), Serbian (sr.po,
  sr@Latn.po) (Danilo ?egan), nl (Daniel van Eeden), Czech (cs) (Miloslav
  Trmac), Greek (el) (Kostas Papadimas), German (de) (Christian Neumair),
  Croatian (hr) (Robert Sedak)
* Added preliminary support for the TEI Lite format (Roberto Rosselli Del
  Turco)
* Big fix of XML namespace handling. Dispspecs now refer to elements using a
  namespace URI (if any) and the local name within that namespace.
  Element-matching code now uses namespaces rather than prefixes in various
  places, including the XSL-FO and RELAX NG plugins, which should lead to
  more robust handling of arbitrary documents. (me)
* When determining which dispspec to use, calculate coverage of the document
  elements and pick the best (above a certain threshold percentage) (me)
* New dialog for selecting which child element to insert when a DTD requires
  such a choice. The new dialog lists both the XML names and the translated
  names with icons where available (me)
* Added a workaround for bug #124507 which pops up a dialog explaining what
  the problem is and tells you which elements are causing it. The problem
  elements will not appear in the editor widget. The dialog repeats every
  time the document is editor, but this is better behaviour than a silent
  crash :-) (me)

Fixes
* Reorganised source tree so that the xds files live in their own "dispspecs"
  subdirectory, rather than sharing the "examples" folder with the sample
  instance documents (Geert Stappers)
* Tidying up of plugin management code to use Service IDs to identify
  instances and GType to identify classes (me)
* Big warning fix, should now compile cleanly on "-Wall -Werror" (me)
* Big cleanup of the insides of the popup context menu, replacing lots of
  obcure hackery with a more maintainable system. (me)
2004-02-17 23:25:45 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
99a7540d77 Update to 0.7.11:
Conglomerate 0.7.11
===================
Enhancements
	* New translations: no (Kjaartan Marass), fr (Alban Browaeys),
	  sq (Laurent Dhima)
	* Updated translations: cs (Miloslav Trmac), es (Francisco Javier
	  F. Serrador), nl (Daniel van Eeden), no (Kjartan Maraas), pt
	  (Duarte Loreto), sr/sr@Latn (Danilo ?egan),
	* The File->New assistant now has a "Random Document" plugin, which
	  is both great fun, and good for testing. If you select this, you
	  reach a page where you can select a document type from those
	  available (based on the dispspec files loaded). You can also specify
	  a "depth" which is used to give an idea of how deep the document's
	  tree should be. If a DTD is available, Conglomerate will try to
	  ensure that the document is valid against that DTD. It also
	  generates random text, to really push the unicode support (it
	  generates random strings using most of the full range of Unicode).
	  (me)
	* If a DTD if found, the DTD tab of the Properties dialog for a node
	  now has a "content model" view, showing the valid child elements
	  that are allowed by the DTD in a tree form. (me)
	* First attempt at a "Find" dialog; improving this and the "Replace"
	  dialog would make great jobs for programmers wanting to get
	  involved. (me)
	* Big rewrite of the plugin code with the aim of eventually moving
	  over to libgnomeoffice's framework. Plugins contain services of
	  various kinds; everything is now a GObject subclass. (me)
	* The "--enable-printing" configuration option no longer requires
	  libfo; this is now enabled separately with a new "--enable-libfo"
	  option (me)
	* Change template code to use a <cong:template> element (Jeff Martin)
	* Toolbar now has a "New Document" button (Daniel van Eeden)
	* Internal improvements to GUI button sensitivity logic (Paul Smith)
Fixes
	* Fix bug #130820 (me)
	* Fixed crash when loading file without a dispspec with no extension
	  in its filename (me)
	* Fixed a bug in the template code (Daniel Larson)
	* Fixes for C99ism build problems on gcc-2.95.4 (Geert Stappers)
	* Fixed whitespace issues in the README files (David Hoover)
	* Various build fixes, including disabling gtk-doc for now (Geert)
	* Added a couple of DocBook tags to the display specification (Daniel
	  Larsson)
	* Added a template file for display specifications to the examples
	  subfolder (Boris Goldowsky)

Conglomerate 0.7.10
===================
Enhancements
      * The Home and End keys now take you to the start/end of text
        within the current structural element; with Ctrl pressed they
        take you to the start/end of text within the document. Shift can
        be used to drag out selections as usual. This fixes bug #109698
        (me)
Fixes
      * Big rewrite of File->Properties dialog - it now uses Glade, it
        updates in response to changes of DTD, file URL and modification
        status (bugs #122029, 130728) (me)
      * Overview tree's root element now changes when the file's URL
        changes (bug #130728) (me)
      * Fix for bug #130724 (crash on loading examples/test-docbook.c)
        (me)
      * Added a wrapper function to generate generic property dialog
        descriptions to reduce translator workload (fixes bug #124780)
        (me)
      * Various documentation and Debian packaging fixes, including bug
        #123131 (Geert Stappers)
      * Disabled plugin support for Norman Walsh's website format as
        it's currently too broken to be worth supporting (see Bugzilla
        #113001 for some of the problems) (me)

Conglomerate 0.7.9
==================
Enhancements
      * Support for middle mouse button paste of PRIMARY (me)
      * Update PRIMARY whenever selection changes, fixing bugs #130248
        and #126039 (me)
      * Rewrite of clipboard and selection code. Selections are now
        offered and received as both XML and as text, in a sane format,
        fixing bug #129731 (me)
      * Updated translations - cs (Miloslav Trmac), sr, sr@Latn (Danilo
        ??egan), pt (Duarte Loreto), es (Francisco Javier F. Serrador)
      * Installs GConf schema file (Geert Stappers)
Fixes
      * Fixed various compilation warnings (me)
      * Fix for bug #125918 (Elements appearing in incorrect order) (me)
      * Fixed various bugs in the calculation of selection highlighting
        (including bug #124130); added an early reject to throw away
        unnecessary updates when dragging out a selection with the mouse
        (me)
      * Added ordering function for comparing nodes; fixed long-standing
        bug in CongRange reordering function which was causing glitches
        in the selection code (me)
      * Fixed bug when moving cursor to next word near end of a node's
        content which would generate an invalid cursor location
        off-by-one beyond the valid range (me)
      * Fix for bug #124508 (crash on inserting sibling) (me)
      * Fix for bug #125720 (crash on deleting nothing) (me)
      * Fixed crash when testing text nodes as being irrelevant
        whitespace in the case where they haven't yet been added to the
        tree (me)
      * Implemented various missing node types in
        cong_document_get_node_name, fixing a problem in the test data
        for bug #120976 (me)
      * Fix for bug #124208 (entity modification is not saved) (me)
      * Fix for bug #129752 (nested entity edit) (me)
      * Fix for bug #129907 (Elements appear in reverse order under
        certain circumstances) (me)
      * Fix for bug #130227 (Pasting simple text using the middle mouse
        button often causes assertion failures) (me)
      * Fix for bug #123490 (Carriage return should add a carriage
        return if whitespace is being preserved) (me)
      * Fix for bug #129776 (missing @PKGDATADIR@ definition) (me and
        Geert Stappers)
      * Improvements to dispspec debugging (Geert)
      * Fixed intltool problems (me)

Conglomerate 0.7.8
==================
Enhancements
      * Big reorganisation of the implementation of the editor widget,
        simplifying the code (me)
      * New GObject class representing an XPath expression, which will
        help towards some future bugfixes (me)
Fixes
      * Fixed C99ism build problem on gcc-2.95.4 (Pav Lucistnik)
      * Fixed missing files in POTFILES.in (Marcel Telka, Geert
        Stappers)
      * Fixed lots of warnings (me)
      * Increased self-tests on cursor validity (me)

Conglomerate 0.7.7
==================
Enhancements
      * Experimental GUI code to use the new GTK File Choser dialog
        (currently needs manually enabling) (Me)
      * Big rewrite of display specifications for document types.
        Support for localising XML element names and descriptions, using
        the xml:lang attribute and intltool; numerous other improvements
        (Me)
      * Ignore unnecessary whitespace text nodes in main editor view -
        Fix for bug #123367 by Anders Petersson giving a big visual
        enhancement ; fixed cursor movement to skip over them (me)
      * Updated translations - ca (Jordi Mallach), de (Christian
        Neumair), es (Francisco Javier F. Serrador), nl (Jeroen van der
        Vegt), pt (Duarte Loreto)
Fixes
      * Fix for bug 123065 (open using empty window instead of whole new
        window) (Robert Varga)
      * Portability improvements (Duraid Madina, Pav Lucistnik)
      * Get strings from immodule as UTF8, notify immodule of focus
        in/out (bug 125993) (Yukihiro Nakai)
      * Fixed unref of NULL uri (bug #126231) (Paul Smith)
      * Various GUI sensitivity fixes (Paul Smith)
      * Rewrie of intenals of text normalisation to supoprt Pango
        attributes in preparation for proper support of "pre-edit"
        strings from GTK input methods (me)
      * Fixed loading from GnomeVFS with a relative path (Robert Varga)
      * Fix for bug #127026 (crash when using cut from popup menu) (me)
      * Changed CTRL+SHIFT+S to Save As instead of Save a Copy (Michael
        Terry)
      * Force span tag to be wide enough to accommodate its title.
        Center contents. (Boris Goldowsky)
2004-02-09 12:38:58 +00:00
jmmv
3317acb024 Bump PKGREVISION due to gtksourceview update. 2004-02-07 15:24:56 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
xtraeme
1747724326 Updated to 0.7.6
Changes:

     * Undo/Redo now works, with an unlimited history. Large amounts of
        the program was rewritten to allow this.

     * Allow clicking beyond the end of the fragment of text, to make
       it easy to select past the end of a line.

     * Improvements to the "Required Child" dialog to use Glade and be
       more HIG-compliant (David Hoover).

And more bugfixes, etc.
2003-12-03 23:03:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
xtraeme
ebd4aef956 Bump package revision to 1 (scrollkeeper's dependency) 2003-09-27 10:22:49 +00:00
xtraeme
926a74062f Add pthread's buildlink and scrollkeeper's omf.mk (fixes latest bulk build
by hubertf@)
2003-09-27 02:46:09 +00:00
xtraeme
e693be0b6d Updated to 0.7.4.
Changes:

Enhancements
Beginnings of RELAX NG support
      * An importer that reads DTD files and generate RELAX NG schema.
        (me)
      * A Conglomerate display specification for editing RELAX NG schema
        files. (me)

Beginnings of XHTML support:
      * A Conglomerate display specification for editing XHTML (strict)
        web pages. (me)
      * A simple template for creating new web pages. (me)

Attribute editing:
      * The Property dialog now has a tab page listing any attributes
        found in the DTD for the selected node (me)
      * Utility functions to make it easy to create attribute editors by
        binding GTK and Glade widgets to XML attributes (me)
      * A custom property dialog for DocBook <orderedlist> tags as an
        example of the above. (me)

Improvements to document type infrastructure:
      * Support for template files that can be used in the File->New
        assistant (Jeff Martin)
      * A template for creating new Conglomerate display specification
        files (Jeff Martin)
      * XML doc types can specify a file extension. For example, RELAX
        NG schema files have a ".rng" extension, and HTML files have
        ".html" extension. (me)
      * The display spec file can specify a formal Public ID for the
        DTD, and the code will try to use this, even if the XML file
        doesn't explicitly specify the DTD. (me)
      * The File->Properties dialog allows you to remove DTD
        associations, and can guess at a DTD if one is not present. It
        has a button to add the association to the document header. (me)
      * The display specification file format now supports XML
        namespaces (me)

Improvements to the "Cleanup the XML Source" tool
      * The tool now understands the difference between structural and
        span tags and doesn't force line breaks for span tags. (me)
      * Fixed some bugs and improved look of the resulting source, IMHO.
        (me)

Other Enhancements
      * Stability enhancements (me)
      * Improvements to the DTD for our display specification files (me,
        Jeff Martin)
      * Various test files should now be in the examples subdirectory of
        the tarball (Geert Stappers)
      * You can now merge adjacent paragraphs (as requested by Linux
        Weekly News) - move the cursor to the end of a <para> tag and
        press Delete, or to the start of a tag and press Backspace. (me)
      * Probably some other things I missed :-)

Fixes
      * Fixed lots of cleanup bugs when documents were closed; this
        makes the app much more stable. (me)
      * Fix for bux #118769 - a new dialog to select importers if more
        than one is applicable (me)
      * Empty context submenus are now insensitive (me)
      * Removed an unnecessary dependency on GDK 2.2 which broke the
        build on Red Hat 8
2003-09-25 15:45:20 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
3a6ef82c5a Initial import of conglomerate, version 0.5.4:
Conglomerate is a project to create a complete structured information
authoring, management, archival, revision control and transformation system.
Conglomerate uses XML semantics and powerful graphical editing, coupled with
a centralised storage model and a flexible transformation language to create
an environment which is easy to use, produces high-quality structured output
and lets the user target several output media with a single source document.

Provided by Juan RP in pkgsrc-wip with some changes by me.
2003-07-04 11:52:49 +00:00