summaryrefslogtreecommitdiff
path: root/archivers/fastjar
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-30Convert the Java related packages to use the alternatives system. To dojmmv2-2/+3
this, we only need some simple logic in java-env.mk to automatically generate an ALTERNATIVES file for us. There are two exceptions, though: fastjar and jikes (pointed out by tv@), which do not use this file; they have to be handled manually. Bump PKGREVISION for all affected packages. While doing this, remove the java-wrapper package, obsoleted by the new functionality provided by pkg_alternatives.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-29Enable pkgviews installation.minskim1-1/+5
2004-03-11bl3ifyxtraeme1-3/+3
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.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-7/+7
2002-12-14Add a man-page that I had sitting around (originally also sent to thejschauma5-25/+157
author). While we're at it, upgrade to version 0.93, and add a manpage for grepjar, which is now part of this package. Changes since 0.90: Improved support for other Unix platforms. Now works on Solaris, AIX, True 64, and HP-UX. Hopefully resolved all big endian problems. Fixed bug in update which caused it to skip openning update file Changs since 0.92: Integrated GNU gcc patches to mainline fastjar codebase. Should compile on more platforms. Ignore nutty errors.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-4/+4
have been converted to USE_BUILDLINK2.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-07-15Add missing dependency on zlib and mark as USE_BUILDLINK_ONLY.jlam3-3/+25
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ 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-11-11Use "MASTER_SITE_SOURCEFORGE".tron1-2/+2
2000-02-01Initial import of fastjar-0.90, a C language version of the 'jar' archiverrh5-0/+34
used by Java engines and SDKs.