add update_* to most packages starting with "f".

This commit is contained in:
Christian Neukirchen 2014-11-01 20:37:11 +01:00
parent a8994f04b6
commit a5321d77d1
14 changed files with 16 additions and 2 deletions

View File

@ -11,6 +11,8 @@ short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
update_site="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/plain/VERSION"
update_pattern='\d+\.[\d.]+'
do_fetch() {
git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git ${pkgname}-${version}

View File

@ -9,6 +9,7 @@ makedepends="libmp4v2-devel>=2.0.0"
short_desc="AAC audio encoder library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.audiocoding.com/"
update_ignore="*2001"
license="GPL-2, BSD"
distfiles="${SOURCEFORGE_SITE}/faac/faac-${version}.tar.gz"
checksum=c5141199f4cfb17d749c36ba8cfe4b25f838da67c22f0fec40228b6b9c3d19df

View File

@ -7,6 +7,7 @@ make_install_args="manmdir=/usr/share/man/man1"
short_desc="AAC decoding library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.audiocoding.com/"
update_ignore="2003*"
license="Freeware, GPL-2"
distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.bz2"
checksum=14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5

View File

@ -7,6 +7,7 @@ short_desc="Fast, open, and secure Web server interface"
maintainer="Enno Boland <eb@s01.de>"
license="custom"
homepage="http://www.fastcgi.com/"
update_pkgname="libfcgi"
distfiles="http://ftp.de.debian.org/debian/pool/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz"
checksum=c21f553f41141a847b2f1a568ec99a3068262821e4e30bc9d4b5d9091aa0b5f7
wrksrc="libfcgi-${version}.orig"

View File

@ -7,6 +7,7 @@ short_desc="Library for computing the discrete Fourier transform (DFT)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.fftw.org/"
update_site="http://www.fftw.org/download.html"
distfiles="${homepage}/fftw-${version}.tar.gz"
checksum=8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982

View File

@ -12,6 +12,7 @@ short_desc="Fast and reliable FTP, FTPS and SFTP client"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://filezilla-project.org/"
update_pattern="FileZilla_\K[\d.]+(?=_src)"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
checksum=155af18b16dabec72f3c1135bae9e9048c6d9b0921c2042dd22e487fef45a939
nocross=yes

View File

@ -12,6 +12,7 @@ conf_files="/etc/fish/config.fish"
wrksrc="fish-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://fishshell.com/"
update_pkgname="fish"
license="GPL"
short_desc="User friendly shell intended mostly for interactive use"

View File

@ -5,6 +5,7 @@ revision=2
create_wrksrc=yes
noarch=yes
homepage="http://unifoundry.com/unifont.html"
update_pattern='unifont-\K[\d.]+(?=\.bdf)'
distfiles="http://unifoundry.com/unifont-${version}.bdf.gz"
makedepends="font-util"
depends="font-util"

View File

@ -5,6 +5,7 @@ revision=6
wrksrc=foobillardplus-${version}
build_style=gnu-configure
homepage="http://foobillardplus.sourceforge.net/"
update_pkgname="foobillardplus"
distfiles="${SOURCEFORGE_SITE}/foobillardplus/foobillardplus-$version.tar.gz"
makedepends="freetype-devel libpng-devel>=1.6 MesaLib-devel SDL_net-devel desktop-file-utils"
depends="desktop-file-utils"

View File

@ -11,6 +11,7 @@ makedepends="zlib-devel bzip2-devel libXcursor-devel libXft-devel libXrandr-deve
short_desc="Free Objects for X: GUI Toolkit for C++"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.fox-toolkit.org/"
update_ignore="?.[13579].* doc*"
license="LGPL-2.1, MIT"
distfiles="http://ftp.fox-toolkit.org/pub/fox-$version.tar.gz"
checksum=342c751d2a7edab136ad26cb4483329da3c16c7abf2f283f318d666ef12d0887

View File

@ -9,10 +9,10 @@ makedepends="netbsd-rumpkernel-devel>=201312"
short_desc="NetBSD File System Access Utilities in Userland"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="https://github.com/stacktic/fs-utils"
homepage="https://github.com/rumpkernel/fs-utils"
do_fetch() {
local url="git://github.com/stacktic/fs-utils.git"
local url="git://github.com/rumpkernel/fs-utils.git"
msg_normal "Fetching source from $url ...\n"
git clone -b${version} ${url} ${pkgname}-${version}
}

View File

@ -10,5 +10,6 @@ short_desc="Mounts an archive for access as a file system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2"
homepage="http://www.cybernoia.de/software/archivemount/"
update_pkgname="archivemount"
distfiles="${homepage}/${pkgname/fuse-/}-${version}.tar.gz"
checksum=e78899a8b7c9cb43fa4526d08c54a9e171475c00bf095770b8779a33e37661ff

View File

@ -9,6 +9,7 @@ short_desc="Free exFAT file system implementation"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://code.google.com/p/exfat"
update_site="http://code.google.com/p/exfat/downloads/list"
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=18c0dafed64596e536c5d47604585ff353a2e4bb067066e3ec5963a5a170f4a5

View File

@ -11,6 +11,7 @@ replaces="sshfs-fuse>=0"
short_desc="FUSE client based on the SSH File Transfer Protocol"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://fuse.sourceforge.net/sshfs.html"
update_pkgname="sshfs-fuse"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/fuse/sshfs-fuse-$version.tar.gz"
checksum=e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e