diff options
author | maho <maho@FreeBSD.org> | 2006-08-09 08:10:34 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-08-09 08:10:34 +0800 |
commit | 12ad3efc9cd5f0b4138edc558e59a2d1b8e9e9c4 (patch) | |
tree | b478a9c8a55c3bd49a46b0ab9f2d810d2991915f /archivers | |
parent | 108d6de946ad68e259e2121c7106ddd25195891f (diff) | |
download | freebsd-ports-graphics-12ad3efc9cd5f0b4138edc558e59a2d1b8e9e9c4.tar.gz freebsd-ports-graphics-12ad3efc9cd5f0b4138edc558e59a2d1b8e9e9c4.tar.zst freebsd-ports-graphics-12ad3efc9cd5f0b4138edc558e59a2d1b8e9e9c4.zip |
* 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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/Makefile | 14 | ||||
-rw-r--r-- | archivers/fastjar/distinfo | 6 | ||||
-rw-r--r-- | archivers/fastjar/files/patch-aa | 48 | ||||
-rw-r--r-- | archivers/fastjar/files/patch-jargrep.c | 10 | ||||
-rw-r--r-- | archivers/fastjar/pkg-descr | 4 |
5 files changed, 13 insertions, 69 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index 3bba51f1ea5..d664348a9f3 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -6,18 +6,18 @@ # PORTNAME= fastjar -PORTVERSION= 0.93 -PORTREVISION= 1 +PORTVERSION= 0.93.20060808 CATEGORIES= archivers java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .tgz +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= maho/fastjar -MAINTAINER= ports@FreeBSD.org +MAINTAINER= maho@FreeBSD.org COMMENT= A version of JDK's `jar' command written entirely in C -GNU_CONFIGURE= yes +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes +GNU_CONFIGURE= yes PORTDOCS= CHANGES README PLIST_FILES= bin/fastjar bin/grepjar SUB_FILES= pkg-message diff --git a/archivers/fastjar/distinfo b/archivers/fastjar/distinfo index 6651eaf86db..fca3121cf71 100644 --- a/archivers/fastjar/distinfo +++ b/archivers/fastjar/distinfo @@ -1,3 +1,3 @@ -MD5 (fastjar-0.93.tgz) = a8159d2042bce9998020f197fee39ef1 -SHA256 (fastjar-0.93.tgz) = 75bd96560727730d24e511e4b0e8f1d4824e27ac2d1ed47afcc37231ea807ef7 -SIZE (fastjar-0.93.tgz) = 62419 +MD5 (fastjar-0.93.20060808.tar.bz2) = e09e38efa466e0946efe1a325fea408a +SHA256 (fastjar-0.93.20060808.tar.bz2) = ba13e60bcffd782ac23383e24a1f50a92a30789944615f86a3f5c945abe2fe4e +SIZE (fastjar-0.93.20060808.tar.bz2) = 112355 diff --git a/archivers/fastjar/files/patch-aa b/archivers/fastjar/files/patch-aa deleted file mode 100644 index 5f3f3d9d15b..00000000000 --- a/archivers/fastjar/files/patch-aa +++ /dev/null @@ -1,48 +0,0 @@ ---- Makefile.in.bak Thu Jan 11 11:38:15 2001 -+++ Makefile.in Mon Aug 18 19:17:55 2003 -@@ -117,16 +117,16 @@ - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) -- cd $(top_builddir) \ -- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -+#Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) -+# cd $(top_builddir) \ -+# && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - - $(ACLOCAL_M4): configure.in - cd $(srcdir) && $(ACLOCAL) - --config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -- $(SHELL) ./config.status --recheck --$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) -+#config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -+# $(SHELL) ./config.status --recheck -+#$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) - cd $(srcdir) && $(AUTOCONF) - - config.h: stamp-h -@@ -139,14 +139,14 @@ - && CONFIG_FILES= CONFIG_HEADERS=config.h \ - $(SHELL) ./config.status - @echo timestamp > stamp-h 2> /dev/null --$(srcdir)/config.h.in: $(srcdir)/stamp-h.in -- @if test ! -f $@; then \ -- rm -f $(srcdir)/stamp-h.in; \ -- $(MAKE) $(srcdir)/stamp-h.in; \ -- else :; fi --$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOHEADER) -- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null -+#$(srcdir)/config.h.in: $(srcdir)/stamp-h.in -+# @if test ! -f $@; then \ -+# rm -f $(srcdir)/stamp-h.in; \ -+# $(MAKE) $(srcdir)/stamp-h.in; \ -+# else :; fi -+#$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) -+# cd $(top_srcdir) && $(AUTOHEADER) -+# @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null - - mostlyclean-hdr: - diff --git a/archivers/fastjar/files/patch-jargrep.c b/archivers/fastjar/files/patch-jargrep.c deleted file mode 100644 index f18d3b5aaa7..00000000000 --- a/archivers/fastjar/files/patch-jargrep.c +++ /dev/null @@ -1,10 +0,0 @@ ---- jargrep.c.orig Fri Aug 6 18:22:38 2004 -+++ jargrep.c Fri Aug 6 18:23:10 2004 -@@ -573,6 +573,7 @@ - break; - case 2: - /* fall through continue */ -+ break; - } - } - } while(floop); diff --git a/archivers/fastjar/pkg-descr b/archivers/fastjar/pkg-descr index 8c6de9ade1d..ce0d1b733b8 100644 --- a/archivers/fastjar/pkg-descr +++ b/archivers/fastjar/pkg-descr @@ -13,4 +13,6 @@ utility. At the moment, implemented features are: * Archive content listing (-t) * Archive extraction (-x) -WWW: http://fastjar.sourceforge.net/ +WWW: http://savannah.nongnu.org/projects/fastjar + http://fastjar.sourceforge.net/ + |