aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Correct a typo: .Fa -> .Ft in mdoc output. Add CVS tags.Bruce M Simpson2004-03-022-1/+5
| | | | Notes: svn path=/head/; revision=102727
* Upgrade to 1.1 which still does not (yet) build on -current.Oliver Braun2004-03-023-13/+175
| | | | Notes: svn path=/head/; revision=102723
* Fix a typo, PKG_PLIST should have been PLIST_FILES.Bruce M Simpson2004-03-021-1/+1
| | | | Notes: svn path=/head/; revision=102707
* c2mdoc is an awk/shell script wot I wrote to aid in documenting our manyBruce M Simpson2004-03-026-0/+72
| | | | | | | | | | wonderful kernel APIs. c2man seems to choke on tcp_subr.c (which I was using as a baseline), so let's do it the long way round instead. This script spits out mdoc(7) markup ready for pasting into the SYNOPSIS section of our wonderful mdoc.template. Notes: svn path=/head/; revision=102705
* - Fix package for option WITHOUT_X11Dirk Meyer2004-03-022-5/+7
| | | | Notes: svn path=/head/; revision=102702
* Put the right BUILD/RUN dependencies as gdiff/gpatch are both needed forOllivier Robert2004-03-011-2/+2
| | | | | | | | | building and running tla. Suggested by: tobez Notes: svn path=/head/; revision=102684
* - Update to version 2.2.9Kirill Ponomarev2004-03-014-34/+27
| | | | | | | | PR: ports/63590 Submitted by: Ports Fury Notes: svn path=/head/; revision=102660
* Update to 1.3.6Tilman Keskinoz2004-03-012-4/+4
| | | | | | | | SIZEify Add Norwegian to languages on alpha (requested by: Idar Tollefsen) Notes: svn path=/head/; revision=102634
* Remove obsolete modules:Sergey Skvortsov2004-03-011-2/+0
| | | | | | | | devel/p5-POE-Component-IKC-ReallySimple devel/p5-POE-Session-Cascading Notes: svn path=/head/; revision=102630
* Remove port (obsolete, deleted from CPAN)Sergey Skvortsov2004-03-018-90/+0
| | | | Notes: svn path=/head/; revision=102629
* Add argp-standalone 1.3,Kirill Ponomarev2004-03-014-0/+31
| | | | | | | | | | | | | | | | | | | | | It is standalone version of argp - part of glibc library. It was separated off glibc by Niels Myller, Niels primary use it for inclusion in the LSH distribution, but it's useful for any package that wants to use argp and at the same time be portable to non-glibc systems. Besides portability fixes, there are a few other changes in this version. The most important is that it no longer builds upon getopt; the one or two hairy functions of GNU getopt are incorporated with the argp parser. There are longer any global variables keeping track of the parser state. PR: ports/63568 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=102610
* - Update to version 0.9.12Kirill Ponomarev2004-03-013-1010/+924
| | | | | | | | PR: ports/63572 Submitted by: maintainer Notes: svn path=/head/; revision=102604
* MASTER_SITE_GNU have the distfile in ${PORTNAME}/rel5.6Oliver Eikemeier2004-02-291-2/+3
| | | | | | | | PR: 63513 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=102568
* - SIZEifyKirill Ponomarev2004-02-292-0/+2
| | | | | | | | PR: ports/63548 Submitted by: maintainer Notes: svn path=/head/; revision=102567
* Update to 1.3.21.Akinori MUSHA2004-02-294-6/+6
| | | | Notes: svn path=/head/; revision=102565
* Fix a typo (GMAKE -> MAKE) to fix build on bento and unmark BROKEN.Akinori MUSHA2004-02-292-6/+2
| | | | Notes: svn path=/head/; revision=102564
* - Update to version 0.4.0Kirill Ponomarev2004-02-294-4/+16
| | | | Notes: svn path=/head/; revision=102537
* - Update to 0.3.13Pav Lucistnik2004-02-292-2/+2
| | | | | | | | | PR: ports/63486 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer Notes: svn path=/head/; revision=102506
* Fix build on CURRENTTilman Keskinoz2004-02-293-7/+33
| | | | Notes: svn path=/head/; revision=102485
* Add --english-only for alpha.Tilman Keskinoz2004-02-281-0/+4
| | | | | | | | | PR: 55186 Submitted by: Idar Tollefsen <idart@performancedesign.no> Thanks to: pav for reminder Notes: svn path=/head/; revision=102476
* - Update to 0.3.1Pav Lucistnik2004-02-283-153/+207
| | | | | | | | | PR: ports/62553 Submitted by: bruno <bruno@mail.tinkerbox.org> Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=102459
* - Update to version 5.6.0Kirill Ponomarev2004-02-284-38/+23
| | | | | | | | PR: ports/63494 Submitted by: Ports Fury Notes: svn path=/head/; revision=102448
* - Respect PREFIXPav Lucistnik2004-02-282-5/+2
| | | | | | | | | | | - Unmark BROKEN (hopefully) - Add one missed file to pkg-plist PR: ports/63301 (based on) Submitted by: leafy <leafy@leafy.idv.tw> (maintainer) Notes: svn path=/head/; revision=102443
* The OSKit is a framework and a set of component libraries orientedPav Lucistnik2004-02-285-0/+883
| | | | | | | | | | to operating systems, together with extensive documentation. PR: ports/60431 Submitted by: Jerry <unidevel@yahoo.com.cn> Notes: svn path=/head/; revision=102424
* Add p5-PatchReader, a set of utilities for reading in, transforming, and doingPav Lucistnik2004-02-285-0/+56
| | | | | | | | | | | | | | | | | various other things with a patch. It basically allows you to create a chain of readers that can read a patch, remove files from a patch, add CVS context, fix up the patch root according to CVS, and output the patch as raw unified or through a template processor (used in some places to output a patch as HTML). Author: John Keiser <john@johnkeiser.com> WWW: http://search.cpan.org/dist/PatchReader/ PR: ports/62673 Submitted by: Toni Viemero <toni.viemero@iki.fi> Notes: svn path=/head/; revision=102411
* - Update to 5.0.1Pav Lucistnik2004-02-282-4/+3
| | | | | | | | PR: ports/63485 Submitted by: Toni Viemero <toni.viemero@iki.fi> Notes: svn path=/head/; revision=102410
* Add p5-POE-Component-DebugShell 1.14,Sergey Skvortsov2004-02-285-0/+49
| | | | | | | | interactive peeking into a running POE application. Notes: svn path=/head/; revision=102391
* Add ossp-xds, a generic and extensible encoding and decodingPav Lucistnik2004-02-285-0/+45
| | | | | | | | | | | | | | | | framework for the serialization of arbitrary ISO C data types. OSSP xds consists of three components: the generic encoding and decoding framework, a set of shipped engines to encode and decode values in certain existing formats (Sun RPC/XDR and XDS/XML are currently provided), and a run-time context, which is used to manage buffers, registered engines, etc. The library is designed to allow fully recursive and efficient encoding/decoding of arbitrary nested data. PR: ports/63182 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=102384
* D'oh! Remove ossp-str, it's duplicate of existing port devel/str.Pav Lucistnik2004-02-285-42/+0
| | | | | | | | | Sorry for the noise. Pointy hat to: pav Notes: svn path=/head/; revision=102383
* Add ossp-str, a generic string library written in ISO-C which providesPav Lucistnik2004-02-285-0/+42
| | | | | | | | | | | | | | | functions for handling, matching, parsing, searching and formatting of ISO-C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convenient and compact API plus a more generalized functionality. WWW: http://www.ossp.org/pkg/lib/str/ PR: ports/63180 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=102381
* Updated to 1.23Sergey Skvortsov2004-02-282-3/+14
| | | | Notes: svn path=/head/; revision=102376
* Updated to 0.63Sergey Skvortsov2004-02-282-2/+4
| | | | Notes: svn path=/head/; revision=102370
* Add pear-PHPUnit, a regression testing framework used by the developerPav Lucistnik2004-02-284-0/+35
| | | | | | | | | | | | | | who implements unit tests in PHP. It is based upon JUnit, which can be found at http://www.junit.org/. WWW: http://pear.php.net/package-info.php?package=PHPUnit WWW: http://www.sebastian-bergmann.de/PHPUnit/ PR: ports/63311 Submitted by: Gerrit Beine <gerrit@beine-computer.de> Notes: svn path=/head/; revision=102367
* It is not that this port is broken on !i386 but it is broken with RubyAkinori MUSHA2004-02-281-2/+5
| | | | | | | | | | | 1.8 or later. Like this one, there are a bunch of ruby ports that don't support 1.8 yet, and I'll take care of them in near future, too. Sorry for the inconvenience. Notes: svn path=/head/; revision=102357
* Update for new version. Bump PORTREVISION, recompute md5sums.Bruce M Simpson2004-02-282-3/+4
| | | | | | | Fix typo in makefile comments. Notes: svn path=/head/; revision=102356
* Update to 0.1.1.Akinori MUSHA2004-02-282-3/+3
| | | | Notes: svn path=/head/; revision=102354
* Update to 0.5.4.Akinori MUSHA2004-02-286-9/+9
| | | | Notes: svn path=/head/; revision=102350
* Update to 3.2.3.Akinori MUSHA2004-02-282-2/+3
| | | | Notes: svn path=/head/; revision=102349
* Add option to ignore posix priority scheduling.Tor Egge2004-02-279-5/+556
| | | | | | | | Add threadsafe versions of some libc functions on FreeBSD 4.x. Register liblgcc_r_pic.a as installed for FreeBSD 5.x. Notes: svn path=/head/; revision=102330
* - Update to version 0.18Kirill Ponomarev2004-02-273-14/+11
| | | | | | | | PR: ports/63450 Submitted by: maintainer Notes: svn path=/head/; revision=102322
* Fix build with latest OpenPAM in -CURRENT.Max Khon2004-02-271-0/+10
| | | | Notes: svn path=/head/; revision=102301
* Update to 1.09Erwin Lansing2004-02-272-3/+3
| | | | Notes: svn path=/head/; revision=102297
* Update to tla 1.2, just released.Ollivier Robert2004-02-273-6/+8
| | | | | | | | | | - SIZEify it - added master sites (with conversion to main GNU site) - use ${PRINTF} - corrected WWW: in pkg-descr. Notes: svn path=/head/; revision=102290
* - Convert to USE_GNOMEPav Lucistnik2004-02-273-4/+3
| | | | | | | | | PR: ports/59744 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=102281
* add NaturalDocs 1.21Ying-Chieh Liao2004-02-274-0/+57
| | | | | | | An extensible, multi-language source code documentation generator Notes: svn path=/head/; revision=102273
* Add libassetml 1.2.1, devel Library to share image and audio filesAlexander Nedotsukov2004-02-276-0/+68
| | | | | | | between projects. Notes: svn path=/head/; revision=102271
* Update to 2.2.1.Akinori MUSHA2004-02-276-9/+12
| | | | Notes: svn path=/head/; revision=102247
* - Fix package build on sparc64Kirill Ponomarev2004-02-262-17/+21
| | | | | | | | - Unbreak and pet portlint - Bump PORTREVISION Notes: svn path=/head/; revision=102240
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichMichael Nottebrock2004-02-263-0/+6
| | | | | | | BUILD_DEPEND on qmake now. Notes: svn path=/head/; revision=102232
* Updated to 0.27Sergey Skvortsov2004-02-263-7/+10
| | | | Notes: svn path=/head/; revision=102204