summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Rewrite IGNORE line.Florent Thoumie2005-11-161-1/+1
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=148511
* Add p5-UNIVERSAL-isa 0.05, hack around people calling UNIVERSAL::isa()Lars Thegler2005-11-165-0/+47
| | | | | | | | | | as a function. PR: ports/89135 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=148509
* Add p5-UNIVERSAL-can 1.00, hack around people calling UNIVERSAL::can()Lars Thegler2005-11-165-0/+41
| | | | | | | | | | as a function. PR: ports/89134 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=148506
* USE_AUTOTOOLS setup got reversed by the scriptAde Lovett2005-11-161-2/+2
| | | | | | | Submitted by: pointyhat/kris (no $1000 dinner though :) Notes: svn path=/head/; revision=148504
* - Update to 1.05 [1].Florent Thoumie2005-11-162-4/+11
| | | | | | | | | | | - Add SHA256 checksum [1]. - Mark as IGNORE for PERL_LEVEL < 500600 [2]. PR: ports/89129 [1] Submitted by: maintainer [1], mnag [2] Notes: svn path=/head/; revision=148503
* Update to 0.10.3Mathieu Arnold2005-11-163-4/+5
| | | | Notes: svn path=/head/; revision=148481
* Update to 3.13Mathieu Arnold2005-11-163-4/+5
| | | | Notes: svn path=/head/; revision=148480
* Update to 0.15Mathieu Arnold2005-11-162-4/+4
| | | | Notes: svn path=/head/; revision=148478
* - Drop dependency on bzip2 from portsPav Lucistnik2005-11-162-8/+0
| | | | | | | | PR: ports/88986 Submitted by: edwin's drive against anachronisms in Ports Collection Notes: svn path=/head/; revision=148477
* - Put share/GConf under %%LDAP%%Pav Lucistnik2005-11-161-2/+2
| | | | | | | | PR: ports/89026 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=148475
* Update to 1.07.00Mathieu Arnold2005-11-163-4/+5
| | | | Notes: svn path=/head/; revision=148474
* Update to 0.12Mathieu Arnold2005-11-163-4/+5
| | | | Notes: svn path=/head/; revision=148468
* Make fetchable againJames E. Housley2005-11-161-1/+2
| | | | Notes: svn path=/head/; revision=148457
* Uppaal is an integrated tool environment for modeling, validationVolker Stolz2005-11-168-0/+143
| | | | | | | | | | | | | | | | | and verification of real-time systems modeled as networks of timed automata, extended with data types (bounded integers, arrays, etc.). The tool is developed in collaboration between the Department of Information Technology at Uppsala University, Sweden and the Department of Computer Science at Aalborg University in Denmark. WWW: http://www.uppaal.com/ PR: ports/84975 Submitted by: Timothy Bourke Notes: svn path=/head/; revision=148445
* Update to 0.033.Anton Berezin2005-11-162-4/+4
| | | | Notes: svn path=/head/; revision=148434
* Update to 1.5.20Ade Lovett2005-11-162-3/+4
| | | | Notes: svn path=/head/; revision=148423
* - Add support to turn off hasing the compiler size and mtime via aMichael Johnson2005-11-153-1/+35
| | | | | | | | | | | | | | | | | | | | enviroment variable, this aids in 'buildworld' and 'buildkernel'. CCACHE_NOHASH_SIZE_MTIME This tells ccache to not hash the real compiler's size and modi- fication time. Normally this is the mechanism to detect compiler upgrades. There are situations however, where even though the compiler's size or modification time has changed you can safely use the cached objects (e.g. if as part of your build system the compiler is built as well and the compiler's source has not changed; or if the compiler has only changes that do not affect code generation). Use this feature only if you know what you are doing. Submitted by: schweikh Notes: svn path=/head/; revision=148396
* Update to 2.8.4.Joe Marcus Clarke2005-11-152-3/+4
| | | | Notes: svn path=/head/; revision=148391
* Update to 1.3.2Marcus Alves Grando2005-11-152-3/+4
| | | | | | | | | | Add SHA256 PR: 89072 Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer) Notes: svn path=/head/; revision=148386
* Fix pkg-plist WITH_SYSCALL_HARD, and Bump PORTREVISION.Norikatsu Shigemura2005-11-152-7/+12
| | | | | | | Approved by: Vasil Dimov <vd@datamax.bg> (maintainer) Notes: svn path=/head/; revision=148378
* Fix build on FreeBSD 6 and above.Simon Barner2005-11-154-4/+150
| | | | | | | | | PR: ports/89056 Submitted by: "Andrei V. Shetuhin" <shetuhin@corp.mail.ru> Also reported by: kris via pointyhat Notes: svn path=/head/; revision=148361
* - update to 0.39Cheng-Lung Sung2005-11-153-4/+8
| | | | | | | | - author now use Makefile.PL instead of Build.PL - add SHA256 checksums Notes: svn path=/head/; revision=148349
* Add devel/p5-Tie-Hash-TwoWay 1.08, a Perl module that provides two-wayAnton Berezin2005-11-155-0/+48
| | | | | | | mapping between disjoint sets. Notes: svn path=/head/; revision=148339
* - Update to 1.5.6Alexander Nedotsukov2005-11-153-6/+5
| | | | | | | - Add SHA256 checksum. Notes: svn path=/head/; revision=148328
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-15198-222/+199
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* BROKEN: Size mismatchKris Kennaway2005-11-151-0/+2
| | | | Notes: svn path=/head/; revision=148315
* Update to 0.1.2.Joe Marcus Clarke2005-11-146-9/+12
| | | | Notes: svn path=/head/; revision=148295
* Upgrade to 1.0.4.Oliver Braun2005-11-144-6/+8
| | | | Notes: svn path=/head/; revision=148283
* Keep up with devel/icu shared lib version bump.Simon Barner2005-11-141-1/+1
| | | | | | | | Submitted by: Vladimir Guzma <vladimir.guzma@tut.fi> PR: ports/89009 Notes: svn path=/head/; revision=148265
* Update to 0.25Mathieu Arnold2005-11-142-4/+4
| | | | | | | | PR: 87779 Submitted by: tobez Notes: svn path=/head/; revision=148259
* Update to 0.09Mathieu Arnold2005-11-143-5/+6
| | | | | | | | PR: 86794 Submitted by: ehaupt Notes: svn path=/head/; revision=148255
* Upgrade to v1.15. Use MASTER_SITE_SOURCEFORGE.Joseph Koshy2005-11-142-4/+5
| | | | Notes: svn path=/head/; revision=148247
* Fixup last commitMathieu Arnold2005-11-141-0/+3
| | | | Notes: svn path=/head/; revision=148245
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-1455-1/+54
| | | | Notes: svn path=/head/; revision=148244
* Be hipe and add SHA256Mathieu Arnold2005-11-1473-0/+73
| | | | Notes: svn path=/head/; revision=148240
* Update to 1.05Sergey Skvortsov2005-11-142-4/+7
| | | | Notes: svn path=/head/; revision=148236
* - Avoid duplicates in built-in PC_PATH.Alexander Nedotsukov2005-11-142-8/+18
| | | | | | | - Remove obsolete LIBTOOL* hints. Notes: svn path=/head/; revision=148229
* - Update to 0.20Alexander Nedotsukov2005-11-144-6/+8
| | | | | | | - Add SHA256 checksum. Notes: svn path=/head/; revision=148219
* Reset maintainer:Edwin Groothuis2005-11-141-1/+1
| | | | | | | | <ilia@cgu.chel.su>: Host or domain name not found. Name service error for name=cgu.chel.su type=A: Host found but no data record of requested type Notes: svn path=/head/; revision=148217
* Remove explicit checks for /usr/bin/bzip2.Edwin Groothuis2005-11-141-4/+0
| | | | | | | This has been part of the base OS since 4.4. Notes: svn path=/head/; revision=148214
* Update to 0.45.Dmitry Sivachenko2005-11-142-3/+4
| | | | Notes: svn path=/head/; revision=148213
* Upgrade to 2.7.4.Thierry Thomas2005-11-143-8/+8
| | | | | | | Changelog at <http://bouml.free.fr/historic.html>. Notes: svn path=/head/; revision=148203
* Update port: devel/tclreadline fix WWW and add SHA256 on distinfoEdwin Groothuis2005-11-142-1/+2
| | | | | | | | | | | - Fix WWW on pkg-descr. - Added SHA256 on distinfo. PR: ports/88864 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=148197
* Add SHA256Ade Lovett2005-11-1421-0/+21
| | | | Notes: svn path=/head/; revision=148191
* Add SHA256Marcus Alves Grando2005-11-141-0/+1
| | | | | | | | PR: 88960 Submitted by: maintainer Notes: svn path=/head/; revision=148177
* Unconditionally disable the installation of the start-po.el emacs lispAde Lovett2005-11-131-1/+2
| | | | | | | | | | file, regardless of whether emacs or xemacs is installed. PR: 87956 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=148175
* Update to 1.4.4Ade Lovett2005-11-132-3/+5
| | | | | | | Submitted by: many Notes: svn path=/head/; revision=148174
* The HTML_QuickForm_advmultiselect package adds an element to the HTML_QuickFormPav Lucistnik2005-11-134-0/+32
| | | | | | | | | | package that is two select boxes next to each other emulating a multi-select. PR: ports/88818 Submitted by: Chris St Denis <chris@ctgameinfo.com> Notes: svn path=/head/; revision=148117
* - Chase allegro updatePav Lucistnik2005-11-132-2/+3
| | | | Notes: svn path=/head/; revision=148109
* - Update to 4.2.0Pav Lucistnik2005-11-1314-1818/+878
| | | | | | | | | | | - Use OPTIONS - Take maintainership PR: ports/88907 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=148108