summaryrefslogtreecommitdiff
path: root/jamvm
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2018-02-12 23:47:24 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2018-02-12 23:47:24 +0100
commit6a2fc0c3a2654189815dd64d8465268fa281709e (patch)
treee9587bb53322c9d52cdd5e5fe42a1279b04da0cf /jamvm
parent40ee83bc2ab9c108f37e95fbc469a305fc290805 (diff)
downloadcontrib-6a2fc0c3a2654189815dd64d8465268fa281709e.tar.gz
contrib-6a2fc0c3a2654189815dd64d8465268fa281709e.tar.xz
dropped sepens unmaintained ports
Diffstat (limited to 'jamvm')
-rw-r--r--jamvm/.footprint14
-rw-r--r--jamvm/.md5sum1
-rw-r--r--jamvm/.signature5
-rw-r--r--jamvm/Pkgfile17
4 files changed, 0 insertions, 37 deletions
diff --git a/jamvm/.footprint b/jamvm/.footprint
deleted file mode 100644
index deb02575d..000000000
--- a/jamvm/.footprint
+++ /dev/null
@@ -1,14 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/jamvm
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/jni.h
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/libjvm.la
-lrwxrwxrwx root/root usr/lib/libjvm.so -> libjvm.so.0.0.0
-lrwxrwxrwx root/root usr/lib/libjvm.so.0 -> libjvm.so.0.0.0
--rwxr-xr-x root/root usr/lib/libjvm.so.0.0.0
-lrwxrwxrwx root/root usr/lib/rt.jar -> /usr/local/classpath/share/classpath/glibj.zip
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/jamvm/
--rw-r--r-- root/root usr/share/jamvm/classes.zip
diff --git a/jamvm/.md5sum b/jamvm/.md5sum
deleted file mode 100644
index 8ede151ba..000000000
--- a/jamvm/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-ce886163658d748113b0570dfae12aea jamvm-1.5.3.tar.gz
diff --git a/jamvm/.signature b/jamvm/.signature
deleted file mode 100644
index 614312a47..000000000
--- a/jamvm/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wBdGO8LhUcYYtAIr3qb/3bNqin7AqBNWKGn1iAZxPvJ5J7xnEYc+IBgrdL6C6f6c2RHojv0goh7onI8xULo+gE=
-SHA256 (Pkgfile) = 8e8326e05ed58154d709d8e6f1ff39668411905e43f13a8326b9b4356da9f119
-SHA256 (.footprint) = 650be26b33df7ffbc2f9351cbd8ac6c5d9535911bea08e8e73f22b575f4d2cf3
-SHA256 (jamvm-1.5.3.tar.gz) = f2795ab62635df1c9bc6c4a7b90f53d0d846c0c26f5ec7b352f687506407ebd8
diff --git a/jamvm/Pkgfile b/jamvm/Pkgfile
deleted file mode 100644
index 011a2b3b4..000000000
--- a/jamvm/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small
-# URL: http://jamvm.sourceforge.net/
-# Maintainer: Jose V Beneyto, sepen at crux dot nu
-# Packager: Jose V Beneyto, sepen at crux dot nu
-# Depends on:
-
-name=jamvm
-version=1.5.3
-release=1
-source=(http://download.sourceforge.net/$name/$name/JamVM%20$version/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}

Generated by cgit