summaryrefslogtreecommitdiff
path: root/converters/uudx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=16518
* Manpages? What manpages?Tim Vanderhoek1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12572
* Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.Masafumi Max NAKANE1998-04-052-3/+3
| | | | | | | Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist Notes: svn path=/head/; revision=10426
* Add `q' to EXTRACT_BEFORE_ARGS so that lha will do its work quietly.Masafumi Max NAKANE1997-09-141-3/+3
| | | | | | | echo -> ${ECHO_MSG}. Notes: svn path=/head/; revision=7905
* Update the maintainer's address (I remember him asking his address inMasafumi Max NAKANE1997-09-141-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. Notes: svn path=/head/; revision=7904
* Let bsd.port.mk do the manpage compression.Masafumi Max NAKANE1997-09-141-4/+0
| | | | Notes: svn path=/head/; revision=7903
* Regenerate this patch so that PATCH_STRIP doesn't have to be defined inMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | the Makefile. Notes: svn path=/head/; revision=7902
* This is a new category for non-archival, non-encryption character codeSatoshi Asami1997-04-261-2/+2
| | | | | | | converters. Notes: svn path=/head/; revision=6316
* A quick purousal thru our port's patches directory shows a *WAY* over use ofDavid E. O'Brien1997-02-161-1/+1
| | | | | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate. Notes: svn path=/head/; revision=5656
* 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
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-4/+3
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* 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