aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Seems what MASTER_SITE_GNU sites have is the old tarball, so comment outknu2002-08-262-6/+6
| | | | MASTER_SITE_GNU until it mirrors the latest tarball..
* Update MASTER_SITES.sumikawa2002-08-262-2/+6
| | | | Submitted by: knu
* Update checksum of cvs-1.11.2.tar.gz.sumikawa2002-08-262-2/+2
| | | | | I've checked all of diffs between new and old tarballs. Only documents are updated from old tarball.
* Upgrade to 1.11.2.(I've forgot to cvs add in previous commiting)sumikawa2002-08-262-0/+20
| | | | Submitted by: knu
* Upgrade to 1.11.2.sumikawa2002-08-2612-834/+348
| | | | Submitted by: knu
* o Problem: "libstdc++-v3's configure script (and others) executelioux2002-08-262-0/+21
| | | | | | | | | | | | | | | | commands such as .../xgcc -B.../ conftest.C -c -S. Assuming that xgcc invokes the distcc client, this makes the distcc client write the assembly output to conftest.o even though it should go into conftest.s. The cause of this is that distcc currently does not honour the fact that -S supersedes -c. Interestingly, if you add "-o conftest.s" to the command line, it's the distcc server that fails, claiming it couldn't find conftest.C." o The attached patch fixes this behaviour. Courtesy of [1] PR: 42019 Submitted by: MAINTAINER, Alexandre Oliva <aoliva@redhat.com> [1]
* Update to 1.4 Build 175lioux2002-08-268-8/+8
|
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-255-57/+7
| | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1]
* add two more doc filesijliao2002-08-252-61/+66
| | | | Submitted by: "Hovik Melikyan" <hovik@melikyan.com> (author)
* Add gdbmods 20020824, wrapper for gdb -k to provide kld symbolpetef2002-08-246-0/+34
| | | | | | | information. PR: 41975 Submitted by: Bruce M Simpson <bms@spc.org>
* Update to 2.4.3.marcus2002-08-242-2/+2
|
* Update to 1.1.0.petef2002-08-243-2/+5
|
* - update to 0.1.14petef2002-08-242-7/+11
| | | | | | | | - MASTER_SITES has moved to sourceforge - use EXAMPLESDIR PR: 41897 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* The tarball was re-rolled to fix some Cygwin bugs, so add this newpetef2002-08-241-0/+1
| | | | | | | checksum and leave the old checksum too, per trevor@'s advice. PR: 41790 Submitted by: Matthias Andree <matthias.andree@web.de>
* Add hpl 0.3.3, haskell Ports Library provides ports in Haskell.obraun2002-08-246-0/+51
| | | | Approved by: dwcjr (mentor)
* Add c2hs 0.10.15, c->Haskell, an Interface Generator for Haskell.obraun2002-08-2411-0/+107
| | | | Approved by: dwcjr (mentor)
* upgrade to 1.5.2ijliao2002-08-232-2/+2
|
* Fix build on -currentade2002-08-232-0/+40
| | | | Submitted by: mike
* Add missing .pyo files to each pkg-plistperky2002-08-238-0/+88
|
* Update to version 5.2.11kevlo2002-08-232-2/+2
| | | | | PR: 41893 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@alane2002-08-231-1/+1
| | | | maintainership.
* BerkeleyDB cleanup - stage 3ade2002-08-234-4/+4
| | | | | Version 2 of Berkeley DB has been repo-copied to databases/db2, for naming consistency with the other ports. Fix dependencies accordingly.
* BerkeleyDB cleanup - stage 2ade2002-08-231-1/+2
| | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
* Add libpdel to SUBDIR.kris2002-08-231-0/+1
| | | | Pointy hat to: archie
* Update for acpica-unix-20020725.iwasaki2002-08-223-4/+15
| | | | Also fixed yacc version of iasl.
* Upgrade to version 0.3.1. This fixes build problems on -stable.archie2002-08-223-2/+3
|
* Update to 1.4 Build 174lioux2002-08-228-8/+8
|
* Add popenhs 1.00.0, a popen-like library for Haskell.obraun2002-08-226-0/+39
| | | | | PR: ports/36939 Approved by: dwcjr (mentor)
* Change MAINTAINER to my FreeBSD address.obraun2002-08-222-2/+2
| | | | Approved by: dwcjr (mentor)
* Add drift 2.0.r3, a type sensitive preprocessor for Haskell.obraun2002-08-2211-0/+119
| | | | | PR: ports/41616 Approved by: dwcjr (mentor)
* Change MAINTAINER to my FreeBSD address.obraun2002-08-214-6/+50
| | | | | | | | Do not allow building with ghc-5.04 due to errors. Add patch to fix build on bento. PR: ports/40828 Approved by: dwcjr (mentor)
* Update to 3.06.obraun2002-08-218-8/+14
| | | | | | | | Changed WWW. PR: ports/41574 Submitted by: obraun Approved by: maintainer, dwcjr (mentor)
* Change MAINTAINER to my FreeBSD address.obraun2002-08-212-2/+2
| | | | Approved by: dwcjr (mentor)
* The Packet Design Embedded Library (PDEL) is a C library containing anarchie2002-08-215-0/+552
| | | | | | | | | | | | | | | | | | | | | | | | | | assorted collection of code useful for developing embedded applications: - C data structure run-time introspection library: structs(3) - Threaded HTTP client/server library: http_server(3) - Application configuration framework: app_config(3) - Heap memory accounting and sanity checking: typed_mem(3) - File template library: tmpl(3) - Routines to configure networking interfaces, ARP table, and routing table (FreeBSD only): if_util(3), route_msg(3), uroute(3) - Logging library: alog(3) - Generic TCP server: tcp_server(3) - Generic hash table implementation: ghash(3) - Generic balanced tree implementation: gtree(3) - FILE * enhancements: - Base-64 encoding/decoding: base64(3) - Events and actions with automated locking: paction(3), pevent(3) - Generalized per-thread variables: tinfo(3) - Message ports: mesg_port(3) - Digital signature creation/verification: rsa_util_sign(3) - Filesystem mounting/unmounting (FreeBSD only): fs_mount(3) - String quoting/parsing: string_enquote(3) For more details, see the individual man pages referenced above.
* Update to 2.4.2.marcus2002-08-212-3/+3
|
* o Install header files so that this library is actually usablelioux2002-08-212-0/+21
| | | | | | o Bump PORTREVISION Prompted by: tobez
* Add backup site until gnucash.org is up again.sobomax2002-08-191-1/+2
|
* Update to 1.5.2.sobomax2002-08-193-4/+3
|
* upgrade to 1.2ijliao2002-08-194-15/+14
| | | | | update WWW and master site drop maintainership
* WWW removedijliao2002-08-191-5/+0
|
* change my email address to leeym@FreeBSD.orgleeym2002-08-194-4/+4
| | | | | Reviewed by: ijliao (mentor) Approved by: ijliao (mentor)
* Update to 2.14.3.phantom2002-08-186-6/+6
| | | | | | | | | | Fixes broken in 2.14.2 ability to sort bug lists on more then one field and possible security hole with contrib/bug_email.pl and contrib/bugzilla_email_append.pl scripts. This is bugfix release and latest release from 2.14 branch. This update provided for 2.14 users who would like to stay with 2.14. All new users should wait until port is updated to 2.16.
* Update to 1.1.11.sobomax2002-08-185-18/+22
|
* Add devel/p5-DB_File-Lock, a wrapper for the DB_File module, addingnork2002-08-166-0/+36
| | | | | | | | | | locking, extremely lightweight. This module provides the similar functionality to Tie::DB_LockFile, but also supports DB_RECNO. Reviewed by: knu (mentor) Approved by: knu (mentor)
* o Update to 1.4 Build 173lioux2002-08-1616-922/+1266
|
* Update to 0.8.perky2002-08-162-2/+2
| | | | | PR: 41698 Submitted by: maintainer
* Update to 1.5.0.naddy2002-08-162-2/+2
| | | | | PR: 41622 Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
* Update to 4.5.naddy2002-08-153-10/+8
| | | | | PR: 41677 Submitted by: Jos Backus <jos@catnook.com>
* upgrade to 1.2ijliao2002-08-154-50/+40
|
* add p5-Inline-Java 0.33ijliao2002-08-156-0/+57
| | | | Write Perl subroutines and classes in Java
* upgrade to 1.5.0ijliao2002-08-153-2/+3
|
* Update to 1.80yoichi2002-08-144-4/+21
| | | | | PR: ports/41649 Submitted by: maintainer
* Patch up the getopt code to work around a crash when no long name isroberto2002-08-124-0/+60
| | | | | | | | | present. This has already been committed upstream, and adding it as a patch is just a temporary fix to keep subversion from segfaulting when you do 'svn --version' until I have a chance to update the port to a newer version of apr. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Update to 0.14.1.roberto2002-08-1212-12/+16
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* make portlint happyijliao2002-08-121-1/+1
|
* add ptypes 1.4.1ijliao2002-08-126-0/+120
| | | | C++ Portable Types Library
* Now that gcc renamed the head of their CVS from 3.2 to 3.3, update thisjoerg2002-08-128-118/+102
| | | | port since avr-libc-current has avr-gcc 3.3 as their prerequisite.
* 1) upgrade to 1.01ijliao2002-08-125-26/+28
| | | | | | 2) Makefile cleanup Submitted by: kuriyama (1)
* Switch to using MASTER_SITE_MOZILLA.marcus2002-08-111-1/+2
| | | | | PR: 41460 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 0.7lioux2002-08-114-12/+49
| | | | | PR: 40873 Submitted by: maintainer
* Upgrade to 0.11.5ade2002-08-113-2/+3
| | | | Submitted by: Jim Bloom <bloom@acm.org> and others
* upgrade to 2.1ijliao2002-08-118-68/+98
| | | | | PR: 41500 Submitted by: Ports Fury
* Update to 7.0.3 (tkdiff 3.09).naddy2002-08-105-108/+56
| | | | | | PR: 41376 Submitted by: James E. Flemer <jflemer@zoo.uvm.edu> Approved by: maintainer
* add p5-ResoucePool 0.9906ijliao2002-08-096-0/+65
| | | | A generic way to use connection caching for any kind of resources
* update for acpica-unix-20020725.iwasaki2002-08-093-8/+18
|
* - Update to 1.5pat2002-08-093-6/+7
| | | | | | | | - Sort plist also PR: ports/38955 Submitted by: Marc Recht <marc@informatik.uni-bremen.de> Approved by: maintainer
* Update to 4.2.sobomax2002-08-097-77/+67
|
* Update to 3.0.5pat2002-08-097-44/+41
| | | | | | PR: ports/41267 Submitted by: Alex Hayward <xelah@xelah.com> Approved by: maintainer
* Update to 0.17 finalpat2002-08-094-7/+11
| | | | | PR: ports/41433 Submitted by: maintainer
* Change PKGNAMEPREFIX to PYTHON_PKGNAMEPREFIX instead of hardcoded.perky2002-08-081-2/+1
|
* Add fib 1.0, the Fibonacci Heap Library (with 2-clauses BSD license)perky2002-08-086-0/+40
|
* Update maintainer email address and MASTER_SITESpat2002-08-081-5/+4
| | | | | PR: ports/41392, ports/41393, ports/41394, ports/41395 Submitted by: maintainer
* Update to 1.4.2pat2002-08-072-2/+2
| | | | | PR: ports/41407 Submitted by: maintainer
* Update to 2.4.1.marcus2002-08-074-19/+14
|
* Remove a dead patch.marcus2002-08-073-0/+0
|
* Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets addedmarcus2002-08-0724-273/+204
| | | | | | to the tree. Prompted by: Neil Darlow <neil@darlow.co.uk>
* Use USE_GNOMENG.sobomax2002-08-078-117/+23
|
* Debugging And Tracing Ultimate Module.kuriyama2002-08-066-0/+54
|
* Update to 15.4.petef2002-08-063-15/+5
| | | | Pointed out by: obrien
* Updated to 0.94 (fixed error with calling getpeername() on anskv2002-08-053-5/+5
| | | | unconnected udp socket)
* Update to subversion alpha 0.14.0 (r2667).roberto2002-08-0512-48/+24
| | | | | PR: ports/41249 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Update to apr version 20020725223645roberto2002-08-0512-28/+36
| | | | | PR: ports/41249 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Upgrade to 1.5.0.znerd2002-08-056-12/+16
|
* upgrade to 1.06ijliao2002-08-052-2/+2
| | | | | PR: 41287 Submitted by: maintainer
* Do not install .la filesijliao2002-08-053-4/+14
| | | | | PR: 41029 Submitted by: Ports Fury
* Update to 1.2.1 (bug fixes and an added Bulgarian translation).marcus2002-08-054-44/+12
|
* Update to 1.2.petef2002-08-052-2/+2
| | | | | PR: 40996 Submitted by: Nicholas Esborn <nick@netdot.net>
* Update to 0.5.5.knu2002-08-042-3/+3
|
* New port: SDK for UPnP Devicesclive2002-08-0425-0/+417
| | | | | | | | This is Linux SDK for UPnP Devices 1.0, an Open Source Universal Plug and Play Development Kit. PR: ports/41294 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
* Update to 2.0.6.marcus2002-08-043-4/+5
|
* Update to 1.0.3.marcus2002-08-042-3/+3
|
* add prototype 1.9ijliao2002-08-046-0/+62
| | | | Prototype Makefiles allows very fast project start ups
* add p5-PPerl 0.17ijliao2002-08-046-0/+39
| | | | Make perl scripts persistent in memory
* MAINTEINER-suggested version up.mita2002-08-0330-144/+120
| | | | | | | | | | | Install RPMs from RedHat 7.1 instead of RedHat 6.1. Thanks to this upgrade, many ports (pips, bjfilter,..) is internationalized without *-linux-locale port. I have verified this modification imposed no fatal error to the depending ports. Submitted by: Maintainer (taoka@FreeBSD.org) Reviewed by: ports-jp
* Retire ruby-optparse, which is now part of lang/ruby16-shim-ruby18.knu2002-08-036-96/+0
|
* Update to 0.5.4-03.knu2002-08-032-3/+3
|
* Update to 0.35pat2002-08-032-2/+2
| | | | | PR: ports/41255 Submitted by: maintainer
* s/libs/lib/. This fixes the build with the latest gettext.marcus2002-08-031-1/+1
| | | | Prompted by: Mike Harding <mvh@ix.netcom.com>
* Update to 1.4.1pat2002-08-022-2/+2
| | | | | PR: ports/41239 Submitted by: maintainer
* Chase shlib rev of devel/gettextade2002-08-0210-10/+10
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Share cvsdelta with the world.roberto2002-08-011-0/+1
| | | | | PR: ports/40947 (modified to put cvsdelta into devel/). Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org)
* cvsdelta summarizes the difference between a CVS project and its localroberto2002-08-015-0/+46
| | | | | | | | | | | | | | | version. It detects files that have been added and removed, and of existing files it counts the number of lines that have been added, deleted, and changed. It filters project changes by using .cvsignore files, both system-wide and locally. Requires ruby. WWW: http://cvsdelta.sourceforge.net/ AUTHOR: Jeff Pace <jpace@incava.org> PR: ports/40947 (modified to put cvsdelta into devel/). Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org)
* * Finish upgrade to 2.12.1.naddy2002-08-013-11/+39
| | | | | | | | * Sort plist. * Use PKGNAMEPREFIX instead of hardcoded arm-elf. PR: 41230 Submitted by: Espen Skoglund <esk@ira.uka.de>
* Fix man page links.naddy2002-08-011-1/+4
| | | | Approved by: no response from maintainer
* Stage a mini-coup, and borrow these ports from portmgr@ for a while,ade2002-08-0130-35/+30
| | | | | | | since I'm doing most of the updating, and am working on a port/Mk/bsd.<gnublah>.mk to move some cruft around. Sponsored by: Mr. Smith and Mr. Wesson. :)
* (1) Update to 0.11.4ade2002-08-018-59/+66
| | | | | | | | (2) install po-compat.el in addition to po-mode.el PR: (1) 41170 (2) 41170, 40670 Submitted by: 40670: Olivier Tharan <olive@oban.frmug.org> 41170: Ports Fury
* Upgrade to version 2.1.0.bsd2002-08-012-2/+2
|
* upgrade to OSSP mm 1.2.1rse2002-07-312-2/+2
|
* add sigslot 1.0.0ijliao2002-07-306-0/+35
| | | | C++ Signal/Slot Library
* Update to 1.4 Build 171lioux2002-07-308-8/+8
|
* Update to 0.4perky2002-07-294-12/+10
|
* Bump shared library version because of devel/mm updatepat2002-07-281-1/+1
| | | | | PR: ports/41053 Submitted by: Scott Lampert <scott@lampert.org>
* Use USE_GNOMENG.marcus2002-07-281-1/+2
|
* Append the GNOME components to USE_GNOME.marcus2002-07-281-1/+1
|
* Use USE_GNOMENG.marcus2002-07-283-9/+10
|
* Use USE_GNOMENG.marcus2002-07-282-14/+6
|
* Update to 1.1.1 and add USE_GNOMENG.marcus2002-07-273-40/+30
|
* Upgrade to 1.6.2demon2002-07-276-23/+41
| | | | New version location noticed by: ijliao
* Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)rse2002-07-265-10/+10
|
* Add p5-AppConfig-Std 1.07, a subclass of AppConfig that provides a settobez2002-07-266-0/+46
| | | | | | | of standard configuration variables and command-line switches. PR: 40809 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Use MASTER_SITE_REDHAT_LINUX.knu2002-07-262-30/+8
|
* Use MASTER_SITE_REDHAT_LINUX.knu2002-07-261-13/+4
|
* Chase a repack. (It was just unneeded files were removed)knu2002-07-266-12/+3
| | | | Submitted by: bento
* Update to 0.07pat2002-07-262-2/+2
| | | | | PR: ports/40977 Submitted by: maintainer
* Update to 0.24pat2002-07-262-2/+2
| | | | | PR: ports/40976 Submitted by: maintainer
* Use USE_GNOMENG.sobomax2002-07-254-32/+8
|
* Update to 0.43.sobomax2002-07-255-37/+20
|
* add parrot 0.2.6ijliao2002-07-256-0/+58
| | | | The Parrot GUI Builder
* Use USE_GNOMENG.sobomax2002-07-251-6/+2
|
* add py-fortran 8.1ijliao2002-07-258-0/+104
| | | | Creating extensions to the Python language with Fortran routines
* Upgrade to 1.0.0. I tried to keep it buildable with both the new and the ↵mi2002-07-255-24/+57
| | | | | | older C++ compiler, but no port seems to depend on this one, anyway.
* Update to 2.0.2.marcus2002-07-258-30/+34
|
* Update to 1.0.3.marcus2002-07-255-20/+18
|
* Update to 1.4 Build 170lioux2002-07-258-8/+8
|
* Create librhtv.so.1 symbolic link to let ldconfig pick up the library name.perky2002-07-242-3/+6
| | | | Submitted by: kbyanc
* Update to 0.6.knu2002-07-243-7/+7
| | | | | PR: ports/38898 Submitted by: Toni Andjelkovic <toni@soth.at> (MAINTAINER)
* Update to 1.1.1.knu2002-07-247-30/+48
| | | | | PR: ports/38897 Submitted by: Toni Andjelkovic <toni@soth.at> (MAINTAINER)
* Update to 0.4pat2002-07-246-26/+34
| | | | | PR: ports/40918 Submitted by: maintainer
* Fix freetype header locationpat2002-07-242-0/+6
| | | | | PR: ports/40921 Submitted by: maintainer
* Update to FreeBSD-CVSweb 2.0.5.scop2002-07-238-26/+98
| | | | Approved by: knu (mentor)
* IPv6 enabled cvs which means pserver client support IPv6.sumikawa2002-07-2319-0/+4487
| | | | FreeBSD local fixes are put on files/patch-freebsdlocal.
* o Update to 1.2.5.jedgar2002-07-233-15/+8
| | | | | | | o Support KDE3. PR: 40813 Submitted by: Nick Hilliard <nick-lists@netability.ie>
* Update to 1.05pat2002-07-232-2/+2
| | | | | PR: ports/40868 Submitted by: maintainer
* upgrade to 0.5.1ijliao2002-07-223-3/+3
|
* Remove gehicks@cisco.com as MAINTAINER; mail has been bouncing for 2 months.fenner2002-07-222-2/+2
|
* Catch up to the new bsd.lib.mk API.ru2002-07-223-20/+8
|
* Added profiled library.ru2002-07-221-0/+1
|
* Bump portrevision (textproc/expat2 shlib bump).kuriyama2002-07-2111-11/+22
|
* Update to 0.7.4.sobomax2002-07-2021-300/+105
|
* - Update to version 0.19.0wjv2002-07-194-1368/+1588
| | | | Prompted by: Christopher Armstrong <radix@twistedmatrix.com>
* Upgrade to v5.3jkoshy2002-07-192-2/+2
|
* Add py-px 0.6.8, a Python Interface to Perforce p4(1)perky2002-07-196-0/+37
|
* Fix REINPLACE problem.okazaki2002-07-191-1/+4
| | | | | PR: 40484, 40485 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).anholt2002-07-191-6/+6
| | | | | | | Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des
* Update to 0.3.4perky2002-07-183-3/+5
|
* Update to 0.08perky2002-07-183-2/+94
|
* Update to 0.7.2perky2002-07-182-2/+2
|
* Update to 0.9.3lioux2002-07-186-37/+90
|
* Update to 0.06pat2002-07-172-2/+2
| | | | | PR: ports/40686 Submitted by: maintainer
* Update to 0.23pat2002-07-172-2/+2
| | | | | PR: ports/40685 Submitted by: maintainer
* upgrade to 0.6ijliao2002-07-174-15/+4
| | | | | PR: 40681 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to 2002.0305pat2002-07-172-2/+2
| | | | | PR: ports/40640 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 1.5dpat2002-07-172-2/+2
| | | | | PR: ports/40665 Submitted by: schweikh
* - Update to version 1.2.5greid2002-07-167-81/+55
| | | | | | | | - Fix MLINKS - Add WWW entry PR: 38830 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* fix hang-in-build problemijliao2002-07-162-0/+15
| | | | | PR: 40633 Submitted by: Amar Takhar <verm@drunkmonk.net>
* oops... forget dependenciesijliao2002-07-161-0/+4
|
* add e4graph 1.0a6ijliao2002-07-167-0/+85
| | | | A C++ library that persistently stores graph like data
* Add a warning message about subversion being pre-alpha software and notroberto2002-07-164-0/+56
| | | | | | | suited for production use yet. PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Update apr to the latest snapshot 20020707163141.roberto2002-07-1612-60/+52
| | | | | PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* apr-devel has been repo-copied to apr.roberto2002-07-161-1/+1
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* devel/apr-devel is dead, long live devel/apr!roberto2002-07-167-149/+0
| | | | | | | The repo-copy has been done and the only port depending on apr-devel updated (subversion). Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* After far too long a hiatus, update the freebsd subversion port to 0.13.2.roberto2002-07-1612-280/+300
| | | | | | | | | | | | | | | | | | | | * distinfo: update checksum. * pkg-plist: add a few new headers and account for the fact that the header files are now in include/subversion-1/ instead of include, and the libs are now named libsvn_foo-1 instead of just libsvn_foo. * Makefile: point to new tarball. use the new REINPLACE infrastructure instead of depending on perl. explicitly look for berkeley db in the appropriate place because the configure script seems to have forgotten how to find it. axe gratuitous comments in some of the targets so that they don't print out onto the screen during the build. Depends on devel/apr instead of devel/apr-devel (which will disappear). Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
* Add py-repl 0.7.1,perky2002-07-166-0/+91
| | | | Replacement for readline and interactive environment for Python
* devel/apr has been repo-copied to devel/apr.roberto2002-07-168-16/+16
| | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-1612-12/+24
|
* USE_GTK implies USE_GLIB, so that remove the latter when the former is present.sobomax2002-07-161-1/+0
|
* Use $PYNUMERIC in the dependencies.tg2002-07-151-9/+1
|
* o Update to 0.50.39perky2002-07-152-20/+6
| | | | | | | | o Change major number from 0.50 to 50 (ldconfig couldn't detect libnewt.so.0.50) o Use .tar.gz on our localdist site instead of RH's one. RH don't keep old versions on the same directory and updates are so frequent.
* Update to 2.2.8apat2002-07-155-20/+10
| | | | | PR: ports/40566 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to version 0.6kevlo2002-07-153-15/+12
| | | | | PR: 40578 Submitted by: MAINTAINER
* Clean upkevlo2002-07-151-4/+1
| | | | Approved by: MAINTAINER
* Update to 0.9.knu2002-07-152-2/+2
|
* Update to 1.01.tobez2002-07-142-2/+2
|
* Add py-logging 0.4.6, logging System for Python as in PEP282.perky2002-07-146-0/+78
| | | | | PR: 36791 Submitted by: perky
* Upgrade to GNU shtool 1.6.1rse2002-07-144-14/+16
|
* upgrade to 1.5.29aijliao2002-07-143-27/+27
| | | | | PR: 40493 Submitted by: Ports Fury
* fix malloc.h bug in -currentijliao2002-07-141-0/+5
| | | | | PR: 40346 Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Update to 0.1.1.petef2002-07-135-13/+56
|
* Add knob WITHOUT_NHC98pat2002-07-134-146/+184
| | | | | PR: 40410 Submitted by: maintainer
* Use USE_REINPLACE.sobomax2002-07-123-54/+16
|
* Use USE_GNOMENG.sobomax2002-07-126-38/+26
|
* Use maintained kjbuckets module from gadflyB5.tg2002-07-125-2453/+27
|
* - Use USE_GNOMENG;sobomax2002-07-123-53/+19
| | | | | - use USE_LIBTOOL; - use USE_REINPLACE.
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-1214-150/+45
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* Use USE_REINPLACE.sobomax2002-07-119-27/+36
|
* Update to 2.0.0.sobomax2002-07-111-4/+5
|
* Update to 0.6.4lioux2002-07-111-0/+10
|
* o Update to 1.6.4lioux2002-07-113-9/+99
| | | | | | | | | | | o Fix libtool .la files installation and potential conflict with libiconv [1] o Take over maintainership [2] Submitted by: marcus [1] Reviewed by: anders, marcus, will, FreeBSD-Ports mailing list Requested by: Yuan-Chen Cheng <ycheng@sinica.edu.tw> (previous maintainer) [2] Approved by: Yuan-Chen Cheng <ycheng@sinica.edu.tw> (previous maintainer)
* findlib -> ocaml-findlibijliao2002-07-111-1/+0
|
* add ocaml-findlib 0.7.1ijliao2002-07-116-0/+81
| | | | OCaml package manager
* findlib -> ocaml-findlibijliao2002-07-115-79/+0
| | | | no history to preserve, so no need repo-copy
* upgrade to 0.3.2ijliao2002-07-114-8/+9
|
* add showgrammar 1.1ijliao2002-07-116-0/+41
| | | | Convert a yacc grammar to syntax diagrams
* Update to use the new grouping capability. This allows the removaljeh2002-07-1011-53/+31
| | | | | | | of the rtems-gcc hack to fetch the files from a different subdir then newlib lived in. Remove devel/rtems-gcc No functionality change so no PORTREVSION bump.
* - Add missed gconf into USE_GNOME and bump PORTREVISION;sobomax2002-07-106-54/+25
| | | | | | - remove redundant patch, whose functionality is replaced by gnomehack; - use USE_LIBTOOL, while I here and don't waste time building included tests; - fix pkg-plist.
* pre-patch --> post-patch, because pre-patch is used by bsd.gnomeng.mksobomax2002-07-101-1/+1
|
* add WWWijliao2002-07-101-0/+2
|
* add findlib 0.7.1ijliao2002-07-106-0/+78
| | | | OCaml package manager
* Eliminate file conflicts with devel/automakeade2002-07-104-15/+84
| | | | | | | Add ${PREFIX}/libexec/automake14/* links PR: 36077 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Eliminate file conflicts with devel/autoconfade2002-07-104-18/+82
| | | | | | | Add ${PREFIX}/libexec/autoconf213/* links PR: 36071 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Implement USE_GNOMENG. Users should not be able to start using Evolutionmarcus2002-07-101-5/+4
| | | | without needing any other hacks.
* Add missing file from last commitdwcjr2002-07-102-0/+26
| | | | Noticed by: Oliver Braun
* Update to 3.05dwcjr2002-07-106-14/+38
| | | | | | | | Unbreak PR: 40356 Submitted by: Oliver Braun Approved by: maintainer
* Update to 1.3.1 which includes support for kde3dwcjr2002-07-103-7/+18
| | | | | PR: 39730 Submitted by: maintainer
* - devel/gpasm to devel/gputils repocopy. gpasm is now part of gputils project.pat2002-07-0911-303/+170
| | | | | | | | - Remove devel/gpasm - Update devel/gputils to 0.10.3 PR: ports/34107 Submitted by: Samuel Tardieu <sam@inf.enst.fr> (MAINTAINER)
* - lang/nhc98 to devel/hat version 2.00 repocopy. hat split from nhc98pat2002-07-0917-982/+583
| | | | | | | | since lang/ghc may use it too. PR: ports/39540 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> (maintainer) Repocopied by: joe
* Remove leftovers (read *.bak) of REINPLACE_CMD execution.phantom2002-07-083-0/+3
|
* PERL -> REINPLACE_CMDphantom2002-07-083-6/+12
| | | | | PR: 39749 Submitted by: Paul Marquis <pmarquis@pobox.com>
* Rename patch file for consistency.phantom2002-07-083-0/+0
|
* Fix plistphantom2002-07-083-0/+3
|
* Update to 2.14.2. This is security update! Upgrade recomended!phantom2002-07-086-6/+6
| | | | | PR: ports/39041 Submitted by: Paul Marquis <pmarquis@pobox.com>
* upgrade to 1.4ijliao2002-07-082-2/+2
|
* Update to 1.4 Build 168lioux2002-07-088-8/+8
|
* upgrade to 1.2.5ijliao2002-07-084-26/+23
| | | | | PR: 40305 Submitted by: maintainer
* Update to 0.3.1.knu2002-07-089-30/+63
|
* Add p5-Class-ArrayObjects 1.00, utility class for array based objects.skv2002-07-076-0/+43
|
* Released FreeBSD-CVSweb 2.0.4.scop2002-07-074-8/+8
| | | | Approved by: knu (mentor)
* Update project web page address.scop2002-07-072-4/+4
| | | | Approved by: knu (mentor)
* Add trailing slash to example URI.scop2002-07-072-2/+2
| | | | Approved by: knu (mentor)
* Add p5-POE-Component-DirWatch 0.01, POE directory watcher.skv2002-07-066-0/+56
|
* Sweep through and fix some dependency problems and forgotten shlibpat2002-07-065-5/+5
| | | | | | version bumps Noticed by: bento
* Update to 0.3.3perky2002-07-063-2/+5
|
* Updated to 0.43 (added https support)skv2002-07-054-9/+16
|
* Add p5-POE-Session-Cascading 1.13, stack-like POE Sessions.skv2002-07-056-0/+48
|
* Updated to 0.12skv2002-07-053-4/+4
|
* Updated to 0.22skv2002-07-053-3/+3
|
* Add p5-Class-Container 0.05, a perl module to glue object frameworkstobez2002-07-056-0/+51
| | | | | | | together transparently. PR: 40224 Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
* upgrade to 5.3.9ijliao2002-07-052-2/+2
|
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-056-10/+13
|
* s/-pthread/${PTHREAD_LIBS}/marcus2002-07-052-2/+2
|
* Add USE_PERL5.marcus2002-07-052-0/+2
|
* Convert to USE_GNOMENG.sobomax2002-07-051-1/+2
|
* Update port to version 1.13.olgeni2002-07-046-32/+38
| | | | | PR: 40172 Submitted by: Simon Marlow <simon@smarlow.com>
* o Update to 0.12perky2002-07-044-24/+50
| | | | | | | | o Check __FreeBSD_version < 500018 which doesn't have libreadline 4.2 PR: 38454, 39640 Submitted by: Tilman Linneweh <tilman@arved.de>, KATO Tsuguru <tkato@prontomail.com>
* add log4c 1.0.6ijliao2002-07-046-0/+57
| | | | Logging for C Library
* Forgot to cvs add this patch in the previous commit. It (finally!) omitsjoerg2002-07-042-0/+24
| | | | re-installing avr-c++filt which is already present from avr-binutils.
* Mega-upgrade of the AVR GNU toolchain, part #3:joerg2002-07-046-78/+84
| | | | | | | | Upgrade avr-libc. Marek Michalkiewicz largely reorganized the directory structure and the API, in the process of moving all this out to savanna.gnu.org in future. Please note that the API changes are not yet reflected in the documentation. Yet, i chose to make this version available since it is sorely needed to support the new AVR controllers.
* Mega-upgrade of the AVR GNU toolchain, step #2:joerg2002-07-0412-200/+324
| | | | | | | | | Upgrade to a development version of GCC 3.2. New AVR microcontrollers are introduced with faster pace than new versions of GCC :), so we need the development version to support recent AVR chips (like the ATmega 128). Alas, official GCC snapshot tarballs still track the 3.1.x branch, so i got to CVS checkout and roll my own tarball.
* Mega-upgrade the AVR GNU utils toolchain, part #1:joerg2002-07-044-18/+103
| | | | | | | | Upgrade binutils to a recent snapshot, since this is a prerequisite for the remaining ports. Unfortunately, sources.redhat.com frequently purges older snapshot tarballs, thus i gotta keep the one to use here around privately.
* upgrade to 1.3.2ijliao2002-07-036-46/+4
|