1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Maho Nakata
d8b64c7f32 * Fix pkg-plist (actually Makefile)
* make portlint happy

Submitted by:	kris [1]
2006-09-02 04:09:07 +00:00
Kris Kennaway
d194c1e657 BROKEN: Incomplete pkg-plist
Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from
this.
2006-08-31 16:13:33 +00:00
Maho Nakata
c340d2440a A build fix via pointyhat.
Submitted by:	kris
2006-08-10 05:31:36 +00:00
Maho Nakata
a1bd59bafe * Update to 20060808 cvs checkout of fastjar proect
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.
2006-08-09 00:10:34 +00:00
Edwin Groothuis
38d293b5aa Use SUB_FILES 2006-04-01 12:29:09 +00:00
Pav Lucistnik
2c39b78ee6 - Add SHA256 2005-11-23 23:37:45 +00:00
Alexey Dokuchaev
598b727f84 - Improve on port description [1]
- Put space after `WWW:', not tab

Obtained from:	NetBSD [1]
2005-05-27 04:31:55 +00:00
Tilman Keskinoz
19d31ee14f Fix build with gcc 3.4 2004-08-06 16:24:03 +00:00
Clement Laforet
701ab6a48b - Pacify portlint and use misc macros
- remove pkg-plist (fastjar and stuffit)
2004-02-27 12:10:37 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Kris Kennaway
5f11c6ff70 portlint (fix whitespace) 2003-10-26 21:47:10 +00:00
Sergey A. Osokin
ab8cf5f2db Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
A part of PR:	57992
2003-10-21 09:58:09 +00:00
Andrey A. Chernov
1f3ad986ee Upgrade to 0.93 2003-08-18 15:25:41 +00:00
Akinori MUSHA
06c62d1368 Drop maintainership. Feel free to update the port. (fastjar is now
maintained in the gcc repository without being released separately,
though)
2003-08-16 20:04:54 +00:00
Akinori MUSHA
a4542a306f De-pkg-comment. 2003-02-18 04:24:40 +00:00
Akinori MUSHA
808a2eada9 Add %%PORTDOCS%%. 2001-02-10 13:19:57 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Akinori MUSHA
5265cd36e2 Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.org
so as to make it clear that a FreeBSD committer maintains them.
2000-04-24 15:51:20 +00:00
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
Akinori MUSHA
a42adeafdd Style fix:
- 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
2000-04-04 19:03:36 +00:00
Akinori MUSHA
5fdb8cb0f9 Initial import of fastjar.
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
2000-03-25 00:12:37 +00:00