aboutsummaryrefslogtreecommitdiff
path: root/archivers/fastjar
Commit message (Collapse)AuthorAgeFilesLines
* * Fix pkg-plist (actually Makefile)Maho Nakata2006-09-022-4/+4
| | | | | | | | | * make portlint happy Submitted by: kris [1] Notes: svn path=/head/; revision=171843
* BROKEN: Incomplete pkg-plistKris Kennaway2006-08-311-0/+3
| | | | | | | | Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from this. Notes: svn path=/head/; revision=171724
* A build fix via pointyhat.Maho Nakata2006-08-101-0/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=170254
* * Update to 20060808 cvs checkout of fastjar proectMaho Nakata2006-08-095-69/+13
| | | | | | | | | | | | | | | | | | | | | | which was forked from gcc4 (http://savannah.nongnu.org/projects/fastjar/) (According to http://gcc.gnu.org/java/ April 4, 2006 fastjar has been removed from the GCC source tree and made into a separate project....) * FastJar from gcc4 (now at savannah) seems to be the superset of FastJar 0.93 at sourceforge and this doesn't seem to updated for long time. According fastjar-0.93/CHANGES > 0.93 01/11/2001 Integrated GNU gcc patches to mainline fastjar > codebase. Should compile on more platforms. > Ignore nutty errors. * gcc42 will depend on this jar * take over the maintainer ship until this situation become settle. Notes: svn path=/head/; revision=170151
* Use SUB_FILESEdwin Groothuis2006-04-012-1/+3
| | | | Notes: svn path=/head/; revision=158545
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149223
* - Improve on port description [1]Alexey Dokuchaev2005-05-271-4/+15
| | | | | | | | | - Put space after `WWW:', not tab Obtained from: NetBSD [1] Notes: svn path=/head/; revision=136237
* Fix build with gcc 3.4Tilman Keskinoz2004-08-061-0/+10
| | | | Notes: svn path=/head/; revision=115516
* - Pacify portlint and use misc macrosClement Laforet2004-02-272-7/+4
| | | | | | | - remove pkg-plist (fastjar and stuffit) Notes: svn path=/head/; revision=102286
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* portlint (fix whitespace)Kris Kennaway2003-10-261-3/+3
| | | | Notes: svn path=/head/; revision=92244
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-3/+3
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91804
* Upgrade to 0.93Andrey A. Chernov2003-08-184-3/+53
| | | | Notes: svn path=/head/; revision=87208
* Drop maintainership. Feel free to update the port. (fastjar is nowAkinori MUSHA2003-08-161-1/+1
| | | | | | | | maintained in the gcc repository without being released separately, though) Notes: svn path=/head/; revision=87081
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75771
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-3/+3
| | | | Notes: svn path=/head/; revision=38175
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgAkinori MUSHA2000-04-241-1/+1
| | | | | | | so as to make it clear that a FreeBSD committer maintains them. Notes: svn path=/head/; revision=27967
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27419
* Style fix:Akinori MUSHA2000-04-042-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
* Initial import of fastjar.Akinori MUSHA2000-03-256-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