summaryrefslogtreecommitdiffstats
path: root/java/fastjar/DETAILS
blob: b0a914ca135d12d9d79b4a1c1dfc8a854e5f870d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
           SPELL=fastjar
         VERSION=0.97
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://mirrors.zerg.biz/nongnu/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:be6371d0262de9ba8a5a451033733688bd25e7e791152581812e9f55905864382ee0ed8ff54e90c7c1978c4b7a2f6df7890d6c4c126166fcbafe5e0914084e37
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://savannah.nongnu.org/projects/fastjar/"
      LICENSE[0]=GPL
         ENTERED=20090804
           SHORT="jar clone"
cat << EOF
FastJar is an attempt at creating a feature-for-feature copy of Sun's JDK's
'jar' command.  Sun's jar (or Blackdown's for that matter) is written entirely
in Java which makes it dog slow.  Since FastJar is written in C, it can create
the same .jar file as Sun's tool in a fraction of the time.  
EOF