summaryrefslogtreecommitdiff
path: root/converters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 0.5.9Andrey A. Chernov1996-12-112-11/+6
| | | | | | | Enable inews Notes: svn path=/head/; revision=4940
* Upgrade to 0.5.9Andrey A. Chernov1996-12-112-5/+7
| | | | Notes: svn path=/head/; revision=4939
* Update to take advantage of new features in bsd.port.mk rev. 1.237.Satoshi Asami1996-12-112-12/+5
| | | | Notes: svn path=/head/; revision=4924
* Move man page from ja_JP.sjis to ja_JP.EUC. (Yes, I converted it, theseSatoshi Asami1996-12-063-4/+7
| | | | | | | codes are actually different.) Notes: svn path=/head/; revision=4841
* "-mkdir -p" -> "${MKDIR}".Satoshi Asami1996-11-301-2/+2
| | | | Notes: svn path=/head/; revision=4724
* More freebsd tuningAndrey A. Chernov1996-11-271-0/+26
| | | | Notes: svn path=/head/; revision=4701
* Add missing filesAndrey A. Chernov1996-11-273-48/+29
| | | | | | | More freebsd tunings Notes: svn path=/head/; revision=4700
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-182-7/+4
| | | | Notes: svn path=/head/; revision=4575
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* Converted to MAN[1-8]David E. O'Brien1996-11-171-13/+8
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* Converted to MAN[1-8]David E. O'Brien1996-11-171-6/+2
| | | | Notes: svn path=/head/; revision=4540
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-122-9/+8
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* /usr/tmp -> /var/tmpAndrey A. Chernov1996-11-111-0/+54
| | | | Notes: svn path=/head/; revision=4389
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-112-4/+4
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-101-5/+6
| | | | | | | And clean up variable ordering (as shown in the handbook) as little. Notes: svn path=/head/; revision=4382
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1996-10-241-1/+2
| | | | | | | Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
* perl5 module for uuencode and uudecode.James FitzGibbon1996-10-245-0/+68
| | | | Notes: svn path=/head/; revision=4111
* Remove spurious ";"s.Satoshi Asami1996-10-151-3/+3
| | | | Notes: svn path=/head/; revision=3980
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* Remove spurious ;'s.Satoshi Asami1996-09-241-3/+3
| | | | Notes: svn path=/head/; revision=3855
* --prefix=${PREFIX} is not necessary with GNU_CONFIGURE set. WhileSatoshi Asami1996-08-231-4/+3
| | | | | | | I'm here, put all categories in one line. Notes: svn path=/head/; revision=3686
* Import of uudeview; decode unordered files in any of uu/xx/base64/binhexThomas Gellekum1996-08-237-0/+145
| | | | | | | | | formats. Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> Notes: svn path=/head/; revision=3682
* Import of uulib, part of the bigger uudeview package. It containsThomas Gellekum1996-08-237-0/+109
| | | | | | | | | a library for en- and decoding uu/xx/base64/binhex-format. Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> Notes: svn path=/head/; revision=3681
* Upgrade to 1.11Andrey A. Chernov1996-07-134-16/+19
| | | | Notes: svn path=/head/; revision=3388
* This decoder can patch together split and out-of-order uudecode files.Satoshi Asami1996-06-107-0/+72
| | | | | | | Submitted by: pcs51674@asciinet.or.jp Notes: svn path=/head/; revision=3188
* 8bit Character Sets Coverter via UNICODEAndrey A. Chernov1996-05-066-0/+312
| | | | Notes: svn path=/head/; revision=3072
* btoa/atob binary <-> ascii conversion tool.Satoshi Asami1996-04-095-0/+49
| | | | | | | Submitted by: "Brent J. Nordquist" <nordquist@platinum.com> Notes: svn path=/head/; revision=2949
* Remove "utils" from the categories. They already are in others.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2467
* Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2466
* Change "mail news utilities" to "mail news utils".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2449
* recode converts files between character sets and usagesTorsten Blum1995-07-175-0/+27
| | | | Notes: svn path=/head/; revision=1981
* Add news to CATEGORIESAndrey A. Chernov1995-05-011-2/+2
| | | | Notes: svn path=/head/; revision=1563
* External MIME packer/unpackerAndrey A. Chernov1995-05-016-0/+69
Notes: svn path=/head/; revision=1561