aboutsummaryrefslogtreecommitdiffstats
path: root/converters/uudx
Commit message (Collapse)AuthorAgeFilesLines
* - Add new knob USE_LHA [1]miwi2013-03-081-6/+1
| | | | | | | | | | - Convert few ports to USE_LHA [1] - Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2] PR: 176187 [1] 174790 [2] Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1] Gerald Pfeifer <gerald@pfeifer.com> [2]
* - Fix MASTER_SITESmiwi2011-07-022-4/+3
| | | | | | - Add WWW: line PR: 158470 Submitted by: Ports Fury
* Unfetchable, no new home found: deprecatebapt2011-06-161-0/+3
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Reset maintainer.erwin2008-02-281-1/+1
| | | | | <rewsirow@ff.iij4u.or.jp>: host mx.iij4u.or.jp[210.138.174.71] said: 550 5.1.1 <rewsirow@ff.iij4u.or.jp>... User Unknown (in reply to RCPT TO command)
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - unbreak on 5.xleeym2004-10-131-8/+6
| | | | | | PR: 72034 Submitted by: leeym Approved by: maintainer timeout
* BROKEN on 5.x: Does not compilekris2004-09-291-1/+7
| | | | Approved by: portmgr (self)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriatesanpei2004-02-251-2/+2
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
|
* Fix MASTER_SITEStaoka2000-02-223-7/+17
| | | | | | PR: 16867 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> No response from: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-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.
* Manpages? What manpages?hoek1998-08-171-1/+0
|
* 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
* 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.
* This is a new category for non-archival, non-encryption character codeasami1997-04-271-2/+2
| | | | converters.
* 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.
* Move man page from ja_JP.sjis to ja_JP.EUC. (Yes, I converted it, theseasami1996-12-073-4/+7
| | | | codes are actually different.)
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-4/+3
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* This decoder can patch together split and out-of-order uudecode files.asami1996-06-107-0/+72
Submitted by: pcs51674@asciinet.or.jp