Search Criteria
Package Details: 389-console 1.1.19-1
Git Clone URL: | https://aur.archlinux.org/389-console.git (read-only, click to copy) |
---|---|
Package Base: | 389-console |
Description: | A Java based remote management console used for managing 389 Administration Server and 389 Directory Server. |
Upstream URL: | http://port389.org |
Licenses: | |
Submitter: | None |
Maintainer: | ImNtReal |
Last Packager: | ImNtReal |
Votes: | 9 |
Popularity: | 0.000001 |
First Submitted: | 2009-11-26 01:16 |
Last Updated: | 2019-12-17 20:42 |
Dependencies (5)
- bash (bash-devel-git, bash-devel-static-git)
- idm-console-framework
- java-environment (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jdk8-j9-bin, java-openjdk-bin, jdk, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jdk11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jdk8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jdk-openj9, jdk11-jetbrains-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- which
- apache-ant (ant-git, ant) (make)
Latest Comments
1 2 Next › Last »
aorth commented on 2019-02-15 16:40
That's strange: the 389 website says 1.1.19 was released, but they only give a link to the source tarball and there is no corresponding binary in the normal download location:
https://fedorapeople.org/groups/389ds/binaries/
WorMzy commented on 2019-02-12 13:54
I was waiting for the dependency tree to get updated before pushing the update, but since you're offering, it makes more sense for you to maintain this package.
Disowned. :)
ImNtReal commented on 2019-02-12 13:33
@WorMzy, if you're no longer interested in maintaining this package, I can take care of it.
WorMzy commented on 2018-01-20 21:44
Thanks for the heads up!
Yeah, that.. that would probably help. Oops.
dvdkon commented on 2018-01-20 15:50
The URL in the PKGBUILD no longer works. It's now https://fedorapeople.org/groups/389ds/binaries/$pkgname-$pkgver.tar.bz2.
Also, /usr/bin/389-console isn't installed as executable, but it probably should be.
Roken commented on 2017-01-28 20:18
Awesome moderating of the forums. One month ban and no way to contact any other moderators. You, my friend, are dead to me. For the record, I also read the (inappropriate) stuff you made public on your website. Hint, never put personal info out there, but I'm on her side.
cekstam commented on 2015-02-17 21:19
I had to modify the PKGBUILD to this in order for it to build;
---
# Maintainer: Yonathan Dossow <ydossow@archlinux.cl>
# Contributor: Yonathan Dossow <ydossow@archlinux.cl>
pkgname=idm-console-framework
pkgver=1.1.7
pkgrel=2
pkgdesc="A Java Management Console framework used for remote server management."
arch=('x86_64')
url="http://directory.fedoraproject.org"
license=('GPL')
groups=()
depends=('ldapjdk' 'jss')
makedepends=('apache-ant' 'java-environment')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=(http://directory.fedoraproject.org/sources/$pkgname-$pkgver.tar.bz2)
noextract=()
md5sums=('14bfcf3848b57711a665b3cea45756ea') #generate with 'makepkg -g'
major_version=1.1
build() {
cd "$srcdir/$pkgname-$pkgver"
/usr/bin/ant -Dlib.dir=/usr/lib \
-Dbuilt.dir=`pwd`/built \
-Dclassdest=/usr/share/java
}
package(){
install -d $pkgdir/usr/share/java
install -m644 $srcdir/$pkgname-$pkgver/built/release/jars/idm-console-mcc-1.1.7_en.jar $pkgdir/usr/share/java
install -d $pkgdir/usr/bin
install -d $pkgdir/usr/share/java
install -m644 $srcdir/$pkgname-$pkgver/built/release/jars/idm-console-* $pkgdir/usr/share/java/
cd $pkgdir/usr/share/java
ln -s idm-console-base-${pkgver}.jar idm-console-base-${major_version}.jar
ln -s idm-console-base-${pkgver}.jar idm-console-base.jar
ln -s idm-console-mcc-${pkgver}.jar idm-console-mcc-${major_version}.jar
ln -s idm-console-mcc-${pkgver}.jar idm-console-mcc.jar
ln -s idm-console-mcc-${pkgver}_en.jar idm-console-mcc-${major_version}_en.jar
ln -s idm-console-mcc-${pkgver}_en.jar idm-console-mcc_en.jar
ln -s idm-console-nmclf-${pkgver}.jar idm-console-nmclf-${major_version}.jar
ln -s idm-console-nmclf-${pkgver}.jar idm-console-nmclf.jar
ln -s idm-console-nmclf-${pkgver}_en.jar idm-console-nmclf-${major_version}_en.jar
ln -s idm-console-nmclf-${pkgver}_en.jar idm-console-nmclf_en.jar
}
# vim:set ts=2 sw=2 et:
---
-ekstam
jorge_barroso commented on 2013-08-19 20:54
solved :)
drwho commented on 2013-04-23 14:27
I fixed it like this:
package(){
install -d $pkgdir/usr/share/java
install -m644 $srcdir/$pkgname-$pkgver/built/389-console-1.1.7_en.jar $pkgdir/usr/share/java
install -d $pkgdir/usr/bin
install -m755 $srcdir/$pkgname-$pkgver/built/$pkgname $pkgdir/usr/bin
}
drwho commented on 2013-04-23 14:24
New problems with this PKGBUILD:
[drwho@windbringer 389-console]$ makepkg -s
==> Making package: 389-console 1.1.7-2 (Tue Apr 23 10:23:03 EDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found 389-console-1.1.7.tar.bz2
==> Validating source files with sha512sums...
389-console-1.1.7.tar.bz2 ... Passed
==> Extracting sources...
-> Extracting 389-console-1.1.7.tar.bz2 with bsdtar
==> Starting build()...
Buildfile: /home/drwho/AUR/389-console/src/389-console-1.1.7/build.xml
prepare:
[mkdir] Created dir: /home/drwho/AUR/389-console/src/389-console-1.1.7/built
buildjar:
[jar] Building jar: /home/drwho/AUR/389-console/src/389-console-1.1.7/built/389-console-1.1.7_en.jar
buildscript:
[copy] Copying 1 file to /home/drwho/AUR/389-console/src/389-console-1.1.7/built
build:
BUILD SUCCESSFUL
Total time: 0 seconds
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat ‘built/389-console-1.1.7_en.jar’: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Looking in the build directory:
[drwho@windbringer 389-console]$ ls -alF src/389-console-1.1.7/built/
total 76
drwxr-xr-x 2 drwho drwho 4096 Apr 23 10:23 ./
drwxr-xr-x 5 drwho drwho 4096 Apr 23 10:23 ../
-rw-r--r-- 1 drwho drwho 1894 Apr 23 10:23 389-console
-rw-r--r-- 1 drwho drwho 61837 Apr 23 10:23 389-console-1.1.7_en.jar