This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: jwwolf <[email protected]> | |
pkgname=crosstool-ng | |
pkgver=1.12.4 | |
pkgrel=1 | |
pkgdesc="A versatile (cross-)toolchain generator" | |
arch=('i686' 'x86_64') | |
url="http://crosstool-ng.org/" | |
license=(GPL) | |
depends=('bash' 'cvs' 'make' 'gcc' 'gawk' 'sed' 'bison' 'flex' 'texinfo' 'automake' \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- linux-2.6.37.6/arch/arm/mach-at91/board-foxg20.c 1970-01-01 01:00:00.000000000 +0100 | |
+++ linux-2.6.38.8/arch/arm/mach-at91/board-foxg20.c 2011-06-03 03:35:11.000000000 +0200 | |
@@ -0,0 +1,274 @@ | |
+/* | |
+ * Copyright (C) 2005 SAN People | |
+ * Copyright (C) 2008 Atmel | |
+ * Copyright (C) 2010 Lee McLoughlin - [email protected] | |
+ * Copyright (C) 2010 Sergio Tanzilli - [email protected] | |
+ * | |
+ * This program is free software; you can redistribute it and/or modify |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Thomas Jost <[email protected]> | |
# Contributor: Carson Reynolds <[email protected]> | |
# Contributor: hauptmech | |
# | |
# A x86_64 binary version of this package is available from my custom | |
# repository. If you wish to use it, just add the following lines to your | |
# /etc/pacman.conf: | |
# [schnouki] | |
# Server = http://repo.schnouki.net/archlinux/$arch | |
# Then run "pacman -Sy cuda-sdk" as root. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Marco Maso <[email protected]> | |
pkgname=suitesparse | |
_pkgname=SuiteSparse | |
pkgver=3.6.1 | |
pkgrel=2 | |
pkgdesc="A suite of sparse matrix packages" | |
url="http://www.cise.ufl.edu/research/sparse/SuiteSparse/" | |
arch=('i686' 'x86_64') | |
conflicts=('umfpack') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Sven-Hendrik Haase <[email protected]> | |
pkgname=cuda-sdk | |
pkgver=4.1.21 | |
pkgrel=1 | |
_fedver=14 | |
pkgdesc="NVIDIA's GPU programming toolkit" | |
arch=('i686' 'x86_64') | |
url="http://www.nvidia.com/object/cuda_home.html" | |
license=('custom') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: Victor Noël | |
pkgname=yarp | |
pkgver=2.3.15 | |
pkgrel=5 | |
pkgdesc="Yet Another Robot Platform" | |
url="http://eris.liralab.it/yarp/" | |
license=('GPL') | |
arch=('any') | |
makedepends=('cmake') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
""" | |
A little helper to speed up converting troff files to adoc. | |
usage: | |
./troff2adoc.py manpage.man.in | |
typical post conversion tasks: | |
clean up bolded items outside the OPTIONS section. | |
clean up SYNOPSIS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Ronnie Andrew <ronnieandrew92 at gmail dot com> | |
# Original submitter: solusipse | |
# Revision by Rita Bylsma at solid state chemistry department of Radboud University Nijmegen, The Netherlands. | |
# | |
# This package will be installed as a newer version of wxpython, | |
# meaning that any older version will be removed, but it is easy to | |
# get the older version back. | |
# If you would want to have both versions installed at the same time, | |
# read the notes below. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while read line ; do | |
echo "$(date -Iseconds): ${line}" | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Carl Reinke <mindless2112 gmail com> | |
# Contributor: Hauptmech <hauptmech gmail com> | |
pkgname=include-what-you-use | |
pkgver=3.4 | |
pkgrel=1 | |
pkgdesc="A tool for use with clang to analyze #includes in C and C++ source files" | |
url="http://code.google.com/p/include-what-you-use/" | |
license=('LLVM Release License') | |
source=($pkgname-$pkgver.tar.gz::"http://include-what-you-use.com/downloads/include-what-you-use-3.4.src.tar.gz") |
OlderNewer