Path to this page:
./
wip/java-gnujaf,
GNU Java Activation Framework
Branch: CURRENT,
Version: 1.1.1,
Package name: java-gnujaf-1.1.1,
Maintainer: pkgsrc-usersGNU JAF is a framework for declaring what beans operate on what MIME type data.
Content handler beans can be defined to handle particular MIME content. The JAF
unites internet standards for declaring content with JavaBeans?.
The JAF defines two mechanisms within the framework. The first, the file type
map, specifies the MIME content type for a given file. The default
implementation of this uses the UNIX mime.types format to map filename
extensions to MIME types. The second mechanism, the command map, specifies
the actions that can be applied to a given MIME content type. The default
implementation of this uses the standard mailcap format to map actions to
JavaBean? classes. These beans can then view, edit, print, or perform
whatever other action is required on the underlying resource.
Required to run:[
lang/openjdk11]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: 43c0244ffd84216f288b9ea6ab373ae4c6e9c44f
Filesize: 153.338 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-11-26 00:32:22 by othyro | Files touched by this commit (104) |
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
|
2012-10-01 23:43:20 by Aleksej Saushev | Files touched by this commit (31) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2009-10-20 15:15:56 by Tobias Nygren | Files touched by this commit (2) |
Log message:
fix build with openjdk
|
2009-10-09 08:34:51 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove obsolete @dirrm.
|
2009-10-09 08:31:56 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Fix java dependency, failed to build though; tried updating
but still fails to build:
javac -classpath classes:./source:/usr/pkg/java/openjdk7/lib/tools.jar:. -d \
classes source/javax/activation/MimeType.java
source/javax/activation/MimeType.java:262: cannot find symbol
throw new MimeTypeParseException(message, token);
^
symbol: constructor MimeTypeParseException(String,String)
location: class MimeTypeParseException
source/javax/activation/MimeType.java:269: cannot find symbol
throw new MimeTypeParseException(message, token);
^
symbol: constructor MimeTypeParseException(String,String)
location: class MimeTypeParseException
2 errors
|
2005-11-02 19:00:10 by Thomas Klausner | Files touched by this commit (85) |
Log message:
"wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
|
2005-09-28 08:41:20 by Roland Illig | Files touched by this commit (179) |
Log message:
Added RMD160 checksums.
|
2005-05-24 12:30:25 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
|