# HG changeset patch # User Pascal Bellard # Date 1430645078 -7200 # Node ID 9236e88ec240fd83a1967efa656d3a8639a92a2f # Parent f76c7e17c9f5db1a7d360aa86f31840adab89b12 list CATEGORY, VERSION, LICENSE diff -r f76c7e17c9f5 -r 9236e88ec240 apk-studio --- a/apk-studio Wed Apr 29 18:51:12 2015 +0200 +++ b/apk-studio Sun May 03 11:24:38 2015 +0200 @@ -1,10 +1,10 @@ SHORT_DESC="Android revese-engineering" WEB_SITE="https://apkstudio.codeplex.com/" +CATEGORY="development" +VERSION="2.0.3b" +LICENSE="CDDL" # end of get.list data -VERSION="2.0.3b" TARBALL="apkstudio-$VERSION-ubuntu-linux.tar.bz2" -CATEGORY="development" -LICENSE="CDDL" WGET_URL="http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=apkstudio&DownloadId=909467&FileTime=130554250225130000&Build=20941" BUILD_DEPENDS="wget" diff -r f76c7e17c9f5 -r 9236e88ec240 bitcoin --- a/bitcoin Wed Apr 29 18:51:12 2015 +0200 +++ b/bitcoin Sun May 03 11:24:38 2015 +0200 @@ -1,9 +1,9 @@ SHORT_DESC="New digital currency for instant payments to anyone, anywhere." +LICENSE="MIT" # end of get.list data WEB_SITE="http://$PACKAGE.org/" MAINTAINER="somebody@$PACKAGE.org" DEPENDS="libQtGui libQtNetwork bzlib" -LICENSE="MIT" # Download tarball case "$PACKAGE" in diff -r f76c7e17c9f5 -r 9236e88ec240 cpp2 --- a/cpp2 Wed Apr 29 18:51:12 2015 +0200 +++ b/cpp2 Sun May 03 11:24:38 2015 +0200 @@ -1,8 +1,9 @@ SHORT_DESC="GNU ccp version 2" WEB_SITE="http://www.gnu.org/s/gcc/gcc-2.95" +CATEGORY="development" +VERSION="2.95.4-24" +LICENSE="GPL2" # end of get.list data -VERSION=2.95.4-24 -LICENSE="GPL2" TARBALL=cpp-2.95_${VERSION}_i386.deb WGET_URL=http://old-releases.ubuntu.com/ubuntu/pool/universe/g/gcc-2.95/$TARBALL diff -r f76c7e17c9f5 -r 9236e88ec240 exploit_suggester --- a/exploit_suggester Wed Apr 29 18:51:12 2015 +0200 +++ b/exploit_suggester Sun May 03 11:24:38 2015 +0200 @@ -1,10 +1,10 @@ SHORT_DESC="Linux Exploit Suggester; based on operating system release number." WEB_SITE="https://penturalabs.github.io/Linux_Exploit_Suggester" +CATEGORY="security" +LICENSE="GPL2" # end of get.list data WGET_URL="https://github.com/PenturaLabs/Linux_Exploit_Suggester/tarball/master" VERSION="$(date +%Y%m%d)" -CATEGORY="security" -LICENSE="GPL2" DEPENDS="perl" BUILD_DEPENDS="wget" diff -r f76c7e17c9f5 -r 9236e88ec240 gcc2 --- a/gcc2 Wed Apr 29 18:51:12 2015 +0200 +++ b/gcc2 Sun May 03 11:24:38 2015 +0200 @@ -1,8 +1,9 @@ SHORT_DESC="GNU C compiler version 2" WEB_SITE="http://www.gnu.org/s/gcc/gcc-2.95" +CATEGORY="development" +VERSION="2.95.4-24" +LICENSE="GPL2" # end of get.list data -VERSION=2.95.4-24 -LICENSE="GPL2" TARBALL=gcc-2.95_${VERSION}_i386.deb WGET_URL=http://old-releases.ubuntu.com/ubuntu/pool/universe/g/gcc-2.95/$TARBALL DEPENDS="cpp2 binutils" diff -r f76c7e17c9f5 -r 9236e88ec240 gcc272 --- a/gcc272 Wed Apr 29 18:51:12 2015 +0200 +++ b/gcc272 Sun May 03 11:24:38 2015 +0200 @@ -1,8 +1,9 @@ SHORT_DESC="GNU C compiler version 2.7.2" WEB_SITE="http://www.gnu.org/s/gcc" +CATEGORY="development" +VERSION="2.7.2.3-19" +LICENSE="GPL2" # end of get.list data -VERSION=2.7.2.3-19 -LICENSE="GPL2" TARBALL=gcc272_${VERSION}_i386.deb WGET_URL=http://old-releases.ubuntu.com/ubuntu/pool/universe/g/gcc272/$TARBALL DEPENDS="binutils" diff -r f76c7e17c9f5 -r 9236e88ec240 jad --- a/jad Wed Apr 29 18:51:12 2015 +0200 +++ b/jad Sun May 03 11:24:38 2015 +0200 @@ -1,10 +1,10 @@ SHORT_DESC="A Java Decompiler." WEB_SITE="http://varaneckas.com/jad/" +LICENSE="other" # end of get.list data VERSION="1.5.8e" TARBALL="jad" CATEGORY="non-free" -LICENSE="other" WGET_URL="https://github.com/honeynet/apkinspector/raw/master/jad${VERSION//./}.linux.static/$TARBALL" SHORT_DESC="A Java Decompiler." BUILD_DEPENDS="wget" diff -r f76c7e17c9f5 -r 9236e88ec240 libreoffice --- a/libreoffice Wed Apr 29 18:51:12 2015 +0200 +++ b/libreoffice Sun May 03 11:24:38 2015 +0200 @@ -1,5 +1,7 @@ SHORT_DESC="Productivity suite." WEB_SITE="http://www.libreoffice.org" +CATEGORY="office" +LICENSE="LGPL3" # end of get.list data #!/bin/sh # get-LibreOffice - install LibreOffice excl. KDE/Gnome integration & test suite. @@ -10,14 +12,12 @@ # PACKAGE="LibreOffice" -CATEGORY="office" DEPENDS="cups" SUGGESTED="java6-jre" DIR="stable" PREFIX="LibreOffice" SUFFIX="Linux_x86_rpm.tar.gz" WGET_URL="http://download.documentfoundation.org/libreoffice/$DIR" -LICENSE="LGPL3" VERSION="$(basename $(wget -O - $WGET_URL/ 2> /dev/null | \ sed '/href=\"[0-9]/!d;s/.*href=\"//;s/[/\">].*//' | tail -1))" diff -r f76c7e17c9f5 -r 9236e88ec240 openoffice3 --- a/openoffice3 Wed Apr 29 18:51:12 2015 +0200 +++ b/openoffice3 Sun May 03 11:24:38 2015 +0200 @@ -1,5 +1,7 @@ SHORT_DESC="Productivity suite." WEB_SITE="http://www.openoffice.org" +CATEGORY="office" +LICENSE="Apache" # end of get.list data #!/bin/sh # get-OpenOffice3, install everything for OpenOffice.org exept KDE/Gnome integration and testsuite. @@ -9,7 +11,6 @@ # Author : Eric Joseph-Alexandre PACKAGE="OpenOffice3" -LICENSE="Apache" PATTERN="Linux_x86_install-rpm" for MIRROR in \ @@ -108,7 +109,7 @@ PACKAGE="$PACKAGE" VERSION="$VERSION" -CATEGORY="office" +CATEGORY="$CATEGORY" SHORT_DESC="$SHORT_DESC" DEPENDS="java-jre" WEB_SITE="$WEB_SITE" diff -r f76c7e17c9f5 -r 9236e88ec240 palemoon --- a/palemoon Wed Apr 29 18:51:12 2015 +0200 +++ b/palemoon Sun May 03 11:24:38 2015 +0200 @@ -1,12 +1,12 @@ SHORT_DESC="Browser based on Firefox that's optimised for performance." WEB_SITE="http://www.palemoon.org/" +CATEGORY="network" +LICENSE="MPL2" # end of get.list data URL=http://sourceforge.net/projects/pm4linux/files VERSION="$(wget -O - $URL/ | sed \ '/projects\/pm4linux\/files\/[1-9]/!d;s|.*files/\([^/]*\)/.*|\1|;q')" MAINTAINER="al.bobylev@gmail.com" -CATEGORY="network" -LICENSE="MPL2" TARBALL=$PACKAGE-$VERSION.en-US.linux-i686.tar.bz2 WGET_URL=$URL/$VERSION/$TARBALL TAGS="browser" diff -r f76c7e17c9f5 -r 9236e88ec240 sublime-text-3 --- a/sublime-text-3 Wed Apr 29 18:51:12 2015 +0200 +++ b/sublime-text-3 Sun May 03 11:24:38 2015 +0200 @@ -1,9 +1,8 @@ SHORT_DESC="Sophisticated text editor for code, markup and prose" WEB_SITE="http://www.sublimetext.com/3" +CATEGORY="non-free" # end of get.list data -CATEGORY="development" MAINTAINER="al.bobylev@gmail.com" -LICENSE="non-free" WGET_URL="$(wget -O - $WEB_SITE | tr '"' '\n' | fgrep x32.tar)" VERSION=${WGET_URL%_x32*}; VERSION=${VERSION##*_} TARBALL="$(basename $WGET_URL)"