Commit graph

62 commits

Author SHA1 Message Date
rhialto
0250071af2 archivers/lha: update to 1.14i-ac20211125
No changelog is available. From the git history, it seems that the main/only
functional change is that it always asks before overwriting symlinks.
2022-01-01 19:02:34 +00:00
nia
d854b0160a archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and SHA512
hashes.
2021-10-26 09:57:04 +00:00
nia
5b593563e1 archivers: Remove SHA1 distfiles hashes 2021-10-07 13:05:55 +00:00
rhialto
5bcaeb9777 archivers/lha: upstream has accepted last remaining patch. 2020-12-19 18:02:03 +00:00
rhialto
4781baba5e archivers/lha: distfile unavailable, so switch to maintained version elsewhere.
Documentation is mostly in Japanese (which I don't read) so no changelog
is available.
- Previous patches have ~all been integrated
- Configuration with autotools
- Is still maintained from time to time
2020-12-19 15:03:14 +00:00
rillig
a928eff0ca archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:54:25 +00:00
jperkin
c48c774b07 Use OPSYSVARS. 2016-02-25 09:28:36 +00:00
agc
7ef3a4270a Add SHA512 digests for distfiles for archivers category
Problems found with existing distfile for eagle:
	distfiles/bicom101.zip
	distfiles/szip-2.1nb3/szip-2.1.tar.gz
	distfiles/xmill-0.9.1.tar.gz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 00:56:19 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
asau
4eca2cfc6f "user-destdir" is default these days 2012-09-11 19:46:52 +00:00
dholland
041c46bee5 64-bit time_t fixes for NetBSD-current. PKGREVISION++. ok agc 2010-01-09 19:10:46 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
jlam
6a0bbfc676 Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-02 03:48:36 +00:00
wiz
f1736e694f Remove ftp site that does not allow anonymous login.
From Zafer Aydogan.
2007-05-28 21:21:09 +00:00
obache
70e7be0b97 Change RESTRICTED message, suggested by gdt@. 2007-01-08 17:35:39 +00:00
obache
51c1b63f62 Put LICENSE before RESTRICTED, suggested by gdt@. 2007-01-08 17:23:55 +00:00
obache
fa18bbbeaa Redistribution of LHa is restricted. 2007-01-08 03:11:31 +00:00
obache
aceb98a0bb Applied the security patch for the CVE-2006-4335, CVE-2006-4337 and
CVE-2006-4338 via LHa for UNIX autoconfiscated version.

Bump PKGREVISION.
2006-12-03 03:09:46 +00:00
rillig
471880eeeb Honour PKGMANDIR. 2006-07-23 14:25:46 +00:00
rillig
dd7540a1d2 Fixed pkglint warnings. 2006-06-18 07:04:15 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
rillig
6ac350a20a Fixed some pkglint warnings of the form:
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-12-01 16:41:29 +00:00
rillig
732376d3db Use "+=" instead of "=" for MAKE_FLAGS. 2005-10-23 20:40:20 +00:00
joerg
c7c63b9b3a Depend on errno.h to provide errno. 2005-10-03 11:20:55 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
f1a84844c6 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 14:45:22 +00:00
jlam
8df26f89e0 Rewrite test to make it easier to maintain. 2004-08-01 20:00:29 +00:00
minskim
deb599e379 Install a man page with INSTALL_MAN, not with INSTALL_DATA. 2004-05-30 07:06:26 +00:00
minskim
b2521fa513 - NO_CONFIGURE=yes
- Enable pkgviews installation.
2004-05-30 07:04:26 +00:00
taca
bb5daad379 Fix security problem of lha package applying patches by David Ahmad
< da at securityfocus dot com > on bugtraq mailing list.

Bump pacakge revision to nb2.
2004-05-13 11:42:43 +00:00
itojun
a23f14686f add HOMEPAGE 2004-05-06 08:15:08 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
xtraeme
6c39a6eab6 bl3ify 2004-03-11 18:03:49 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
heinz
f432d7cfe2 Use mktime(3) instead of timelocal which doesn't exist on Solaris and
is deprecated on NetBSD. Other platforms support mktime as well.
Bump package revision.
2003-04-19 17:48:08 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
mycroft
3c36be9012 Fix obvious LP64 problems. 2002-07-19 03:14:31 +00:00
yyamano
628de535e8 Make it build on Darwin. 2002-03-09 04:55:33 +00:00
jlam
957d841a58 Update lha to 114.9 (114i). Package update provided by Masao Uebayashi
<uebayasi@soum.co.jp> in pkg/14824.  Relevant changes from version 114f
include:

	* dewey-ized package version number
	* fixed header Level 2 handling bug
	* fixed level 2 file append bug.
	* fixed symbolic link file append bug.
	* lh7 archive support.
	* fixed lh7 archive bug.
2001-12-06 05:09:46 +00:00
zuntum
b427eb87ce Move pkg/ files into package's toplevel directory 2001-10-31 20:24:14 +00:00
jlam
205d0f6d40 Mark as USE_BUILDLINK_ONLY. 2001-07-16 10:29:50 +00:00
agc
871c5f4103 Move to sha1 digests, and add distfile sizes. 2001-04-18 11:21:02 +00:00
agc
4274f13ce5 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:10:18 +00:00
wiz
c53fae8ea1 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:15:24 +00:00
fredb
a470a6ac5c Add context to fuzzy patch. 2000-03-11 15:03:38 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
sakamoto
0551c4c988 regen. 1999-12-01 01:10:12 +00:00
sakamoto
4809ea04ef Update lha to 114f.
Change MASTER_SITES.

Changes 114c to 114f:
	some bugfix.
	support -lh6-.
1999-11-30 01:54:05 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00