summaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Add missing dependency on gtk12.marcus2003-02-111-0/+2
| | | | Reported by: bento
* Update to 2.2.1.marcus2003-02-116-4/+14
|
* The final version of the makeplus patch, which should be integrated into thealane2003-02-104-208/+248
| | | | | | | | upstream on the next version. (I've been helping the author with make issues). Bump portrev on that one. c2lib: just autogen'd the plist and manpage list because the make+ patch let me do it and test it. Nothing materially different. Just cosmetic, really.
* Add an optional dependency on fam. FAM support will be compiled in ifmarcus2003-02-102-2/+14
| | | | fam is installed on the system, or the user specifies WITH_FAM.
* Bump PORTREVISION for previous COMMENT changeskris2003-02-101-1/+1
| | | | Reminded by: sobomax
* Fix version number in pkg-commentjeh2003-02-101-1/+1
|
* Fix version in commentjeh2003-02-101-1/+1
|
* Fix version in the commentjeh2003-02-101-1/+1
|
* upgrade to 5.3.8ijliao2003-02-103-82/+2
| | | | Submitted by: Akifyev Sergey <asa@gascom.ru>
* Catch up to new COMMENT semantics (contains comment string instead ofkris2003-02-101-16/+27
| | | | | | pointing to pkg-comment) Submitted by: lioux
* Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'kris2003-02-101-0/+1
|
* update to version 1.4.1alane2003-02-106-228/+213
|
* sorry, did not realize until i got to devel/c2lib how bad it wasalane2003-02-101-11/+26
|
* missed a necessary patch. sorry, folks.alane2003-02-102-1/+21
|
* Update to 0.1.2, which with a tiny bit of help, natively supports *BSD.alane2003-02-108-88/+16
|
* * Fix build with cdparanoia.marcus2003-02-106-2/+84
| | | | | | * Add support for optional cdparanoia support [1] Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> [1]
* Fix build with newer versions of libgnomedb.marcus2003-02-091-0/+21
|
* glade2 no longer depends on libgnomeprintui. Update it accordingly.marcus2003-02-091-1/+2
|
* Update the Ruby/GNOME2 suite to 0.3.0.knu2003-02-091-1/+0
| | | | Add ruby-pango, a Ruby binding for Pango.
* Make sure we tack the interface unit number under the end of the if_name.marcus2003-02-092-1/+21
| | | | This should help some network-related gtop clients.
* devel/p5-File-Spec: p5-File-Spec should only be used if perl < 5.8edwin2003-02-092-2/+14
| | | | | PR: ports/44719 Submitted by: Alan Eldridge <alane@geeksrus.net>
* Update to 0.7.11.marcus2003-02-089-27/+27
|
* Chase glib20's shared lib version.marcus2003-02-071-1/+2
|
* Update to GNOME 2.2.marcus2003-02-0757-355/+622
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* Sanitize MASTER_SITESlioux2003-02-072-4/+2
| | | | Submitted by: fenner's distfiles survey
* Update to 1.7.1.knu2003-02-076-9/+9
|
* Correct ports that were abusing the FORBIDDEN variable and replace withseanc2003-02-0715-16/+2
| | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr)
* URL updates.naddy2003-02-076-7/+6
| | | | | PR: 47997 Submitted by: tadalunch@s5.xrea.com
* Update to 1.4 Build 196lioux2003-02-068-8/+8
|
* Update to 2.0.1.knu2003-02-062-2/+2
|
* 1: Fixes shared library dependency and adapts api changes of the underlyingvanilla2003-02-064-3/+46
| | | | | | | | library, devel/cdk. 2: reset MAINTAINER to ports@ PR: ports/47712 Submitted by: maintainer.
* - Fix build under CURRENTdinoex2003-02-065-1/+32
| | | | | - Fix PLIST - no objection from maintainer in 5 days
* - Fix build under CURRENTdinoex2003-02-065-0/+45
| | | | | - Fix problems with installed bison - no objection from maintainer in 5 days
* Upgrade to 0.10.obraun2003-02-053-4/+5
| | | | | PR: ports/47979 Submitted by: maintainer
* Homepage updates.naddy2003-02-051-1/+1
| | | | | PR: 47914, 47915, 47916, 47938, 47941 Submitted by: tadalunch@s5.xrea.com
* URL fixes.naddy2003-02-051-1/+1
| | | | | PR: 47848, 47853, 47855 Submitted by: tadalunch@s5.xrea.com
* make portlint-clean by reducing size of pkg-comment and adding USE_LIBTOOLrse2003-02-052-1/+2
|
* New port: Perl Class::Hook trace method calls to other classesedwin2003-02-056-0/+52
| | | | | | | | Perl module Class::Hook enables you to trace methods calls from your code to other classes. PR: ports/45255 Submitted by: Brian Skrab <brian@quynh-and-brian.org>
* BUILD_DEPENDS isn't enough, we need RUN_DEPENDS as well so the dependencydes2003-02-051-0/+3
| | | | | gets registered in the package. This should unbreak the bento builds of games/flightgear.
* Packing list incorrectly listed jaxp.jar and crimson.jar.znerd2003-02-052-4/+0
| | | | | Submitted by: Akifyev Sergey <asa@gascom.ru> PR: 47720
* Upgrade RTEMS G77 to 3.2.1jeh2003-02-0511-40/+273
|
* New port: Test::Class - Easily create test classes in an xUnit styleedwin2003-02-056-0/+62
| | | | | | | | | | | | | | | | | Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder it is designing to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.) Note: This module will make more sense if you are already familiar with the "standard" mechanisms for testing perl code. Those unfamiliar with Test::Harness, Test::Simple, Test::More and friends should go take a look at them now. PR: ports/47589 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to 1.3.4.marcus2003-02-057-43/+55
|
* maintainer update: devel/p5-Log-TraceMessages from 1.2 to 1.3edwin2003-02-052-2/+2
| | | | | PR: ports/47933 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* maintainer update: devel/p5-Term-ProgressBar from 2.01 to 2.03edwin2003-02-052-2/+2
| | | | | PR: ports/47932 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* maintainer-update : devel/p5-Class-MakeMethods from 1.005 to 1.006edwin2003-02-053-10/+63
| | | | | PR: ports/47928 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Maintaer update : devel/p5-File-FTS from 0.01 to 0.02edwin2003-02-052-2/+2
| | | | | PR: ports/47927 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Updated port: devel/p5-Data-DumpXML from 1.03 to 1.05edwin2003-02-053-6/+8
| | | | | | | Maintainer update PR: ports/47925 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* New ports: devel/p5-Date-Romanedwin2003-02-056-0/+42
| | | | | | | | | | | | The math/p5-Roman port will convert 'ordinary' Arabic numerals into their Roman couterparts. Comes in handy when trying to decipher copyright messages on BBC. The devel/p5-Date-Roman port translates 'modern' dates into the format used by the ancient Romans. Makes for an interesting addition to e-mail headers. PR: ports/47148 Submitted by: Philip Paeps <philip@paeps.cx>
* [NEW PORT] devel/p5-Log-Log4perl, Log4j for Perl (resubmission)edwin2003-02-056-0/+80
| | | | | | | | | | Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. PR: ports/45998 Submitted by: Lars Thegler <lars@thegler.dk>
OpenPOWER on IntegriCloud