aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update to 0.006002Frederic Culot2011-04-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Devel-Declare/Changes Notes: svn path=/head/; revision=272584
* - Update to 0.3.17Martin Wilke2011-04-122-6/+7
| | | | | | | | | PR: 155528 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=272580
* - Update to 2.2Martin Wilke2011-04-123-28/+21
| | | | | | | | PR: 155527 Submitted by: Maintainer Notes: svn path=/head/; revision=272579
* - Update to 2.01Martin Wilke2011-04-122-4/+4
| | | | | | | | PR: 156215 Submitted by: maintainer Notes: svn path=/head/; revision=272572
* - Update to 0.3.1Martin Wilke2011-04-122-3/+3
| | | | | | | | | PR: 155900 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer Notes: svn path=/head/; revision=272570
* pure-gen is a C interface generator for the Pure language. It takes a CWen Heping2011-04-125-0/+53
| | | | | | | | | | | | | | | | | | header file as input and generates a corresponding Pure module with the constant definitions and extern declarations needed to use the C module from Pure. pure-gen can also generate FFI interfaces rather than externs (using the pure-ffi module, see below), and it can optionally create a C wrapper module which allows you to create interfaces to pretty much any code which can be called via C. Interfaces to C++ can be made using SWIG's new C language module which can wrap arbitrary C++ libraries in C. WWW: http://docs.pure-lang.googlecode.com/hg/pure-gen.html PR: ports/155872 Submitted by: Zhihao Yuan <lichray@gmail.com> Notes: svn path=/head/; revision=272551
* - mark BROKEN on 9.xDirk Meyer2011-04-111-0/+4
| | | | Notes: svn path=/head/; revision=272542
* - Mark BROKEN on amd64/7Pav Lucistnik2011-04-111-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=272541
* - Mark BROKEN on amd64/9Pav Lucistnik2011-04-111-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=272540
* Update to GNU make 3.82 after numerous -exp runs.Ade Lovett2011-04-1115-105/+171
| | | | Notes: svn path=/head/; revision=272537
* Update devel/rbtools to 0.3.2.Florent Thoumie2011-04-112-6/+6
| | | | | | | | PR: ports/156323 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Notes: svn path=/head/; revision=272517
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-112-18/+3
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* - Update to 0.100000Frederic Culot2011-04-112-4/+4
| | | | | | | | PR: ports/156285 Submitted by: milki <milki AT rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=272512
* - Update to 6.02.2Wen Heping2011-04-113-4/+19
| | | | | | | | PR: port/156221 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=272510
* - update to 0.35Baptiste Daroussin2011-04-112-4/+6
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/DLAND/Regexp-Assemble-0.35/Changes Notes: svn path=/head/; revision=272502
* - update to 0.11Baptiste Daroussin2011-04-112-4/+3
| | | | Notes: svn path=/head/; revision=272501
* - Add dependency on kdebase4-runtime when KWallet support is built.Alberto Villa2011-04-117-9/+61
| | | | | | | | | | | | | | - Fix build with KDE_WALLET when KDE 3 is installed. [1] - Bump PORTREVISION. This completes my previous commit and fixes KDE_WALLET option. PR: 156302 [1] Submitted by: Axel Gonzalez <loox@e-shell.net> [1] Approved by: lev (maintainer, implicit) Notes: svn path=/head/; revision=272490
* Ruby/SDL is a Ruby extension library to use SDL library.Steve Wills2011-04-104-0/+32
| | | | | | | WWW: http://rubygems.org/gems/rubysdl Notes: svn path=/head/; revision=272489
* FileMagic is a Ruby binding to the magic(4) library, which you maySteve Wills2011-04-104-0/+32
| | | | | | | | | | | know better as the file(1) command. The file(1) command identifies the type of a file using, among other tests, a test for whether the file begins with a certain magic number. WWW: http://rubygems.org/gems/ruby-filemagic Notes: svn path=/head/; revision=272483
* - Mark broken with Ruby 1.9Steve Wills2011-04-108-6/+38
| | | | Notes: svn path=/head/; revision=272475
* - Add missing categoriesSteve Wills2011-04-101-1/+1
| | | | Notes: svn path=/head/; revision=272472
* - Update to 2.09.08Dennis Herrmann2011-04-102-5/+5
| | | | Notes: svn path=/head/; revision=272468
* Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPEMax Brazhnikov2011-04-101-1/+1
| | | | Notes: svn path=/head/; revision=272463
* Utilize CMAKE_BUILD_TYPE plist substitutionMax Brazhnikov2011-04-101-2/+2
| | | | Notes: svn path=/head/; revision=272461
* Remove cmake predefined cflags for Debug and Release build profiles,Max Brazhnikov2011-04-102-0/+15
| | | | | | | | and let cmake use system CFLAGS. RelWithDebInfo and MinSizeRel profiles are leaved unchanged. Notes: svn path=/head/; revision=272459
* - update to 0.3.0Dirk Meyer2011-04-105-25/+14
| | | | Notes: svn path=/head/; revision=272457
* Use the official arduino icon in DESKTOP_ENTRIESTilman Keskinoz2011-04-091-1/+4
| | | | | | | | PR: 156065 Submitted by: maintainer Notes: svn path=/head/; revision=272437
* - Update kdevelop to 4.2.2.Alberto Villa2011-04-095-8/+9
| | | | | | | - Update kdevplatform and kdevelop-php to 1.2.2. Notes: svn path=/head/; revision=272426
* Drop superfluous :hp suffix from MASTER_SITES/DISTFILES and MD5 hash.Alexey Dokuchaev2011-04-082-4/+2
| | | | Notes: svn path=/head/; revision=272406
* Switch to .bz2 distribution as the .gz does not fetch anymoreJohan van Selst2011-04-082-2/+3
| | | | | | | (tarball didn't change) Notes: svn path=/head/; revision=272389
* Upgrade to version 2.1.4.Jimmy Olgeni2011-04-082-3/+3
| | | | | | | | | PR: ports/156175 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=272385
* Fix plist.Ollivier Robert2011-04-081-0/+1
| | | | Notes: svn path=/head/; revision=272382
* - Update to 0.11.1Jose Alonso Cardenas Marquez2011-04-082-6/+5
| | | | | | | | | | - Fix double precision detection [1] PR: 155446 Submitted by: Fernando Herrero <fhcarron _ at _terra.es> [1] Notes: svn path=/head/; revision=272371
* - update to 0.200000Baptiste Daroussin2011-04-082-3/+6
| | | | | | | | - add licenses - changes: http://cpansearch.perl.org/src/RJBS/MooseX-SetOnce-0.200000/Changes Notes: svn path=/head/; revision=272370
* - update to 0.31Baptiste Daroussin2011-04-082-3/+6
| | | | | | | | - add license - changes: http://cpansearch.perl.org/src/SHARYANTO/Log-Any-App-0.31/Changes Notes: svn path=/head/; revision=272368
* - Update to 1.7.2Wen Heping2011-04-082-3/+3
| | | | | | | It fix build of devel/rubygem-builder and then rails. Notes: svn path=/head/; revision=272366
* - Don't remove libdata/pkgconfigYen-Ming Lee2011-04-072-1/+1
| | | | | | | | | - Bump PORTREVISION Noticed by: pav@ Notes: svn path=/head/; revision=272358
* Fix ocaml-magic build (bad DISTNAME)Johan van Selst2011-04-071-1/+1
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=272356
* Low Level Virtual Machine (LLVM) is:Dirk Meyer2011-04-0710-0/+820
| | | | | | | | | | | | | | | | | - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation. This port is only to build the Etoile project. WWW: http://llvm.cs.uiuc.edu/ Notes: svn path=/head/; revision=272350
* - add CONFLICTSDirk Meyer2011-04-073-3/+3
| | | | Notes: svn path=/head/; revision=272349
* - drop MD5Dirk Meyer2011-04-0715-17/+0
| | | | Notes: svn path=/head/; revision=272348
* - Update to 1.3.40Rong-En Fan2011-04-076-16/+136
| | | | | | | | PR: ports/156194 Submitted by: Jase Thew <freebsd at beardz.net> Notes: svn path=/head/; revision=272344
* Pass maintainer to Chris Rees, per request on ports@.Wesley Shields2011-04-071-1/+1
| | | | Notes: svn path=/head/; revision=272341
* Add OPTION for subversion-freebsd dependency.Wesley Shields2011-04-071-3/+8
| | | | | | | | PR: ports/156234 Submitted by: dougb@ Notes: svn path=/head/; revision=272338
* The FreeBSD KDE Team is pleased to announce April updates for KDEAlberto Villa2011-04-076-12/+12
| | | | | | | | | | Software Compilation: 4.6.2, codename "Congrats". Read the full announcement here: http://kde.org/announcements/announce-4.6.2.php. Special thanks to Raphael Kubo da Costa who ported the release. Notes: svn path=/head/; revision=272337
* - Update to 1.6Nicola Vitale2011-04-072-23/+7
| | | | | | | | | - Remove DISTFILES, EXTRACT_ONLY variables - Remove post-patch target, and the manual installation of the setuptools egg for Python 2.7 Notes: svn path=/head/; revision=272332
* - Update to 0.3.1Cheng-Lung Sung2011-04-074-31/+9
| | | | Notes: svn path=/head/; revision=272331
* - Update to 1.2.4Steve Wills2011-04-072-4/+3
| | | | | | | | | | | - Fix build with Ruby 1.9 - Remove MD5 while here PR: ports/156155 Approved by: Konstantin Saurbier <konstantin at saurbier.net> (maintainer) Notes: svn path=/head/; revision=272322
* - Fix a typo in BUILD_DEPENDS preventing the port from building [1]Frederic Culot2011-04-061-1/+2
| | | | | | | | | | | - Bump PORTREVISION PR: ports/156227 [1] Submitted by: Christopher Key <cjk32 AT cam.ac.uk> Pointy hat to: bapt@ Notes: svn path=/head/; revision=272313
* - Update to 1.0Nicola Vitale2011-04-063-15/+14
| | | | Notes: svn path=/head/; revision=272307