mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 0.90
- Pass maintainership to submiter PR: ports/97150 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: lawrance (metor)
This commit is contained in:
parent
a9d365bc22
commit
0cf4815593
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162274
@ -7,41 +7,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= classpath
|
||||
PORTVERSION= 0.19
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java
|
||||
PORTVERSION= 0.90
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= rainer.alves@gmail.com
|
||||
COMMENT= A GNU project to create a free Java class library
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
|
||||
#USE_GNOME= gtk20 libartlgpl2 pkgconfig
|
||||
USE_JAVA= yes
|
||||
USE_JIKES= yes
|
||||
GNU_CONFIGURE= yes
|
||||
#CONFIGURE_ARGS= --enable-jni --with-jikes
|
||||
CONFIGURE_ARGS= --enable-jni --with-jikes --disable-gtk-peer
|
||||
USE_GMAKE= yes
|
||||
|
||||
INFO= hacking vmintegration
|
||||
PLIST_FILES= lib/security/classpath.security
|
||||
PLIST_FILES+= include/jni.h
|
||||
PLIST_FILES+= include/jni_md.h
|
||||
PLIST_FILES+= include/jawt.h
|
||||
PLIST_FILES+= include/jawt_md.h
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
.for dir in ${PREFIX}/share/classpath ${PREFIX}/lib/classpath
|
||||
@${FIND} ${dir} ! -type d | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@${FIND} ${dir} -type d | ${SORT} -r | \
|
||||
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||
.endfor
|
||||
@${ECHO_CMD} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (classpath-0.19.tar.gz) = 0b93b1c1dd3d33ef7fb6a47dbb29e41d
|
||||
SHA256 (classpath-0.19.tar.gz) = 154153797eae72fe4c6e22718e8b630e56317e686ca40857ed3fa9a1dd046199
|
||||
SIZE (classpath-0.19.tar.gz) = 6765716
|
||||
MD5 (classpath-0.90.tar.gz) = cf5aaaf07fe43567fa605b33165355d7
|
||||
SHA256 (classpath-0.90.tar.gz) = 4f2824c42062dea269e489c1acb2769c015bf78cdaa929ee75441d412f10a03b
|
||||
SIZE (classpath-0.90.tar.gz) = 7930836
|
||||
|
167
java/classpath/pkg-plist
Normal file
167
java/classpath/pkg-plist
Normal file
@ -0,0 +1,167 @@
|
||||
include/jawt.h
|
||||
include/jawt_md.h
|
||||
include/jni.h
|
||||
include/jni_md.h
|
||||
lib/classpath/libjavaio.la
|
||||
lib/classpath/libjavaio.so
|
||||
lib/classpath/libjavaio.so.0
|
||||
lib/classpath/libjavalang.la
|
||||
lib/classpath/libjavalang.so
|
||||
lib/classpath/libjavalang.so.0
|
||||
lib/classpath/libjavalangreflect.la
|
||||
lib/classpath/libjavalangreflect.so
|
||||
lib/classpath/libjavalangreflect.so.0
|
||||
lib/classpath/libjavanet.la
|
||||
lib/classpath/libjavanet.so
|
||||
lib/classpath/libjavanet.so.0
|
||||
lib/classpath/libjavanio.la
|
||||
lib/classpath/libjavanio.so
|
||||
lib/classpath/libjavanio.so.0
|
||||
lib/classpath/libjavautil.la
|
||||
lib/classpath/libjavautil.so
|
||||
lib/classpath/libjavautil.so.0
|
||||
lib/logging.properties
|
||||
lib/security/classpath.security
|
||||
%%DATADIR%%/examples/Makefile.jawt
|
||||
%%DATADIR%%/examples/README
|
||||
%%DATADIR%%/examples/examples.zip
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/NamingService/Demo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/DemoServer.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoServant.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoTester.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DirectTest.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/RequestTest.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPass.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHelper.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHolder.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturn.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHelper.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHolder.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNode.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHelper.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHolder.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisException.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisExceptionHelper.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterImplBase.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterStub.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/README.html
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/CanvasWorld.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/ChatConstants.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/ClientFrame.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/Demo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/GameManager.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/GameManagerImpl.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/IorReader.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/OrbStarter.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/Player.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/PlayerImpl.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/PlayingDesk.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/State.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/X5Server.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/_GameManager_Stub.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/_Player_Stub.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/awt/Demo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/datatransfer/Demo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/html/Demo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/big-fullscreen.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/big-home.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/big-warning.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-copy.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-cut.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-go-back.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-go-down.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-go-forward.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-mic.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-new.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-open.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-paste.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-quit.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-save-as.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-save.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-spell-check.png
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/jawt/DemoJAWT.c
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/jawt/DemoJAWT.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/midi/Demo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/ButtonDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/ComboBoxDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/Demo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/FileChooserDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/GNULookAndFeel.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/MiniDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/ProgressBarDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/ScrollBarDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/SliderDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/SpinnerDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/TableDemo.java
|
||||
%%DATADIR%%/examples/gnu/classpath/examples/swing/TextFieldDemo.java
|
||||
%%DATADIR%%/glibj.zip
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/AbstractMethodGenerator.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/HelpPrinter.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/GRMIC.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/GRMIC.txt
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/IorParser.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/IorParser.txt
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/NameService.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/NameServicePersistent.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/NameServicePersistent.txt
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/NamingService.txt
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/README
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/CompilationError.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/Generator.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/GiopIo.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/GiopRmicCompiler.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/HashFinder.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/MethodGenerator.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/templates/ImplTie.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/templates/Stub.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/templates/StubMethod.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/templates/StubMethodVoid.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/templates/Tie.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/templates/TieMethod.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/templates/TieMethodVoid.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/rmi/RMIC.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/rmi/RMIC.txt
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/rmi/rmic/RmiMethodGenerator.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/rmi/rmic/RmicCompiler.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/rmi/rmic/WrapUnWrapper.java
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12Method.jav
|
||||
%%DATADIR%%/tools/gnu/classpath/tools/rmi/rmic/templates/Stub_12MethodVoid.jav
|
||||
%%DATADIR%%/tools/tools.zip
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath/tools/rmi/rmic/templates
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath/tools/rmi/rmic
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath/tools/rmi
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath/tools/giop/nameservice
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath/tools/giop/grmic/templates
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath/tools/giop/grmic
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath/tools/giop
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath/tools
|
||||
@dirrm %%DATADIR%%/tools/gnu/classpath
|
||||
@dirrm %%DATADIR%%/tools/gnu
|
||||
@dirrm %%DATADIR%%/tools
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/swing
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/midi
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/jawt
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/icons
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/html
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/datatransfer
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/awt
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/NamingService
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath/examples
|
||||
@dirrm %%DATADIR%%/examples/gnu/classpath
|
||||
@dirrm %%DATADIR%%/examples/gnu
|
||||
@dirrm %%DATADIR%%/examples
|
||||
@dirrm share/classpath
|
||||
@dirrm lib/security
|
||||
@dirrm lib/classpath
|
Loading…
Reference in New Issue
Block a user