Commit graph

479 commits

Author SHA1 Message Date
cjs
2c009e412f Upgrade to version 2.04. The adds UTF-8 and MIME support. 2004-01-26 05:08:13 +00:00
jlam
01a5abff01 Support BUILDLINK_DEPENDS.<pkg> being a list of values. 2004-01-24 03:12:31 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
markd
0727a24c55 Add wv2 2004-01-22 11:31:32 +00:00
markd
b4522848a6 Initial import of wv2 version 0.2.1.
A library to access Microsoft Word files - used by koffice
2004-01-22 11:28:23 +00:00
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
agc
4b69251f30 Add and enable enriched2html 2004-01-19 09:13:29 +00:00
agc
8956abf0b8 Initial import of enriched2html-1.0 into the Packages Collection.
This is useful if you ever receive text/enriched email.

To quote from the author, Brandon Long:

	This program is based on the program in Appendix A of rfc1896.
	It does as much as I can think of to convert text/enriched to
	text/html (since there are so many viewers for text/html).  It
	is a hack.  It is not perfect, and the html it generates is
	far from perfect.  I've tried to follow HTML v3.2, but its
	still not great.

	Usage:
	 Pass it the text/enriched body of a message on stdin, and it
	 will put the text/html version on stdout.

To make mutt display text/enriched, put this in your .mailcap file:

# enriched.sh converts text/enriched to text/html and then uses lynx to display
text/enriched;  ${PREFIX}/bin/enriched2html | lynx -dump -stdin ; copiousoutput
2004-01-19 09:12:27 +00:00
tron
1c3192189f Don't use "-Wl" on platforms which define "_USE_RPATH" to "no". This
fixes build problems under Darwin.
2004-01-15 23:04:00 +00:00
grant
1bd16c080f kill leading whitespace, s/Libiconv/libiconv/ 2004-01-13 09:42:05 +00:00
grant
428f6cf4dd Updated p5-MIME-Base64 to 2.23.
changes since 2.21:

   Release 2.23
   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.

   Release 2.22
   Fix 'gcc -Wall' complaints.
2004-01-13 02:43:18 +00:00
seb
8ae2c399a0 Remove info files from PLIST files. 2004-01-12 21:50:29 +00:00
cjep
f2b9ff1eda Lint (sort DISTNAME section) 2004-01-12 10:38:22 +00:00
wiz
706212cc86 Remove KDE1 packages (and dependencies) from pkgsrc, since the KDE
authors have dropped support for it and have not been backporting
security fixes.

As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-10 22:43:06 +00:00
jlam
27458276fc Use l:foo: instead of S:...: to remove a library. 2004-01-06 19:13:13 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
jlam
2c03f435c8 bl3ify 2004-01-05 11:17:10 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
c9ff27d270 Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. 2004-01-05 09:31:31 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
jlam
339cd13cb2 Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
2004-01-03 23:06:43 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
cjep
584afcd1a0 Whitespace fix 2003-12-30 22:50:38 +00:00
cjep
ae7fd52e7b Add trailing / on HOMEPAGEs 2003-12-30 17:21:54 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
ben
b5780b615f Make this build with gcc3
* remove unnecessary ios::nocreate
http://www.dinkumware.com/manuals/reader.aspx?b=p/&h=fstream.html#basic_filebuf::open
* add using namespace std to get min()
2003-12-20 16:00:56 +00:00
xtraeme
d8f6a9172d Add and enable fribidi. 2003-12-14 01:17:19 +00:00
xtraeme
7a6aa65cd0 Initial import of fribidi-0.10.4 from pkgsrc-wip.
Free Implementation of the Unicode Bidirectional Algorithm.

The library implements all of the algorithm as described in the "Unicode
Standard Annex #9, The Bidirectional Algorithm,
http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested
against Bidi Reference Code, and due to our best knowledge, does not contain
any conformance bugs.

In the API, we were inspired by the document "Bi-Di languages support - BiDi
API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi
support to Mozilla.

Internally the library uses Unicode entirely. The character property function
was automatically created from the Unicode property list data file,
PropList.txt, available from the Unicode Online Data site. This means that
every Unicode character will be treated in strict accordance with the Unicode
specification. The same is true for the mirroring of characters, which also
works for all the characters listed as mirrorable in the Unicode specification.
2003-12-14 01:16:39 +00:00
xtraeme
652ef3e9ff Updated to 1.0.0, Changelog unavailable.
Also update DESCR with reality.
2003-12-13 23:45:12 +00:00
ben
0d43bf684d Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
agc
192ad0a6d6 Add and enable chef 2003-12-04 08:29:10 +00:00
agc
05810ad859 Initial import of chef to the NetBSD Packages Collection.
Convert from English on stdin to Mock Swedish on stdout.

        ...or...

Cunfert frum Ingleesh oon stdeen tu Muck Svedeesh oon stduoot.
Bork Bork Bork!
2003-12-04 08:28:25 +00:00
grant
83904e1166 Updated p5-MIME-Base64 to 2.21.
changes since 2.20:

   Release 2.21

   Documentation tweaks.

   Don't rely on SvEND(sv) == '\0' as discussed in the perl5-porters
   mailing list thread that starts with
   http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-10/msg00258.html

   Should now pass test suite even without XS support.

   Perl v5.005 or better is now required.
2003-11-27 16:34:28 +00:00
jschauma
b5425f7502 OpenSSL has not had base64 for a while now, so these two no longer need
to conflict.  Noted by Bernhard Riedel.
2003-11-19 02:52:46 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
gavan
67249c9ed2 Set USE_GCC_SHLIB. This requires buildlink2. Fixes linking on Solaris. 2003-10-31 16:42:53 +00:00
dmcmahill
88f53da752 add a "ICONV_IS_GNU" variable which is set to "YES" when the logic here
says we need the pkgsrc libiconv.  This will let pkgs who need to know
deal appropriately.
2003-10-31 02:09:19 +00:00
taca
2077b733eb Update ruby-iconv package to 0.5.
- No changes are available.
- Use pre-formated HTML document and delete dependency to ruby-rdtool.
2003-10-05 08:58:10 +00:00
kristerw
2e428df41b Do not install man pages in ${PREFIX}/bin. 2003-10-01 19:55:17 +00:00
adam
4c0c7a95a9 Removed ImageMagick dependency, since wv can handle images itself.
Added libxml2 dependendy, because libwmf uses it, and it's needed anyway.
2003-09-23 10:37:56 +00:00
wiz
e0baed69b8 Fix latex2rtf to not hardcode install(1). From Jonathan Perkins in PR 22881. 2003-09-22 09:06:35 +00:00
jmc
51812310e9 Add USE_BUILDLINK2 so this picks up a proper depend 2003-09-21 09:39:21 +00:00
chris
7972b3e15d Update UUlib to 0.31, changes are:
0.31 Wed Oct 16 01:22:34 CEST 2002
        - no internal code changes.
        - much better documentation, now considered "useful".
        - removed the procedural interface.
        - fought the wish to perl-5.8'ify and thus simply the code :().
        - stress-tested version 0.3 against 70000 data postings since sunday.

0.3   Sun Oct 13 15:12:11 CEST 2002
        - updated to uulib 0.5.18. As expected, some but not all of my bugfixes
          have went into uulib, sdo the number of differences decreased a bit
          again.
        - I found out that the library is being sold commercially by Frank
          Pilhofer, disregarding the GPL and ignoring the rights of the people
          who sent in patches :(
        - vastly more useful documentation in the .pm file.
        - much smaller distribution filesize ;)
2003-09-20 16:03:46 +00:00
jmmv
88edb163f6 Fix build on Solaris. Closes PR pkg/22872 by Jonathan Perkin. 2003-09-20 15:11:51 +00:00
jmmv
0d6013ba34 Override the install target so that we always use the right install utility.
Fixes PR pkg/22864 by Jonathan Perkin.
2003-09-19 18:03:34 +00:00
xtraeme
9d6be7aef2 Add and enable p5-Unicode-String 2003-09-18 14:42:53 +00:00
xtraeme
8a7c131a1d Initial import of p5-Unicode-String 2.06.
These are experimental modules to handle various Unicode issues.
They were made before perl included native UTF8 support.

The current set of modules are:

  Unicode::String   - represent strings of Unicode chars
  Unicode::CharName - look up character names
  Unicode::Map8     - mapping tables towards 8-bit char sets

(the Unicode::Map8 module is distributed separately)
2003-09-18 14:41:32 +00:00
xtraeme
b8947ef00d Don't try to link to -liconv in the install process, it fixes build in
FreeBSD. Closes my own PR pkg/22346.
2003-09-16 13:57:18 +00:00