Commit graph

1010 commits

Author SHA1 Message Date
tonio
b5b82b80c8 update converters/bibtex2html to 1.85
Version 1.85, 2/11/2006
=======================
 o fixed HTML output in f_bib.html: <pre> no more enclosed in <p>;
   bibtex fields now typeset in lowercase; added links back to f.html
 o macros \textin (<sub>), \textsu (<sup>), \textsi (<i>),
   and macros \textln, \textos, \textdf, \textsw without translation
 o fixed bug in --quiet under Windows
 o option -t now sets the title of f_bib.html too (and of entries
   files when used with -multiple)

Version 1.84, 19/10/2006
========================
 o improved support for MRNUMBER of AMS styles: only first word used
   in URL link

Version 1.83, 13/09/2006
========================
 o support for DOI links: a field "DOI = {xxx}" will be recognized, if any,
   and a link to http://dx.doi.org/xxx will be displayed;
   option -no-doi turns it off and option -doi-prefix <url> sets a
   different prefix for the DOI urls
 o macro \H (Hungarian umlauts)
 o new option -linebreak to insert a linebreak between an entry and its links
 o new option -use-table to enforce the use of a table (to be used
   _after_ -no-keys if needed)
2007-03-02 21:20:14 +00:00
wiz
1a9ae5b387 Update to 2.09:
2005-10-26   Gisle Aas

   Release 2.09

   Simplified and reworked documentation.

   Unicode::CharName::uname() did not work for chars > 0xFFFF.



2005-10-25   Gisle Aas

   Release 2.08

   Unicode::String now provide utf16le() and utf32le() constructors.
   Corresponding methods also available.

   Unicode::CharName updated with Unicode 4.1 data.
2007-02-27 13:48:05 +00:00
wiz
ec856f7400 Update to 1.08:
1.08 Sat Dec 16 23:27:13 CET 2006
	- URGENT update, the lastr elease did not
          decode files correctly, usually not at all.
        - the last patch was, of course, completely bogus.
          (sorry. looked simple...).

1.07 Sun Dec 10 17:41:46 CET 2006
	- fixed an uninitialised variable based on analysis
          and patch by Mark Martinec.

1.06 Tue Dec  6 00:56:05 CET 2005
        - fix a number of int/long format errors in the encoding part and
          fix some signed/unsigned char problems of unknown relevance,
          reported by Jonas Smedegaard.
        - new EXPERIMENTAL options OPT_RBUF and OPT_WBUF to set default
          stdio buffer size for reading and writing files.
2007-02-27 09:03:27 +00:00
obache
ba044a5e4a Update skf to 1.94.7.
* fix dyn_table improper bound check.
  * fix euro sign in GBK is not properly output.
  * delete old-hangul-location code, for it is not working.
  * nec/ibm gaiji coding fixed.
  * Mac OS X porting issue fixed.
  * rpm compatibility issue fixed.
  # debian compatibility issue fixed
2007-02-27 02:29:40 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
abs
5fc24fbdde add p5-MIME-Base64-URLSafe 2007-02-21 12:23:11 +00:00
abs
a87171c344 Import convertors/MIME-Base64-URLSafe-0.01:
This module is a perl version of python's URL-safe base64 encoder
/ decoder.

When embedding binary data in URL, it is preferable to use base64
encoding. However, two characters ('+' and '/') used in the standard
base64 encoding have special meanings in URLs, often leading to
re-encoding with URL-encoding, or worse, interoperability problems.

To overcome the problem, the module provides a variation of base64
codec compatible with python's urlsafe_b64encode / urlsafe_b64decode.

Modification rules from base64:

    use '-' and '_' instead of '+' and '/'
    no line feeds
    no trailing equals (=)
2007-02-21 12:21:45 +00:00
obache
141e89db9c jcode.pl's official page exists! 2007-02-01 14:41:04 +00:00
rillig
fc99a64e14 This package is not MAKE_JOBS_SAFE. 2007-01-30 11:27:44 +00:00
rillig
23e369a8f9 Made the Makefile a little simpler. 2007-01-18 11:51:33 +00:00
wiz
0d1c6e4a58 Update to 1.10:
1.10
- now use from_to instead of utf8::decode (which is experimental
  and might vanish in the future) to check for valid UTF-8
- updates and cleanups of testsuite and include "0" filename
- fix "0" filename bugs
- take into account that charset name "utf-8" resolves to "utf-8-strict"
  in recent Perl versions
2007-01-14 16:25:25 +00:00
obache
830ce53e05 Add MASTER_SITE_SOURCEFORGE_JP to MASTER_SITES. 2007-01-08 13:34:12 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
obache
96098f809d Update skf to 1.94.6.
v1.94.6     2006-12-29
            fix JIS X-0213 batch table miss.
	    remove UHC from man (not supported in 1.94).
2007-01-02 17:46:53 +00:00
obache
4da9c48f56 Update skf to 1.94.5.
Changes:
v1.94.5     2006-12-16
            HKSCS table type error fix. JIS X-0213 further table fix.
v1.94.4     2006-11-05
            re-fix patch3 issue.
v1.94.3     2006-11-02
            fix crash by single shift when G1 table is defined and can't read.
v1.94.2     2006-10-30
            fix nls feature broke on patch 1.
v1.94.1     2006-10-27
            JEF/IBM DBCS HOST output fix.
	    partial fix for cp943/cp932 treatment inconsistency. Further bound check.
	    fix crash when output char. table can't properly read.
2007-01-02 12:39:39 +00:00
rillig
6e63d13d49 Fixed PKGMANDIR. 2006-12-19 13:28:20 +00:00
joerg
0c95a735ee DESTDIR support. 2006-12-15 18:03:42 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
obache
2af5aaaf33 Update rss2html to 0.8.2. Patch provided by maintainer in PR 35215.
This new release adds support for libcurl. This fixes a problem in chunked encoding.
And adds https support.
2006-12-09 02:05:24 +00:00
cbiere
e2c55a18b0 Added c++ to USE_LANGUAGES because configure (unnecessarily) looks for
a working C++ preprocessor and the build breaks if there's a non-working
CC in PATH otherwise.
2006-12-03 11:20:12 +00:00
jschauma
721b60b433 Instead of setting compiler flags in each package if it uses C99,
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing.
May need to be reviewed/added for other compilers.
ok rillig@
2006-12-02 22:32:59 +00:00
wiz
415b95be37 Update to 0.8.7:
CHANGES:
0.8.6 - 0.8.7
- Revert the alignment fix, in order to mimick the way WP for Mac renders
  the documents (Fridrich)
- Support for WP Mac 1.x documents (Fridrich)
- Fix memory leak in standalone converters (Andrew Ziem)
- Miscellaneous code cleanups (Fridrich)

0.8.5 -> 0.8.6
- Initial support of WP Mac 2.x documents (Fridrich)
- Fix an alignment bug where alignment was propagated from multicolumn
  sections into following single column sections (Fridrich)
- Initial conversion of headers/footers in WP42 parser (Fridrich)
- Fix some parser errors in WP42 parser; now we seek to the right place
  and parse correctly all functions (Fridrich)
- Fixed crash in wpd2foo if invoked with non-existing filename (Jody Goldberg)
- Assure that the table we send to the listener implementation is a valid
  table independent of how messy the table is in the WP document (Fridrich)
- Fix situations where there is no tab position information in WPUs inside
  the tabulator function; the fallback works now even if the position is 0
  like in WP6 for DOS documents.
- Try not to crash under any circumstance by sanitizing the code and throwing
  exception in illogical, but in WP documents very real, situations (sum1,
  Fridrich)
- Make every implementation of WPXInputStream that we use return !0 if a seek
  fails; be more paranoiac with the result of read functions (sum1, Fridrich)
- Ignore corrupted prefix packets in WP5 documents (Fridrich)
- Try to convert as much information as possible even in corrupted WP3, WP5 and
  WP6 documents (Fridrich) - Libwpd now converts many documents that make crash
  WordPerfect itself.
- Fine-tune the WP42 document detection. Detect as many WP42 files as possible
  while still discarding plain text documents (Fridrich, Marc)
- Let the WP6 parser not die if the prefix packet it refers to is corrupted or
  absent (Fridrich)
- Fix hangs while parsing a corrupted WP6ExtendedDocumentSummaryPacket (sum1,
  Fridrich)
- General improvement of libwpd's conversion-success-rate and extensive QA with
  more than 46'000 real life documents (Mr. SUM1)

0.8.4 -> 0.8.5
- Conversion of font face, size and colour in WP5 parser, including the
  default font information (Fridrich)
- Conversion of foot/endnotes in WP5.x format (Fridrich)
- Conversion of headers/footers in WP3 and WP5 parsers (Fridrich)
- Prevent negative paragraph margins due to page margin change.
  Removes the ugly text-border lines running across the text in
  OpenOffice.org (Fridrich)
- Make page margins constant between two hard page breaks (Fridrich)
- Convert page margin changes into section margins in multi-column sections
- Move absolute position values in multicolumn sections from whatever column
  they are in into  the first one. Fixes the off-page position of the second
  table in 05mechanicalservice.wpd (Fridrich)
- Defer page span change to the end of the current paragraph if it is
  opened in order to prevent a paragraph break where it is not there in the
  original document (Fridrich)
- Fix http://bugzilla.abisource.com/show_bug.cgi?id=10105, an incorrect
  conversion of table alignment in WP3.x file format (Fridrich)
- Fix small issue with incorrect number of pages in page-spans (Fridrich)
- Fix an issue with "==" operator for WPXPageSpan classes. The result is now
  the same independent on the order of the operands (Fridrich)
- Fix http://bugzilla.abisource.com/show_bug.cgi?id=10279, a crash if a table
  from the middle of the tableList is in footnote and/or endnote (Marc, Fridrich)
- Add an option "--info" to wpd2text; called with this option, wpd2text dumps the
  information of the document instead of converting it. This could be useful for
  beagle (Fridrich)
- Refactoring of the listener structure and split of WPXListener into WPXContentListener
  and WPXStylesListener (Fridrich, Marc and Cyrille Moureaux as a guest star)
2006-11-18 22:02:28 +00:00
joerg
d19f5ff58f DESTDIR support. Use modular Xorg for wv.
XXX Remove pre-install in libiconv?
2006-11-14 13:55:34 +00:00
joerg
8e7838bc28 DESTDIR support. 2006-11-03 22:19:54 +00:00
adam
86d00754b4 Changes 1.2.4:
* Fixes crash on malicious documents
* Better support for DateTimePicture fields
2006-10-31 20:06:08 +00:00
minskim
8a1b51dabd This package installs perl scripts; add a runtime dependency on perl.
Bump PKGREVISION.
2006-10-29 18:07:48 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
obache
888c9a3e48 Update skf to 1.94.0.
ChangeLog:
(1) Implement fmt equivalent folding with forming.
(2) Making Ruby Extension, Perl Extension is enabled.
(3) Making rpm package is enabled.
(4) New encoding: GB18030, GBK, BIG5-Plus,
    IBM DBCS(ibm930,3,5,7), cp5022(0,2,3), cp51932.
(5) With cp932, cp51932, change to set use-ms-compat,
    kana-enable and use-compat automatically.
2006-10-01 15:09:15 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
taca
ac45d65b90 Remove ruby-iconv since it merged to ruby18-base. 2006-09-07 15:44:29 +00:00
taca
3602458e1d Remove ruby-iconv since it was merged to ruby18-base. 2006-09-07 15:44:03 +00:00
wiz
a6e5f0abb5 Update to 0.4.6, provided by Shaun Amott in PR 34485:
------------------------------------------------------------------------
2002-03-21      Don Moore <bboy@bboy.net>
        * ypost:
                Fixed =yend trailer, 0.45 omitted the "part=" field
                (thanks to Stephen Lee for noticing this).
------------------------------------------------------------------------
2006-09-06 20:44:12 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
obache
322141a908 Enable locale feature. 2006-09-01 14:04:41 +00:00
taca
cd6a8422d3 Update skf pacakge to 1.93.11.
* fix crash when specify --html-sanitize on Unicode output.
	* fix U+222a and U+2229 in MS-gaiji area is swapped.

Patch was provided by PR pkg/34251 from OBATA Akio.
2006-08-24 15:45:05 +00:00
minskim
e8eef53ed8 Do not build this package with python24, which already includes this. 2006-08-23 11:28:37 +00:00
minskim
4cd37c8b4a Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed
shortly.
2006-08-10 03:21:39 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
wiz
bf0ea7072e Update to 1.2.1:
1.2.1 is a minor bugfix release.
2006-07-17 17:02:26 +00:00
rillig
0269c26c02 Added GNU_PROGRAM_PREFIX to BUILD_DEFS and fixed pkglint warnings. 2006-07-17 15:09:59 +00:00
taca
c47c2d84d5 Update p5-Jcode package to 2.06.
#
# $Id: Changes,v 2.6 2006/07/02 07:56:06 dankogai Exp dankogai $
#
$Revision: 2.6 $ $Date: 2006/07/02 07:56:06 $
! Jcode.pm t/regex.t t/tr.t
  Security fix by Hanabusa-san that prevents options from being eval'ed.
  <20060702140740.9DDB.DOT-DANKOGAI@ziro.org>

2.05 2006/05/16 05:00:19
! Jcode.pm t/jfold.t
  Jcode->new('12345678900')->jfold(5) must be ('12345','67890', '0')
  but the trailing 0 was lost.
  Message-Id: <6.2.3.4.2.20060516111520.03407f18@mail.sj.estore.co.jp>

2.04 2006/04/15 04:08:30
! Jcode.pm t/perl581.t
  Fixed: $j->GIVEN_ENCODING not working as advertized.
  Message-Id: <20060414152058.2BCE.KSK@be.to>
  Message-Id: <4355CE4F-6261-458F-8F2F-66BE6831991D@dan.co.jp>

2.03 2005/07/07 04:00:52
! Jcode.pm t/tr.t
  Fixed: $j->tr($from, "a-z/") yields unexpected result
  Message-Id: <20050706114544.D80E.KSK@be.to>
  Message-Id: <530FB8E2-B09D-4BBA-A271-09F0D91AAD79@dan.co.jp>

2.02 2005/06/29 14:00:09
! Jcode.pm t/convert.t
  Addressed: Jcode::convert("constant" ...) croaks
  because  'Modification of a read-only value attempted'.
  Reported by Akira Kawamata via htmllint@ring.gr.jp
  Message-Id: <200506291823.ADF32994.VUONVB@piedey.co.jp>
  Message-Id: <674CABD0-F30B-4244-AFD6-AE9BFA0F3744@dan.co.jp>

2.01 2005/06/20 06:21:06
! Makefile.PL
  vs. ExtUtils::MakeMaker 6.30 -- Thanks, Mike (Castle|Schwern).
  Message-Id: <20050620041227.GE5165@windhund.schwern.org>

2.00 2005/05/16 19:07:51
! Jcode.pm
  2.00 released ex officio!

1.99_07 2005/03/08
! Jcode.pm
  jfold() fixes by nipotan
  http://blog.livedoor.jp/nipotan/archives/15894714.html

1.99_06 2005/02/19
! Jcode.pm Jcode/Nihongo.pod
  tr(), jfold(), m() and s() now accepts flagged UTF-8 strings
  in addition to EUC-JP strings.
! Jcode.pm Jcode/Nihongo.pod t/jfold.t
  More patches by makamaka@donzoko.net.
  Message-Id: <200502180920.j1I9KLvB000550@www231.sakura.ne.jp>

1.99_05 2005/02/18
! Jcode.pm MANIFEST Makefile.PL
+ Jcode/Nihongo.pod t/jfold.t
  Enhancements & Japanese POD with a help from makamaka@donzoko.net.
  Message-Id: <200502161338.j1GDct2I012566@www231.sakura.ne.jp>

1.99_04 2005/02/15
! Jcode.pm
  * Minor pod fixes
  * More field test at http://openlab.jp/Jcode/ before the official release

1.99_03 2005/02/13
! Jcode.pm
  Addressed a bug that Jcode did not handle 'binary' correctly,
  reported by Takahashi-san
+ t/append.t
  Surprisingly, append() was not in the test suite so there.
! Jcode.pm
  * $j->any_encoding feature added via AUTOLOAD.
  * More testings
  * Pod revisions

1.99_02 2005/02/12
- Unicode/_test.pl
  This file was totally unnecessary but got installed via MakeMaker
  so it is now removed from MANIFEST
! Makefile.PL
  Now smarter so that only Jcode.pm is build and installed
  when appropriate (when your perl is 5.8.1 or better).

1.99_01 2005/02/12
! *
  First 2.0-beta.
2006-07-09 13:13:00 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
yyamano
f421418e08 Update to 1.03.10. pkg/33915.
Submitted by OBATA Akio. Thanks!

Changes:
* SJIS bound check is not properly confirmed.
* output default code is not properly defined.
2006-07-04 15:44:13 +00:00
minskim
f23064566e Remove conflicting declaration of malloc(); include stdlib.h instead. 2006-06-21 15:00:51 +00:00
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 &ldquo; and &rdquo;
 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