summaryrefslogtreecommitdiff
path: root/comms/lrzsz
AgeCommit message (Collapse)AuthorFilesLines
2009-08-29Convert to user-destdir.wiz3-2/+30
2007-06-08Let not to use internal libintl, broken gettext detection.obache1-1/+2
Should also fix PR 33141.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-2/+2
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-27Also if Linux, then the local suffix is "mo" and include the gettext-lib.reed1-2/+3
2005-12-27Sort PLIST. No change, but makes it easier for later checks.reed1-6/+6
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-3/+3
NO_BUILD, USE_LIBTOOL.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-24Put --with-catgets inside the conditional to match LOCALE_SUFFIX.tv1-4/+4
2005-01-21Fix build on Interix, and properly depend on gettext-lib for platformstv1-2/+3
using that.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-02-21bl3ify and enable pkgviews installation.minskim1-2/+4
2003-09-23Don't use .cat message catalog on Darwin because it hasn't catgets().yyamano1-2/+2
Close PR pkg/21650 by Michael Wolfson.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-02Set OS dependent ${LOCALE_SUFFIX}.salo2-3/+13
XXX Tested only on NetBSD and Solaris, but nobody complained yet about the previous setting which was wrong for Solaris.
2002-11-30USE_PKGLOCALEDIRsalo2-3/+4
2002-10-04buildlink1 -> buildlink2jlam1-4/+4
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-06-12Update lrzsz to 0.12.20.rh2-6/+6
Notable changes include: Version 0.12.20 - December 1998, Uwe Ohse * works on BeOS and stone-aged SCO (sco-3.2v4.2) * pubdir-"feature" works again. * "make rpm" creates a rpm file. * "optimal blklen calculation" was too aggressive, it now does nothing if the user demands fixed blklens. * various smaller and medium bug fixes. * a more or less important security bug is fixed (stupid use of /tmp in a piece of code which is rarely used). * lrz uses umask to make files unreadable which receiving them. * "sh systype | mail uwe-generic-counter@ohse.de" sends a success report with a description of the system type. * --enable-syslog is now default Version 0.12.19 - January 1998, Uwe Ohse * 0.12.18 was broken, lsz crashed if receiver found an CRC error. * lrz options "--rename" and "--escape" didn't work. * lrz didn't implement senders "overwrite-or-skip" option. * added dejagnu testsuite. Maybe you need a dejagnu snapshot to use it.
1999-07-09Add package patch-sum filesagc1-0/+4
1998-11-12Add missing NetBSD RCS Id.agc1-0/+2
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-2/+1
from individual DESCR files that had them.
1998-08-26Use catgets instead of supplied gettext.tv4-5/+48
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-20Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-05Initial import of lrzsz 0.12.18 package made by David O'Brien fortron5-0/+37
the FreeBSD port collection and refined for the NetBSD package collection by Ty Sarna.