summaryrefslogtreecommitdiff
path: root/archivers/fastjar (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-08-06Fix build with gcc 3.4Tilman Keskinoz1-0/+10
Notes: svn path=/head/; revision=115516
2004-02-27- Pacify portlint and use misc macrosClement Laforet2-7/+4
- remove pkg-plist (fastjar and stuffit) Notes: svn path=/head/; revision=102286
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 2) Notes: svn path=/head/; revision=99920
2004-01-27Add SIZE.Trevor Johnson1-0/+1
Notes: svn path=/head/; revision=99295
2003-10-26portlint (fix whitespace)Kris Kennaway1-3/+3
Notes: svn path=/head/; revision=92244
2003-10-21Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin1-3/+3
No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91804
2003-08-18Upgrade to 0.93Andrey A. Chernov4-3/+53
Notes: svn path=/head/; revision=87208
2003-08-16Drop maintainership. Feel free to update the port. (fastjar is nowAkinori MUSHA1-1/+1
maintained in the gcc repository without being released separately, though) Notes: svn path=/head/; revision=87081
2003-02-18De-pkg-comment.Akinori MUSHA2-1/+1
Notes: svn path=/head/; revision=75771
2001-02-10Add %%PORTDOCS%%.Akinori MUSHA1-3/+3
Notes: svn path=/head/; revision=38175
2000-06-14Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev1-1/+2
Notes: svn path=/head/; revision=29595
2000-04-24Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgAkinori MUSHA1-1/+1
so as to make it clear that a FreeBSD committer maintains them. Notes: svn path=/head/; revision=27967
2000-04-08update with the new PORTNAME/PORTVERSION variablesMichael Haro1-2/+2
Notes: svn path=/head/; revision=27419
2000-04-04Style fix:Akinori MUSHA2-2/+2
- Remove post-install information from DESCR's. - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's. - Remove unnecessary whitespace. Pointed out by: portlint Notes: svn path=/head/; revision=27329
2000-03-25Initial import of fastjar.Akinori MUSHA6-0/+40
FastJar is a version of JDK's `jar' utility written entirely in C, and therefore quite a bit faster. Currently some features such as updating archive are unimplemented, but enough seems implemented. WWW: http://fastjar.sourceforge.net Obtained from: NetBSD pkgsrc Notes: svn path=/head/; revision=27026