Commit graph

1010 commits

Author SHA1 Message Date
joerg
bdcd8d909f Fix chunk offsets, the isnan part needs math.h, not dlopen. 2006-06-18 19:38:50 +00:00
markd
0b1be9ed86 Update to wv2-0.2.3
* Fixed an integer overflow bug (CVE-2006-2197)
* Applied a patch by Friedemann Kleint (Fa. metis)
  with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29.
  Additionally fixes some tab-related bugs (unique and erase stuff)
2006-06-14 12:45:30 +00:00
tonio
2911cd82e5 Update converters/bibtex2html to 1.82
Version 1.82, 07/06/2006
========================
 o `` and '' translated to “ and ”
 o aesthetic changes:
   - no more line break between the entry and the links;
   - more space between an abstract and the next entry
 o improving date parsing: month field such as "2~" # dec is now parsed
 o fixed bug: a space after a macro is now discarded
2006-06-13 07:25:27 +00:00
minskim
301f0fa7e0 Remove conflicting declaration of malloc(); include stdlib.h instead. 2006-06-09 15:34:31 +00:00
minskim
efba70abaf USE_TOOLS+=lex 2006-06-09 15:26:46 +00:00
jlam
536c7f63b3 Explicitly disable NLS. This should fix PLIST problems on Linux,
where glibc has its own gettext functions and the configure script
was picking it up and as a result the install process copied a lot of
*.mo files into ${PREFIX}.
2006-06-08 03:56:21 +00:00
joerg
5fe074f21e Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:52 +00:00
joerg
9557178f0a Needs Python 2.1+ 2006-06-04 12:10:49 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
tonio
cad6b94efd Update converters/bibtex2html to 1.81
Version 1.81, 12/05/2006
========================
 o new option --print-keys to display the sorted keys (and exit)
 o improved date sorting to handle months such as mar # "\slash " # apr
 o no table anymore with -nokeys (only HTML paragraphs)
2006-05-13 08:37:52 +00:00
rillig
0c4f009eb5 Needs C++. 2006-05-12 20:48:37 +00:00
reed
148d1976c1 This uses and depends on "c++". Bump PKGREVISION also. 2006-05-09 15:45:28 +00:00
tonio
a3fec23a4c Update converters/bibtex2html to 1.80
Version 1.80, 15/3/2006
=======================
 o remove leading ./ in front of relative URLs (was introduced a long
   time ago to circumvent an Internet Explorer bug; see below)
 o no more escaping of the character & in URLs

Version 1.79, 22/2/2006
=======================
 o fixed bug with ISO-latin characters in bib2bib conditions
 o fixed bug with implicit abbrevs (jan, feb, etc.)
2006-04-26 07:30:10 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
adrianp
501a1b8595 +p5-Unicode-UTF8simple 2006-04-16 16:13:45 +00:00
adrianp
9756a1c4a7 Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets
This utf-8 converter is written in plain perl and works with hopefully
any perl 5 version. It was mainly written because more recent modules
such as Encode do not work under older Perl 5.0 installations.

Supported encodings:
euc-kr
gb2312
iso-8859-1
iso-8859-2
iso-8859-9
koi8-r
utf-8
windows-1256
2006-04-16 16:12:52 +00:00
schwarz
f6e26041a5 added a hack to work around the conflict of sys/types.h and inttypes.h on
IRIX 5.3.
2006-04-14 21:13:10 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
d71a98aa8e Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
2006-03-30 18:06:17 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
jlam
3a761dbca3 Honor PKGMANDIR. 2006-03-23 03:10:25 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
reed
cafed071e6 Also mention latex2png and its possibly (not automatically installed)
dependencies.
2006-03-11 03:21:23 +00:00
rillig
c79e4ef71d Fixed pkglint warnings. 2006-03-10 23:21:53 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
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
kristerw
3a0f87d9f7 Regen hand-edited patch so that the MacOS X patch program may apply it. 2006-03-03 19:52:37 +00:00
recht
5742147380 update to rsshtml-0.8
patch provided by pancake at phreaker dot net (maintainer)
in PR 32857

0.7.8 * 2006/02/14
	- add -n -N and -r (limit number of posts and words per post)
	- support foreach url name format: name@url
	- add link_node number id foreach link (html + xml2doc)
	- add support for RDF like dates.
	- reclean the plain text output format
	- use \r\n instead of just \n. (support for silly http servers).
	- fix HTML output when no pubDate defined.
	- fix support for RDF files.
	- cleanup the txt output format.
	- add substitution pattern and htmlize_string.
	- use <author> foreach item.
	- fix rss generation for planets. Change -P flag.
	- minor fix rss2 generation.
	- add author stuff for the templates
	- fixes for the cdata strings
	- add nopcode template
	- add crontab planet script
	- Add -P flag in cmdline
	- Add support for planets (order posts by date).
	- default html template reads rss2html.css
	- add manpage.
	- Initial support of templates
	- initial enclosure url support (useful for podcast)
	- add 'url' output format, for make pipes happy.
	- fix parser.c again
	- initial import of subst framework.
	- add xml2doc output format
	- initial use of the storage infrastructure.
	- fix <![CDATA parser.
	- finally remove the deprecated parser.
	- fix pubDate output in MXML format.
	- initial port to acr.
	- add GPLv2 license and related stuff properly.
	- initial import of cmptime.c
	- rework on storage framework.
	- fix html entities inside MXML output format.
	- add doblog output information tip in README
	- fix temporally file creation bug.
	- handle description and content:encoded fields.
	- add -n -N and -r (limit number of posts and words per post)
	- support foreach url name format: name@url
	- support for MXML format
	- add some snippets for planet support in the future.
	- implement the new XML parser.
	- initial preparation for mxml format and date ordening. (not working yet)
	- rename -d to -D and -x flag to -d
	- add -L flag (local link translation)
	- fix default prefix to /usr/local (stoned stuff)
	- fix install stuff to use INSTALL_* stuff
	- support for enclosure tag for podcasts
	- podcast RSSs also working
	- integrate Darek's patch that fix description field parsing (-x)
	- order help flags
2006-02-19 20:49:11 +00:00
rillig
b6b9c82135 Added kcc. 2006-02-13 16:09:54 +00:00
heinz
fc26cc6160 Updated to version 1.09.
Pkgsrc changes:
  - Used an absolute path for SUBST_FILES previously, which was wrong.

Changes since version 1.08:
====================================
1.09
- work around broken decode_utf8() in Perl 5.8.7 resp. Encode 2.10 (use
  utf8::decode instead)
- adapt test suite to catch cases like this
- warn about dry test run at start, not just at end of a test run
2006-02-11 17:24:17 +00:00
rillig
b599aca145 Imported kcc from pkgsrc-wip.
Kcc is a kanji code converter and it's a program used to convert between
various encodings used for Japanese character sets. It handles 7bit JIS,
8bit JIS, Shift JIS, EUC, and DEC.

Packaged by OBATA Akio.
2006-02-11 16:49:04 +00:00
adam
0af5d77af8 Changes 0.8.4:
- Fix compilation with gcc >=  4.1.0
- Initial support for tables in WP5.x format
- Fix compilation on MacOSX
- Conversion of font name, size and colour for WP3.x format
- Collapse the LL and HL Listeners into one classe each
- Initial support of tables in WP3.x format including the cell background
  colour
- Conversion of sections with multiple columns in WP3.x format
- Conversion of foot/endnotes in WP3.x format
- Adding an assignment operator to WPXString class as well as trying
  to make it much more a std::string wrapper
2006-02-08 09:42:53 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
0212ee5e1d Update to 2.1.2 at its new master site. Changes from docs:
Version 2.1.2:
       Bug fixes; see ChangeLog for details

Version 2.1:
       Added   support   for  raw  Commodore  C2N  tape  archives.  Renamed  the
       CP/M-related options to -m and -M, so that the C2N-related options can be
       -c and -C.

Version 2.0.5:
       Mikko  Suonio  provided  patches  for  tolerating  truncated T64 and Lynx
       archives.  His  patches  also  handle  single-file T64 archives that have
       number  of  entries  set  to zero, and Lynx archives that have file names
       starting with a space.

Version 2.0.5.1:
       It  was brought to my attention that Lynx 17 on the Commodore 64 and some
       other utilities do not recognize the Lynx archives created by cbmconvert.
       I slightly modified the magic cookie to fix the problem.
2006-02-01 17:38:01 +00:00
minskim
04e9e3ee55 Add skf. 2006-01-31 03:37:17 +00:00
minskim
867244ab81 Import skf from pkgsrc-wip. Packaged by OBATA Akio.
skf is an i18n-capable kanji filter.  It works like i18n enhanced
nkf-1.6.  More specifically, skf is intended to read documents in
various languages and codes using kanji or unicode capable display
devices.  skf provides basic kanji code conversion features, include
to/from JIS, EUC, Shift-JIS, Unicode, and Vendor specific codes.  skf
also includes decoder for various code appears in the Net.  Unlike
nkf, it does not provide broken jis recovery nor mime encoding, but it
has support for ISO-8859's, European domestic set, JIS X-0212/X-0213
code, has IBM/MS vendor specific code support and can add other code
support easily.
2006-01-31 03:35:25 +00:00
adam
54669cc935 buildlink fix 2006-01-26 22:14:50 +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
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
tv
9f1bf308b8 Use INSTALL_LIB for the library to get +x perm; bump PKGREVISION. 2006-01-20 14:54:03 +00:00
adam
31e5e331c3 Changes 1.2.0:
* Bug fixes
2006-01-18 22:13:59 +00:00
tonio
aab59e3bfc Update bibtex2html to 1.78
Changelog:
- fixed bug with unbalanced brackets in bib2bib/bibtex2html output

Fix pkglint warning about quoted SUBST_MESSAGE
2006-01-13 09:10:41 +00:00
joerg
dfa39b6c05 ferr is a bad name for a global symbol and can't be portably initialised
to stdout anyway, so remove it. Bump revision.
2006-01-11 16:02:24 +00:00
joerg
501ec392ef Needs BROKEN_GETTEXT_DETECTION. 2006-01-10 13:12:56 +00:00
salo
998bd5a5f8 Needs pkg-config to build. 2006-01-05 20:32:25 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
schmonz
19ad6a746d Add and enable p5-MIME-Base32. 2006-01-02 20:03:41 +00:00
schmonz
f0a261c90d Initial import of p5-MIME-Base32, a Perl module similar to p5-MIME-Base64,
yet different in a predictable way.
2006-01-02 20:03:07 +00:00
joerg
72f09d1290 No matherr on DragonFly. 2006-01-02 16:22:49 +00:00
wiz
85066fb114 Update to 3.07:
2005-11-30   Gisle Aas

   Release 3.07

   Use a Makefile.PL that is also suitable for core perl.



2005-11-26   Gisle Aas

   Release 3.06

   Documentation tweaks.

   use XSLoader; perl-5.6 now required.

   Some consting from bleadperl.

   Unbundled the {en,de}code-{base64,qp} utility scripts.
   These are now found in the MIME-Base64-Scripts package.
2006-01-01 22:11:09 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
joerg
21c52d50b7 ffs is a pre-existing symbol e.g. on DragonFly, use a different name. 2005-12-30 17:24:16 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
188f4ddbbc Fix errno. Use stdlib.h in one place as well. 2005-12-19 00:13:38 +00:00
joerg
d2b29ade85 Fix errno. 2005-12-19 00:06:47 +00:00
rillig
3a3453defa Fixed pkglint warning about absolute filename /bin/sh. The real bug was
missing quotes around the sed(1) replacement expression.
2005-12-06 17:19:21 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
taca
55633b9712 Add and enable smbchartool. 2005-12-05 15:36:03 +00:00
taca
754a18946a Importing converters/smbchartool pacakge 2.3a.
Smbchartool is File name conversion tool for Samba.

Samba, SMB/CIFS protocol server suite supports various file name encoding
and these encoded file name needs to be converted when Samba's configuration
need to be changed.  Smbchartool support these file name conversion
processing mainly Japanese character encoding.
2005-12-05 15:34:59 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
2005-11-28 06:41:20 +00:00
wiz
321a09857a Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25 21:23:14 +00:00
heinz
992f1b3efe Activated package convmv. 2005-11-25 01:50:20 +00:00
heinz
a3ef45bb2a Initial import of convmv-1.08.
Convmv is meant to help convert a single filename, a directory tree and
the contained files or a whole filesystem into a different encoding. It
just converts the filenames, not the content of the files. A special
feature of convmv is that it also converts the symlink target pointer in
case the symlink target is being converted, too.
2005-11-25 01:48:02 +00:00
reed
663eda8551 This build uses perl (should use sed and date +"%a %b %e %T %Y" instead).
And removed a couple empty lines.
2005-11-21 16:34:37 +00:00
minskim
54a3ce6330 Correct a distfile path. Noted by salo@. 2005-11-17 17:12:05 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11 18:50:23 +00:00
rillig
63757b46f0 Removed the $Id$ from patches/patch-aa. 2005-11-09 21:04:57 +00:00
reed
c2ee2adea8 Update to latex2rtf-1.9.16a. Okayed by maintainer.
Changed order of MASTER_SITES -- use sourceforge first (said to be updated
first).

Remove post-extract and do-configure targets.

Get rid of do-install steps except for info file (use INSTALL_MAN
instead of INSTALL_DATA for that).

Remove man/man1 from INSTALLATION_DIRS as the install does this
already.

Add many configs to PLIST.

Now installs a latex2png executable.

Updated patch also honors PKGMANDIR.

The ChangeLog has:

Squash another compiler warning
Better error message when getTexUntil fails
Fix for \succ and \prec by Aleksey Cheusov
fix uninitialized warning messages under debian
new versions of derived files
Preparing for 1.9.16 release
support for compression of citations i.e., [1,2,3,4] is now [1-4]
support for sorted citations
Fixes for natbib style when numbers are used
support for \ensuremath
fix for bibliographic reference for non-alpha natbib entries
fixes for superscripted natbib style
update docs with information about bibliography styles
trying to check in
Change format of error messages Fix missing filename in error messages Change
        diagnostic level of warnings in a couple of places
Fix annoying extra page break at beginning of reports and books
Some support for \citealt and \citealp commands from natbib package.  Not
        thoroughly tested but it works ok for single authors.
Add support for \euro{amount} and \EUR{amount}
Added lines to babel_czech.tex to facilitate processing with latex Updated
        subsup.tex in tarball.`
add babel_spanish.tex and fig_size.tex to distribution fixes for \centering in
        table and figure environments
fix font handling in equations so that ${\rm A}$ typesets in roman. Update ToDo
        and ChangeLog
Fix for mis-numbering of figures and tables in reports
support for \bibpunct in the natbib package
Fix bizzare way that commands are searched.  It is now possible to replace
        command behavior by pushing a new Environment.
support for revtex \begin{acknowledge} \end{acknowledge} as well as \onlinecite
        and \citeonline (from RevTeX).  (This is untested currently) patches fro
m
        Marin Chicoine.
avoid possible overrun in cCommand in TranslateCommand security flaw pointed out
        by D. J. Bernstein
avoid buffer overruns in macro expansion that can be security holes reported by
        D. J. Bernstein
.... and many other changes ...
2005-11-09 07:17:04 +00:00
tonio
39a1d9a4a4 convert to use tex.buildlink3.mk 2005-11-08 17:57:25 +00:00
joerg
2494eec21a Let us repeat: isnan is not a function. It does not have external
linkage for C99, so don't try to detect it as such.
2005-11-08 13:52:58 +00:00
rillig
164eef3f3a Fixed wrong usage of WRKSRC. 2005-11-03 20:01:20 +00:00
taca
a48a2d8350 Remove specifying RUBY_VERSION_SUPPORTED. 2005-11-03 07:17:18 +00:00
taca
528c1ecdb0 Delete removed ruby related pacakge's entries. 2005-11-03 06:35:30 +00:00
taca
720d5e3211 Remove the rest of packages which supported by ruby16-base (Ruby 1.6.8)
packages only.
2005-11-03 06:24:53 +00:00
taca
b9d791c80d Bump PKGREVISION of packages including ruby extention library
by  Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
taca
8f6894d561 Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
2005-11-02 09:20:50 +00:00
taca
e56a2a31e5 Reset PKGREVISION by updating Ruby 1.8.3. 2005-11-02 09:09:39 +00:00
tonio
31c762435f Add DIST_SUBDIR=${PKGNAME_NOREV} to change distfile path, as checksum was
updated.
Thanks Min Sik Kim for pointing the problem
2005-10-31 11:25:14 +00:00
tonio
142db82a1d Update converters/bibtex2html to 1.76
Version 1.76, 22/9/2005
=======================
 o translation of \'c
 o replaced ISO latin 1 characters with their entity codes
 o support for Czech characters (both contributed by Danny Chrastina)

Approved by minskim@
2005-10-27 09:12:01 +00:00
tonio
5c7b10fff1 Fix for Darwin8/gcc4 (PR 31888)
Change:
  startElement() -> wvstartElement()
  endElement() ->   wvendElement()
to avoid conflict with non-static prototype
(the same fix was applied upstream)
2005-10-24 11:36:38 +00:00
tonio
7246e5ce8f Distfiles comes with a strange encoding.
Updated checksum, it is just an encoding problem
Add ${TR} magic to fix encoding
This fixes PR 31639
2005-10-17 20:59:27 +00:00
hira
d4ac2df0d3 s/netbsd.org/NetBSD.org/ 2005-10-10 17:15:09 +00:00
hira
a8446310cb s/jp.netbsd.org/jp.NetBSD.org/ 2005-10-10 17:13:46 +00:00
taca
70126d8847 Update libiconv-1.10-cp932.patch to libiconv-1.10-ja-1.patch,
approved by wiz.

Bump PKGREVISION.

 New in libiconv-1.10-ja.patch:

 * Changed EUC-JP, SHIFT_JIS, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2,
   ISO-2022-JP-3, DEC-KANJI converters, so that JIS X 0208 1-29(0x815C )EM DASH
   is converted into U+2014 EM DASH instead of U+2015 HORIZONTAL BAR.
 * Changed SHIFT_JIS, SHIFT_JISX0213, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2,
   ISO-2022-JP-3 converters, so that JIS X 0201 5/12(0x5C) YEN SIGN is
   converted into U+005C REVERSE SOLIDUS instead of U+00A5 YEN SIGN and
   JIS X 0201 7/14(0x7E) OVER LINE is converted into U+007E TILDE instead of
   U+203E OVER LINE.
 * Changed EUC-JP, SHIFT_JIS converters to exclude UDC mappings.
 * Added Shift_JIS-MS, SJIS-MS,
   MS932 as aliases for CP932.
 * Added CP51932 converter.
 * Added ISO-2022-JP-MS converter.
 * Added CP50221 as aliases for ISO-2022-JP-MS.

 New in libiconv-1.10-ja-1.patch:

* Fixed output JIS X 0201 kata-kana character as raw 8bit when converted to
  iso-2022-jp-ms.
* Fixed check tests/SHIFT_JISX0213.TXT
* Add WINDOWS-932 as alias of CP932.
* Add WINDOWS-51932 and MS51932 as alias of CP51932.
* Add WINDOWS-50221 and MS50221 as alias of ISO-2022-JP-MS.
* Add eucjpms (from MySQL) as alias of eucJP-ms.
* Introduce CHARSET_ALIAS environment variable support.
  Example)
    with /bin/sh:

      $ CHARSET_ALIAS="Shift_JIS=WINDOWS-932:EUC-JP=EUC-JP-MS:ISO-2022-JP=ISO-2022-JP-MS"
      $ export CHARSET_ALIAS
2005-10-02 06:09:47 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
tonio
a6ec93578e Fix build under darwin, using the updated btparse
bump PKGREVISION


approvd by wiz@
2005-09-27 12:25:35 +00:00
jschauma
ac598142d5 add -c99 to CFLAGS for IRIX' MIPSPro compilers. 2005-09-27 01:41:18 +00:00
adam
88fd0d0c78 Added cp932 patch; closing PR-31142 2005-09-12 13:41:31 +00:00
jlam
ea0d048172 Put the charset.alias file into place using REQD_FILES instead of
CONF_FILES since we need it to always be present for libiconv to
function properly.  It's now no longer removed automatically at
deinstallation if it differs from the stock charset.alias file, meaning
it's now preserved in case the user made modifications to the file;
however a warning will be output that the file can be safely removed
if you don't need it anymore.  Bump the PKGREVISION to 1.
2005-08-19 22:26:21 +00:00
jlam
bd2788d930 Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
2005-08-19 18:12:36 +00:00
hiramatsu
bf58008582 Define PERL5_PACKLIST so that PLIST is correctly generated. 2005-08-17 15:02:01 +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
d8a297251a Bump PKGREVISION for wxGTK dependency change. 2005-08-07 11:34:21 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
grant
d438d691b8 honour LDFLAGS and LIBS. 2005-07-29 04:40:47 +00:00
adam
c7919dce64 Changes 1.10:
* Added ISO-8859-11 converter.
* Updated the ISO-8859-7 converter.
* Added ATARIST converter, available through --enable-extra-encodings.
* Added BIG5-2003 converter (experimental), available through
  --enable-extra-encodings.
* Updated EUC-TW converter to include the Euro sign.
* The preloadable library has been renamed from libiconv_plug.so to
  preloadable_libiconv.so.
* Portability to mingw.
2005-07-28 15:15:17 +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
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
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
markd
a3a56886c6 Add libwpd. 2005-06-26 22:10:04 +00:00
markd
ba70c74ffc Initial import of libwpd version 0.8.1.
From Jeremy Reed in pkgsrc-wip, updated to 0.8.1 by me.

libwpd is a library for reading and writing WordPerfect(tm)
documents.

This package also includes utilities for converting to HTML
and plain text.
2005-06-26 22:08:08 +00:00
taca
a10c79212c Update HOMEPAGE to proper URL. 2005-06-25 12:29:17 +00:00
taca
aba42254f1 Update HOMEPAGE. 2005-06-25 04:41:14 +00:00
taca
32499a3f23 Update converters/p5-nkf package to 2.05.
1. Added --guess option which print guessed character encoding.
2. Added --cp932inv options which enable to make some characters
   conversion compatible with Code Page 932 (CP932) when converting
   to Shift_JIS.
3. Added --prefix option.  When converting to Shift_JIS, second byte of
   converted character may be "meta" character.  --prefix option allow
   escape these characters.
4. Added support for JIS X 0212.
2005-06-25 03:26:15 +00:00
taca
9f5081fdbe Update converters/nkf to 2.05.
1. Added --guess option which print guessed character encoding.
2. Added --cp932inv options which enable to make some characters
   conversion compatible with Code Page 932 (CP932) when converting
   to Shift_JIS.
3. Added --prefix option.  When converting to Shift_JIS, second byte of
   converted character may be "meta" character.  --prefix option allow
   escape these characters.
4. Added support for JIS X 0212.
2005-06-25 03:23:03 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
jlam
49d363d81d Back out previous and reset the BUILTIN_VERSION.iconv variable instead.
This should fix functioning on Linux systems that actually use GNU
libiconv as the builtin iconv implementation.
2005-06-06 01:30:56 +00:00
minskim
69002413fb Make BUILTIN_PKG.iconv follow what the comment says. 2005-06-05 22:05:00 +00:00
jmmv
0ad8b0bb46 Assume that DragonFly's native libiconv is good enough for pkgsrc, just as
we do for NetBSD.  Patch from Joerg Sonnenberger.
2005-06-05 10:00:20 +00:00
jlam
7e8aa8b98e In builtin.mk files, use _BLTN_ as the private namespace prefix. 2005-06-05 09:25:37 +00:00
jlam
6a9818ab44 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:03:45 +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
ba1db9e200 Update to 0.7.2. From pancake in PR#30208.
Changes:
- Fix the "cannot open xxx file" bug.
- code cleanup and indentation
2005-05-28 05:57:25 +00:00
wiz
617a7af240 Add RMD160 checksum. 2005-05-25 11:34:41 +00:00
jlam
bb7c443e62 Don't set artificial restrictions on which platforms can build this
package.  Linux, like NetBSD, should be able to build this package,
even if it has a built-in iconv implementation.
2005-05-24 04:36:51 +00:00
jlam
25a0a13e76 Rewrite to use find-libs.mk rename several variables to begin with
_BLNK_ to properly namespace those variables, and rewrite BUILTIN_PKG.iconv
computation to use one fewer awk invocation.
2005-05-24 04:22:24 +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
minskim
b767a29bd1 Add the iconv option depending on ICONV_TYPE. This makes the package
build on Linux, where native iconv is used without -liconv.
2005-05-22 02:45:58 +00:00
minskim
7194177292 Correct a variable name. 2005-05-22 02:40:13 +00:00
minskim
9f22a18128 Simplify a condition. 2005-05-22 01:22:47 +00:00
minskim
a55cb6f4fb Use the iconv library in glibc on Linux even if USE_GNU_ICONV is set. 2005-05-22 00:01:36 +00:00
cjs
0e52dbf92e Add an (unreviewed) patch to fix the security vulnerability. 2005-05-10 05:53:48 +00:00
wiz
7011db2f42 Update to 1.051, add HOMEPAGE:
1.051 Thu Mar  3 18:00:52 CET 2005
	- change of contact address.
        - updated perl parts to GPLv2.

1.05 Fri Feb 25 22:50:27 CET 2005
        - fix a (likely exploitable) segfault problem, (tracked down
          and/or reported by Mark Martinec and Robert Lewis).

1.04 Tue Dec 28 15:08:44 CET 2004
	- slightly improved subject filename extraction.
          Also see the filename callback in the example-decoder.
2005-05-02 12:01:54 +00:00
drochner
ffe81e6a2d explicitely buildlink to textproc/expat; otherwise we get a library
dependency on X11's libexpat which causes conflicts later
bump PKGREVISION
2005-04-20 15:42:11 +00:00
adam
479bbe20d7 Changes 0.9.7:
* Support ImageMagick 6
2005-04-20 13:10:06 +00:00
kristerw
4b7d5ce55b Include "../../mk/pthread.buildlink3.mk" to make this pkg build
on NetBSD 1.6.
2005-04-17 01:06:06 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
kristerw
9b0c0630c1 The NO_BUILD=YES prevents the perl dependency from being registered.
Use an empty do-build target instead of NO_BUILD.
PKGREVISION++.
2005-04-03 21:54:33 +00:00
wiz
580245c353 Use ocaml/bl3 instead of BUILD_DEPENDS.
Fixes PR 29802 by Antoine Reilles.
2005-03-27 20:38:51 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
minskim
1fb94917a7 Make this package build on Linux.
- Include time.h to use "struct tm".
  - stdout is not a constant on some platforms.  Do not use it in
    initializing a variable.
2005-03-24 16:14:03 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
taca
06aa2bda31 Remove redundant include of ruby/buildlink3.mk. 2005-03-06 13:42:12 +00:00
minskim
3e3ef78071 Update bibtex2html to 1.75.
Changes:
  * updated manual (the manual was not reflecting the change of f-bib
    into f_bib in version 1.74)
2005-02-28 15:16:33 +00:00
agc
3cae5c07e4 Add RMD160 digests in addition to SHA1 ones 2005-02-23 16:12:33 +00:00
heinz
c05787e4e6 take maintainership 2005-02-21 22:26:05 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
wiz
41c58fbac8 Use CPAN HOMEPAGE, since it is more specific than unicode.org. 2005-02-19 19:25:24 +00:00
wiz
eb088b1e94 Actually, let the buildlink framework handle this.
Works on 1.6.2 and 2.0.
2005-02-19 19:16:37 +00:00
wiz
b707795877 Reorder lines to avoid build errors because of "LIBS= INSTALLDIRS=site". 2005-02-19 19:09:38 +00:00
wiz
a6a1995a59 Sort lines. 2005-02-19 19:00:18 +00:00
minskim
a2bcb7b79a Install documentation and update the man page to point to the correct
location.  This fixed PR pkg/29371.

Bump PKGREVISION.
2005-02-14 15:51:10 +00:00
minskim
f798b24e7c Specify minimum required version of ocaml in BUILD_DEPENDS. 2005-02-14 15:40:19 +00:00
minskim
ad558263bf Remove redundant PERL definition in CONFIGURE_ENV. 2005-02-14 15:37:44 +00:00
minskim
eea0e985cf Disable pkgviews installation until ocaml supports it. 2005-02-14 15:36:19 +00:00
reed
da78ddc4e7 Capitalize first "Note:" 2005-02-10 01:50:00 +00:00
jklos
31b1bff351 Bumped PKGREVISION due to change in libwmf. 2005-02-05 18:03:33 +00:00
adrianp
95a0171dc7 - Update of bibtex2html from 1.65 to 1.74
- ok'ed minskim

 Version 1.74, 22/10/2004
 ========================
  o bib2bib: special characters \n \r \t and \ddd in regular expressions
  o fix minor bug: when looking for cross-references, comparison of
    keys is now case-insensitive
  o footer and bibtex entries now enclosed in HTML paragraphs (<p>...</p>)
  o in case of syntax error, the key of the entry where the error
     occurred is shown
  o new option -no-links to disable weblinks
  o fix bug in bib2bib: preamble now enclosed with a single pair of braces

 Version 1.72, 3/9/2004
 ======================
  o --help now prints on standard output and exits successfully
  o fixed bug with very long keys (when bibtex inserts % to cut lines)
  o arguments to macros read from a file (option -m) are discarded

 Version 1.71, 24/8/2004
 =======================
  o improved date sorting algorithm to handle days (e.g. month = "June 29")
  o bib2bib: crossrefs are expanded before conditions are checked
  o bib2bib: '_' allowed in field identifiers
  o added option -w (--warn-error) to stop immediately when a warning
    is issued.

 Version 1.70, 30/6/2004
 =======================
  o fixed bug with crossrefs not translated from LaTeX to HTML
    is issued.

 Version 1.70, 30/6/2004
 =======================
  o fixed bug with crossrefs not translated from LaTeX to HTML
  o macros for Greek letters now translated to HTML entities

 Version 1.69, 6/4/2004
 ======================
  o macros \bysame, \MR and \MRhref for AMS* stylew
  o modified -bib.html output to circumvent a Konqueror bug

 Version 1.68, 16/03/2004
 ========================
  o fixed bug with parentheses-enclosed entries
  o macros \relax, \hskip

 Version 1.66, 18/02/2004
 ========================
  o characters ( and ) in keys
  o New FAQ: pb with quotes under MS Windows
2005-02-04 21:56:14 +00:00
taca
ea1acba768 Oops, make sure to bump PKG_REVISION. 2005-01-28 14:19:35 +00:00
taca
c3ffe35cf7 Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
2005-01-28 14:08:01 +00:00
taca
e794da07d3 Update Ruby 1.8.2.
This is basically bug fix release, but official changes aren't provided
yet.  Please refer ChangeLog.

Here is pkgsrc changes:

o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending
  extention library in order to depend more specific Ruby.

o Now install database for ri(1).  Fix PR pkg/28566.

o Net::IMAP

	* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546]

o NKF:

	* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
	  variables.  fixed: [ruby-list:40445]

	* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
	  0xfe.

	* ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16
	  properly.

o WEBrick

	* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
	  raise NotImplementedError if password is encrypted by digest
	  algorithms. This patch is contributed by sheepman. [ruby-list:40467]

	* lib/webrick/httpauth/digestauth.rb
	  (WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation.
	  This patch is contributed by sheepman. [ruby-list:40482]

	* lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use
	  pack/unpack-template char "m" instead of lib/base64.rb to do base64
	  encoding/decoding. fixed: [ruby-dev:25336]
2005-01-23 17:33:19 +00:00
tv
e9a07ce8de Fix installation broken by previous. 2005-01-21 12:57:45 +00:00
tv
0b2645dda2 Make work on more platforms; the appropriate library is -ll, not -lfl. 2005-01-21 02:55:15 +00:00
tv
7fe343347a Standard sez hton*() is in <arpa/inet.h>, and that happens to be where
Interix has it.  #include that too.
2005-01-19 16:45:59 +00:00
tv
c147da3169 Fix build on Interix (mostly SVR4ish in its pty/utmp implementation). 2005-01-19 16:11:41 +00:00
tv
79d03e62ac GNU_CONFIGURE, not HAS_CONFIGURE. Need that for the config.guess override. 2005-01-18 22:30:24 +00:00
adam
7b5733f516 Changes 1.0.3:
* A few bug fixes
2005-01-10 16:14:12 +00:00
xtraeme
28adb45b30 Again... distfile unavailable, use MASTER_SITE_BACKUP. 2004-12-29 00:48:37 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
wiz
53c46a3e10 wxWindows -> wxWidgets (in DESCR and HOMEPAGE). 2004-12-25 20:03:20 +00:00
reed
bba7bbd21b Revert back BUILDLINK_RECOMMENDED to previous setting.
Probably I was using the packages made when using IGNORE_RECOMMENDED=YES
after the big libtool bump.
2004-12-25 06:43:38 +00:00
reed
d809607734 Bump PKGREVISION and bump BUILDLINK_RECOMMENDED.wv.
I saw on one of my boxes:

libwv-1.0.so.2:
        libxml2.so.8 => not found

This was caused because I have wv-1.0.2nb1 which depends on
libxml2>=2.6.2.

libxml2 was later upgraded, but since we don't have recursive dependencies
(which is fine), the old and now missing libxml2 library was still good
enough for wv. (I saw this because I updated libxml2 in place without removing
packages that depend on it
2004-12-24 00:14:45 +00:00
wiz
004e8b8094 Update to 0.7.1:
- Solve some segfaults
        - Flush errors to stderr instead of stdout

From pancake in PR 28763.
2004-12-23 17:08:48 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
taca
c7a08a9f44 Update p5-Jcode to 0.88.
#
# $Id: Changes,v 0.88 2004/12/03 12:04:22 dankogai Exp dankogai $
#
$Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $
! Unicode/uni.c
  Patch by OHARA Shigeki that fixes segmentation fault when malformed
  encoding is fed to utf8 (en|de)coder applied.  Message-Id:
  <w0gfz2p3t1n.wl%os@iij.ad.jp>

$Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $
! Jcode.pm
  Uninitialized values in jfold() now initialized.
  Message-Id: <27BF6F48-38BE-11D9-9307-000A95DBB50A@dan.co.jp>
2004-12-04 04:09:21 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
913b2647ad "the the" -> "the" 2004-12-01 09:52:59 +00:00
taca
6a231507b7 Update py-jpCodecs packaget to 1.4.11.
o Version 1.4.11 <28 November 2004>
  - Fixed bugs in the StreamReader classes of all codecs that
    ignored the optional "errors" argument specified when
    instantiated. (Thanks to OHNUKI Makoto)
2004-11-30 15:42:40 +00:00
wiz
da24e67b0a Be consistent in variable usage (or lack thereof). 2004-11-30 08:06:01 +00:00
taca
f435a6c5eb Stop creating ${RUBY_EXAMPLESDIR}/uconv since there is no example
for ruby-uconv any more.
2004-11-29 05:53:40 +00:00
wiz
d1bd159b54 Update to 3.05:
2004-09-20   Gisle Aas

   Release 3.05

   Steve Hay found the warn test broken
   on Windows and provided a fix.



2004-09-18   Gisle Aas

   Release 3.04

   Fixed the bad-sv.t test script to actually contain the
   correct expected result as of v3.02.



2004-08-25   Gisle Aas

   Release 3.03

   Forgot to increment version number in MIME::QuotedPrint even
   if its interface changed in 3.02.  As a result you will now
   need to require MIME::QuotedPrint 3.03 if you want to ensure
   it provides the binmode interface.



2004-08-24   Gisle Aas

   Release 3.02

   The encode_qp() function now takes an optional third argument
   to select binary encoding mode.
   <https://rt.cpan.org/Ticket/Display.html?id=7456>

   The result of encode_qp($non_empty, $eol) will now always be
   $eol terminated.  If the string to encode does not end with "\n"
   then a soft line break is appended to the result.  As an example
   encode_qp("foo") used to be encoded as "foo", but now encodes as
   "foo=\n".
2004-11-28 23:04:15 +00:00
taca
96638f50bd Update ruby-uconv pacakge to 0.4.12.
Changes of version 0.4.12

  * support Ruby 1.8

Changes of version 0.4.11

  * append --enable-compat-win32api option for Win32API compatible CP932 table.

Changes of version 0.4.10

  * fix memory leaks
  * append --enable-fullwidth-reverse-solidus option.
2004-11-28 14:42:07 +00:00
wiz
9617bb5eb0 Update to 0.7, from pancake in PR 28435:
0.7 * 2004/11/27
        - Add -e flag (grep like tool)
        - Minor bugfixes
        - Add support for description, language and picture as input
        - Update dtd URL location
        - Description support for output
2004-11-27 18:07:04 +00:00
taca
013bb8757d Migrate ruby-rdtool to use new framework for Ruby packages. 2004-11-27 15:37:20 +00:00
taca
55c62ea338 Migrate ruby-romkan to use new framework for Ruby packages. 2004-11-27 15:36:43 +00:00
taca
58699b32b1 Add and enable ruby16-iconv package. 2004-11-27 14:25:08 +00:00
taca
89ed320423 Initial import of ruby16-iconv package.
This is an iconv wrapper class for Ruby 1.6 based release.
2004-11-27 14:24:15 +00:00
taca
eb2e1929d6 Make ruby-iconv package to ruby 1.8.1 based package. Previous
ruby-iconv-0.5 package will be provided as ruby16-iconv package.
2004-11-27 14:21:14 +00:00
taca
aa7f6af87e Use DIST_SUBDIR since distribution file dosen't contain version
in its name.
2004-11-26 02:17:22 +00:00
taca
65e0f4f914 Correct CATEGORIES to "japanese converters perl5" as like p5-jcode. 2004-11-25 16:05:19 +00:00
taca
db3287b2fc Add and enable p5-chkjis. 2004-11-25 15:19:00 +00:00
taca
4690864e23 Initial import of p5-chkjis:
chkjis.pl is Perl library for Japanese character code processing.
It replace vendor's own characters which isn't defined in JIS X
0208:1997 to "geta" character and support ISO-2022-JP, euc-JP and
Shift_JIS.

It is useful to check intentional use of vendor's own characters in
text or to filter out these characters.
2004-11-25 15:17:52 +00:00
adam
d8f810b26b Revision bump 2004-11-24 11:15:30 +00:00
adam
c228b99461 Added a patch for japanese support (PR/25845) 2004-11-24 09:34:11 +00:00
adam
2cc9d83272 Changes 1.9.2:
* Bug fixes
2004-11-23 12:38:00 +00:00
minskim
39f68bcfdd Update py-cjkcodecs to 1.1.1.
Changes:
  - Fix a build problem with gcc-2.x.
2004-11-19 16:31:27 +00:00
wiz
c6f3c1648f Update HOMEPAGE and MASTER_SITES. 2004-11-19 15:05:12 +00:00
shannonjr
c672ba4b2e - Updated to 0.2.2. This release fixed compilation with gcc 3.4
- Added patch removing -pedantic and -ansi from CFLAGS and CXXFLAGS
  because, if these flags are set, use of type long long is treated
  as an error (long long is used).
2004-11-18 10:20:00 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
seb
466110c39a Add 'perl5' to CATEGORIES. 2004-11-12 00:15:48 +00:00
seb
6bff7b988b Update to version 1.4.
While here set a more specific homepage.

Approved by abs@

Changes since last packaged version (1.2):

1.3   Mon Jun 28 19:25:43 CEST 2004
        - Makefile.PL now tries to detect the need for -liconv
        - added retval() method to Text::Iconv objects, which returns the
          iconv() return value (according to the Single UNIX Specification,
          "the number of non-identical conversions performed")
        - to make this possible, Text::Iconv objects are--on the C level--no
          longer just the iconv handle, but a struct (which can contain other
          information besides the handle)

1.4   Sun Jul 18 00:09:21 CEST 2004
        - Added instance attribute raise_error and corresponding
          method to control exception raising on a per-object basis.
        - Reset shift state for state-dependent conversions.
        - Makefile.PL now passes all options besides LIBS and INC to
          MakeMaker, so options like INSTALLDIRS=vendor work again.
2004-11-08 22:07:54 +00:00
jdolecek
4fdb70ce2b now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05 17:11:39 +00:00
grant
eb8514afe2 don't mangle PKGNAME to something that is invalid. 2004-11-03 11:36:23 +00:00
grant
880bb76de5 this needs libm on Solaris. 2004-11-03 11:32:07 +00:00
seb
e049ff3010 Add & enable p5-Unicode-Map8 2004-11-02 23:42:48 +00:00
seb
d7a636dbe4 Initial import of p5-Unicode-Map8 version 0.12 into the NetBSD Packages
Collection.

The Unicode::Map8 class implement efficient mapping tables between
8-bit character sets and 16 bit character sets like Unicode.  About
170 different mapping tables between various known character sets and
Unicode is distributed with this package.  The source of these tables
is the vendor mapping tables provided by Unicode, Inc. and the code
tables in RFC 1345.  New maps can easily be installed.
2004-11-02 23:40:10 +00:00
seb
3d7cb9bd94 Update to 2.07.
Changes since last packaged version (2.06):

2003-03-10   Gisle Aas <gisle@ActiveState.com>
   Release 2.07
   Don't let the $^W test get confused by lexical warnings.
2004-11-02 22:50:27 +00:00
jdolecek
d3c56462a3 adjust for rename of most php4-* packages to php-* 2004-10-31 21:46:40 +00:00
jdolecek
ec3c63fd71 remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
2004-10-31 21:20:08 +00:00
jdolecek
49e9ef7f78 extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31 21:07:13 +00:00
jdolecek
52c1980501 new PHP extension module framework, which makes it possible to build
individual PHP extension packages with either PHP 4.x or PHP 5.x

convert existing php4-* packages to this framework and import as php-*
2004-10-31 19:30:29 +00:00
reed
91af107084 Update HOMEPAGE. 2004-10-21 21:19:22 +00:00
taca
b2eb3297ac Update MASTER_SITES and HOMEPAGE which isn't available any more. 2004-10-13 16:10:02 +00:00
adam
ac5edb9337 Changes:
0.9.6  20040430  Compilation fixes for Solaris
                 Compilation fixes for ImageMagick unavailability

0.9.5  20040406  Bug fixes
                 Compilation with gcc 2.95.x should work again

0.9.4  20040316  Mostly bug fixes
                 Minimum version required for AbiWord 2.1.1 and later

0.9.3  20040226  Minimum version required for new AbiWord 2.1 plugin
                 Fixed a few minor bugs
                 Added psiconv_unicode_from_list and psiconv_unicode_strstr
                 Much better error and progress reporting in generators

0.9.2.1 20040223 Quick fix for the library number mistake in 0.9.2

0.9.2  20040223  Many bugfixes, among them some critical ones:
                 * Package now builds without psiconv.conf files installed
                 UTF8 Psion support might now actually work
                 -c argument introduced for psiconv program

0.9.1  20040209  Added the psiconv-config program.
		 Fixed the installation of @includedir@/psiconv/general.h
                 Added the forgotted psiconv_config_free function.
		 Removed some small memory leaks.

0.9.0  20040204  New major library version number breaks source compatibility:
		 * All strings and characters are now stored in UCS-2
                 * New config structure.
                   - Call psiconv_config_default and psiconv_config_read at the
                     start of your program
                   - Almost all functions have a new psiconv_config parameter
                   - All former global variables are now in this structure
                 * Several minor changes in the functions defined in
                   parse_routines.h and generate_routines.h
                 * All generate_* routines have now a lev parameter except
                   generate_file.
                 * psiconv_sketch_section data representation changes
                 * New verbosity level PSICONV_VERB_ERROR
                 Use config files /etc/psiconv.conf and ~/.psiconv.conf
                 Support automake 1.6, 1.7 and 1.8
                 Support autoconf-2.50 and up
                 Support ImageMagick 5.4.x and 5.5.x (API changed once again...)
                 Support Unicode output in psiconv program (Keita Kawabe)
                 Don't use features not present in plain sh (Keita Kawabe)
                 Clean up some automake-related stuff.
		 Format documentation is now installed too.
                 Debian build support
                 Embedded objects in Word are now properly parsed and generated
                 Sketch file generation is added (stand-alone and as object)
                 MBM and Clipart file generation is added
                 Image files other than 2-bits greyscale are parsed and
                   generated (experimental)
                 Errors and warnings sanitized
                 Rewrite of the psiconv program:
                 * Outputs in UTF8, UCS2, ASCII or Psion encodings
		 * XHTML target generates strict XHTML using CSS
                 * HTML4 target generates traditional HTML without CSS
                 * IMAGE target remains the same
                 * LATEX and RTF targets are not supported anymore
2004-10-08 13:19:26 +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
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
adam
32f5d61915 Changes 1.0.2:
* Fix iDEFENSE buffer overrun security problem
(thanks to Matthias for heads-up)
2004-09-21 14:45:49 +00:00
grant
93b327c550 +p5-Convert-BinHex 2004-09-05 23:30:33 +00:00
grant
7a2f67044c Initial import of p5-Convert-BinHex-1.119 into the NetBSD packages collection.
BinHex is a format used by Macintosh for transporting Mac files safely
through electronic mail, as short-lined, 7-bit, semi-compressed data
streams. Ths module provides a means of converting those data streams
back into into binary data.
2004-09-05 23:30:17 +00:00
cjs
936129f770 Downgrade from xlhtml.0.5.1 to xlhtml-0.5, since version 0.5.1 seems not
to be on the sourceforge site. Mysterious.
2004-09-02 05:03:23 +00:00
reed
1f835283b3 Move including the ../../mk/bsd.prefs.mk and checking for Linux
to after GNU_CONFIGURE and USE_LIBTOOL being set.
This fixes the problem where the lt_cv_sys_max_cmd_len was not
added to the CONFIGURE_ENV.

Now that I think about it, I caused this problem when I added that
Linux check...
2004-08-31 19:24:42 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
taca
c8cc9b48c1 Update p5-Jcode package to 0.87.
$Revision: 0.87 $ $Date: 2004/07/24 02:58:27 $
! Jcode.pm
  * Document Fix by shigeno@iij-mc.co.jp
  Message-Id: <20040708.175523.131609260.shigeno@iij-mc.co.jp>
  * getcode() reverted to pre-0.84 because the new algorithm is prone
    to false positive cases, reported by inu@kc5.so-net.ne.jp.
  Message-Id: <20040723.233005.78712771.inu@mail.design.co.jp>
2004-08-17 17:03:04 +00:00
kristerw
1b82d2e324 gcc 2 does not handle the C99-feature of permitting a structure to
end with an incomplete array type.  Use the gcc "zero length arrays"
extension when compiling with gcc 2.
2004-08-14 17:43:53 +00:00
recht
04e9f90036 There's no need to rename uudeview.h to uu.h -- we rather stick to
the original name.

bump PKGREVISION to 1 for new header name
2004-08-09 19:00:55 +00:00
minskim
5eeb04ae3f Update py-cjkcodecs to 1.1.
Changes:
	- Combine codecs of each language.
	- Support more encodings.
2004-08-07 14:31:57 +00:00
jlam
7715ce46e0 Update converters/p5-Convert-UUlib to 1.03. Changes from version 0.31
include:

 - renamed crc32 to uulib_crc32, to work around yet another shortcoming
   in this oh-so-outdated macosx.

 - very short files might not be detected because the header parsing
   code might skip them.

 - change bracket policy to give priority to (x/y) over (x), and use
   the last bracket found otherwise.

 - part numbers at the end of the subject are now recognized.
2004-08-02 21:54:49 +00:00
jlam
69c73fa682 This package doesn't use the compiler. 2004-08-02 21:47:59 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
minskim
cd49d0f174 Enable pkgviews installation. 2004-07-16 23:50:37 +00:00
jdolecek
ce763f8230 the trick with setting PHP_ICONV in environment doesn't work with
more recent PHP anymore, so use USE_BUILDIN.iconv test to select
the appropriate iconv parameter value

fixes compilation on NetBSD 1.6.x and other systems without builtin
iconv, and thus PR pkg/26212 and PR pkg/26213

package behaviour unchanged, so no PKGREVISION bump done
2004-07-12 04:32:21 +00:00
wiz
60019e1e08 Unused. 2004-07-04 09:55:19 +00:00
minskim
e39a1a13e3 Add and enable txt2pdbdoc. 2004-06-28 05:39:34 +00:00
minskim
75ad18960d Initial import of txt2pdbdoc.
txt2pdbdoc is a Unix-based Text-to-Doc file conversion program.  (It
also converts Doc files to plain text.)  A Doc file is a defacto
standard file format for text documents for PalmOS document reader
applications.  The motivation for writing txt2pdbdoc was that such
software at the time was crufty and poorly documented.  In contrast,
txt2pdbdoc is well written and well documented.  Unix-style "man"
pages are included for the program, utility scripts, and the Doc file
format itself.  The source code is also generously commented.
2004-06-28 05:37:55 +00:00
taca
e8fd4148bf Update p5-Jcode package to 0.86.
$Revision: 0.86 $ $Date: 2004/06/20 09:54:33 $
! Unicode/uni.c Unicode/uni2euc.h
  Flat-table representation of uni2euc is now segmented to paged
  tables so Visual C++ happy.  Also pages w/ undefined characters
  only are aggregated to shrink the table by more than 50%.
  Thank you, Takahashi-san.
  Message-Id: <006301c45664$a048cb20$0401a8c0@makoto>

0.85 2004/06/18 18:32:19
! Jcode.pm
  getcode() is now less likely to fail to detect utf-8
  Message-Id: <001901c45541$234adb00$0401a8c0@makoto>

2003/06/21 07:37:54
! Unicode/* Manifest
  Unicode XS is completely rewritten from scratch.  It is now
  even faster than Encode (but less general, of course).
  Instead of bsearch(), Unicode XS now uses flat lookup table
  Which makes it not only faster but (hopefully) more portable.
  Its only price is slightly larger size of the shared library
  (360kb on FreeBSD 4-Stable)
2004-06-25 14:55:02 +00:00
taca
4f11036998 Add and enable p5-Unicode-IMAPUtf7. 2004-06-05 03:16:27 +00:00
taca
d215ed4d4f Importing p5-Unicode-IMAPUtf7 package.
Perl extension to deal with IMAP UTF7

IMAP mailbox names are encoded in a modified UTF7 when names contains
international characters outside of the printable ASCII range. The
modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).
2004-06-05 03:15:18 +00:00
reed
631e46a396 Fail if this package is to be built under Linux. This is normal
for Linux. Most (all?) Linux distros don't provide a libiconv
package, because GLIBC's iconv support is good enough.

At this time, using PKG_FAIL_REASON instead of PKG_SKIP_REASON
so we can catch examples of packages depending on this.

The builtin.mk was improved to help stop it from being used under
Linux.

This was okayed by Rene Hexel, the maintainer.

Todo: fix abiword build because it should not require this libiconv
package under Linux.
2004-06-04 05:25:38 +00:00
reed
d053f8cd8c By default, assume that the native iconv on Linux systems using
GLIBC supports GNU libiconv's API. So don't depend on pkgsrc's
libiconv for it. This is normal: most other Linux distros don't
provide a libiconv package.

This was discussed on tech-pkg list over past two months. It has
helped a few users under Linux where they had some problems with
conflicts with their working iconv() support provided with libc
and the libiconv package.

This was okayed by maintainer, Rene Hexel.

This still needs some improvement. Some packages still try to
force libiconv usage even though not needed.
2004-06-04 05:21:14 +00:00
heinz
3e3b354121 Packages in directory "converters" should use this for CATEGORY as well 2004-06-03 23:07:29 +00:00
uebayasi
e85ff6b53d Create missing directories for pkgviews. 2004-06-03 12:37:40 +00:00
uebayasi
bd73a9440d Enable pkgviews installation. 2004-05-24 11:25:16 +00:00
danw
884bfb7d8d Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (which
breaks some things on Darwin) and fix audio/musicpd so it doesn't need
it (by faking out a configure check that gets confused by the
iconv_open -> libiconv_open renaming)
2004-05-20 16:13:05 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
reed
c07c6892a1 This package uses INFO_FILES so install latex2rtf.info to
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.

(I didn't receive any okay from maintainer when I asked
in April.)
2004-05-07 22:08:56 +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
cd61a606b2 Bump PKGREVISION due to libgsf update to 1.9.0 (soname of shared library
changed).
2004-05-05 14:07:54 +00:00
snj
5362f01ef1 Add ${BUILDLINK_LDADD.iconv} to BUILDLINK_LDFLAGS.iconv. 2004-05-03 02:22:24 +00:00
heinz
96b6c0a952 Update HOMEPAGE, the old one didn't work anymore 2004-05-02 02:18:26 +00:00