This file contains 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: Pawel 'kTT' Salata <[email protected]> | |
# Contributor: David H. Bronke <[email protected]> | |
pkgname=vim-erlang-git | |
pkgver=20120328 | |
pkgrel=1 | |
pkgdesc="The Erlang plugin for Vim" | |
arch=(any) | |
url="https://github.com/jimenezrick/vimerl" | |
license=('GPL') |
This file contains 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
public class Deferred<T> | |
{ | |
protected Logger logger = null; | |
protected EventWaitHandle waitForResult = null; | |
protected HashSet<Deferred<T>> dependentDeferreds = null; | |
public string name | |
{ |
This file contains 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: Bolivar Stephen <[email protected]> | |
pkgname=twmn | |
pkgver=20130301 | |
pkgrel=1 | |
pkgdesc="A notification system for tiling window managers" | |
arch=(any) | |
url="https://github.com/sboli/twmn" | |
license=('LGPL3') | |
groups= |
This file contains 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
~/p/twmn > makepkg | |
==> Determining latest git revision... | |
-> Version found: 20130301 | |
==> Making package: twmn 20130301-1 (Fri Mar 1 10:13:58 CST 2013) | |
==> Checking runtime dependencies... | |
==> Checking buildtime dependencies... | |
==> Retrieving Sources... | |
==> Extracting Sources... | |
==> Entering fakeroot environment... | |
==> Starting build()... |
This file contains 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: Lantald < lantald at gmx.com | |
# Contributor: Thomas Dziedzic < gostrc at gmail > | |
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org | |
# Contributor: Gerardo Exequiel Pozzi <[email protected]> | |
# Contributor: Eric Forgeot < http://esclinux.tk > | |
pkgname=qgis | |
pkgver=1.8.0 | |
pkgrel=4 | |
pkgdesc='Quantum GIS is a Geographic Information System (GIS) that supports vector, raster & database formats' |
This file contains 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
~/p/vim-qt-git > makepkg | |
==> Determining latest git revision... | |
-> Version found: 20130301 | |
==> Making package: vim-qt-git 20130301-1 (Fri Mar 1 10:38:20 CST 2013) | |
==> Checking runtime dependencies... | |
==> Checking buildtime dependencies... | |
==> Retrieving Sources... | |
-> Found qvim.desktop | |
-> Downloading qvim.svg... | |
% Total % Received % Xferd Average Speed Time Time Time Current |
This file contains 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
~/p/vim-qt-git > makepkg | |
==> Determining latest git revision... | |
-> Version found: 20130301 | |
==> Making package: vim-qt-git 20130301-1 (Fri Mar 1 10:46:43 CST 2013) | |
==> Checking runtime dependencies... | |
==> Checking buildtime dependencies... | |
==> Retrieving Sources... | |
-> Found qvim.desktop | |
-> Found qvim.svg | |
==> Validating source files with md5sums... |
This file contains 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
~/p/vim-qt-git > grep -RnIE '\<python2\>' PKGBUILD | |
11:depends=('qt4' 'vim-runtime' 'gpm' 'perl' 'python2' 'ruby' 'libxt') | |
~/p/vim-qt-git > grep -RnIE '\<python2\>' ../vim/PKGBUILD | |
17:makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua') | |
160: 'desktop-file-utils' 'gtk2' 'lua' 'python2') |
This file contains 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 Jekyll Wu<adaptee [at] gmail [dot] com> | |
# Basically, stolen shamelessly from http://chakra-probject.org/ccr | |
pkgname=vim-qt-git | |
pkgver=20130301 | |
pkgrel=1 | |
pkgdesc="A Qt powered vim GUI" | |
arch=("i686" "x86_64") | |
url="https://bitbucket.org/equalsraf/vim-qt/wiki/Home" | |
license=('custom:vim') |
This file contains 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/env node | |
var util = require('util'); | |
var async = require('async'); | |
var pg = require('pg'); | |
//--------------------------------------------------------------------------------------------------------------------- | |
var connection = { |
OlderNewer