summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-20Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-14Replace between with to/fromabs1-2/+2
2001-06-14distfile has been altered, diff shows small differences, but after untaringzuntum1-2/+2
the distfile it looks exactly like old one. regen distinfo.
2001-06-14Shorten comment slightlyabs1-2/+2
2001-06-13add & enable txt2manzuntum1-1/+2
2001-06-13Initial import of txt2man-1.4.1zuntum4-0/+29
txt2man converts the input text into nroff commands using man(7) macros for man pages. Smart argument processing is available either for commands using "-" sign for flags (including long options used in GNU tools). If ifile is omitted, standard input is taken as argument. Result is displayed on standard output.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-3/+3
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam3-10/+7
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam1-46/+13
2001-06-10Update to 0.5.15. Now works more nicely with tcl-8.x; also profits fromwiz8-142/+26
the uulib changes (see there).
2001-06-10Don't install this file.wiz3-21/+2
2001-06-10Update to 0.5.15. Changes:wiz9-68/+36
Autoclear -- remove files after they have been decoded. Autorename -- rename output files if they already exist. Stricter MIME compatibility, and bugfixes.
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam1-6/+12
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-06-04LICENSE=no-commercial-usejtb1-1/+3
From dvi2tty.c: * This program, and any documentation for it, is copyrighted by Svante * Lindahl. It may be copied for non-commercial use only, provided that * any and all copyright notices are preserved.
2001-05-26Add and enable dvi2tty.fredb1-1/+2
2001-05-26Initial import of dvi2tty-1.0, a program for previewing DVI files.fredb5-0/+49
2001-05-26Add buildlink.mk files that can link headers and libraries intojlam1-0/+61
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.
2001-05-14Add and enable doc2htmlagc1-1/+2
2001-05-14Initial import of doc2html-2.1 into the packages collection.agc6-0/+135
Provided in PR 12884 by Jesse Off (joff@newmonics.com) "External converter script for ht://Dig (version 3.1.4 and later), that converts Microsoft Word, Excel and Powerpoint files, and PDF, PostScript, RTF, and WordPerfect files to text (in HTML form) so they can be indexed. Uses a variety of conversion programs: wp2html - to convert Wordperfect and Word7 & 97 documents to HTML catdoc - to extract text from Word documents rtf2html - to convert RTF documents to HTML pdftotext - to extract text from Adobe PDFs ps2ascii - to extract text from PostScript pptHtml - to convert Powerpoint files to HTML xlHtml - to convert Excel spreadsheets to HTML or xls2csv - to obtain data from Excel spreadsheets. Written by David Adams (University of Southampton), and based on the conv_doc.pl script by Gilles Detillieux."
2001-05-14Add and enable rtf2htmlagc1-1/+2
2001-05-14Initial import of rtf2html-1.1 into the packages collection.agc4-0/+25
Provided by Jesse Off (joff@newmonics.com) in PR 12883 rtf2html is a simple Rich Text Format (RTF) to HTML file converter.
2001-05-14Add and enable xlHtmlagc1-1/+2
2001-05-14Initial import of xlHtml-0.2.8 into the packages collection.agc7-0/+76
Provided in PR 12882 by Jesse Off (joff@newmonics.com) xlHtml is an Excel 95 and later file converter. Its html output can be used as a Netscape Plugin to let you view xls e-mail attachments. It can also extract regions of a spreadsheet and convert the spreadsheet to pure text rather than html.
2001-05-14Update libiconv to 1.6.1. Notable changes include:rh6-23/+23
* Bugfixes * The iconv program's -f and -t options are now optional. * Many more transliterations. * Added CP862 converter. * Changed the GB18030 converter. * Portability to DOS with DJGPP.
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-18Move to sha1 digests, and add distfile sizes.agc19-36/+55
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc43-104/+80
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Remove redundant index.html from HOMEPAGE urlzuntum1-2/+2
2001-04-16Mention in comment that it does unix2dos too (not only dos2unix)zuntum1-2/+2
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-04-01Remove redundant MAKE_ENVzuntum2-5/+4
2001-03-21Update to 2.12.mjl2-5/+6
Speed up pure perl base64 encoder/decoder by using join/map instead of while loop. Doc update contributed by Jerrad Pierce Downgrade UTF8 strings before starting to encode.
2001-03-21Add seperate package list for SunOS.tron1-0/+20
2001-03-14Add and enable kdesupport2.skrll1-1/+2
2001-03-14Import of KDE 2.1 kdesupport package.skrll6-0/+88
This may not be needed, but for consistency's sake I'm including it for the moment.
2001-03-13 * change my email addresszuntum1-7/+7
* change NO_WRKSUBDIR to WRKSRC=${WRKDIR} * install things from ${WRKSRC} instead of ${WRKDIR}
2001-03-11Put this in the correct primary category; also add "archivers" (handlestv1-6/+6
Commodore archive files).
2001-03-07add CONFLICTS as misc/rpm package has rpm2cpio program. Problem noted bykei1-1/+3
IWAMOTO Toshihiro in private mail. Thanks.
2001-03-07add and enable 'rpm2cpio' package.kei1-1/+2
2001-03-07Initial import of 'rpm2cpio' package from FreeBSD Ports collection.kei4-0/+39
rpm2cpio reads RPM archive and dumps the content to standard out as a cpio format. It's written in Perl. I moved its category from original place misc to converters.
2001-03-05Standard place for additional files is the files dir -- move one filewiz2-3/+2
there (from pkg).
2001-02-27security/openssl and converters/base64 both install a 'base64' executable,wiz1-1/+3
so make them CONFLICT (pkg/11408).
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf4-15/+15
XXX need to teach pkglint to be more picky about this
2001-02-20Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic onewiz1-5/+1
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one.
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-18/+20
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz34-34/+34
2001-02-12Add seperate package list for SunOS.tron1-1/+7
2001-01-11Make this build without root permissions. Fixes Luke's PR 11893.rh2-1/+17