aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 2007.605.alepulver2007-09-0916-223/+399
|
* - Update pkg-message.alepulver2007-09-093-35/+46
| | | | - Add missing pkg-plist entries.
* - Update to 0.0.4miwi2007-09-092-4/+4
|
* . Fix build failures by setting LC_ALL="C" in MAKE_ENV.glewis2007-09-091-0/+1
| | | | | PR: 116204 Submitted by: nrgmilk <nrgmilk@gmail.com>
* fmit --> ports/audio/fmittrasz2007-09-091-0/+1
|
* Free Music Instrument Tuner.trasz2007-09-095-0/+54
| | | | | | | | | | | | | | | | | | Current features: - Error history - Volume history - Wave shape - Harmonic ratios - Statistics - Microtonal tuning (with Scala file support) - Discrete Fourier Transform view - JACK, OSS, ALSA, Portaudio support - Translations for: french WWW: http://home.gna.org/fmit/ Approved by: miwi (mentor, implicit)
* Update pftop to 0.6 in order to make it work with changed pf ABI after themlaier2007-09-093-6/+539
| | | | | | | | 4.1 import. Reported by: Bruce Cran Approved by: gabor PR: ports/116187
* Fix typo in x11-wm/ccsm entry.erwin2007-09-091-1/+1
|
* Catch up with master 1.581.linimon2007-09-091-66/+27
|
* Attempt to fix build in the New Perl Order.linimon2007-09-091-7/+7
| | | | Hat: portmgr
* Move the USE_* variables before the inclusion of bsd.port.pre.mk to fixlinimon2007-09-092-14/+14
| | | | building in the new bsd.perl.mk order.
* Fix fallout from bsd.perl.mk introduction.linimon2007-09-092-4/+0
| | | | Missed by: gabor, linimon
* Fix up after bsd.perl.mk.linimon2007-09-091-2/+3
|
* Fix plist substitution in the new Perl order.linimon2007-09-091-2/+2
| | | | Pointy hat to: linimon
* Use PKG_DBDIR instead of hard-coding /var/db/pkg/. Do not silently revertgerald2007-09-091-3/+15
| | | | | | | to defaults for PORTSDIR and PKG_DBDIR if the respective directory does not exist, but bail out. Approved by: netchild
* Fix mis-merge.linimon2007-09-091-1/+1
| | | | Pointy hat to: linimon
* - Update to 3.0.4sat2007-09-083-9/+35
| | | | - Add options
* - Update to 1.2.6gabor2007-09-083-5/+13
| | | | | - OPTIONSify - If does not exist, install a conf file from the sample
* - Update to 1.0.6gabor2007-09-082-4/+4
|
* Mark as broken as requested in ports/112887edwin2007-09-081-0/+2
| | | | | PR: ports/112887 Submitted by: dewey hylton <freenx@deweyonline.com>
* Missing to previous commit: Approved by: maintainer timeoutedwin2007-09-080-0/+0
|
* patch to update net/radiator port from version 3.16 to 3.17.1edwin2007-09-082-4/+4
| | | | | | | | | | | | The current version of the net/radiator port is set for version 3.16 of the radiator software. The most recent version of radiator available is version 3.17.1. The attached patch updates the port version variable in the Makefile to 3.17.1 and related values in the distinfo file so that the net/radiator port will install radiator version 3.17.1. PR: ports/112692 Submitted by: Erik Klavon<erik@ack.berkeley.edu>
* ports/net/fping patch to add -S source_addr optionedwin2007-09-082-0/+89
| | | | | | | | | | | | | | | | | Several people have produced some patches for fping that adds an option to select the IP source_address for queries and some have said they submitted them to the sourceforge fping maintainer. Since I did not see any official fping distributions that include any of those patches, I recently Cc-ed the sourceforge fping maintainer's address in a question to the smokeping mailing-list asking about that patch but so far I have heard back only from that list with a pointer to a debian patch. Per request from Jason Harris, I include here a copy of the patch that is usable in ports/net/fping/files that adds that option. PR: ports/111549 Submitted by: Philip Kizer <pckizer@nostrum.com> Approved by: maintainer timeout
* - Require perl 5.7.3 and aboverafan2007-09-081-0/+1
|
* - Update to 0.8.6.0.2 (0.8.6d)sat2007-09-082-5/+5
|
* Mark net-mgmt/netsaint and net-mgmt/netsaint-plugins expirededwin2007-09-082-0/+5
| | | | | at the end of October 2007. It has been superseeded by net-mgmt/nagios for two years now.
* uppc kmod installation problem on amd64edwin2007-09-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please see a discussion thread starting with the following message: http://lists.freebsd.org/pipermail/freebsd-ports/2007-August/042999.html It seems that installation action of uppc-kmod port (do-install target) uses incorrect tool to put uppc.ko in its destination. It seems that the tool (${INSTALL_PROGRAM}) corrupts the .ko, so that it is not a valid kernel module anymore. If I put uppc.ko into /boot/kernel and do kldxref then kldxref complains about missing symbol table in uppc.ko and dumps core. If the module is loaded then it crashes my system. On the other hand, if I simply copy uppc.ko from work directory then it works ok. Essentially this is the same issue as described in the following PR only with another port: http://www.freebsd.org/cgi/query-pr.cgi?pr=100703 Kostik Belousov confirms the issue with stripping kernel modules on amd64: You cannot strip kernel modules on amd64, because modules are elf object files, as opposed to shared objects on all other archs. Strip strips the object file symbol table, that is used by the static linker and in-kernel linker on amd64. On the other hand, shared object contains also a dynamic symbol table, that is not stripped and used by in-kernel linker on !amd64. PR: ports/115517 Submitted by: Andriy Gapon <avg@icyb.net.ua>
* Upgrade to 3.71 beta 1ache2007-09-082-5/+5
|
* upgrade databases/slony1 to latestedwin2007-09-088-52/+210
| | | | | | | upgrade databases/slony1 to latest released version. PR: ports/115925 Submitted by: Vivek Khera <vivek@khera.org>
* UPDATE: www/free-saedwin2007-09-083-12/+14
| | | | | | | There is a new version of www/free-sa available PR: ports/116103 Submitted by: Anton Karpov <toxa@toxahost.ru>
* [patch] multimedia/fxtv: unbreak on HEAD (gcc 4.2)edwin2007-09-082-5/+39
| | | | | | | This patch unbreaks building this port on 7-CURRENT (with gcc 4.2) PR: ports/116126 Submitted by: Simun Mikecin <numisemis@yahoo.com>
* - Update to 4.3.10johans2007-09-083-13/+10
| | | | - Changed MASTER_SITES to sf.net
* Update to 3.5b21johans2007-09-082-4/+4
|
* amb-plugins --> ports/audio/amb-pluginstrasz2007-09-081-0/+1
|
* A set of ambisonics plugins, mainly to be used within Ardour. Monotrasz2007-09-085-0/+63
| | | | | | | | | and stereo to B-format panning, horizontal rotator, square, hexagon and cube decoders. WWW: http://www.kokkinizita.net/linuxaudio/ladspa/index.html Approved by: miwi (mentor, implicit)
* p5-Gearman-Client-Async --> ports/devel/p5-Gearman-Client-Asyncclsung2007-09-081-0/+1
|
* Gearman::Client::Async - Asynchronous client module for Gearman forclsung2007-09-085-0/+45
| | | | | | | | | Danga::Socket applications WWW: http://search.cpan.org/dist/Gearman-Client-Async/ PR: ports/116052 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
* - Update to 0.1.1.trasz2007-09-083-6/+7
| | | | | | PR: ports/116173 Submitted by: trasz Approved by: maintainer (via irc), miwi (mentor, implicit)
* p5-Gearman-Server --> ports/devel/p5-Gearman-Serverclsung2007-09-081-0/+1
|
* Gearman is a system to farm out work to other machines, dispatching functionclsung2007-09-086-0/+81
| | | | | | | | | | | | | | | calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. This is the server daemon component. The bridge between workers (clients who can do work) and callers (clients who want work done). You should run several of these, at least two, for both load balancing and high availability. WWW: http://search.cpan.org/dist/Gearman-Server/ PR: ports/116050 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
* . Update to 2.2.7.glewis2007-09-082-4/+4
|
* - Update to 2.17clsung2007-09-086-10/+18
| | | | | PR: ports/116013 Submitted by: Tomoyuki Sakurai <cherry_AT_trombik dot org>
* ecamegapedal --> ports/audio/ecamegapedaledwin2007-09-081-0/+1
|
* New port: audio/ecamegapedal realtime audio processoredwin2007-09-085-0/+66
| | | | | | | | | | | | | | | | | | Ecamegapedal is a real-time effect processor software with a graphical user interface for controlling the effect parameters. It is meant to be used as a virtual guitar-fx or studio effect box. In addition to real-time operation, Ecamegapedal also supports reading from and writing to audio files. All audio object and effect plugin types provided by the Ecasound libraries are supported. This includes ALSA, JACK, OSS, aRts, over 20 file formats, over 30 effect types, LADSPA plugins and multi-operator effect presets. Ecamegapedal's implementation is based on Ecasound and Qt libraries. WWW: http://www.wakkanet.fi/~kaiv/ecamegapedal/ PR: ports/115460 Submitted by: dk <lazyklimm@gmail.com>
* afterglow --> ports/security/afterglowedwin2007-09-081-0/+1
|
* new port: security/afterglow, a collection of graph-generating scriptsedwin2007-09-085-0/+100
| | | | | | | | | | | | | AfterGlow is a collection of scripts which facilitate the process of generating event graphs and treemaps. AfterGlow 1.x is written in Perl and generates output that can be read by GraphViz or LGL. All the scripts and other files for afterglow are installed in ${DATADIR} WWW: http://sourceforge.net/projects/afterglow PR: ports/115186 Submitted by: Paul Schmehl <pauls@utdallas.edu>
* csocks --> ports/net/csocksedwin2007-09-081-0/+1
|
* New port: net/csocks SOCKS Client v4/v5 RFC Compliant with many featuresedwin2007-09-084-0/+41
| | | | | | | | | This is a port of csocks, A socks client with many features WWW: http://csocks.virtuale.org PR: ports/115265 Submitted by: Raffaele De Lorenzo <raffaele.delorenzo@libero.it>
* clonehdd --> ports/sysutils/clonehddedwin2007-09-081-0/+1
|
* [NEW PORT] sysutils/clonehdd: Perl script for partition clone in FreeBSDedwin2007-09-084-0/+36
| | | | | | | | | | | | | | Tool for copying partitions to another HDD. Program correctly understand size diference between two HDD and change size of each partition proportionally for filling entire HDD WWW: http://sourceforge.net/projects/clonehdd/ - Anton Lysenok bart@tapolsky.net.ua PR: ports/115686 Submitted by: Anton Lysenok <bart@tapolsky.net.ua>
* rudeconfig --> ports/devel/rudeconfigedwin2007-09-081-0/+1
|
* [NEW PORT]: devel/rudeconfig - configuration libraryedwin2007-09-085-0/+38
| | | | | | | | | | Add new port devel/rudeconfig. This includes a library written in C++ for handling configuration files. Main web site is http://www.rudeserver.com/config/. PR: ports/114382 Submitted by: Hardy Schumacher <hardy.schumacher@amd.com>
* Fix typo in name:edwin2007-09-086-1/+2
| | | | | | sysutils/linux-procfs -> sysutils/linux-procps Submitted by: Craig Leres <leres@ee.lbl.gov>
* Remove 'makedepend' generated fileedwin2007-09-081-24/+0
|
* PR: ports/114762edwin2007-09-081-1/+1
| | | | Submitted by: John Hixson <john@pcbsd.divinix.org>
* mtpfs --> ports/sysutils/mtpfsedwin2007-09-081-0/+1
|
* New port: sysutils/mtpfs MTP device filesystemedwin2007-09-088-0/+101
| | | | | | | MTPFS is a FUSE filesystem that supports reading aand writing from any MTP device (as supported by libmtp) WWW: http://www.adebenham.com/mtpfs/
* rss2email --> ports/mail/rss2emailsat2007-09-081-0/+1
|
* Add port mail/rss2email:sat2007-09-084-0/+51
| | | | | | | | | | rss2email is a simple Python script that lets you subscribe to a list of XML newsfeeds and get new items sent to you by email. WWW: http://rss2email.infogami.com/ Author: Aaron Swartz <me@aaronsw.com> Based on: NetBSD pkgsrc port
* - Fix build on <7.xsat2007-09-081-3/+3
| | | | Reported by: pointyhat via pav
* Upgrade to 1.3.39ache2007-09-084-10/+9
|
* - Update to 4.7p1mnag2007-09-083-41/+9
| | | | | - Update HPN patch to 4.7p1-hpn12v18 - Mark as BROKEN WITH_KERB_GSSAPI while developer release a new patch
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081228-8234/+1582
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Remove support for antique perl.linimon2007-09-0858-612/+29
| | | | Hat: portmgr
* Drop support for perl 5.003.linimon2007-09-084-72/+2
| | | | Hat: portmgr
* Drop support for older perl levels.linimon2007-09-082-22/+8
| | | | Hat: portmgr
* Please welcome bsd.perl.mk, a refactoring of Perl-related code fromlinimon2007-09-082-66/+274
| | | | | | | | | | | | | | | bsd.port.mk. In addition, a revision shorthand has been added, e.g., USE_PERL5= 5.8.0+. This syntax is implemented for the following knobs: USE_PERL5, USE_PERL5_RUN, USE_PERL5_BUILD, PERL_CONFIGURE and PERL_MODBUILD. Credit also goes to sem who wrote an earlier version of this patch in ports/55515, marcus and kris for doing earlier testing, and kuriyama and others for additional work along the way. Thanks to gabor@FreeBSD.org for doing all this work. Sponsored by: Google Summer of Code 2007
* - Update to 1.2lwhsu2007-09-083-5/+5
| | | | | | PR: ports/114116 Submitted by: lwhsu Approved by: Maintainer timeout
* gateway6 --> ports/net/gateway6edwin2007-09-081-0/+1
|
* New port: net/gateway6 free IPv6 tunneledwin2007-09-0811-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From README: TSP is a control protocol used to establish and maintain static tunnels. The Gateway6 Client is used on the host computer to connect to a tunnel broker using the TSP protocol and to get the information for its tunnel. When it receives the information for the tunnel, the Gateway6 client creates the static tunnel on its operating system. The Gateway6 Client code is mostly identical for all client platforms. However, creating the static tunnel is operating system dependent and is done by a script called by the Gateway6 Client. These scripts are located under the template directory in the Gateway6 Client installation directory. The script executed by the Gateway6 Client to configure the tunnel interface is customized for each type of supported operating system and takes care of all specifics for the target operating system. On Unix systems, it is a shell script. This separation of the binary and script enables fast and easy additions of new operating systems, as has been shown by the community contributions for many operating systems. WWW: http://www.go6.net/ PR: ports/114544 Submitted by: Michael Scholz <mike@fth-devel.net>
* yaml-mode.el-emacs21 --> ports/textproc/yaml-mode.el-emacs21edwin2007-09-081-0/+1
|
* [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsenedwin2007-09-088-0/+84
| | | | | | | | | Simple major mode to edit YAML file for Emacsen. WWW: http://yaml-mode.clouder.jp/ PR: ports/114383 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* yaml-mode.el --> ports/textproc/yaml-mode.eledwin2007-09-081-0/+1
|
* [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsenedwin2007-09-081-0/+1
| | | | | | | | | Simple major mode to edit YAML file for Emacsen. WWW: http://yaml-mode.clouder.jp/ PR: ports/114383 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Update to 1.2.1lwhsu2007-09-083-4/+7
|
* - Replace a bashism in configure to fix buildsat2007-09-081-3/+2
| | | | Reported by: pointyhat via pav
* . Update to tzupdater 1.2.2.glewis2007-09-082-6/+6
|
* - Update to 0.6sat2007-09-082-6/+6
|
* - Depent on external elementtreesat2007-09-081-1/+3
| | | | | | | - Fix levenshtein dependency line - Bump portrevision Reported by: pointyhat via pav
* Add missing amd64 7 distinfoahze2007-09-081-0/+3
|
* - Update to 8.23sat2007-09-082-4/+4
|
* - Update to 1.19.5sat2007-09-084-8/+8
|
* Update to 20070810lofi2007-09-082-5/+5
|
* Force commit to note that all archs and osversions are now at version 0.5ahze2007-09-080-0/+0
|
* Add support for the following ARCHs and OSVERSIONsahze2007-09-082-11/+28
| | | | | | + amd64 5, 6, 7 + i386 5, 6, 7 + sparc64 6, 7
* . Update to tzupdater 1.2.2.glewis2007-09-082-5/+6
|
* - Don't remove directories from mtreepav2007-09-082-16/+0
| | | | | Reported by: pointyhat Ok'ed by: mich (maintainer)
* Remove no longer needed pkg-message. muCommander is released under GPLv3 now.lme2007-09-082-5/+0
| | | | Approved by: miwi (mentor)
* Update to 1.14.7.mezz2007-09-082-4/+4
|
* - Battery tray icon is not displayed with more recent kdelibs releaseslme2007-09-087-1/+716
| | | | | | | - Fix build on CURRENT by switching replacing 802.11 code using deprecated wi_req structures Submitted by: Peter Hofer <ph (at) desktopbsd.net> Approved by: miwi (mentor)
* - Add patch - Set LANG=C while doing character translations.beech2007-09-081-0/+15
| | | | | | | PR: ports/115966 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer), sat (mentor)
* - Update to version 0.2.6az2007-09-086-12/+12
| | | | | Changelog: http://cvs.savannah.gnu.org/viewvc/*checkout*/weechat/weechat/ChangeLog?revision=1.482
* Update 2.5.21 --> 2.5.23cy2007-09-085-273/+12
|
* Update to 1.1.22.mezz2007-09-073-7/+7
|
* Update to 2.6.30.mezz2007-09-072-4/+4
|
* pty --> ports/devel/ptymiwi2007-09-071-0/+1
|
* pty is a tool to help debug console programs which take the terminal out ofmiwi2007-09-074-0/+39
| | | | | | | | | | | | | | | | | | | | | | canonical mode, by allowing the program being debugged and the debugger to run on separate terminal devices. To use pty, the programmer changes to the terminal device where he or she wishes to interact with the program to be debugged, and at the shell prompt, runs pty with no arguments. Pty will print out the filename of the slave side of the pseudo-terminal it has opened. Inside the debugger, running in another terminal device, one then redirects the program to be debugged's IO to the slave (tty command of gdb). When you are finished using pty, you must manually kill it. When pty starts it prints out its pid. WWW: http://www.mammothcheese.ca/munger.html -- James Bailie <jimmy@mammothcheese.ca> PR: ports/116179 Submitted by: James Bailie <jimmy at mammothcheese.ca>
* xfce4-wmdock-plugin --> ports/x11/xfce4-wmdock-pluginmiwi2007-09-071-0/+1
|
* The WMdock plugin is a compatibility layer for running WindowMaker dockappsmiwi2007-09-075-0/+41
| | | | | | | on the XFCE desktop. It integrates the dockapps into a panel, closely resembling the look and feel of the WindowMaker dock or clip, respectively. WWW: http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html
* - Update to 0.005miwi2007-09-072-4/+4
|
* - Update to 1.06miwi2007-09-072-12/+5
| | | | - Remove 4.X cruft
* xfce4-timer-out-plugin --> ports/x11-clocks/xfce4-timer-out-pluginmiwi2007-09-071-0/+1
|
* This plugin makes it possible to take periodical breaks from the computer everymiwi2007-09-075-0/+45
| | | | | | | X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
* cciss_vol_status --> ports/sysutils/cciss_vol_statusmm2007-09-071-0/+1
|
* New port: sysutils/cciss_vol_statusmm2007-09-074-0/+30
| | | | | | | Very lightweight program to report the status of logical drives on Smart Array controllers ciss(4). WWW: http://cciss.sourceforge.net
* Update to the 20070905 snapshot of GCC 4.2.2.gerald2007-09-072-19/+19
|
* netxms --> ports/net-mgmt/netxmsedwin2007-09-071-0/+1
|
* [NEW PORT] net-mgmt/netxms: NetXMS - network monitoring systemedwin2007-09-0710-0/+656
| | | | | | | | | | | | | | | NetXMS is new and rapidly developing monitoring system, released under GPL2 license. It can be used for monitoring entire IT infrastructure, starting with SNMP-capable hardware (like switches and routers) and ending with applications on your servers. NetXMS is an extremely reliable and powerful monitoring system, enabling you to improve your network availability and service levels. WWW: http://www.netxms.org/ PR: ports/114495 Submitted by: samflanker@gmail.com
* ml-doc --> ports/devel/ml-docedwin2007-09-071-0/+1
|
* New port: devel/ml-docedwin2007-09-0713-0/+2409
| | | | | | | | | | ML-Doc is a system for documenting the interfaces of SML libraries. It can produce both HTML and LaTeX output. http://people.cs.uchicago.edu/~jhr/tools/ml-doc.html PR: ports/115932: Submitted by: Timothy Bourke <timbob@bigpond.com>
* ssss --> ports/security/ssssedwin2007-09-071-0/+1
|
* new port security/ssss - Shamir's Secret Sharing Schemeedwin2007-09-076-0/+294
| | | | | | | | | | | | | | ssss is an implementation of Shamir's secret sharing scheme for UNIX/linux machines. It is free software, the code is licensed under the GNU GPL. ssss does both: the generation of shares for a known secret and the reconstruction of a secret using user provided shares. The software was written in 2006 by B. Poettering, it links against the GNU libgmp multiprecision library (version 4.1.4 works well) and requires the /dev/random entropy source. PR: ports/115949 Submitted by: Lukasz Komsta <luke@novum.am.lublin.pl>
* - Update to 1.257mm2007-09-072-4/+4
| | | | | | PR: ports/116175 Submitted by: mm Approved by: Artem Kazakov <kazakov at gmail.com> (maintainer)
* - update to 0.5.2alexbl2007-09-075-11/+18
|
* Remove upstreamed patches also, remove files/cws-npower7.diffmaho2007-09-0720-7624/+0
| | | | as this cws has been integrated into SRC680_m227.
* Update to OOG680_m4. This is 2.3.0 RC2.maho2007-09-074-10/+10
|
* - Fix the build on 64-bit arches [1]danfe2007-09-072-6/+97
| | | | | | | - Minor cosmetic Makefile nits Tested on: amd64 [1] Reported by: pointyhat (logs) [1]
* Document OpenLDAP 2.4.x using BDB 4.6 by defaultdelphij2007-09-071-0/+13
|
* - Update to 0.12miwi2007-09-073-7/+17
| | | | | Thanks to: Holger Berndt (author) Approved by: maintainer implicit
* seccure --> ports/security/seccureedwin2007-09-071-0/+1
|
* New port: security/seccure - SECCURE Elliptic Curve Crypto Utility for ↵edwin2007-09-076-0/+74
| | | | | | | | | | | | | | | | | | | | | | Reliable Encryption The seccure toolset implements a selection of asymmetric algorithms based on elliptic curve cryptography (ECC). In particular it offers public key encryption / decryption, signature generation / verification and key establishment. ECC schemes offer a much better key size to security ratio than classical systems (RSA, DSA). Keys are short enough to make direct specification of keys on the command line possible (sometimes this is more convenient than the management of PGP-like key rings). seccure builds on this feature and therefore is the tool of choice whenever lightweight asymmetric cryptography -- independent of key servers, revocation certificates, the Web of Trust or even configuration files -- is required. PR: ports/115943 Submitted by: Lukasz Komsta <luke@novum.am.lublin.pl>
* p5-Catalyst-View-Email --> ports/www/p5-Catalyst-View-Emailedwin2007-09-071-0/+1
|
* [NEW PORT] www/p5-Catalyst-View-Email: Catalyst View for Emailedwin2007-09-075-0/+50
| | | | | | | | | Catalyst::Helper::View::Email - Helper for Email Views WWW: http://search.cpan.org/dist/Catalyst-View-Email/ PR: ports/113319 Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
* snmp++ --> ports/net-mgmt/snmp++edwin2007-09-071-0/+1
|
* New port: snmp++ v3 libraryedwin2007-09-076-0/+135
| | | | | | | | | | | | | | | | | | | | | | SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3. SNMP++v3.x is based on SNMP++v2.8 from HP* and extends it by support for SNMPv3 and a couple of bug fixes. The v3 support to SNMP++ and AGENT++ is provided by courtesy of Jochen Katz (katz07@agentpp.com). SNMP++v3.x extends the original SNMP++v2.8 by the following: # SNMPv3 including User Security Model (USM) with: # MD5 and SHA authentication # DES and IDEA privacy # Thread-safety # Bug-fixes WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html for further details. PR: ports/112669 Submitted by: Nicolai Petri <nicolai@petri.cc>
* hamachi --> ports/security/hamachiedwin2007-09-071-0/+1
|
* new port: security/hamachi (supersedes ports/110850)edwin2007-09-077-0/+377
| | | | | | | | | | | | | | | | | New port of Hamachi VPN, using Linux official binary and a patch on tuncfg.c based on the official OSX release. Hamachi is a software that eases the creation of secure VPNs even between nodes that would not be able to connect to each other (server-assisted connection can be established from two NATted client, if at least one of the two NAT associates the port to the client not checking remote host). UPX port is required in order to decompress the linux binary and avoid run-time dependency on /proc. PR: ports/112982 Submitted by: Lapo Luchini <lapo@lapo.it>
* - Chase graphics/lib3ds 1.3.0 updaterafan2007-09-076-11/+11
|
* - Add missing file for 1.3.0 updaterafan2007-09-071-0/+15
|
* - Update to 1.3.0rafan2007-09-076-129/+9
| | | | | PR: ports/115741 Submitted by: Ying-Chieh Liao <ijliao at csie.nctu.edu.tw>
* According to Alexander@Leidinger.net:edwin2007-09-071-1/+1
| | | | | USE_LDCONFIG=yes is wrong in linux ports, you have to use INSTALLS_SHLIB=yes
* linux-procfs --> ports/sysutils/linux-procfsedwin2007-09-071-0/+1
|
* New port: sysutil/linux-procfs rpm port of procpsedwin2007-09-075-0/+83
| | | | | | | | | | | | | | This is a Linux/i386 rpm port of procps. procps is the package that has a bunch of small useful utilities that give information about processes using the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, free, slabtop, and skill. WWW: http://procps.sourceforge.net/ PR: ports/111247 Submitted by: leres@ee.lbl.gov (Craig Leres)
* . Update to tzupdater 1.2.2.glewis2007-09-072-6/+6
|
* linux-par2cmdline --> ports/archivers/linux-par2cmdlineedwin2007-09-071-0/+1
|
* [New port] archivers/linux-par2cmdlineedwin2007-09-074-0/+37
| | | | | | | | | Linux version of par2cmdline. Useful when the native version does not work correctly (e.g. when you get a "Main packet not found" error). PR: ports/112124 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* Fix extraction phaseedwin2007-09-071-3/+1
| | | | | | PR: ports/116167 Submitted by: barbara <barbara.xxx1975@libero.it> Approved by: "Fernando Durango" <fernando@secretisp.com>
* Update to 2.2.1.marcus2007-09-072-6/+5
|
* Update to 0.2.0.marcus2007-09-073-6/+6
|
* ledgersmb --> ports/finance/ledgersmbedwin2007-09-071-0/+1
|
* new port: finance/ledgersmbedwin2007-09-0713-0/+5279
| | | | | | | | | | | LedgerSMB is a double entry accounting system, written in Perl. Accounting data is stored in a PostgreSQL Server, for the display any text or GUI browser can be used. WWW: http://www.ledgersmb.org/ PR: ports/112248 Submitted by: Antoine Beaupre <anarcat@koumbit.org>
* - Update to 1.1.8.chinsan2007-09-072-9/+7
| | | | - Use the CPAN site macro.
* . Update to tzupdater 1.2.2.glewis2007-09-076-40/+14
|
* Add CONFLICTS for japanese/p5-Mail-SpamAssassinedwin2007-09-071-0/+2
| | | | | PR: ports/112445 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* ja-p5-Mail-SpamAssassin --> ports/japanese/p5-Mail-SpamAssassinedwin2007-09-071-0/+1
|
* New port: japanese/p5-Mail-SpamAssassinedwin2007-09-0711-0/+624
| | | | | | | | | | | A new port for SpamAssassin with Japanese tokenizer patch. Now the current version of SA is 3.2.1, while the latest Japanese patch is for version 3.1.8. Considering such delay I remade the port as standalone one. PR: ports/112445 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* ja-ochusha --> ports/japanese/ochushaedwin2007-09-071-0/+1
|
* New port: japanese/ochushaedwin2007-09-079-0/+170
| | | | | | | | | | ochusha is a program that gives a GUI based on GTK+ for accessing BBS like 2ch.net. WWW: http://ochusha.sourceforge.jp/ PR: ports/95854 Submitted by: sgr <faust@ua.airnet.ne.jp>
* - Update to 0.71tabthorpe2007-09-072-4/+8
| | | | | | PR: ports/116153 Submitted by: Larry Rosenman <ler_AT_lerctr.org> (maintainer) Approved by: clsung (mentor)
* zeroinstall-injector --> ports/devel/zeroinstall-injectoredwin2007-09-071-0/+1
|
* [NEW PORT] net/zeroinstall-injector: 0install injectoredwin2007-09-075-0/+202
| | | | | | | | | | | | | | | | | A running process is created by combining many different libraries (and other components). In the Zero Install world, we have all versions of each library available at all times. The problem then is how to choose which versions to use. The injector solves this problem by selecting components to meet a program's requirements, according to a policy you give it. The injector finds out which versions are available, and downloads and runs the ones you choose. WWW: http://www.0install.net PR: ports/114006 Submitted by: Dylan Cochran <a134qaed@gmail.com>
* - update to 4.139tabthorpe2007-09-073-6/+5
| | | | | | PR: ports/116141 Submitted by: James Bailie <jimmy_AT_mammothcheese.ca> (maintainer) Approved by: clsung (mentor)
* Retire old Gaim ports.marcus2007-09-071-16/+0
|
* Add entries for the Gaim ports.marcus2007-09-071-0/+16
|
* - Update to 0.38tabthorpe2007-09-072-4/+4
| | | | | | PR: ports/116135 Submitted by: Dmitry Marakasov <amdmi3_AT_amdmi3.ru> (maintainer) Approved by: clsung (mentor)
* - add support for non-standard root certificatestabthorpe2007-09-076-24/+74
| | | | | | | | | | - this patch gives the possibility to install extra certificates by setting the variable ICA_CERTS in /etc/make.conf - bump PORTREVISION PR: ports/115944 Submitted by: Edwin Groothuis <edwin_AT_mavetju.org> Approved by: clsung (mentor)
* As promised, remove net-im/gaim, and all dependent ports. Gaim has beenmarcus2007-09-0785-2634/+0
| | | | replaced by net-im/pidgin.
* p5-Cvs --> ports/devel/p5-Cvsedwin2007-09-071-0/+1
|
* New port: devel/p5-Cvs Cvs - Object oriented interface to the CVS commandedwin2007-09-075-0/+94
| | | | | | | | | Cvs Object oriented interface to the CVS command WWW: http://search.cpan.org/~rsoliv/Cvs-0.07/lib/Cvs.pm PR: ports/114114 Submitted by: Philip Drapeau <pdrapeau@advanis.ca>
* iserverd --> ports/net-im/iserverdedwin2007-09-071-0/+1
|
* New port: net-im/iserverd - Groupware ICQ server cloneedwin2007-09-079-0/+339
| | | | | | | | | | | Groupware ICQ server clone. WWW: http://iserverd.khstu.ru/ - Alexander V. Shutko PR: ports/114017 Submitted by: "Denis Rahmangulov" <danfocus@gmail.com>
* Add 911 for iserv (See PR ports/114017)edwin2007-09-072-0/+2
|
* openvpn-auth-ldap --> ports/security/openvpn-auth-ldapedwin2007-09-071-0/+1
|
* New port: security/openvpn-auth-ldap - LDAP authentication plugin for OpenVPNedwin2007-09-075-0/+78
| | | | | | | | | | | | The OpenVPN Auth-LDAP Plugin implements username/password authentication via LDAP for OpenVPN 2.x. It also includes some integration with the OpenBSD packet filter, supporting adding and removing VPN clients from PF tables. WWW: http://dpw.threerings.net/projects/openvpn-auth-ldap/ PR: ports/113925 Submitted by: Nick Barkas <snb@threerings.net>
* xlogical --> ports/games/xlogicaledwin2007-09-071-0/+1
|
* New port: games/xlogical - Remake of classic gameedwin2007-09-076-0/+243
| | | | | | | | | | XLogical is an action/puzzle game based on the classic game Logical from Rainbow Arts. WWW: http://changeling.ixionstudios.com/xlogical/ PR: ports/115609 Submitted by: Aaron Baugher <aaron@baugher.biz>
* - Update to 0.12clsung2007-09-072-6/+5
|
* - Update to 1.31clsung2007-09-072-7/+6
|
* - Update to 0.09clsung2007-09-073-6/+8
| | | | | | | - reset maintainer PR: ports/116147 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
* - Update to 0.11clsung2007-09-072-5/+5
| | | | | | | - reset maintainer PR: ports/116146 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
* Make fetchable. The distfile has been changed and taking the diffmaho2007-09-072-7/+6
| | | | | | | of old and new one, I only see non-functional changes. Also setting netlib.org as the primal mastersite is appropreate. Submitted by: vittorio <vdemart1@tin.it>
* legoctl --> ports/devel/legoctlmiwi2007-09-071-0/+1
|
* Legoctl is a library and program for communicating with Legomiwi2007-09-077-0/+69
| | | | | | | | | | | | Mindstorms robotic controllers. It is used to upload programs, check status, run programs, etc. It is an alternative to linxt, but written entirely in C. It is meant to be used in conjunction with NBC/NXC or some other programming language for Lego robotics. WWW: http://personalpages.tds.net/~jwbacon/Ports PR: ports/116036 Submitted by: Jason Bacon <jwbacon at tds.net>
* - Update to 1.82miwi2007-09-072-4/+4
| | | | | | PR: 115644 Submitted by: root@proxy.home.oav.net Approved by: maintainer timeout
* - Backport multiline txt records support [1]miwi2007-09-072-1/+399
| | | | | | | | | | | | | | | - Bump PORTREVISION [1] Notes: powerdns-recursor 3.1.4 doesn't support multiline txt records, which are used by various dns information systems. 3.1.5 does have support for this. A backport of the code changes is relatively risk-free, and has been requested by users and port maintainers. http://www.nabble.com/recursor-unable-to-resolve-asn.routeviews.org-data-t4252567.html PR: 116029 Submitted by: Sten Spans <sten@blinkenlights.nl> (Maintainer)
* ja-asterisk-sound --> ports/japanese/asterisk-soundedwin2007-09-071-0/+1
|
* [new port] japanese/asterisk-sounds-jp Japanese sound files for Asteriskedwin2007-09-0713-0/+187
| | | | | | | | | | | | | This is a Japanese sound files for Asterisk(PBX). It increases by MS Eri Takeda of a voice actor to do Japanese utterance. And sound files is limited to a purpose to use Asterisk PBX can take advantage of it in royalty-free freely. PR: ports/114067 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
* - Update to 2.1.9.trasz2007-09-073-4/+6
| | | | Approved by: miwi (mentor, implicit)
* - Update to 3.3miwi2007-09-073-14/+16
| | | | | | | | * Now compiles fine WITHOUT_NLS * Depend on sqlite via USE_SQLITE instead of LIB_DEPENDS (noted by sat) PR: 116095 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
* - Update to 2.2.2miwi2007-09-073-38/+4
| | | | | | | | | | | Changelog: - Detect if new PosgreSQL batch insert API is present. - Correct incorrect mempool call causing Director crash. - Update spec files for 2.2.1 release - - More info at http://marc.info/?l=bacula-announce&m=118908051923627&w=2 PR: 116155 Submitted by: Dan Langille <dan@langille.org> (maintainer)
* - Update to 12.4.1miwi2007-09-073-5/+4
| | | | | PR: 116004 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* - Update to 3.4miwi2007-09-072-7/+6
| | | | | | | - Pass maintainership to submitter PR: 116157 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
* - Update to 20070903miwi2007-09-074-8/+8
| | | | | PR: 116162 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
* 1. Chase latest update of Qt, install designer plugin into a new placemiwi2007-09-076-24/+18
| | | | | | | | 2. Use buildtime qt-components switches 3. Bump PORTREVISION PR: 116143 Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
* - Fix build with gcc 4.2miwi2007-09-072-6/+13
| | | | | PR: 116149 Submitted by: Scot Hetzel <swhetzel@gmail.com>
* claws-mail-spamreport --> ports/mail/claws-mail-spamreportmiwi2007-09-071-0/+1
|
* This plugin reports spam to various places.miwi2007-09-074-0/+47
| | | | WWW: http://www.claws-mail.org/plugins.php
* - Update to 1.0.7miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.2.8miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.10.6miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.4.20miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.15.2miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 1.14miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 1.97miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.7.2miwi2007-09-074-12/+12
| | | | Approved by: maintainer implicit
* - Update to 0.15miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.6miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.9.10miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Update to 0.0.11miwi2007-09-072-6/+6
| | | | Approved by: maintainer implicit
* - Bump PORTREVISION after claws-mail updatemiwi2007-09-073-9/+9
|
* - Update to 3.0.0miwi2007-09-074-16/+7
| | | | | | Changelog: http://www.claws-mail.org/news.php Notes: claws-mail* has now switched to GPLv3 Approved by: netchild@ (implicit)
* Upgrade to 0.9.1.thierry2007-09-076-45/+53
| | | | Changelog at <http://globulation2.org/wiki/Changes>.
* Update to 2.3.6.lx2007-09-072-5/+4
|
* Update to 20070906 snapshotahze2007-09-072-4/+4
|
* A fully featured Python/GTK based settings manager for the CompizConfig systemlaszlof2007-09-076-0/+171
| | | | | | | WWW: http://forums.compiz-fusion.org/ PR: ports/116139 Submitted by: Robert Noland <rnoland@2hip.net>
* Python bindings for the compizconfig librarylaszlof2007-09-076-0/+50
| | | | | | | WWW: http://forums.compiz-fusion.org/ PR: ports/116138 Submitted by: Robert Noland <rnoland@2hip.net>
* The gconf backend for CompizConfig. It uses thelaszlof2007-09-077-0/+73
| | | | | | | | | | Gnome configuration system and provides integration into the Gnome desktop environment. WWW: http://forums.compiz-fusion.org/ PR: ports/116137 Submitted by: Robert Noland <rnoland@2hip.net>
* Libcompizconfig is an alternative configuration system forlaszlof2007-09-077-0/+104
| | | | | | | | | | | | | | | | | | | | | | compiz and provides the following features: - Automatic plugin list generation. - Import/Export of the current configuration. - Configuration profiles. - Parsing of Compiz metadata files to provide an easy to use API for configuration managers. - Conflict handling for plugins and actions. - Support for different configuration storage backends. - Desktop environment integration. If a backend provides desktop environment integration, then Compiz will share the keybindings and settings with the default desktop environment window manager like metacity or kwin. - Its own Compiz configuration plugin "ccp" to provide all features of libcompizconfig with compiz. WWW: http://forums.compiz-fusion.org/ PR: ports/116136 Submitted by: Robert Noland <rnoland@2hip.net>
* - Update to 0.11.2.stefan2007-09-073-5/+24
| | | | - Add dependency on x11/yelp to enable online help.
* - Update to 0.55.araujo2007-09-062-4/+4
| | | | | | PR: ports/115738 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Approved by: stas (mentor), maintainer timeout (2 weeks)
* - Add one more patch from quagga CVS. It fixes ignoring kernel routes in ↵sem2007-09-062-1/+26
| | | | | | some cases. Approved by: maintainer
* - Update to 1.14rafan2007-09-064-8/+21
| | | | | | | - Install the new born css file into ${PREFIX}/www/mailgraph/. This is the best solution, which requires minimal efforts after installation. [1] Discussed on: freebsd-ports@ [1]
* - Update to 2.0.5trasz2007-09-064-18/+67
| | | | | - Enable SSE when appropriate. - Enable Tranzport support.
* - Update to 3.7.3trasz2007-09-063-8/+5
| | | | | | | - Remove RESTRICTED clause and LEGAL entry. It seems license was changed to something more reasonable. Approved by: miwi (mentor, implicit)
* Fix build on -stable. Pointed out by Pointyhat via Pav. (Thanks!)se2007-09-061-1/+1
|
* ta-lib --> ports/devel/ta-libedwin2007-09-061-0/+1
|
* [new port] devel/ta-libedwin2007-09-065-0/+71
| | | | | | | | | | | | | | | | The ta-lib provides common functions for the technical analysis of financial market data. Widely used by trading software developers working with Excel, .NET, Java, Perl, Python or C/C++. More than 130 technical analysis indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands. Includes candlestick pattern recognition. Optional abstract API allowing your code to adapt automatically when new functions are added! WWW: http://ta-lib.org/ PR: ports/114812 Submitted by: Balwinder S Dheeman <bdheeman@hotmail.com>
* bluegps --> ports/comms/bluegpsedwin2007-09-061-0/+1
|
* New port: comms/bluegps BlueGPS is a simple command line tool toedwin2007-09-067-0/+135
| | | | | | | | download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver (and similar) over a bluetooth link. Based on bluegps-linux. PR: ports/115012 Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
* abyssws --> ports/www/abysswsedwin2007-09-061-0/+1
|
* New Port: www/abyssws - compact and easy to use web serveredwin2007-09-067-0/+246
| | | | | | | | | | | | | | | | | | | | | | | | Abyss Web Server is a compact and easy to use web server. Despite its small footprint, it supports HTTP/1.1, dynamic content generation through CGI/FastCGI scripts, ISAPI extensions, native ASP.NET support, Server Side Includes (SSI), custom error pages, password protection, IP address control, anti-leeching, and bandwidth throttling. It also features an automatic antihacking system as well as a multilingual remote web management interface that makes its configuration as easy as browsing a web site. It supports a wide range of Web technologies and can run advanced PHP, Perl, Python, ASP, ASP.NET, and Ruby on Rails Web applications which can be backed by databases such as MySQL, SQLite, MS SQL Server, MS Access, or Oracle. WWW: http://www.aprelium.com/ PR: ports/115840 Submitted by: Daniel Voisine <voisined@wit.edu>
* metacafe_dl --> ports/www/metacafe_dledwin2007-09-061-0/+1
|
* New port: www/metacafe_dl download videos from metacafe.comedwin2007-09-065-0/+55
| | | | | | | | | | | | metacafe-dl is a small command-line program for downloading videos from metacafe.com. WWW: http://www.arrakis.es/~rggi3/metacafe-dl/ This port is based off of www/youtube_dl PR: ports/115787 Submitted by: "Fernando Q. Durango" <fernando@secret.org>
* Update to snapshot 20070906.flz2007-09-062-4/+4
|
* remove openbgpd-devel entrypav2007-09-061-1/+0
|
* - Remove expired net/openbgpd-devel port; it's older than the non-devel onepav2007-09-065-76/+1
|
* - Update to 0.8.6acm2007-09-063-4/+7
|
* nesasm --> ports/lang/nesasmedwin2007-09-061-0/+1
|
* New port: lang devel/nesasm: 6502 assembler with specific NES supportedwin2007-09-066-0/+52
| | | | | | | | | | | | | | | | nesasm is a 6502 assembler with specific NES support. NES support in this case refers to FamiCOM and Nintendo Entertainment System support. lang/fasm has been used as a reference on how an assembler should be ported. Feedback is as always welcome, hopefully it will lead to me producing better ports and less work for you committer ;) WWW: http://bobrost.com/nes/resources.php PR: ports/115254 Submitted by: Pontus Stenetorp <ninjin@kth.se>
* - Fix build with GCC 4.xacm2007-09-061-1/+2
| | | | Reported by: kris, pav
* - Fix build with GCC 4.xacm2007-09-061-0/+4
| | | | Reported by: kris
* Update to 0.9.13.novel2007-09-062-4/+4
|
* - Update to 2.4.1acm2007-09-063-7/+5
|
* remove tilpedwin2007-09-061-1/+0
|
* bluez-firmware --> ports/comms/bluez-firmwareedwin2007-09-061-0/+1
|
* Fix typo in firmwareedwin2007-09-061-1/+1
|
* New port: comms/bluez-firmware Firmware for the D-Link BCM2033 bluetoothedwin2007-09-066-0/+76
| | | | | | | | | Firmware for the Broadcom BCM2033 chip based Bluetooth USB devices. To be downloaded with bcmfw(1). The ubtbcmfw(4) and ng_ubt(4) kernel modules need to be installed. PR: ports/115036 Submitted by: Dirk-Willem van Gulik <dirkx@joost.com>
* Chase goffice update.marcus2007-09-062-4/+4
|
* Update to 0.4.3.marcus2007-09-066-8/+16
|
* - Update to 0.20acm2007-09-063-17/+32
|
* openarena --> ports/games/openarenaalepulver2007-09-061-0/+1
|
* OpenArena is an open-source content package for Quake III Arena licensed underalepulver2007-09-0612-0/+622
| | | | | | | | | | | | | | | the GPL, effectively creating a free stand-alone game. You do not need Quake III Arena to play this game. Bots were added starting in 0.6.0. They will spout taunts and everything! Concepts would be loose, so don't expect a remake of Klesk in his original Klesk form, or any direct remakes of any map/weapon/model. WWW: http://openarena.ws/ PR: ports/115072 Submitted by: Josh Tolbert <hemi at puresimplicity.net>
* - Update to version 0.8.1.alepulver2007-09-063-15/+16
|
* Now it is possible to make EXAMPLE2 dir. Adding ./ for executables.maho2007-09-061-2/+9
|
* [delete] comms/tilpedwin2007-09-069-250/+1
| | | | | | | | | | | | | comms/tilp has been superseded by comms/tilp2 It was kept arround until the latter matured, which can now be considered the case. The original version is no longer supported by the authors and both ports conflict now. I'm not sure what exactly should happen, but for me the port can be removed and maybe added to MOVED. PR: ports/115979 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
* - update to 1.0.1nemoliu2007-09-063-1131/+253
| | | | Approved by: delphij (mentor)
* - Update to 2.0.1acm2007-09-068-1657/+96
| | | | | | | - Add glest/files/pkg-message file - Modify glest-wrapper file. Now it works with home directory and place the configuration files there. - Remove glest-data/pkg-plist file
* * Forgot to remove extra dir [1].maho2007-09-062-3/+2
| | | | | | | * Portlint (still 1 warning), * remove blank lines in pkg-plist. Submitted by: pav via pointyhat [1].
* - Integrate a couple of upstream patchessat2007-09-063-1/+66
| | | | | Obtained from: Debian package Suggested by: Frank Terbeck <ft _at_ bewatermyfriend.org>
* [PATCH] Update starting order for net/freenet6edwin2007-09-062-3/+3
| | | | | | | | | | ip6addrctl presently starts before freenet6. this causes the multicast routes being added to produce irritating error messages. PR: ports/114499 Submitted by: "John Merryweather Cooper" <j.m.cooper@borgsdemons.com> Approved by: edwin@mavetju.org