Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
R. RyanTM
6c47cb6797
swig4: 4.0.1 -> 4.0.2
2020-08-31 17:10:48 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
8b426722c0
swig4: 4.0.0 -> 4.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/swig/versions
2019-10-11 12:05:58 +02:00
Orivej Desh
f8d83938a7
swig4: init at 4.0.0
...
SWIG 4 is not a complete replacement for SWIG 3 because it has removed support
for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike, Modula3.
2019-08-05 21:42:07 +00:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Ben Hipple
072f4d61c0
swig: use pname and standardize meta
...
- pname makes it easier to override the version in an overlay and looks generally cleaner
- Updated the meta sections to match between the various versions
No real functional change, just cleanup.
2019-05-28 14:24:42 +00:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Matthew Bauer
fd38234dfc
swig: find pcre-config correctly
2019-01-02 23:02:50 -06:00
Jörg Thalheim
be6b461bb9
swig: document why pcre.dev is in nativeBuildInputs
2018-11-28 10:25:08 +00:00
eburimu
3c9d05389c
swig: fix cross compilation
2018-11-28 13:01:38 +03:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Will Fancher
c16297654e
Swig 3.0.10 -> 3.0.12
2017-07-02 20:13:21 -04:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
...
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
tkatchev
067a9ee73e
swig: fix problem similar to #16161 .
2017-01-20 14:34:10 +03:00
Bjørn Forsman
d5c27859b4
Fix eval (swig)
2016-07-26 15:34:49 +02:00
leenaars
eb2e3965b8
swig: 3.0.7 -> 3.0.10
2016-07-26 14:49:34 +02:00
Eelco Dolstra
fbaaa9cccc
swig2: Enable on Darwin
2015-09-22 11:59:39 +02:00
William A. Kennington III
7040350f34
swig: 3.0.6 -> 3.0.7
2015-09-21 14:38:49 -07:00
Benjamin Staffin
cc1af6640c
swig3: re-enable darwin builds
2015-09-16 16:28:13 -04:00
William A. Kennington III
f74c74ec40
swig3: 3.0.2 -> 3.0.6
2015-07-17 14:15:36 -07:00
William A. Kennington III
038d29121e
swig2: 2.0.11 -> 2.0.12
2015-07-17 14:15:23 -07:00
Rok Garbas
85b7673e92
cygwin: turn off tests for swig since they depend on tcl (which i havent yet figure out how to build)
2015-06-12 12:17:12 +02:00
Evgeny Egorochkin
cb981b9dad
swig3: update from 3.0.0 to 3.0.2
2014-11-03 13:29:23 +02:00
Eelco Dolstra
9d64b445b6
swig: Disable ccache stuff
...
http://hydra.nixos.org/build/13936297
2014-09-02 13:07:49 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
John Wiegley
812bba77f1
swig: ccache tests broken on Darwin with Gcc 4.8.3
2014-06-21 23:53:49 -07:00
wmertens
8ad1a0ceaf
swig: enable on Darwin ( close #2326 )
...
Verified on OS X 10.9.2 to build and check, dependents build fine too.
@vcunat enabled doCheck as it works for him on x86_64-linux;
also did style nitpick modification, and changed platforms to .all
according to the homepage http://www.swig.org/compat.html
2014-05-26 21:50:27 +02:00
Matt Whiteley
552d66cd9e
Add swig-3.x
2014-04-20 11:30:31 +01:00
Bjørn Forsman
34caf106da
swig: add meta.platforms (set to linux)
...
So that Hydra will build swig. This provides binary packages to users
and build breakage detection.
2014-03-07 23:59:30 +01:00
Song Wenwu
61b8ebc77f
swig: bump 2.0.4 -> 2.0.11
2013-11-22 09:41:17 +08:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Yury G. Kudryashov
d15e2f70d9
Add swig-2.x
...
svn path=/nixpkgs/trunk/; revision=31320
2012-01-05 23:15:24 +00:00
Eelco Dolstra
4041f93fbf
* SWIG apparently doesn't need Perl/Python/Guile/JDK/20 other
...
languages at build time. It seems they're only used in "make
check".
* Subversion: updated to 1.6.5.
svn path=/nixpkgs/trunk/; revision=17594
2009-10-02 11:49:21 +00:00
Ludovic Courtès
7735b54340
Keep only one SWIG, with support for all languages.
...
svn path=/nixpkgs/trunk/; revision=17351
2009-09-22 11:59:41 +00:00
Eelco Dolstra
4c759795e0
svn path=/nixpkgs/trunk/; revision=17350
2009-09-22 10:41:33 +00:00
Michael Raskin
2750e04339
Adding uzbl experimental snapshot
...
svn path=/nixpkgs/trunk/; revision=17344
2009-09-22 03:51:04 +00:00
Ludovic Courtès
7b2932cd9b
SWIG 1.3.40, with Guile support.
...
svn path=/nixpkgs/trunk/; revision=17343
2009-09-21 20:56:53 +00:00
Armijn Hemel
349fea53b7
update to 1.3.39
...
svn path=/nixpkgs/trunk/; revision=14890
2009-04-05 19:47:23 +00:00
Armijn Hemel
3e440f3acc
1.3.33
...
svn path=/nixpkgs/trunk/; revision=10015
2007-12-31 19:46:16 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Armijn Hemel
fc9a530666
1.3.29 -> 1.3.31
...
svn path=/nixpkgs/trunk/; revision=8684
2007-05-14 01:05:53 +00:00
Eelco Dolstra
ef9b025dbe
* Remove a bunch of unused Nix expressions.
...
svn path=/nixpkgs/trunk/; revision=6716
2006-10-12 15:43:01 +00:00
Eelco Dolstra
ad897a7c96
* Update more URLs.
...
svn path=/nixpkgs/trunk/; revision=6713
2006-10-12 14:53:45 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra
07b12ad2f0
* SWIG 1.3.29.
...
svn path=/nixpkgs/trunk/; revision=6567
2006-09-20 14:11:13 +00:00
Armijn Hemel
b1c67e02c4
add swig 1.3.29, but don't make it the default
...
svn path=/nixpkgs/trunk/; revision=5623
2006-07-06 18:20:19 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Martin Bravenboer
4c70ef7e5d
Cleaning up the java naming conventions
...
svn path=/nixpkgs/trunk/; revision=3871
2005-09-17 23:58:51 +00:00