aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - add missed file from last commitalexbl2006-10-071-0/+11
| | | | Pointyhat to: me
* - unbreak on gcc4.1alexbl2006-10-071-11/+12
| | | | | | PR: 103881 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: novel (mentor, implicit)
* Update 4.2.3p21 --> 4.2.3p51cy2006-10-072-5/+4
|
* Update 4.2.2p3.r2 --> 4.2.2p4.r4cy2006-10-072-9/+9
|
* Update 4.2.2p2 --> 4.2.2p3cy2006-10-073-9/+8
|
* Update pkg-message[.in] to clarify syslog configuration details.shaun2006-10-071-1/+2
| | | | | | PR: ports/104080 Submitted by: João Rocha Braga Filho <goffredo@gmail.com> Approved by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
* Fix auto-completion for portinstall and /usr/ports/INDEX-*.shaun2006-10-074-0/+40
| | | | | | PR: ports/103550 Submitted by: Jeppe Larsen <jwl@io.dk> Approved by: Kirk Strauser <kirk@strauser.com> (maintainer)
* Add USE_GCC to fix broken on 4.xvanilla2006-10-071-0/+1
| | | | Submitted by: krismail
* - Update to 1.4.4clsung2006-10-072-5/+5
| | | | - maintainer -> perl@
* - Primary master site is slow; use my mirror.shaun2006-10-071-6/+4
| | | | | | | | - Get rid of Perl dependency: use ${REINPLACE_CMD} instead. - Assign maintainership to submitter. PR: ports/103234 Submitted by: Andy Kosela <spear@protect-ya-neck.com>
* - Disable gtk frontend of 4.xahze2006-10-072-8/+10
| | | | Reported by: kris mail
* - Add the REALPLAYER and QUICKTIME(off) OPTIONS. If QUICKTIME OPTION is off,acm2006-10-073-41/+65
| | | | | | | | this port could install without problem of vulnerabilities. - Bump PORTREVISION - Other few modifications Sponsored by: FreeBSD Bugathon
* Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliaomi2006-10-074-383/+86
| | | | | | | | | | | | | | (for the earlier version 3.0.12). Make post-build test possible (via OPTIONS) and, unfortunately, disable it by default due to several test failures. (Java-maintainers may want to take a look.) Switch to an auto-generated pkg-plist (HUGE amount of examples and documentation). Ying-Chieh is planning to delete his databases/java-db and is invited to take over this port.
* Update to the 2006-10-07 versionedwin2006-10-072-40/+40
|
* - Fix build on 4.x.shaun2006-10-072-0/+41
| | | | | PR: ports/104068 Submitted by: Rémi Denis-Courmont <rdenis@simphalempin.com> (maintainer)
* Update to version 0.1.5markus2006-10-072-4/+4
|
* Update to version 1.0.1markus2006-10-076-8/+32
|
* When using LDAP as a KDC back-end, allow users to override theshaun2006-10-072-0/+23
| | | | | | | | hard-coded LDAP socket path. By default, we will use the path where OpenLDAP usually puts its socket. PR: ports/72149 Submitted by: Pawel Wieleba <wielebap@iem.pw.edu.pl>
* Mark broken on 4.x.lawrance2006-10-071-1/+5
| | | | Reported by: kris
* Set CMAKE_BACKWARDS_COMPATIBILITY to 2.2 and unbreak.thierry2006-10-071-5/+2
| | | | | | PR: ports/102437 Submitted by: TAOKA Fumiyoshi <fmysh (at) iijmio-mail.jp> Approved by: maintainer's time-out (since 23 Aug 2006)
* - Update to 9.51pav2006-10-075-152/+118
| | | | | | PR: ports/103129 Submitted by: Federico Galvez-Durand Besnard <federicogalvezdurand@yahoo.com> Approved by: maintainer timeout (25 days)
* - Fix build by forcing known good CFLAGSpav2006-10-071-0/+1
| | | | | | PR: ports/103832 Submitted by: Randy Pratt <bsd-unix@earthlink.net> Approved by: M. Yu. Brazhnikov <makc@issp.ac.ru> (maintainer)
* Update to 2.105erwin2006-10-072-4/+4
|
* Update for new version 1.9dougb2006-10-074-36/+92
|
* Update to 2.0603erwin2006-10-072-4/+4
|
* New Features:dougb2006-10-072-174/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============= 1. You can now specify multiple ports to upgrade on the command line, such as 'portmaster foo-1.23 bar-4.56 baz-7.98'. [1] Pass -n argument to child processes (as needed) to handle this case. 2. Handle an alternate port that can satisfy a build requirement by reading the CONFLICTS for the "standard" port, and seeing if we have one of those installed. [1] 3. Unless the user specifies the new -B option, always build a backup package when updating an existing port. Unless the user has specified the -b option, delete the package on successful installation of the new port, or print a helpful message telling the user where they can find the package if install fails. 4. Don't only test a port for IGNORE, also test FORBIDDEN and BROKEN to avoid doing a lot of work on dependencies for a port that we aren't going to install. Big Improvements: ================= 1. Significantly enhance the -r option by tracking what ports should be rebuilt as a result of it, and rebuilding them "in line" if they are dependencies of other ports that should also be rebuilt. Thus, make sure that these ports get rebuilt once, and only once. Also, don't rely on just the installed port's +REQUIRED_BY file to get the list of dependencies, since it may be out of date. Search the pkg tree for that port's DEPORIGIN to make sure that we get them all. 2. Track answers to ports that have +IGNOREME files, so the user is not asked twice. 3. Rather than use all-depends-list to handle dependencies, use a combination of build-depends and run-depends. This seems to get everything we actually need, without sucking in a lot of stuff we don't. 4. Stop abusing the config_only mode, and make a clear separation between first run (if any) and build run that does not depend on it. This makes -G mode work as intended, with no bad side effects. [1] Small Improvements: =================== 1. Add PREFIX/sbin to the PATH [1] 2. Cache "no" answers when using -i ("yes" was already cached). 3. If pkg_version thinks that two versions are the same even though they have different pkg names, don't warn the user. 4. Clean up package code a little. 5. Twiddle the "waiting on" message for fetch & checksum. 6. If a user has a stale +REQUIRED_BY file in a pkg directory, print a helpful message that suggests how to fix it. [2] 7. Don't tell a user about a -r port to rebuild if we're not going to rebuild it for whatever reason. Bug Fixes: ========== 1. Clean up trailing white space. 2. If the pkg data is corrupt, a search for installed port by ORIGIN could return more than one answer. So, use only the first answer. 3. In dependency_check(), if a port has moved, check the new location to see if it needs updating. 4. If there are no valid ports to build based on the command line args, don't try to build /usr/ports/ [3] [1] Suggested, debugged, and generally helped greatly by mezz [2] Wondered about by yar [3] Reminded by Bill Blue
* ventrilo-server --> ports/audio/ventrilo-serverpav2006-10-071-0/+1
|
* The server for Ventrilo is a voice chat program which supports multiplepav2006-10-078-0/+206
| | | | | | | | | | channels with different rate codecs and several people on each channel. Primarily aimed at team gamers but can be used as an IP phone as well. WWW: http://www.ventrilo.com/ PR: ports/95071 Submitted by: Anish Mistry <amistry@am-productions.biz>
* devel/avr-gcc-devel has been renamed to devel/avr-gcc.joerg2006-10-071-1/+1
| | | | (Erwin already moved the former devel/avr-gcc to devel/avr-gcc-3, thanks!)
* devel/cscope was fixed in version 15.6erwin2006-10-071-1/+2
| | | | Glanced at by: remko
* SlimServer will work with with MySQL 4.1 so allow that in addition tobrooks2006-10-073-3/+3
| | | | | | | 5.0. It's not clear if 5.1 will work, but go ahead and allow it for now. Reported by: Matthew Komar <digital at blackroses dot com>
* Record the swap of the AVR-GCC versions:joerg2006-10-071-0/+2
| | | | | old: avr-gcc now: avr-gcc-3 (to be retired some day) old: avr-gcc-devel now: avr-gcc (default to GCC 4.x)
* Remove. This has been moved to avr-gcc to become the standard versionjoerg2006-10-0710-1154/+0
| | | | of AVR-GCC now.
* Copy over the avr-gcc-devel port to avr-gcc, so this will become thejoerg2006-10-0710-0/+1153
| | | | | | | default AVR-GCC version now. No repocopy as this port used to exist before. For the history details, see the old avr-gcc-devel port (going to be moved to Attic now).
* - Fix build with gcc41miwi2006-10-072-3/+27
| | | | | PR: ports/104054 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* Use INST_TARGET instead of TARGETDIR to avoid the name clasherwin2006-10-072-28/+28
| | | | | | | | after DESTDIR was added. PR: 104045 Submitted by: gabor Prodded by: kris
* - Update to 1.0.5miwi2006-10-074-35/+11
| | | | | PR: ports/104055 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Allow both escape characters '#' and '='miwi2006-10-073-0/+98
| | | | | PR: ports/104058 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
* - Fix WWW linkclement2006-10-071-1/+1
| | | | | PR: ports/102376 Submitted by: Andrew McNaughton <andrew@scoop.co.nz>
* - Update to 20061006acm2006-10-076-38/+22
|
* Log from Maintainer:miwi2006-10-074-26/+36
| | | | | | | | | | | | | | | | | | | | | | mplayer does not necessarily these config files to work properly. They are needed however if one wants to set system-wide defaults different from mplayer's built-in settings. Therefore, o these files have more example character and are now installed in ${PREFIX}/share/mplayer/examples/etc o this is mentioned in files/pkg-message.in Also there are further cleanups: o The port now recognizes the new skin dir accorting to ports/103891. Please commit these two diffs together in order to maintain dependency consistency o pkg-message in the port root dir should be removed from the tree as we are using files/pkg-message.in for quite some time now PR: ports/103892 Submitted by: Denis Eremenko <moonshade@pnhz.kz> Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer)
* - Fix build problemesmiwi2006-10-073-1904/+1904
| | | | | | PR: ports/103891 Submitted by: Denis Eremenko <moonshade@pnhz.kz> Approved by: "Thomas E. Zander" <riggs@rrr.de>
* - Exclude some remaining device nodes from the installerwin2006-10-074-29/+4
| | | | | | | | - Bump PORTREVISION Spotted by: netchild PR: 104052 Submitted by: gabor (maintainer)
* - Update to 1.0.3pav2006-10-074-11/+11
| | | | | | | - Update maintainer's address PR: ports/104031 Submitted by: Jason DiCioccio <jd@ods.org> (maintainer)
* - Switch to bundled copy of sqlite3pav2006-10-071-2/+2
| | | | | PR: ports/103566 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
* - Exclude some remaining device nodes from the installerwin2006-10-074-11/+3
| | | | | | | | - Bump PORTREVISION Spotted by: netchild PR: 104051 Submitted by: gabor (maintainer)
* - Exclude some remaining device nodes from the installerwin2006-10-072-5/+3
| | | | | | | | - Bump PORTREVISION Spotted by: netchild PR: 104050 Submitted by: gabor (maintainer)
* - Fix build with gcc41miwi2006-10-073-2/+33
| | | | | | | - Fix pkg-plist PR: ports/103957 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Fix build with gcc41miwi2006-10-073-76/+104
| | | | | PR: ports/104001 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Remove a patch chunk which was breaking runtime on FreeBSD 4.Xpav2006-10-072-15/+1
| | | | | | PR: ports/97883 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Approved by: maintainer timeout (apache; 4 months)
* - Update to 2.9.5miwi2006-10-0712-28/+160
| | | | | PR: ports/104007 Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer)
* - Drop maintainershipmiwi2006-10-071-1/+1
| | | | | PR: ports/104023 Submitted by: Stefan 'Steve' Tell <stefan.tell@crashmail.de> (old maintainer)
* - Fix build on 4.xacm2006-10-072-1/+14
| | | | | | - Bump PORTREVISION Reported by: kris
* - Update to 0.6.1miwi2006-10-078-12/+54
| | | | | | PR: ports/103786 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: Vulpes Velox <v.velox@vvelox.net> (maintainer)
* - Fix build with gcc41miwi2006-10-071-0/+11
| | | | | PR: ports/103952 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Update to 0.5.2miwi2006-10-073-6/+6
| | | | | PR: ports/104060 Submitted by: Lars Engels (maintainer)
* Add missing patch file.cy2006-10-071-0/+14
|
* NTP will not build under FreeBSD 4.X.cy2006-10-071-1/+7
|
* - re-introduce audio/audacity-devel port (version 1.3.0b); [1]bsam2006-10-0716-1/+296
| | | | | | | | | | | - fix pkg-plist, lines added: ----- share/mime/packages/audacity.xml share/applications/audacity.desktop @dirrmtry share/applications PR: 103260 [1] Submitted by: Jack Low <xxjack12xx at gmail.com> [1]
* - Update to 1.2pav2006-10-073-6/+19
|
* - Add backup MASTER_SITESmiwi2006-10-071-1/+3
| | | | Submitted by: pontyhat via kris
* Attempt to fix build on 4.x.flz2006-10-071-0/+10
| | | | Reported by: kris
* Update modules entries after devel/avr-gcc was replaced by avr-gcc-3.erwin2006-10-071-1/+1
|
* - Update to 0.6.2miwi2006-10-073-9/+9
| | | | | PR: ports/104057 Submitted by: Lars Engels <lars.engels(at)0x20.net> (maintainer)
* - Fix LIB_DEPENDS. The devel/commoncpp port was updatedacm2006-10-071-1/+2
| | | | | | - Bump PORTREVISION Reported by: kris
* - Depend on and link against wxgtk26-unicode instead of the ANSI version. [1]stefan2006-10-072-37/+38
| | | | | | | | - s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: 103756 [1] Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de> [1] Approved by: maintainer [1]
* Enable suhosin patch by default.ale2006-10-074-46/+4
|
* - Update devel/ode to 0.7acm2006-10-0610-9/+12
| | | | | | - Bump PORTREVISION of all ports that depend of devel/ode [1] Approved by: thierry, Dmitry Marakasov <amdmi3__at__mail.ru> (maintainers) [1]
* Fix a typo EXPITATION_DATE -> EXPIRATION_DATE.bsam2006-10-061-1/+1
| | | | Pointy hat to: bsam (me)
* - Update to 20060621.shaun2006-10-063-7/+7
| | | | | | | - Update URLs and maintainer's e-mail. PR: ports/99244 Submitted by: Krzysztof Pawlowski <msciciel@dark-zone.eu> (maintainer)
* - Update mastersites.jmelo2006-10-062-2/+2
| | | | | | | - Fix WWW in pkg-descr. PR: ports/104063 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* - Update to 0.6.1sat2006-10-062-4/+4
|
* - set MAINTAINER to ports@, so anyone interested may take care of the port;bsam2006-10-061-1/+4
| | | | | | | - set DEPRECATED=superseeded by linux-xorg-libs port; - set EXPITATION_DATE=2006-12-10. Suggested by: netchild
* Add two more options.sumikawa2006-10-061-3/+12
|
* Add gcc33 in RUN_DEPENDS section. We no longer pass --disable-sharedmaho2006-10-062-0/+2
| | | | in gcc33 port as default.
* - Update to 0.7.2sat2006-10-062-4/+4
|
* - Update to 5.3sat2006-10-062-4/+4
|
* - The first depends was correct. The last change was not.sem2006-10-061-3/+2
| | | | Reported by: kris mail
* - Update to 2.2.12miwi2006-10-062-5/+5
| | | | | | Submitted by: pointyhat to kris miwi Approved by: Andreas Kohn via irc
* - Document _ecalloc Integer Overflow Vulnerability in php5sat2006-10-061-0/+35
|
* p5-Crypt-GCrypt --> ports/security/p5-Crypt-GCryptclsung2006-10-061-0/+1
|
* Add p5-Crypt-GCrypt 1.15, perl interface to the GNU Cryptographicclsung2006-10-065-0/+52
| | | | | | | library. PR: ports/103767 Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
* - Fix syntax error while replace bash as shclsung2006-10-062-2/+4
| | | | | | | | | Detailed disscuss at: http://cle.linux.org.tw/gcin/readcomment.php?comment_id=397&comment_current_page=99999#comment - bump PORTREVISION PR: ports/104037 Submitted by: maintainer (chinsan)
* - Update to 0.98dclsung2006-10-062-4/+4
| | | | | | PR: ports/103408 Submitted by: chinsan Approved by: maintainer (timeout)
* - Update to 0.16clsung2006-10-062-4/+4
|
* - Update to 2.4.3clsung2006-10-065-40/+25
| | | | | | - patch-aa to patch-perldl.conf with minor modification - patch-Lib::Slatec::Makefile.PL removed hack in Makefile.PL resolve x86_64 systems problem.
* math/ufsparse has been renamed to math/suitesparsemaho2006-10-068-208/+0
| | | | PR: 103598
* math/ufsparse has been renamed to math/suitesparsemaho2006-10-063-69/+2
| | | | PR: 103598
* p5-Games-Alak --> ports/games/p5-Games-Alakclsung2006-10-061-0/+1
|
* Add p5-Games-Alak 0.18, simple game-tree implementation of a gomoku-likeclsung2006-10-065-0/+42
| | | | | | | game. PR: ports/102578 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* math/ufsparse has been renamed to math/suitesparsemaho2006-10-064-5/+6
| | | | PR: 103598
* - Update to version 1.5.9clsung2006-10-064-5/+14
| | | | | | | - Integration with Mantis bugtracking system PR: ports/104004 Submitted by: maintainer (Jan Siml)
* arpalert --> ports/net-mgmt/arpalertleeym2006-10-061-0/+1
|
* add arpalert-1.1.0leeym2006-10-066-0/+49
| | | | | | | | Arpalert uses ARP protocol monitoring to prevent unauthorized connections on the local network. If an illegal connection is detected, a program or script is launched, which could be used to send an alert message, for example. WWW: http://www.arpalert.org/
* Trail devel/avr-gcc rename to devel/avr-gcc-3edwin2006-10-061-2/+2
|
* - Use SF macro in MASTER_SITES.alepulver2006-10-061-3/+2
| | | | - Take maintainership.
* Mark as DEPRECATED and set EXPIRATION_DATE for 2006-11-05.alepulver2006-10-061-0/+3
| | | | | The reason is that it is for IceWM version 1.04 (6 years old), so it's very outdated respect the current version of IceWM.
* gish-demo --> ports/games/gish-demoalepulver2006-10-061-0/+1
|
* "Gish isn't your average hero, in fact he's not your averagealepulver2006-10-066-0/+361
| | | | | | | | | | | | | | | | | | anything... see Gish is a ball of tar. A Sunday stroll with his lady friend Brea goes awry when a shadowy figure emerges from an open man hole and pulls Brea into the ground below. Following Brea's calls for help Gish suddenly finds himself in the subterranean sewers of Dross, a long forgotten city filled with twisting corridors, evil traps and some of the most demented creatures imaginable." This is the demo version of the game. Visit the website to buy the full version. WWW: http://www.chroniclogic.com/index.htm?gish.htm PR: ports/103005 Submitted by: Jona Joachim <walkingshadow at grummel.net>
* php-sqlite3 --> ports/databases/php-sqlite3alepulver2006-10-061-0/+1
|
* php-sqlite3 is a PHP extension that lets you access SQLite3 databasesalepulver2006-10-064-0/+48
| | | | | | | | | | | | | | | | | | | | | within your scripts. PHP4 and PHP5 have already built-in support for this RDBM, but this is limited to the 2.x releases. This extension adds support for SQLite 3.x release. Please note that this project is still alpha-quality. Please test and report if it works for you and if you have ideas on how it can be enhanced. Current (or planned) features include: * In-memory databases support * UTF-16 encoding * User-level SQL functions * PEAR::DB driver class WWW: http://php-sqlite3.sourceforge.net/ PR: ports/103681 Submitted by: Simon Cornelius P. Umacob <simoncpu at infoweapons.com>
* - pet portlintclsung2006-10-061-1/+1
| | | | | | PR: ports/103996 Submitted by: Naram Qashat <cyberbotx_AT_kirby dot cyberbotx dot com> Approved by: maintainer (Tijl Coosemans)
* torque --> ports/sysutils/torquealepulver2006-10-061-0/+1
|
* TORQUE is an open source resource manager providing control overalepulver2006-10-0612-0/+664
| | | | | | | | | | | | | | batch jobs and distributed compute nodes. It is a community effort based on the original *PBS project and, with more than 1,200 patches, has incorporated significant advances in the areas of scalability, fault tolerance, and feature extensions contributed by NCSA, OSC, USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php PR: ports/103296 Submitted by: trasz
* - substitute INSTALLS_SHLIB with USE_LDCONFIGclsung2006-10-061-1/+1
| | | | | | PR: ports/103998 Submitted by: Naram Qashat <cyberbotx_AT_kirby dot cyberbotx dot com> Approved by: maintainer (Tijl Coosemans)
* - Allow expect to utilise 256 pty's as supported by FreeBSD. Theshaun2006-10-062-0/+21
| | | | | | | current code arbitrarily limits us to 64 at a time. - Bump PORTREVISION. Patch provided by "Cybil".
* vid --> ports/graphics/vidalepulver2006-10-061-0/+1
|
* Please welcome the new "graphics/vid" port, based on the old, expired one.alepulver2006-10-067-0/+330
| | | | | PR: ports/103684 Submitted by: Olivier <olivier@gid0.org>
* Drop maintainership:edwin2006-10-061-1/+1
| | | | <tlp> Someone care to drop my maintainership of net-im/naim? I haven't used it in ages.
* p5-Business-PayPal --> ports/www/p5-Business-PayPalalepulver2006-10-061-0/+1
|
* This module offers an interface to PayPal's transaction system.alepulver2006-10-065-0/+44
| | | | | PR: ports/103817 Submitted by: Steven Kreuzer
* Add note about multimedia/pvrxxx.alepulver2006-10-061-0/+3
|
* pvrxxx --> ports/multimedia/pvrxxxalepulver2006-10-061-0/+1
|
* Add CONFLICTS with the recently added port multimedia/pvrxxx.alepulver2006-10-061-0/+2
| | | | | PR: ports/102765 Submitted by: usleepless <usleepless@gmail.com>
* Add multimedia/pvrxxx, a patched version of pvr250 to support 150/500 cards.alepulver2006-10-068-35/+1577
| | | | | PR: ports/102765 Submitted by: usleepless <usleepless@gmail.com>
* p5-File-Which is a BUILD_DEPEND, not a RUN_DEPEND.brooks2006-10-063-6/+6
| | | | Reported by: kris (from pointyhat)
* - Add gcc42 linkahze2006-10-061-1/+1
|
* - Remove gcc35 linkahze2006-10-061-3/+3
| | | | - Grab MAINTAINER
* - Remove gcc35 linkahze2006-10-061-2/+2
|
* - Fix Makefiles.units. The devel/fpc-fcl was building without -CX optionacm2006-10-0612-12/+12
| | | | - Bump devel/fpc-fcl PORTREVISION
* p5-Shell-EnvImporter --> ports/devel/p5-Shell-EnvImporteralepulver2006-10-061-0/+1
|
* Shell::EnvImporter allows various kinds of shell scripts (csh, tcsh, bash, zshalepulver2006-10-065-0/+51
| | | | | | | | | | and even perl) to be "sourced" into a Perl program. This module also allows restoration of the pre-sourced environment. WWW: http://search.cpan.org/dist/Shell-EnvImporter/ PR: ports/102587 Submitted by: Martin Jackson (mhjacks at swbell.net)
* Upgrade to version 15.6.obrien2006-10-067-358/+32
|
* devel/avr-gcc has been repocopied to devel/avr-gcc-3, so to make roomjoerg2006-10-0615-1016/+2
| | | | | for devel/avr-gcc-devel taking over the role of the default AVR-GCC port now.
* - Update an old mambo advisory and document its new vulnerabilitiessat2006-10-061-1/+57
|
* - Correctly handle manpagesmiwi2006-10-065-14/+47
| | | | | | | | | - Always install baucla group so that client install works - Do not install mysql start/stop scripts - Bump PORTREVISION PR: ports/103176 Submitted by: Dan Langille (maintainer)
* Added safety checks against integer overflow.ale2006-10-064-2/+44
| | | | | | | | | Bump PORTREVISION. While I'm here, I suggest all php users to use the suhosin patch and suhosin extension to harden the php installation. Submitted by: simon Obtained from: PHP CVS repo.
* - Update to 6.2.9.8pav2006-10-064-15/+16
| | | | | PR: ports/104020 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
* Upgrade to 5.14.shaun2006-10-062-7/+7
|
* p5-WWW-Hotmail --> ports/mail/p5-WWW-Hotmailalepulver2006-10-061-0/+1
|
* WWW::Hotmail - Perl extension for connecting to Hotmailalepulver2006-10-065-0/+45
| | | | | | | | Author: David Davis, <xantus@cpan.org> WWW: http://search.cpan.org/dist/WWW-Hotmail/ PR: ports/102729 Submitted by: Steven Kreuzer <skreuzer at f2o.org>
* Get this port to generate the .pyc and .pyo files, because other ports willmezz2006-10-062-3/+12
| | | | | | | | creating them and causing the plist error. See ee multimedia/quodlibet for an example. Bump the PORTREVISION. PR: ports/103985 Submitted by: Alexander Botero-Lowry <alexbl@freebsd.org>
* Update games/fxsudoku to reflect the library change (x11-toolkits/fox16).bsam2006-10-061-1/+2
| | | | | | | | This should have been done along with x11-toolkits/fox16 updating. Bump PORTREVISION. Pointed out by: kris Pointy hat to: bsam (me)
* Fix PKGORIGIN by making net the primary category over comms.erwin2006-10-061-1/+1
| | | | Approved by: Filippo Natali <filippo.natali@gmail.com> (maintainer)
* Update the MASTER_SITES to fix the fetch. If they move this tarball again, Imezz2006-10-061-1/+1
| | | | shall host it in my freefall space. Sick of cat and mouse game.
* - Add XIM support.stefan2006-10-068-12/+90
| | | | | | | | - Transfer maintainership to submitter. PR: 103474 Submitted by: Takeshi MUTOH <mutoh@openedu.org> Approved by: old maintainer
* - Upgrade to 1.1.2.shaun2006-10-063-11/+29
| | | | - Add an ODBC option.
* Forced commit to document the upgrade from 4.2.2 to 4.2.2p2.cy2006-10-060-0/+0
|
* ch --> ports/shells/chalepulver2006-10-061-0/+1
|
* - Update to 1.39.24.20061002miwi2006-10-062-6/+5
| | | | | PR: ports/104008 Submitted by: Dan Langille (maintainer)
* Ch is an embeddable C/C++ interpreter for cross-platform scripting, shellalepulver2006-10-065-0/+2247
| | | | | | | | | | | | | | | | programming, 2D/3D plotting, numerical computing, and embedded scripting. Ch is the solution for: * Embedded Scripting * Enterprise * Academic * Plotting and Numerical Computing WWW: http://www.softintegration.com/products/chstandard/ PR: ports/101259 Submitted by: conrads at cox.net
* Enable parity for RAWDCF time clocks.cy2006-10-067-25/+59
| | | | PR: 103808
* Revert back previous commit of removing deleted ports frombsam2006-10-0616-16/+43
| | | | | | | CONFLICTS variable. Give happy users just another chance to update their systems. Pointed out by: infofarmer, kris
* - The whitespace police is back in town.alepulver2006-10-061-5/+6
| | | | | PR: ports/104017 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Mark mingw* ports as DEPRECATED with EXPIRATION_DATE set to 2006-11-04.alepulver2006-10-065-0/+15
| | | | | The reason is that they are unmaintained, outdated abd obsoleted by the mingw32-* ports. Also they conflict with the new ones.
* Add a proper warning that this code is not tested and the previous versionvd2006-10-061-0/+7
| | | | was causing panics.
* - whitespacesdinoex2006-10-061-1/+1
| | | | | PR: 104014 Submitted by: edwin
* externd MASTER_SITE_GNUSTEPdinoex2006-10-061-0/+1
|
* Redo the comments so they match the other bsd.x.mk files.bsam2006-10-061-23/+23
| | | | | PR: 104015 Submitted by: whitespace police (edwin)
* Forced commit:xride2006-10-060-0/+0
| | | | | | | | | | | | | | | | | Previous checkin to update to 1.78. This version fixes the following bugs: * Don't throw errors for links that cannot be expected to be valid all the time (e.g. the classid attribute of an object element) * Better fallbacks for some cases where the HEAD request does not work * Add more classes and ids to allow more styling of results pages (including example CSS file) * Ensure XHTML compliance * Better checks for optional dependencies PR: 103987 Submitted by: maintainer Approved by: tmclaugh (mentor)
* Forced commit:xride2006-10-060-0/+0
| | | | | | | | | | Previous checkin to update to 0.6.0 This new version adds several bug fixes. PR: 103986 Submitted by: maintainer Approved by: tmclaugh (mentor)
* Upgrade:vd2006-10-0621-186/+157
| | | | | | | | | | * net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus un-DEPRECATE them * devel/rvm from 1.10 to 1.13 * devel/lwp from 1.12 to 2.3 * devel/rpc2 from 1.28 to 2.2 These four are tightly related so I upgrade them in one.. well.. changeset
* - Update to 2.3.1acm2006-10-062-4/+4
| | | | - See the ChangeLog at http://dazuko.org/CHANGELOG
* Merge a number of fixes for the XORP port:bms2006-10-069-177/+321
| | | | | | | | | | | | | | Expand %%PREFIX%% in the rc script. Create the group 'xorp' when the package is installed. Fix the snmpd configure check and MIB module installation. Fix the pkg-plist. Note that as the XORP automake install target does not adhere to hier(7), it may be desirable to specify PREFIX when building and/or installing the port. PR: ports/103879 Submitted by: Benjamin Black <ben@layer8.net>
* - Add linux-curl to a curl advisory and tweak versions a bitsat2006-10-061-1/+3
|
* . Update distinfo for re-rolled amd64 tarballs. Fixes problem with noglewis2006-10-062-6/+6
| | | | GUI programmes running on amd64.
* - Add ja-lynx* to a lynx advisorysat2006-10-061-1/+2
|
* - chinese/tin was also vulnerablesat2006-10-061-0/+1
|
* - Document buffer overflow vulnerabilities in tinsat2006-10-061-0/+31
|
* - Chase shared library version bump in security/heimdal.shaun2006-10-064-8/+9
| | | | - Remove 4.x-specific BROKEN in net/arla (caused by heimdal).
* PR: 103987xride2006-10-062-6/+14
| | | | | Submitted by: maintainer Approved by: tmclaugh (mentor)
* - Remove the ICU crash workaround and really fix the issue. Ifjylefort2006-10-062-4/+3
| | | | | | | resultLength is smaller than the length needed to store the collation key, ucol_getSortKey() sometimes does not obey resultLength and overflows the result buffer... - Plug a memory leak in the icu patch.
* - Update to 0.7.2.shaun2006-10-065-23/+331
| | | | | - Improve pkg-descr, etc. - Take maintainership.
* - Update to 0.5.1acm2006-10-062-4/+4
|
* PR: 103986xride2006-10-052-4/+4
| | | | | Submitted by: maintainer Approved by: tmclaugh (mentor)
* Remove deleted linux_base-* and linux_locale* ports from CONFLICTS variablebsam2006-10-0516-43/+16
| | | | | | of the remaining linux ports. Reviewed by: netchild (agreed in principle)
* - drop maintainershipclsung2006-10-051-1/+1
| | | | | PR: ports/104006 Submitted by: maintainer (Stefan 'Steve' Tell)
* - Update to 4.6.1clsung2006-10-053-7/+6
| | | | | | PR: ports/103997 Submitted by: Naram Qashat <cyberbotx_AT_kirby dot cyberbotx dot com> Approved by: maintainer (Tijl Coosemans)
* - Update to 1.99.2clsung2006-10-052-5/+5
|
* - Use >0 for unpatched vulnerabilitiessat2006-10-051-5/+6
| | | | Submitted by: simon
* - Pass maintainership to submittermiwi2006-10-051-1/+1
| | | | | PR: ports/104003 Submitted by: thomas@goodking.ca
* - Document slapd acl selfwrite Security Issue in openldapsat2006-10-051-0/+35
|
* - Update to 0.4sat2006-10-052-4/+4
|
* - Document "System.CodeDom.Compiler" Insecure Temporary Creation in monosat2006-10-051-0/+38
|
* Fix GnuPG's hidden dependency on cURL - add cURL support to OPTIONS androam2006-10-052-2/+24
| | | | | | | either explicitly depend on it, or disable it in the configure options. PR: 103427 Silence from: kuriyama (maintainer)
* - Update to 3.21clsung2006-10-052-4/+4
|
* Update to version 2.08.danfe2006-10-053-4/+5
| | | | | PR: ports/103999 Submitted by: Naram Qashat <cyberbotx(at)kirby.cyberbotx.com>
* sshfp --> ports/dns/sshfpehaupt2006-10-051-0/+1
|
* Add sshfp, generate SSHFP DNS records from knownhosts files or ssh-keyscanehaupt2006-10-054-0/+43
|
* Add a patch to the JPEG processing to fix the latest securityroam2006-10-052-5/+81
| | | | | | | vulnerability and remove the FORBIDDEN and DEPRECATED tags. Obtained from: http://bugs.debian.org/362288 Silence from: maintainer
* Update to vpopmail-5.4.17. In the process:roam2006-10-0517-57/+747
| | | | | | | | | | | | - add a new knob, WITH_SQL_REMOVE_DELETED, for explicitly activating the new code for removing entries from the SQL log file when a user or domain is deleted; - add real NOPORTDOCS support and install the README.* files in addition to the doc_html/ and man_html/ directories if NOPORTDOCS is not set; - fix a couple of spelling and grammar errors in the new README.vpopmaild; - add several sanity checks; - remove the last traces of the ActiveDirectory backend; - various other minor changes.
* When checking for dependencies of foocategory/barport also find constructsvd2006-10-051-1/+1
| | | | | like .../barport/something e.g. expect either space, slash or eol after port's name
* - Update to 1.1.1miwi2006-10-053-9/+4
| | | | | PR: ports/103849 Submitted by: nivit(at)email.it (Nicola Vitale) (maintainer)
* - Update to 0.24.2miwi2006-10-054-12/+12
| | | | | PR: ports/103781 Submitted by: Pawel Pekala <c0rn@o2.pl> (maintainer)
* - Update to 1.4miwi2006-10-053-94/+296
| | | | | PR: ports/103995 Submitted by: Shane Bell <decept0@gmail.com> (maintainer)
* - Update to 2006-10-05clsung2006-10-053-157/+163
| | | | | | | - Added syntax transformers PR: ports/104000 Submitted by: maintainer (Nils M Holm)
* - reformat pkg-descrclsung2006-10-052-9/+12
| | | | | | | - Take maintainership PR: ports/103974 Submitted by: maintainer (Thomas Abthorpe)
* Since vd@ removed coda5_server and coda5_client, I think it's time toijliao2006-10-057-245/+1
| | | | retire coda5_doc
* Extend expiration date with one week.vd2006-10-051-1/+1
| | | | | | There is a newer version on the master site from September, it seems that the project is active again and thus I will try to update this port to the latest version.
* Remove expired net/coda5_server and its slave port net/coda5_clientvd2006-10-0516-249/+2
| | | | | | 2006-10-04 net/coda5_server (I love seeing those patch-?? files going to the attic:)
* Sync files masks with the current ports tree.vd2006-10-051-75/+75
| | | | Generalize some masks so they match future versions of distfiles.
* Actually mark BROKEN for 5.x, not for all versions as it was donebsam2006-10-051-0/+2
| | | | | | at previous commit. Pointy hat to: bsam (me)
* - Update to 0.9acm2006-10-052-8/+8
| | | | - Add devel/libzrtpcpp for secure voice communication
* - Update to 1.5.0acm2006-10-058-16/+62
|
* Mark BROKEN (does not compile).bsam2006-10-051-0/+2
| | | | | Reported by: krismail (pointyhat for amd64/5.x), my company's tinderbox (for i386/5.x)
* - libzrtpcpp --> ports/devel/libzrtpcppacm2006-10-051-0/+1
|
* - New port: devel/libzrtpcppacm2006-10-056-0/+84
| | | | | | | A separate extension package for GNU ccRTP, it provides support for the ZRTP protocol (as defined in the Internet draft draft-zimmermann-avt-zrtp). WWW: http://www.gnu.org/software/ccrtp/
* pybookreader --> ports/deskutils/pybookreaderalexbl2006-10-051-0/+1
|
* Add pybookreader 0.5.0, program for reading e-books.alexbl2006-10-056-0/+163
| | | | | | PR: ports/103834 Submitted by: Valeri Vassiliev Approved by: novel (mentor, implicit)
* - Update to 1.0.1sat2006-10-052-4/+4
|
* - Update to 0.2.2rafan2006-10-053-4/+9
| | | | | PR: ports/103981 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
* - Document open_basedir Race Condition Vulnerability in phpsat2006-10-051-0/+63
|
* zh-p5-Lingua-ZH-HanDetect --> ports/chinese/p5-Lingua-ZH-HanDetectclsung2006-10-051-0/+1
|
* Add p5-Lingua-ZH-HanDetect 0.04, guess Chinese text\'s variant andclsung2006-10-055-0/+46
| | | | | | | encoding. PR: ports/103585 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Update to 1.3clsung2006-10-052-4/+4
| | | | | | PR: ports/103921 Submitted by: chinsan Approved by: maintainer (Jonatan B)
* - Update to 0.15clsung2006-10-052-4/+4
|
* - sorted in alphabetical orderleeym2006-10-051-3/+3
|
* Upgrade slimserver to version 6.5.0.brooks2006-10-0518-207/+492
| | | | | | | | | | | | | The biggest change is that the database is now MySQL instead of SQLite. Slimserver starts it's own MySQL instance so you don't need to deal with MySQL configuration, but both the client and server are now dependencies. For more info see the change log at: http://www.slimdevices.com/Changelog6.html Most of the binary perl modules are now port dependencies. YAML-Syck is not yet because it didn't work. I suspect a version issues (the ports version is newer).
* duplo --> ports/devel/duploijliao2006-10-051-0/+1
|
* add duplo 0.2.0ijliao2006-10-054-0/+42
| | | | Find duplicated code blocks in large C/C++/Java/C#/VB.Net systems
* - Remove setting FETCH environmentclsung2006-10-051-5/+1
| | | | | | PR: ports/103992 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> Approved by: maintainer (Sean C. Farley)
* - bump PORTREVISIONclsung2006-10-051-0/+1
| | | | | | | to chase http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/103731 PR: ports/103984 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* - Update from 0.8.5 to 0.8.51 due to a security problem.alepulver2006-10-054-33/+7
| | | | | PR: ports/103993 Submitted by: Eric Kjeldergaard <kjelderg@gmail.com> (maintainer)
* yarv --> ports/lang/yarvalepulver2006-10-051-0/+1
|
* YARV is Virtual Machine for Programming Language Ruby.alepulver2006-10-055-0/+3704
| | | | | | | | | | | | The goal of this project is only one, to develop the fastest Virtual Machine for Ruby in the world. Author: Koichi Sasada <ko1@atdot.net> WWW: http://www.atdot.net/yarv/ PR: ports/100769 Submitted by: Jun Mukai aka jmuk <mukai at jmuk.org>
* - Update to version 0.5.alepulver2006-10-052-4/+12
|
* Add a note for security/metasploit-devel.alepulver2006-10-051-0/+1
| | | | | PR: ports/101280 Submitted by: Yonatan <onatan@gmail.com>
* metasploit-devel --> ports/security/metasploit-develalepulver2006-10-051-0/+1
|
* The Metasploit Projectalepulver2006-10-055-0/+1320
| | | | | | | | | | | | | | | | | | This is the Metasploit Project. The goal is to provide useful information to people who perform penetration testing, IDS signature development, and exploit research. This site was created to fill the gaps in the information publicly available on various exploitation techniques and to create a useful resource for exploit developers. The tools and information on this site are provided for legal penetration testing and research purposes only. This port is an in-development version of the upcoming Metasploit Framework. It is based on Ruby instead of perl, and has a different license. WWW: http://www.metasploit.org PR: ports/101280 Submitted by: Yonatan <onatan at gmail.com>
* mingw32-directx --> ports/devel/mingw32-directxalepulver2006-10-051-0/+1
|
* DirectX header files for use with MinGW. These header files are used byalepulver2006-10-055-0/+44
| | | | | | | | | | the SDL project to compile SDL on Cygwin, but can also be used to compile native applications for Windows with MinGW. WWW: http://www.libsdl.org/extras/win32/cygwin/README.txt PR: ports/100836 Submitted by: Ed Schouten <ed at fxq.nl>
* courier-pythonfilter --> ports/mail/courier-pythonfilteralepulver2006-10-051-0/+1
|
* Courier pythonfilteralepulver2006-10-0510-0/+179
| | | | | | | | | | | | | | | | | | | pythonfilter is a framework for developing courierfilter programs in Python. The pythonfilter program itself is a multi-threaded daemon that loads filters as python modules and passes the control and data files from courier to each module in turn. pythonfilter includes several modules that provide utility functions. These modules are found in the "courier" directory. The "config" module provides functions to access or interpret Courier's configuration settings. The "control" module provides functions to interpret Courier's control files. pythonfilter is distributed under the GNU General Public License (GPL), as described in the COPYING file. PR: ports/101862 Submitted by: Milan Obuch
* - Fix building on !i386 (remove -mtune=i686 flag).alepulver2006-10-051-1/+2
| | | | Reported by: pointyhat
* Fix ntraceroute on 64-bit systems.bms2006-10-052-5/+16
| | | | | PR: ports/103988 Submitted by: fenner
* Update to 0.1.10 release candidate 6. This version is out for quite a while andehaupt2006-10-054-6/+8
| | | | runs quite stable. This version also supports .ay files.
* Update to 0.7.6 release.ale2006-10-052-4/+4
|
* Update to 1.34 release.ale2006-10-052-4/+4
|
* - Fix wrong paths (~/.enlightenment/file.menu -> ~/.e16/menus/file.menu).alepulver2006-10-052-1/+39
| | | | | | | - Bump PORTREVISION. PR: ports/101623 Submitted by: Michael Metzger <mmetzger@mv-research.com>
* Update to 0.9.6 release.ale2006-10-052-4/+4
|
* - Update to 2.4-20061002mnag2006-10-052-4/+4
|
* Upgrade to 1.3 and make fetchable again.thierry2006-10-052-6/+5
| | | | Reported by: pointyhat via Kris
* Add GSSAPI to list of knobs.shaun2006-10-051-0/+1
|
* mysqlard --> ports/databases/mysqlardalepulver2006-10-051-0/+1
|
* The MySQL Activity Report package is a tool to help MySQL databasealepulver2006-10-0514-0/+333
| | | | | | | | | | | administrators to collect several database parameters and variables. These collected values can be used for server monitoring or performance tuning purposes. WWW: http://gert.sos.be/en/projects/mysqlar/ PR: ports/101217 Submitted by: Greg Albrecht <gregoryba at gmail.com>
* hinventory-client --> ports/www/hinventory-clientalepulver2006-10-051-0/+1
|
* This is the FreeBSD client for the h-inventory Web application.alepulver2006-10-055-0/+39
| | | | | | | | | | This is a sh script that creates an XML file and can upload it. You will obtain the hardware/software on your FreeBSD computer. WWW: http://www.h-inventory.com/ PR: ports/100452 Submitted by: Thomas BRETON <tom at h-inventory.com>
* allacrost --> ports/games/allacrostalepulver2006-10-051-0/+1
|
* Hero of Allacrost is a game inspired by the likes of SNES-era RPGsalepulver2006-10-058-0/+455
| | | | | | | | | | | | such as Chrono Trigger and the Final Fantasy series. In Allacrost, the player explores rich environments, undertakes various quests and missions, solves dungeon puzzles, and fights strategic battles in an active time-based system. WWW: http://www.allacrost.org PR: ports/103962 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru>
* - Update to version 5.10.0.alepulver2006-10-053-32/+122
| | | | | PR: ports/103960 Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
* - Document NULL byte injection vulnerability in phpbbsat2006-10-051-0/+39
|
* Update to 3.1.1anray2006-10-054-8/+8
| | | | | PR: ports/103929 Submitted by: KIMURA Yasuhiro (maintainer)
* - Update to 0.9.1-3sat2006-10-053-5/+7
|
* - Update to 2.9.8.0pav2006-10-053-9/+28
| | | | | PR: ports/103723 Submitted by: Freddie Cash <fcash@ocis.net> (maintainer)
* - Update to 2.0.4pav2006-10-058-12/+42
| | | | | | | - Take maintainership PR: ports/103499 Submitted by: Fred Cox <sailorfred@yahoo.com>
* - Update to 2.4.2pav2006-10-043-15/+14
| | | | | PR: ports/103977 Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
* p5-Net-DNS-ToolKit --> ports/dns/p5-Net-DNS-ToolKitclsung2006-10-041-0/+1
|
* Add p5-Net-DNS-ToolKit 0.29, tools for working with DNS packets.clsung2006-10-045-0/+122
| | | | | PR: ports/103107 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Fix fetch, remove WWWpav2006-10-042-2/+1
|
* Update to 0.91skv2006-10-043-8/+5
| | | | Changes: http://search.cpan.org/src/PCIMPRICH/RDF-Notation3-0.91/Changes