summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2004-02-16Add and enable rss2html.minskim1-1/+2
2004-02-16Import rss2html from pkgsrc-wip. Packaged by pancake at phreaker dotminskim4-0/+32
net, and slightly modified by me. Rss2Html is a simple converter to see Rss/Rdf/Xml news databases into html on console mode, or embedded on a web page. i.e: $ rss2html http://slashdot.org/index.rss | lynx -stdin
2004-02-15Convert to buildlink3.wiz2-10/+40
2004-02-15Convert to buildlink3.wiz2-3/+25
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv2-4/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam5-15/+6
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-12Create a new variable PREFER_NATIVE that has the opposite semanticsjlam2-8/+32
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
2004-02-12Reorganize code so that any dependencies are checked as part of decidingjlam2-31/+35
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable.
2004-02-11Replace ICONV_IS_GNU with ICONV_TYPE, which can be checked to be eitherjlam2-4/+21
"gnu" or "native".
2004-02-11Move the INCOMPAT_FOO checks to a more natural location within thejlam1-8/+7
block that decides whether package FOO is built-in or not. If the platform is listed in IMCOMPAT_FOO, then treat FOO as being not built-in.
2004-02-10Update py-jpCodecs to 1.4.10 and bl3ify.minskim2-7/+7
Patch provided by iyoda at atikoro dot org in PR pkg/23715. Changes in 1.4.10: - Fixed soundness bugs in Shift_JIS and MS932 decoders that invalid characters are quietly mapped into invalid Unicode characters. (Thanks to Hye-Shik Chang) - Fixed a buffer overflow in the encoder of japanese.c.euc-jp caused by a string that contains a lot of supplement Kanji characters. (Thanks to Atsuo ISHIMOTO) - added an alias "eucjp" for "japanese.euc-jp".
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-02-07Remove py-koCodecs. This pacakge was replaced with py-cjkcodecs and notminskim5-113/+1
maintained any more. Approved by wiz@.
2004-02-07Add py-cjkcodecs-1.0.3. Approved by wiz@.minskim1-1/+2
2004-02-07Import py-cjkcodecs-1.0.3 from pkgsrc-wip.minskim4-0/+138
The cjkcodecs is a unified unicode codec for Chinese, Japanese, and Korean encodings. It supports full features of unicode codec specification and PEP293 error callbacks on Python 2.3.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-05The long awaited update libtool to 1.5.2.skrll1-2/+1
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam2-10/+6
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam2-10/+8
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam2-2/+18
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
2004-01-28Get rid of multi-line string constants.agc2-1/+31
2004-01-28There's no need to use 'USE_X11BASE' in xdeview package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-26don't patch Makefile.am or configure.in, as they cause 'make build' togrant3-28/+1
re-run configure which overwrites our libtool wrapper. fixes install on Solaris.
2004-01-26Upgrade to version 2.04. The adds UTF-8 and MIME support.cjs4-45/+16
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv2-2/+4
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22Add wv2markd1-1/+2
2004-01-22Initial import of wv2 version 0.2.1.markd5-0/+92
A library to access Microsoft Word files - used by koffice
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant5-10/+10
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc15-30/+31
2004-01-19Add and enable enriched2htmlagc1-1/+2
2004-01-19Initial import of enriched2html-1.0 into the Packages Collection.agc4-0/+47
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-15Don't use "-Wl" on platforms which define "_USE_RPATH" to "no". Thistron1-1/+3
fixes build problems under Darwin.
2004-01-13kill leading whitespace, s/Libiconv/libiconv/grant1-4/+4
2004-01-13Updated p5-MIME-Base64 to 2.23.grant2-5/+5
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-12Remove info files from PLIST files.seb2-11/+2
2004-01-12Lint (sort DISTNAME section)cjep1-2/+2
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz7-128/+1
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-06Use l:foo: instead of S:...: to remove a library.jlam1-2/+2
2004-01-05bl3ifyjlam1-2/+4
2004-01-05bl3ifyjlam1-2/+4
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-17/+17
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-4/+4
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+84
buildlink3 framework.
2004-01-03Bump package revisions for tiff update.reed2-3/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-30Whitespace fixcjep1-2/+1
2003-12-30Add trailing / on HOMEPAGEscjep2-4/+4
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv3-6/+6
2003-12-20Make this build with gcc3ben3-1/+47
* 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()