summaryrefslogtreecommitdiff
path: root/archivers/bicom
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-07-31USE_GCC_SHLIB is deprecated.xtraeme1-2/+1
2004-04-22Enable pkgviews installation.minskim1-1/+5
2004-04-14Add USE_LANGUAGES=c++ to note use of c++. Also change name of shellben1-3/+4
variable from 'file' to 'f' to silence a pkglint warning.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-11bl3ifyxtraeme1-2/+2
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-3/+3
etc. because the bare variables will point to the correct executables.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-10-29Add ${LDFLAGS} to link command, and specify USE_GCC_SHLIB.gavan1-2/+4
Fixes linking against pkgsrc gcc.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-24Oops, typo in last.wiz1-2/+2
2002-12-24Update MAINTAINER address, per PR 19515.wiz1-2/+2
2002-11-21update MASTER_SITES and HOMEPAGE.grant1-3/+3
from Hiramatsu Yoshifumi in PR pkg/19003.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-6/+10
have been converted to USE_BUILDLINK2.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-13Add bicom-1.01. PR 13688 by Ben Collver.nra4-0/+40
Bicom is a data compressor in the PPM family. It is freely available and open source. Compression with bicom is completely bijective -- any file is a possible bicom output that can be decompressed, and then recompressed back to its original form. Of course, any file is also a possible bicom input that can be compressed, and then decompressed back to its original form.