Commit graph

2675 commits

Author SHA1 Message Date
wiz
d86e5361f8 Initial import of py-elementtree, from pkgsrc-wip, packaged by recht@
The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.

The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.
2005-07-21 12:13:29 +00:00
jlam
7ce4f23b51 Remove unnecessary passing of YACC to the configure script as it's
already passed by the tools framework.
2005-07-20 04:50:46 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
hubertf
fc3822a7a8 Fix path to RFC-database, it's most certainly not in /usr/local.
Bump revision.
2005-07-18 20:00:22 +00:00
tonio
b734d96235 Update to rubber 1.0
Change maintainer address to @netbsd.org
Update homepage to avoid redirections

Main changelog entries:
  Version 1.0 (2005-07-11)
  More intelligent graphics conversion rules.
  New command-line options "--inplace" and "--into".
  New command-line option "-W" to report warnings.
  Modules "index" and "verbatim" fixed.
  Fixed path searching in Metapost.
  Fixed paper size handling (in dvips, dvipdfm, ps2pdf).
  Better handling of aux files from \include'd sources.

approved by cube@
2005-07-18 13:46:45 +00:00
heinz
363c7dac22 Updated to 0.23nb2.
Added missing prerequisite p5-libxml (for XML::Parser::PerlSAX)
This should fix PR pkg/30768.
2005-07-17 14:25:57 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +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
jlam
e26a9ed756 Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
2005-07-15 20:14:02 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
drochner
4e8536c148 sync with libxml2 update 2005-07-13 09:53:31 +00:00
grant
16736348e2 no need to force the latest version when IGNORE_RECOMMENDED=YES. set
BUILDLINK_RECOMMENDED.aspell>=0.50.3 instead.
2005-07-13 04:37:52 +00:00
recht
813fba2584 update to libxml2 2.6.20
2.6.20: Jul 10 2005:
   -  build fixes: Windows build (Rob Richards), Mingw compilation (Igor
       Zlatkovic), Windows Makefile (Igor), gcc warnings (Kasimier and
       andriy@google.com), use gcc weak references to pthread to avoid the
       pthread dependancy on Linux, compilation problem (Steve Nairn),
       compiling of subset (Morten Welinder), IPv6/ss_family compilation
       (William Brack), compilation when disabling parts of the library,
       standalone test distribution.

   -  bug fixes: bug in lang(), memory cleanup on errors (William Brack),
       HTTP query strings (Aron Stansvik), memory leak in DTD (William),
       integer overflow in XPath (William), nanoftp buffer size, pattern
       "." apth fixup (Kasimier), leak in tree reported by Malcolm Rowe,
       replaceNode patch (Brent Hendricks), CDATA with NULL content
       (Mark Vakoc), xml:base fixup on XInclude (William), pattern
       fixes (William), attribute bug in exclusive c14n (Aleksey Sanin),
       xml:space and xml:lang with SAX2 (Rob Richards), namespace
       trouble in complex parsing (Malcolm Rowe), XSD type QNames fixes
       (Kasimier), XPath streaming fixups (William), RelaxNG bug (Rob Richards),
       Schemas for Schemas fixes (Kasimier), removal of ID (Rob Richards),
       a small RelaxNG leak, HTML parsing in push mode bug (James Bursa),
       failure to detect UTF-8 parsing bugs in CDATA sections, areBlanks()
       heuristic failure, duplicate attributes in DTD bug (William).

   -  improvements: lot of work on Schemas by Kasimier Buchcik both on
       conformance and streaming, Schemas validation messages (Kasimier
       Buchcik, Matthew Burgess), namespace removal at the python level
       (Brent Hendricks), Update to new Schemas regression tests from
       W3C/Nist (Kasimier), xmlSchemaValidateFile() (Kasimier), implementation
       of xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml (James Wert),
       standalone test framework and programs, new DOM import APIs
       xmlDOMWrapReconcileNamespaces() xmlDOMWrapAdoptNode() and
       xmlDOMWrapRemoveNode(), extension of xmllint capabilities for
       SAX and Schemas regression tests, xmlStopParser() available in
       pull mode too, ienhancement to xmllint --shell namespaces support,
       Windows port of the standalone testing tools (Kasimier and William),
       xmlSchemaValidateStream() xmlSchemaSAXPlug() and xmlSchemaSAXUnplug()
       SAX Schemas APIs, Schemas xmlReader support.
2005-07-12 21:15:21 +00:00
taca
1e549f46ed - add missing message files in PLIST.
- deprecate USE_PERL5 and LTCONFIG_OVERRIDE.

Bump PKGREVISION.
2005-07-12 16:03:56 +00:00
kristerw
9384e6337d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-08 21:28:15 +00:00
kristerw
0650e01d5a Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-08 20:53:49 +00:00
kristerw
5b7f56aed8 Do not include malloc.h, and add HAVE_STRLCPY for Darwin too. 2005-07-08 18:56:56 +00:00
markd
15ad4fc64a Update ispell-british to 3.3.02. 2005-07-07 12:44:44 +00:00
markd
ef66843718 Update ispell-base to 3.3.02
Ispell 3.3 offers improved support for international languages, improved
deformatting, and better support for compilation on Windows systems. All
known security holes have been closed. A number of small bugs are also
fixed.
2005-07-07 12:42:20 +00:00
christos
9f598e7e89 update to 0.1 which should be more portable. 2005-07-05 19:53:40 +00:00
wiz
79584f9fa6 Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++. 2005-07-05 15:19:26 +00:00
wiz
b3583a2761 USE_PERL5 -> USE_TOOLS+=perl. 2005-06-28 14:18:55 +00:00
wiz
6b0d4fa999 Update to 0.60.3.
Complete list of changes from 0.60.2:

   * Fixed bugs involving several of the C API functions.

   * Fixed bug where `ultra' or `fast' mode will not return any
     suggestions when soundslike lookup is not used.

   * Made a minor, yet significant, optimization to the suggestion code.
     This speed things up by an order of magnitude in some cases.

   * Avoid using the slow ngram scan except when the `sug-mode' is
     `slow' or `bad-speller'.

   * Fixed a bug in curses mode which causes word-wrap to not work
     correctly in some cases.

   * Fixed a bug in pipe mode with a missing newline.

   * Fixed the `spell' compatibility script.

   * Several other minor bugs fixed.

   * Made note about the change in behavior of the `-l' command line
     switch.

   * Other manual update/fixes.

   * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
2005-06-28 14:17:49 +00:00
wiz
cef42348ec Depend on >= aspell-0.60.2nb1, which unbreaks the build.
Fix PLIST. Remove BROKEN.
2005-06-26 05:20:07 +00:00
wiz
e3ee624f80 Add patch from program's author that fixes aspell-cz build.
Bump PKGREVISION to 1.
2005-06-26 05:19:10 +00:00
taca
5e54cdfef0 Update ruby-xmlparser package to 0.6.8.1.
- Avoid C90'ism from code; content of patch-ab was merged.
2005-06-25 02:34:27 +00:00
kristerw
39c5fc71b7 Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
2005-06-24 20:53:20 +00:00
wiz
8bfd6b61d7 Add and enable p5-Text-Glob. 2005-06-24 17:34:40 +00:00
wiz
5da6aa975a Import p5-Text-Glob-0.06 from pkgsrc-wip, packaged by
Hiramatsu Yoshifumi.

Text::Glob implements glob(3) style matching that can be used to match
against text, rather than fetching names from a filesystem. If you
want to do full file globbing use the File::Glob module instead.
2005-06-24 17:33:36 +00:00
kristerw
42c793da7d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-24 16:44:15 +00:00
jlam
0adeaaac21 Remove lang/libperl and modify packages that used libperl to depend
instead on perl>=5.8.0.  Bump the PKGREVISIONs of the following packages
due to the possible perl dependency changes after the removal of
libperl:

	audio/ices-mp3
	databases/postgresql73-plperl
	databases/postgresql74-plperl
	textproc/eperl
	www/ap-perl
2005-06-24 05:56:25 +00:00
is
4c78cba8f4 getopt() returns an int so that -1 can be distinguished from any character
value (xls2csv wouldn't accept any command line without this fix).
While we're here, add <stdlib.h> to analyze.c so that exit() is
declared.
2005-06-22 21:11:35 +00:00
kristerw
2fbf84300d Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-20 15:52:47 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jwise
78d043bfb3 Update Sablotron to version 1.0.2. Changes from 1.0.1:
Version 1.0.2
December 29, 2004
-----------------
	- fixed a bug in declarations of namespaces
          during serialization
	- minor fixes for gcc 3.4.x
	- fixed mistakes in error messages
2005-06-06 20:14:43 +00:00
minskim
2beadc1143 The docbook-xml binary package built on 2005-04-06 with the following
versions does not have dependency on xmlcatmgr.

textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $
textproc/docbook-xml/distinfo:$NetBSD: distinfo,v 1.4 2005/02/24 14:48:41 agc Exp $
textproc/docbook-xml/Makefile:# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $
textproc/docbook-xml/PLIST:@comment $NetBSD: PLIST,v 1.7 2003/01/29 21:17:26 jmmv Exp $
textproc/docbook-xml/patches/patch-aa:$NetBSD: patch-aa,v 1.1 2004/02/09 12:23:40 jmmv Exp $

Bump PKGREVISION to force bulk build to rebuild the binary package.
2005-06-06 03:34:08 +00:00
wiz
109c711600 Update to 4.18.0, provided by Jeroen Ruigrok van der Werven in PR 30424.
Includes a number of patches to fix build on DragonFlyBSD.

Changes since 4.17.2:
Glimpse 4.18.0 has new configure script generated by autoconf 2.57
- may fix compilation problems on FreeBSD
2005-06-04 10:44:28 +00:00
jlam
08c60ab83d Coalesce the common makefile code in the builtin.mk file that inspect
the X11 distribution using imake into mk/buildlink3/imake-check.mk.
imake-check.mk calls out to a helper shell script mk/buildlink3/imake-check
that generates the required Imakefiles and runs imake.  Remove the
now extraneous builtin-imake.mk files as the builtin.mk files can now
contain the name of the imake symbol to check.
2005-06-03 19:12:49 +00:00
jlam
c85165ac07 Only check for the existence of the first word of ${IMAKE} since it may
contain a command plus arguments.  We use the standard idiom to extract
the first word of a list stored in a make variable:

	VAR_CMD=	${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}

XXX This can be replaced with a more succinct use of variable modifiers
XXX when we update the bootstrap bmake to match the latest NetBSD make
XXX sources, i.e.:
XXX
XXX	VAR_CMD=	${VAR:[1]}
2005-06-03 17:02:36 +00:00
jlam
88aeda0672 Don't require a read-write pkgsrc tree when invoking imake. We avoid
this requirement by using TMPDIR as the read-write location demanded
by using imake.
2005-06-03 16:03:09 +00:00
jlam
6d845f18f1 Don't include bsd.builtin.mk... just include the builtin.mk file for
the package that we're interested in (iconv).  Also, fix the logic so
that we don't assume that built-in libiconv.so doesn't exist.
2005-06-01 19:13:24 +00:00
jlam
8cadd48fd5 The gettext-lib/builtin.mk file already takes care of modifying the
dependency for us if we use the pkgsrc version of gettext-lib.
2005-06-01 19:11:41 +00:00
jlam
7debfabe11 Use IMAKE_MAKE instead of MAKE to process the makefile generated by imake. 2005-06-01 18:33:02 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
snj
f982ae2287 Update to 1.08. Complete changes unknown, but the three listed in NEWS are:
o  The pattern digit dot digit (fractional number) does not end
   a sentence.
o  New flag -b for warnings about mistakes made by beginners.
o  Do not print suggestions by default, but only if -s is used.
2005-06-01 03:01:58 +00:00
rillig
50ae232530 Replaced USE_PERL5 with USE_TOOLS+=perl. 2005-05-31 19:48:18 +00:00
minskim
5cfafe74df Remove empty files generated through distribution patches at
post-patch, rather than install and delete at post-install.
2005-05-30 14:43:03 +00:00
minskim
a116bdaa9a This package didn't build on Darwin because the Mutex class was not
defined.  Force to use a dummy definition as in other platforms.
2005-05-30 05:41:15 +00:00
minskim
d968982654 Use subst.mk instead of sed/mv. 2005-05-30 04:56:20 +00:00
taca
07dd766355 Remove namazu1 pacakge since namazu 1.3 and lator aren't maintained
any more.
2005-05-28 03:03:12 +00:00
taca
bf5ef70d78 Remove namazu1. 2005-05-28 03:02:01 +00:00
jlam
21f60837bd Don't use buildlink framework just to do a conditional dependency for a
binary tool.  We can now use the tools framework for this.  Remove the
various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was
their only user in pkgsrc.
2005-05-26 21:49:39 +00:00
wiz
9b3b3041bc Add RMD160 checksum. 2005-05-25 13:43:10 +00:00
wiz
78d31b6390 Remove empty line. 2005-05-25 13:42:52 +00:00
wiz
aeea92f4c7 Add RMD160 checksum. 2005-05-25 13:32:52 +00:00
adam
c521a75039 From now on, move html docs into share/doc/html 2005-05-25 09:27:39 +00:00
seb
b761854daf Actually set HOMEPAGE to the official homepage on sourceforge. 2005-05-24 12:22:39 +00:00
seb
6a02052ed9 Make HOMEPAGE more version/author independent. 2005-05-24 12:19:24 +00:00
minskim
0fd28d438f Update lq-sp to 1.3.4.12.
Changes since 1.3.4.10:
  - Fixed compile errors when using gcc 3.4.
  - Fixed a possible but very unlikely buffer overflow on 64-bit platforms.
2005-05-24 05:09:42 +00:00
seb
a5b710b52f Update to version 3.17.
While here list, as comments, all dependencies needed to run the
self tests

Changes since last packaged version (3.16):
Changes in 3.17
      documentation changes, mostly to point better to
                        the resources at http://www.xmltwig.com

      fix a few tests that would fail under perl 5.6.*
      and Solaris (t/test_safe_encode.t and t/test_bug_3.15.t),
      see RT bug # 11844, thanks to Sven Neuhaus

      made the licensing terms in the README match the
      ones in the main module (same as Perl), see RT
      bug #11725

      added a test on XML::SAX::Writer version number to
      avoid failing tests with old versions (<0.39)

      improved xml_split
2005-05-23 22:21:46 +00:00
seb
58928be465 Update to version 1.0.1.
Package changes: install documentation files, add test target support.

Changes since last packaged version (0.9.3):
 Changes in 1.0.1
 1. Recompiled against recent libxml2-2.6.18 and libxslt-1.1.13 libraries
 2. New binaries for Windows/Linux/Solaris
 3. Fixed several pyx/depyx bugs
 4. Window binary has been compiled with iconv to support more encodings
 Changes in 1.0.0
 1. Fixed few core dumps
 2. Recompiled against recent libxml2-2.6.17 and libxslt-1.1.12 libraries
 3. New binaries for Windows/Linux
 4. Updated documentation
 Changes in 0.9.5
 1. Fixed security bugs (buffer overflows)
 2. Recompiled against recent libxml2-2.6.13 and libxslt-1.1.10 libraries
 3. New binaries for Windows/Linux
 4. Updated documentation
2005-05-23 21:32:01 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
rillig
09db5e7a58 Replaced $c with ${c} to make pkglint happy. 2005-05-22 21:54:59 +00:00
jlam
6a6cd5f01f Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
2005-05-22 20:28:47 +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
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
minskim
aa264dd8db s/netbsd/NetBSD/ 2005-05-22 05:32:17 +00:00
minskim
ce88211f44 Sort. 2005-05-22 05:31:10 +00:00
minskim
9b89dbb31e Remove redundant inclusion of bsd.prefs.mk. 2005-05-22 05:30:23 +00:00
minskim
8de43af7c9 Honor *OWN and *GRP. 2005-05-22 05:28:25 +00:00
wiz
f14ede3931 Update to 1.7i:
Release 1.7i, Thu Apr 14 13:31:02 CEST 2005 (Manuel Serrano):

        *** replace (fboundp 'about-xemacs) with
        (or (foundp 'about-xemacs) (featurep 'xemacs)).
2005-05-21 08:58:26 +00:00
wiz
26ee28dd3c Change install target to use tar instead of gtar.
Add missing files to PLIST and bump PKGREVISION.
2005-05-20 08:59:40 +00:00
jmmv
7dc6b91db3 Update to 0.2.0:
* Fixes for builddir != srcdir
* Plural form rules for more languages, from Changwoo Ryu
* Fixed DOC_H_FILE build system, fixes #170680
* Updated licensing terms
* Made -p POFILE and -u POFILE work directly on PO file (Danilo)
* Made -p POFILE read directly PO file, instead of depending on msgfmt (Danilo)
* Updated translations:
  rw      (Steve Murphy)
  hi      (Rajesh Ranjan)
  en_CA   (Adam Weinberger)
  da      (Martin Willemoes Hansen)
  pt_BR   (Raphael Higino)
2005-05-19 21:08:29 +00:00
ben
2b081522fd This file is not necessary after update to helpdeco 2.1.1 2005-05-19 18:35:41 +00:00
ben
41e9cf6ce8 Update helpdeco to version 2.1.1. Notable changes:
* moved to sourceforge
* put under GPL instead of non-commercial license, with permission from
  original author
* portability fixes
2005-05-19 18:34:34 +00:00
reed
06db8b52af Moved this package from misc category to textproc category. 2005-05-19 17:29:30 +00:00
reed
df6f8bf2e1 Moved this package from devel category to textproc category. 2005-05-19 17:27:18 +00:00
reed
f2f882c6ac Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,
and p5-Lingua-Preferred packages to the textproc category.
2005-05-19 17:27:13 +00:00
reed
92c9134c41 Add p5-Lingua-EN-Sentence-0.25 perl module. 2005-05-19 16:20:25 +00:00
reed
c6c893a3a9 Import Lingua-EN-Sentence-0.25
The "Lingua::EN::Sentence" perl module splits text into its
constituent sentences, based on a regular expression and a list of
built-in and provided abbreviations.
2005-05-19 16:16:23 +00:00
wiz
3a75c9a2ba Add and enable vis. 2005-05-18 22:07:05 +00:00
jlam
1b0d713866 Don't require m4 for all packages, only for packages that use it. 2005-05-16 05:09:21 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
jlam
cd4f3767d3 Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify
transition to new tools framework.
2005-05-13 16:54:12 +00:00
drochner
4c48924361 sync with base libraries
no changes as far as Python wrappers are concerned, afaict
2005-05-13 11:13:11 +00:00
jlam
962622ba7d Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk to
consolidate the files for that framework in one directory.
2005-05-11 02:07:37 +00:00
christos
44198cddd3 Add a new vis/unvis package. 2005-05-10 21:56:13 +00:00
epg
17cf4bb5e2 Update to 0.38.
Upstream changes:

version: 0.38
date:    Thu Mar 31 01:43:21 PST 2005
changes:
- Deleted Spiffy -XXX artifact :(

---
version: 0.37
date:    Thu Mar 31 01:56:24 CST 2005
changes:
- All the edge cases with hash key dumping (commas, [], {}, etc)
  should now be covered
2005-05-09 22:40:27 +00:00
minskim
2c1e5861d7 The website DTD requires docbook-simple.
Bump PKGREVISION due to dependency change.
2005-05-08 17:48:06 +00:00
hrs
b357ac477b Update to 1.1. This is the official release of Simplified DocBook V1.1 DTD
and no technical changes from 1.1CR2.
2005-05-05 19:20:45 +00:00
hrs
db8fe895f3 Update to 1.3.2:
* Various kludge for DTD-less case.

 * Use unibyte-char-to-multibyte if enable-multibyte-characters.

 * (sgml-do-processing-instruction): new handling of <?PSGML> processing
   instruction.

 * (sgml-setup-doctype): add Predefined Entities for XML.
2005-05-05 05:59:56 +00:00
hrs
d342995e53 Add SGML_CATALOGS to register openjade/catalog on the system-wide
SGML catalog chain.  Bump PKGREVISION.
2005-05-05 05:50:23 +00:00
hrs
f4526f282b Update to 2.6.0:
* catalog, catalog.xml: enable users to have "current" in schema URIs
   in doc instances;

   http://docbook.sourceforge.net/release/website/current/schema/

   Yeah, I know that it's traditionally been the case that DocBook
   doc instances contain public and system IDs for a specific version
   of the DocBook DTD. But note that:

     - all versions of DocBook 4 are backward-compatible

     - doc instances don't actually need to contain any system or
       public ID at all users employ RELAX NG-based tools

     - for RELAX NG-based toolchain, users will probably be authoring
       and validating their doc instances against whatever is the
       current version of the RELAX NG schema for DocBook that that
       they have installed

   So enabling users to put "current" in their doc instances instead
   of a specific version number means that they don't need to update
   the URIs if/when they want to author/validate using a future
   version of the DTD.

 * AUTHORS, BUGS, COPYING, INSTALL, README, TODO: Added standard distro
   files, to make life easier for packagers;

   From README, moved copyright info to COPYING and install info to
   INSTALL. README content is not just minimal how-to info. Added
   BUGS and TODO, which are just pointers to SF trackers. Added
   AUTHORS just for sake completeness.

 * Makefile: generate RELEASE-NOTES.html/.txt

 * RELEASE-NOTES.xml: New file.
2005-05-05 05:43:05 +00:00
kristerw
05f2696088 Correct PLIST.
Bump PKGREVISION.
2005-05-03 21:38:14 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
jmmv
fe55525d98 Given that I've done all the latest updates, pick up maintainership.
Requested by the current maintainer, schmonz@.
2005-04-30 19:18:25 +00:00
drochner
947243898a update to 2.0.10
changes:
-Enable building outside of srcdir
-Use bind_textdomain_codeset to set UTF-8 encoding for all translations
-Do not delete the GtkTextTag from the tag table (needed for shared
          tag tables)
-bugfixes
-translations added
2005-04-26 20:15:04 +00:00