summaryrefslogtreecommitdiff
path: root/archivers/bicom
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-09-11"user-destdir" is default these daysasau1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+2
block). Uncomment some commented out LICENSE lines while here.
2009-02-09Simplify.joerg1-3/+2
2008-03-02Mechanical changes to add full DESTDIR support to packages that installjlam1-4/+5
their files via a custom do-install target.
2006-12-15Reset maintainer, ben@ has resigned.wiz1-2/+2
2006-06-18Fixed pkglint warnings.rillig1-3/+4
2006-05-10Fix spelling of PREFIX.joerg1-2/+2
2006-05-10Add bicom-license and point to it. Set RESTRICTED and NO_*_ON_*gdt1-2/+7
because no permission to distribute has been granted. change reviewd by ben@ (maintainer)
2006-05-10According to readme.txt, bicom is free for non-commercial use so long asben2-4/+9
the copyright notice remains intact. There is no formal license. Change back to no-commercial-use and include readme.txt with copyright notice in the package. " Copyright (C) 2000 Matt Timmermans Free for non-commercial purposes as long as this notice remains intact. To discuss commercial use, mail me at matt@timmermans.org "
2006-05-10LICENSE: change no-commercial-use to foo-license (w/o adding them)gdt1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
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.