aboutsummaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-2715-15/+15
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* (1) The old fconv-0.1.tar.gz had binaries for i386,taoka1999-06-232-4/+2
| | | | | | | | | | these are not necessary. On another architecture, it cuases a problem. So removed these. PR: 12339 Submitted by: maintainer (author) (2) By (1), "ONLY_FOR_ARCHS=i386" is not necessary.
* This port contains i386 binaries.steve1999-06-231-1/+3
|
* Update to version 0.40fenner1999-06-132-5/+5
|
* Add fconvtaoka1999-06-071-1/+2
|
* Converts DOS or Mac-style files to Unix format, and vice-versataoka1999-06-075-0/+30
| | | | | PR: 11267 Submitted by: Chris Costello <chris@holly.dyndns.org>
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-064-12/+4
| | | | the .la file.
* Remove kde 1.0 ports in favor of the 1.1 versions.steve1999-05-291-2/+1
|
* Moved textproc/tuc to converters/tuctaoka1999-05-193-5/+6
| | | | Obtained from: "David O'Brien" <obrien@FreeBSD.org>
* Make this port PREFIX friendly.steve1999-05-172-4/+22
|
* Clean up after yet another repository copy. Renamed "kde*-i18n-11"asami1999-05-111-2/+2
| | | | | | to "kde*11-i18n". Suggested by: sprice
* Activate kdesupport-i18n-11, kdelibs-i18n-11, kdebase-i18n-11.sada1999-05-111-1/+2
|
* Categories should be "converters kde", not "x11 kde".asami1999-05-112-4/+4
| | | | Reportde by: imura@cs.titech.ac.jp
* Cleanup empty directories.kuriyama1999-05-061-0/+2
|
* Activate unix2dosflathill1999-05-061-1/+2
|
* PR: ports/9866flathill1999-05-065-0/+34
| | | | | Submitted by: obonilla@mailhub.fisicc-ufm.edu translate ASCII files from DOS (cr/lf) to UNIX (lf)
* Upgrade KDE to Release 1.1.1.se1999-05-045-22/+11
|
* I *LOVE* WWW:mharo1999-05-031-1/+1
|
* These three were easy. Now tell my why some of the other pkg/DESCRshoek1999-05-033-3/+3
| | | | | | must insist on using such oddball formats.... [Add WWW: where appropriate]
* Activate the i18ntools port.steve1999-04-211-1/+2
|
* Initial import of i18ntools version 1.0.steve1999-04-215-0/+278
| | | | | | | Tools for the conversion to and from UTF-8 Unicode encoding. PR: 11198 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
* Fix bug in manpage.obrien1999-04-181-0/+11
|
* Activate the libutf-8 port.steve1999-04-171-1/+2
|
* Initial import of libutf-8 version 1.0.steve1999-04-176-0/+56
| | | | | | | | | A library of routines for the conversion between 31-bit Unicode values (UCS-4) and their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle input and output from/to files and memory. Useful for i18n programmers. PR: 10919 Submitted by: G. Adam Stanislav <zen@buddhist.com>
* Import of tuc version 1.10.steve1999-04-175-0/+33
| | | | | | | | A utility to convert text files from any operating system to Unix format, and to convert Unix files to DOS format. PR: 10882 Submitted by: G. Adam Stanislav <zen@buddhist.com>
* Update to version 2.11.steve1999-04-022-4/+4
| | | | | PR: 10749 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* Change `MASTER_SITES', preparing for move of ports.jp.freebsd.org,sada1999-03-071-2/+2
| | | | and unifying the location of `local ports'.
* MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withobrien1999-02-284-6/+10
| | | | GZIP or BZIP2 distfiles. I went with BZIP2.
* The extra checksum wasn't bogus after all. Both are required sincesteve1999-02-253-0/+3
| | | | | | | | despite the fact that the files from both MASTER_SITES are the same size and when extracted a diff -urN is empty, they have different checksum. Noticed by: Andrew Gordon <arg@arg1.demon.co.uk>
* Remove extraneous checksums.steve1999-02-223-3/+0
|
* Upgrade to 2.10.vanilla1999-02-202-5/+5
|
* Unbreak.jseger1999-02-161-6/+2
|
* Don't change world-known name uudeview.h to uu.h upon installation,ache1999-02-112-3/+3
| | | | other applications expect uudeview.h name
* Upgrade to KDE 1.1 RELEASE.se1999-02-096-15/+43
|
* Upgrade to KDE-1.1pre2 ...se1999-02-076-22/+28
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-033-15/+6
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* The red face you see behind the table is yours truly being ashamed byasami1999-01-212-8/+8
| | | | committing a patch without testing.
* Fix ordering of ln -s arguments -- the lib*.so symlinks were not properlyasami1999-01-212-8/+8
| | | | | made, causing other kde*11 builds to fall over if dependencies were installed from packages.
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-112-8/+8
| | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami
* Add bzip2 dependency. They were missing in some kde*11 Makefiles.asami1999-01-112-2/+6
|
* Add kde*11 dirs.asami1999-01-071-1/+2
|
* Upgrade to the first pre-release of KDE 1.1.se1999-01-077-36/+101
| | | | | | | | | | | This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
* Mark these broken while Stefan works on an upgrade.asami1999-01-062-2/+6
|
* Upgrade to 2.09billf1998-12-082-4/+4
| | | | Reported by: Fenner's survey.
* Moving converters/man2html -> textproc/man2htmlbillf1998-11-211-2/+1
| | | | Remind by: Satoshi Asami
* Activate man2htmlbillf1998-11-211-1/+2
| | | | PR: ports/7796
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-8/+10
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Mark BROKEN for current:jseger1998-10-121-1/+6
| | | | The path for perl man pages is incorrect
* ish/uuencode converterkuriyama1998-10-036-0/+59
| | | | | PR: ports/7639 Submitted by: Masanori Kiriake <seiken@nbs.co.jp>
* Activate aish.kuriyama1998-10-031-1/+2
|
* Elfify (no response from the maintainer)brian1998-10-024-12/+14
| | | | With some help from postings by: Hans Petter Bieker <zerium@webindex.no>
* Mark BROKEN for ELF.jseger1998-10-012-2/+6
|
* Remove regexp support uulib.steve1998-09-271-2/+2
|
* Remove regexp support for uulib.steve1998-09-271-3/+3
|
* Remove empty directories on deinstall.steve1998-09-271-0/+6
|
* Convert to ELF.steve1998-09-274-60/+65
|
* tk80 has been ELFized.asami1998-09-251-2/+2
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-162-4/+4
| | | | | | checks haven't missed anything. Submitted by: dima
* Unbreak after the perl upgrade.steve1998-08-302-7/+5
|
* Change for perl5 scheme.vanilla1998-08-192-9/+10
|
* Manpages? What manpages?hoek1998-08-178-13/+0
|
* Replace qt dependencies with USE_QT.asami1998-08-122-8/+4
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-083-8/+8
|
* Mark this port broken, didn't survive the perl upgrade.asami1998-08-081-1/+3
|
* Upgrade to 2.06, and make it compatible with perl5.00501.vanilla1998-08-063-16/+14
|
* Grammar, spelling, and usage police. This commit brought to you bymph1998-08-061-1/+1
| | | | the letters "B" and "C". And some Chinese symbols as well.
* Add homepage.hoek1998-07-242-0/+4
|
* Add homepage. Fix my language a little ("I wrote that!?").hoek1998-07-241-2/+5
|
* Change dependencies to accept Qt-1.33 if present,se1998-07-242-6/+6
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* Upgrade to KDE Release 1.0se1998-07-204-34/+12
|
* Mark as broken, will be upgraded to 1.0 within a few days.se1998-07-142-2/+6
|
* Fix MASTER_SITES.hoek1998-06-151-3/+3
|
* Fix MASTER_SITEShoek1998-06-151-3/+3
|
* Update to Beta-4.1se1998-05-106-16/+46
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Fix MASTER_SITE, since fetch(1) doesn't seem to understand httphoek1998-04-071-3/+3
| | | | error code 301...
* Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.max1998-04-052-3/+3
| | | | Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
* Back out changes to use tcl81.tg1998-03-201-3/+3
| | | | | | I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime.
* Add a link to my bibliographic character sets patcheswosch1998-03-081-0/+17
| | | | | | | | | for ISO 5426:1983 and Z39.47-1993/ANSEL/USMARC. Both characters sets use 2 bytes for non-US characters. The Library of Congress use ANSEL for their web gateway. With this patches you should be able to read the search results for german, french and spain (...) books.
* Use $(MASTER_SITE_KDE)se1998-03-072-8/+6
|
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-251-4/+4
|
* Activate kdesupport (builds mimelib)se1998-02-231-1/+2
|
* Bring back kdesupport, we only need (and only build) "mimelib" sincese1998-02-2310-0/+148
| | | | our mimepp port does no longer suffice to build kdenetwork.
* Don't need FETCH_BEFORE_ARGS=-t anymore. (Yay!)hoek1998-02-193-6/+3
|
* Upgrade to 0.20.vanilla1998-02-193-8/+6
|
* Upgrade to 2.05.vanilla1998-02-183-8/+8
|
* Remove kdesupport: Not required by any of our KDE ports ...se1998-02-1310-160/+0
|
* Disconnect kdesupport.se1998-02-131-2/+1
|
* Add hash for distfiles from tsx-11.mit.edu.hoek1998-01-103-0/+3
|
* Upgrade to 2.04.vanilla1997-12-223-5/+9
|
* Upgrade to 0.05.vanilla1997-12-223-5/+7
|
* Remove MASTER_SITE ftp.uni-frankfurt.de.hoek1997-12-072-7/+5
| | | | | | | | | | 530-Unser FTP Server ist wegen eines Plattencrash leider nicht verfuegbar. I think the rough general translation of this is "We have been Plattencrash'd and are now verfuegbar'ed. While this is theoretically a temporary situation, we are still verfuegbar'ed for the immediately forseeable future."
* Remove bad MASTER_SITE.jseger1997-11-271-3/+2
|
* Remove converters/c2html. It needs to be reimported in textproc.jseger1997-11-221-2/+1
| | | | Pointed out by: Max
* Fix LIB_DEPENDS to actually depend on tk. Stylistic nit.hoek1997-11-211-4/+4
|
* Activate converters/c2htmljseger1997-11-171-1/+2
| | | | PR: ports/4911
* fetch -t; misc style fixes; portlinthoek1997-11-141-15/+11
|
* FETCH_BEFORE_ARGS= -thoek1997-11-141-2/+4
|
* As with xdeview, use our own file/ so people don't trip over itshoek1997-11-083-3/+18
| | | | absence.
* Don't depend on ports/converters/uulib's files/ dir.obrien1997-11-083-2/+17
|
* (1) Move the following ports out of x11/:asami1997-11-053-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | kdegames -> games/ kdenetwork -> net/ kdesupport -> converters/ kdeutils -> misc/ (Repository copy already done, dependency path and category name fixups is being done in this commit.) (2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib}) ports. (3) Make package names follow the convention. (4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...". There is no need to specify the full pathname if the target is an executable in the standard path. (Actually, as the same port is specified in LIB_DEPENDS, I think we can completely do away with this line but since Stefan added this explicitly, I assume there is a reason for it and left it alone.) Approved by: se (all but 4)
* Only the MIME and UU libraries are required from kdesupport,se1997-11-0310-0/+158
| | | | | since libjpeg, libgif etc. exist as individual ports already. This port is required as a pre-requisite to kdenetwork.
* 2 (two!) lines to upgrade to tk80, plus misc. minor fixes.hoek1997-10-242-8/+12
|
* Upgrade, 0.8.0 -> 1.0max1997-09-236-60/+92
| | | | | PR: 4612 Submitted by: maintainer
* Add `q' to EXTRACT_BEFORE_ARGS so that lha will do its work quietly.max1997-09-151-3/+3
| | | | echo -> ${ECHO_MSG}.
* Update the maintainer's address (I remember him asking his address inmax1997-09-151-4/+6
| | | | | | | | | | the handbook to be updated.) Style fix: - Insert a blank (`3' only) line before the $Id$ line. - Move EXTRACT_SUFX to proper place. - Regenerate the patch file and remove the definition of PATCH_STRIP. - Correctly define MANLANG and MAN1.
* Let bsd.port.mk do the manpage compression.max1997-09-151-4/+0
|
* Regenerate this patch so that PATCH_STRIP doesn't have to be defined inmax1997-09-151-2/+2
| | | | the Makefile.
* activated ports/converters/ish.itojun1997-08-161-1/+2
| | | | ish is "ish binary-to-text file converter".
* a port for "ish binary-to-text file converter".itojun1997-08-166-0/+41
| | | | | | | The tool is famous in Japanese local BBSes, but may useful for other situations. Reviewed by: itojun@itojun.org Submitted by: hosokawa@freebsd.org
* Upgrade to 1.20ache1997-08-135-148/+122
|
* Upgrade to 2.03ache1997-08-052-5/+5
|
* files/* -> ${FILESDIR}/*.max1997-07-221-2/+2
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Pick up $CFLAGS from /etc/make.conf.tg1997-07-091-0/+11
|
* Remove trailing whitespace (ha!).asami1997-07-081-2/+2
| | | | Found by: portlint
* Move mimepp from devel to converters.tg1997-07-081-1/+2
|
* Re-import mimepp into converters.tg1997-07-086-0/+165
| | | | Requested by: Satoshi
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵jfitz1997-06-252-6/+4
| | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
* Add p5-MIME-Base64ache1997-06-211-1/+2
|
* Base64/QP perl moduleache1997-06-215-0/+54
|
* Upgrade all ports requiring perl5.003 to perl5.004jfitz1997-05-241-3/+3
| | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
* I can't believe I forgot to add uulib here. ;)asami1997-05-211-1/+2
|
* Upgrade to 1.12ache1997-05-065-36/+71
|
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-301-2/+2
|
* One-liner for new categroy `converters'.asami1997-04-271-0/+1
|
* Adjust uulib's new path (ports/converters).asami1997-04-272-7/+7
|
* Move p5-Convert-UU to converters.asami1997-04-272-3/+4
| | | | Submitted by: jfitz
* This is a new category for non-archival, non-encryption character codeasami1997-04-279-16/+28
| | | | converters.
* Fix header problemsache1997-04-211-14/+0
|
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵jfitz1997-04-212-5/+5
| | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE
* Add virtual category 'perl5'.wosch1997-04-201-2/+2
|
* Make this puppy *really* link with the shared uulib.obrien1997-04-021-0/+13
|
* - Link with shared libuu rather than static one.obrien1997-04-026-50/+46
| | | | - split up mega patchfile to one patchfile / soruce file
* Need to run ``ldconfig -m'' on install.obrien1997-04-021-2/+3
|
* Build shared lib too.obrien1997-04-024-3/+57
| | | | Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
* Share the files/ dir and contents with devel/uulibobrien1997-03-316-19/+4
| | | | Suggested-by: Satoshi
* Don't look for malloc.h from configure. Not only malloc.h in FreeBSDasami1997-03-301-0/+11
| | | | | useless, you might find the one installed by devel/libmalloc, which will cause the build to fail.
* Checksum was different from what I got.asami1997-03-301-1/+1
|
* This is a powerful and easy-to-use tcl/tk-based programobrien1997-03-306-0/+66
| | | | | | | | which can decode BinHex, uuencoded, xxencoded, and Base64 formats. Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> Partically closes PR: ports/2701
* Upgrade to 0.5.13.obrien1997-03-305-42/+23
| | | | | Submitted by: Tim Vanderhoek <tim@X2296> and cleanup by me Partically closes PR: ports/2701
* More patches from ports/2701.obrien1997-03-304-11/+30
| | | | Submitted by: Tim Vanderhoek <tim@X2296>
* Update to 0.5.13.obrien1997-03-301-1/+1
| | | | Partically closes PR: ports/2701
* Update to 0.5.13.obrien1997-03-301-26/+18
| | | | | Submitted by: Tim Vanderhoek <tim@X2296> with restructureing by me Partically closes PR: ports/2701
* A quick purousal thru our port's patches directory shows a *WAY* over use ofobrien1997-02-171-1/+1
| | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
* Change Brent J. Nordquist's e-mail address.asami1997-01-282-4/+4
| | | | Submitted by: "Brent J. Nordquist" <bjn@visi.com>
* Upgrade to 0.5.9ache1996-12-122-11/+6
| | | | Enable inews
* Upgrade to 0.5.9ache1996-12-122-5/+7
|
* Update to take advantage of new features in bsd.port.mk rev. 1.237.asami1996-12-112-12/+5
|
* Move man page from ja_JP.sjis to ja_JP.EUC. (Yes, I converted it, theseasami1996-12-073-4/+7
| | | | codes are actually different.)
* "-mkdir -p" -> "${MKDIR}".asami1996-11-301-2/+2
|
* More freebsd tuningache1996-11-271-0/+26
|
* Add missing filesache1996-11-273-48/+29
| | | | More freebsd tunings
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-4/+4
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-182-7/+4
|
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Converted to MAN[1-8]obrien1996-11-171-13/+8
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* Converted to MAN[1-8]obrien1996-11-171-6/+2
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-122-9/+8
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* /usr/tmp -> /var/tmpache1996-11-111-0/+54
|
* CATEGORIES+= --> CATEGORIES=obrien1996-11-112-4/+4
| | | | Misc variable reordering, cleaning up, etc.
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-5/+6
| | | | And clean up variable ordering (as shown in the handbook) as little.
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.jfitz1996-10-241-1/+2
| | | | Submitted by: asami@freebsd.org
* perl5 module for uuencode and uudecode.jfitz1996-10-245-0/+68
|
* Remove spurious ";"s.asami1996-10-151-3/+3
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-103-3/+3
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Remove spurious ;'s.asami1996-09-241-3/+3
|
* --prefix=${PREFIX} is not necessary with GNU_CONFIGURE set. Whileasami1996-08-231-4/+3
| | | | I'm here, put all categories in one line.
* Import of uudeview; decode unordered files in any of uu/xx/base64/binhextg1996-08-237-0/+145
| | | | | | formats. Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
* Import of uulib, part of the bigger uudeview package. It containstg1996-08-237-0/+109
| | | | | | a library for en- and decoding uu/xx/base64/binhex-format. Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
* Upgrade to 1.11ache1996-07-144-16/+19
|
* This decoder can patch together split and out-of-order uudecode files.asami1996-06-107-0/+72
| | | | Submitted by: pcs51674@asciinet.or.jp
* 8bit Character Sets Coverter via UNICODEache1996-05-066-0/+312
|
* btoa/atob binary <-> ascii conversion tool.asami1996-04-095-0/+49
| | | | Submitted by: "Brent J. Nordquist" <nordquist@platinum.com>
* Remove "utils" from the categories. They already are in others.asami1995-11-261-2/+2
|
* Change "utilities" category to "misc" in preparation for move to misc.asami1995-11-261-2/+2
|
* Change "mail news utilities" to "mail news utils".asami1995-11-221-2/+2
|
* recode converts files between character sets and usagestorstenb1995-07-175-0/+27
|
* Add news to CATEGORIESache1995-05-011-2/+2
|
* External MIME packer/unpackerache1995-05-016-0/+69