aboutsummaryrefslogtreecommitdiffstats
path: root/converters/uulib
Commit message (Collapse)AuthorAgeFilesLines
* [patch] bug in the uulib-0.5.20edwin2006-01-041-0/+22
| | | | | | | | | | | | | uudeview's author makes 1023 chars as maximum header line length (see line 167 of uulib/uuscan.c). Handling this limit in the ScanHeaderLine function may skip all header lines after very long splitted line because of finding CR in the truncated string (at ptr) instead of scan source stream (uugen_inbuffer). PR: ports/84999 Submitted by: Alexey Khlyamkov <bsd@prj.lll.pp.ru> Approved by: maintainer timeout
* [patch] bug in the uulib-0.5.20edwin2006-01-042-0/+2
| | | | | | | | | | | | | uudeview's author makes 1023 chars as maximum header line length (see line 167 of uulib/uuscan.c). Handling this limit in the ScanHeaderLine function may skip all header lines after very long splitted line because of finding CR in the truncated string (at ptr) instead of scan source stream (uugen_inbuffer). PR: ports/84999 Submitted by: Alexey Khlyamkov <bsd@prj.lll.pp.ru> Approved by: maintainer timeout
* Upgrade to 0.5.20 to fix two buffer overflowshoek2004-03-252-6/+4
| | | | Advised by: nectar
* Update my email address and make a slight formatting improvement.hoek2004-03-251-3/+3
|
* mark FORBIDDEN: ↵eik2004-03-191-0/+2
| | | | http://people.freebsd.org/~eik/portaudit/6c7661ff-7912-11d8-9645-0020ed76ef5a.html
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* - Update to 0.5.19clement2004-01-186-33/+13
| | | | | | PR: 61518 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-13/+13
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* USE_REINPLACE rather than a somewhat convoluted perl expression.hoek2002-09-061-2/+5
|
* The configure script was trying to modify CFLAGS to preventhoek2002-09-051-0/+20
| | | | | | | | both '-O' and '-g' from being included. Under some combinations, this could even cause the resulting CFLAGS to be unuseable. Avoid any illicit touching of the CFLAGS. PR: ports/39317 (Chris Wasser <cwasser@shaw.ca>)
* "libuu" -> "uulib"hoek2002-09-021-1/+1
|
* Upgrade to uulib 0.5.18. This adds support for yEnc.hoek2002-09-028-25/+23
| | | | Significantly inspired by PR: ports/41508 (KATO Tsuguru)
* Use safe temp files. I'll try to cook-up a different version ofhoek2002-09-022-0/+45
| | | | | these to submit back to the author once I digup my autoconf manual again. :(
* Update webpage URL. List yEnc as a supported encoding method (whichhoek2002-09-011-5/+3
| | | | it will be as soon I finish updating this port).
* Use ${PERL} instead of perldwcjr2001-09-042-15/+16
| | | | | | | | Add ${DOCSDIR} support Add NOPORTDOC compliance PR: 29761 Submitted by: pat@databits.net
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.sobomax2000-06-162-3/+1
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-4/+4
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-1/+1
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* 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.
* These three were easy. Now tell my why some of the other pkg/DESCRshoek1999-05-031-1/+1
| | | | | | must insist on using such oddball formats.... [Add WWW: where appropriate]
* The extra checksum wasn't bogus after all. Both are required sincesteve1999-02-251-0/+1
| | | | | | | | 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-221-1/+0
|
* Don't change world-known name uudeview.h to uu.h upon installation,ache1999-02-112-3/+3
| | | | other applications expect uudeview.h name
* 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.
* Convert to ELF.steve1998-09-274-60/+65
|
* Manpages? What manpages?hoek1998-08-171-1/+0
|
* Add homepage.hoek1998-07-241-0/+2
|
* Fix MASTER_SITEShoek1998-06-151-3/+3
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Don't need FETCH_BEFORE_ARGS=-t anymore. (Yay!)hoek1998-02-191-2/+1
|
* Add hash for distfiles from tsx-11.mit.edu.hoek1998-01-101-0/+1
|
* Remove MASTER_SITE ftp.uni-frankfurt.de.hoek1997-12-071-3/+2
| | | | | | | | | | 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."
* fetch -t; misc style fixes; portlinthoek1997-11-141-15/+11
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* This is a new category for non-archival, non-encryption character codeasami1997-04-271-2/+2
| | | | converters.
* 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>
* 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
* 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-111-4/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Remove spurious ;'s.asami1996-09-241-3/+3
|
* 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>