aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing LICENSEmartymac2010-11-181-7/+7
| | | | | | | - Remove license text from installed documents - Improve PORTDOCS handling Approved by: ehaupt (mentor)
* - New port: net/asioacm2010-11-185-0/+251
| | | | | | Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.
* Add LATEST_LINK to fix conflict with net/ptpd2skreuzer2010-11-181-0/+2
|
* ptpd2 implements version 2 of the the Precision Time protocol as definedskreuzer2010-11-175-0/+71
| | | | | | | | by IEEE-1588-2008. PTP was developed to provide very precise time coordination of LAN connected computers. PTPd is a complete implementation of the IEEE 1588-2008 specification for a standard (non-boundary) clock
* - Update to 0.04pgollucci2010-11-162-5/+10
| | | | | | PR: ports/152173 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Changes: http://search.cpan.org/dist/Net-Todoist/Changes
* - Update to 1.5.d3sahil2010-11-164-6/+17
| | | | | | | | - Shorten COMMENT to < 70 characters - Remove PORTVERSION (it is derived from DISTVERSION) PR: ports/152267 Submitted by: Ross West <freebsd@linepoint.com> (maintainer)
* - update to 1.1.5dinoex2010-11-168-90/+76
| | | | | | | | - set LATEST_LINK - use OPTIONS - use PLIST_SUB to get versions out pkg-plist - fix build in jail without /dev/bpf - take maintainership
* - Fix PLIST when NO_INSTALL_MANPAGES is setsunpoet2010-11-162-1/+2
| | | | | | | | - Remove obsolete MD5 sum while I'm here PR: ports/152260 Submitted by: sunpoet (myself) Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
* - Add p5-Phone-Info 0.0.1sunpoet2010-11-165-0/+35
| | | | | | | | | Phone::Info provides a nicer CLI interface to Net::WhitePages. WWW: http://search.cpan.org/dist/Phone-Info/ PR: ports/151495 Submitted by: Zane C.B. <vvelox@vvelox.net>
* - Update to 0.9.6mm2010-11-159-693/+11
|
* Typo, that breaks build with MAX_DEBUG. Hope, no need for PORTREVISION bump.timur2010-11-151-1/+1
|
* IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6sem2010-11-154-0/+28
| | | | | | | | | addresses both powerful and simple. It mantains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues WWW: http://rubygems.org/gems/ipaddress Submitted by: Boris Lytochkin <lytboris_at_gmail.com>
* Fix patch for negprot.c to address problems with Windows XP authentication.timur2010-11-153-34/+29
| | | | | | Fixed prototype recognition in the configure script. PR: 151887
* - Unbreak by removing tdb manpages (actually part of databases/tdb)mm2010-11-152-4/+1
| | | | | | | - Remove MD5 checksum PR: ports/152004 Approved by: portmgr (pav, IM)
* Upgrade to 1.3.thierry2010-11-154-47/+27
| | | | | | | | Changelog at <http://www.mcs.anl.gov/research/projects/mpich2/about/index.php?s=news> PR: ports/151867 Submitted by: /me
* - Add a new port: net/rubygem-twitter-streamtota2010-11-144-0/+32
| | | | | | | | | Simple Ruby client library for twitter streaming API. Uses EventMachine for connection handling. Adheres to twitter's reconnection guidline. JSON format only. WWW: http://github.com/voloko/twitter-stream
* - Update to 0.8.2avl2010-11-142-4/+3
|
* - Chase telepathy-qt4 shlib bump.avilla2010-11-141-1/+2
| | | | Approved by: tabthorpe (mentor)
* - Add p5-Net-uFTP 0.16sunpoet2010-11-135-0/+43
| | | | | | | | | | NET::uFTP is a Perl5 module providing a universal interface for FTP-like modules (FTP, SFTP, SCP), in most cases Net::FTP compatible. WWW: http://search.cpan.org/dist/Net-uFTP/ PR: ports/152126 Submitted by: Jase Thew <freebsd@beardz.net>
* Provides access to the XML API for WhitePages.comswills2010-11-135-0/+36
| | | | | | | | WWW: http://search.cpan.org/dist/Net-WhitePages/ PR: ports/151494 Submitted by: Zane C. Bowers <vvelox at vvelox.net> Approved by: pgollucci (mentor)
* Fix build with NOPORTDOCSmakc2010-11-133-20/+24
| | | | Note that the port was updated to 4.0.12 in previous commit
* Update to version 0.4.12makc2010-11-124-85/+99
| | | | | | | | | Add missing dependency on devel/icu Mark MAKE_JOBS_SAFE Honour NOPORTDOCS PR: ports/152142 Submitted by: Pawel Pekala <c0rn at o2.pl>
* Cleanup MASTER_SITES and since i'm here, remove MD5garga2010-11-122-3/+1
|
* - Add p5-Net-FTP-AutoReconnect 0.3sunpoet2010-11-125-0/+35
| | | | | | | | | | Net::FTP::AutoReconnect is a Perl5 module providing a FTP client class with automatic reconnect on failure. WWW: http://search.cpan.org/dist/Net-FTP-AutoReconnect/ PR: ports/152125 Submitted by: Jase Thew <freebsd@beardz.net>
* Use ppp instead of pppd and document it.stefan2010-11-113-6/+17
| | | | | | PR: 141001 Submitted by: "Antoine Vu-Ngoc" <antoine@cleopatre.homeip.net> Patch by: maintainer
* Fast scalable ip range aggregation and summary tool kit. Findpgollucci2010-11-115-0/+48
| | | | | | | | | | | | | | | | | intersections across multiple lists of IP ranges, fast. Although similar in functionality to Net::CIDR::Compare, Net::Netmask and NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip management and evaluation tool allowing more flexibility and scalability when dealing with the somewhat organic nature of IP-Ranges. If you have a large number of ipv4 ranges and need to inventory lists of ranges for intersections, this is the Module for you! WWW: http://search.cpan.org/dist/Net-IP-RangeCompare/ PR: ports/ports/152130 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Simple Interface for getting start and ending address of ranges aspgollucci2010-11-115-0/+39
| | | | | | | | | integers. WWW: http://search.cpan.org/dist/Data-IPV4-Range-Parse/ PR: ports/ports/152106 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Todoist API. Read http://todoist.com/API/help for more details.pgollucci2010-11-115-0/+37
| | | | | | | WWW: http://search.cpan.org/dist/Net-Todoist/ PR: ports/ports/152105 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - github is redirecting all these to https nowpgollucci2010-11-113-3/+3
|
* - Update to 1.4.4sunpoet2010-11-112-4/+3
| | | | | | Changes: - Corrected a problem with SMTP servers that don't support the SIZE feature. (Bug 17942)
* - Update to 1.62sunpoet2010-11-112-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-SFTP-Foreign/Changes PR: ports/152119 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Simun Mikecin <numisemis@yahoo.com> (maintainer)
* Update to 0.6.0.20101009cvs.stefan2010-11-114-17/+28
| | | | | PR: 151323 Submitted by: Koichiro IWAO <meta@club.kyutech.ac.jp>
* - Update to 0.4.4pgollucci2010-11-102-4/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Unbreakpav2010-11-105-3/+156
| | | | Submitted by: Gennady <gen@ukr.net>
* - fix rc script (REQUIRE: LOGIN)fjoe2010-11-083-2/+7
| | | | | | - fix permissions if asterisk is installed via the package. Submitted by: MAINTAINER
* Update to 2.1.4.marcus2010-11-084-50/+11
|
* Run asterisk under non-root user (asterisk).fjoe2010-11-083-2/+15
| | | | Submitted by: MAINTAINER
* Enable sparc64 build.fjoe2010-11-071-1/+1
| | | | Approved by: MAINTAINER
* - fix whitelist bugohauer2010-11-073-6/+21
| | | | | | | | | | | Opentracker used to need 40 extra characters at the end of your whitelist/blacklist file otherwise the last info_hash won't be loaded. Thanks to Nerius Landys for the patch! PR: 151974 Submitted by: Chris Rees <utisoft _at_ gmail.com> (maintainer) Approved by: glarkin (mentor, implicit)
* - Mark BROKEN: bad plistpav2010-11-071-0/+2
| | | | | | | | ./usr/local/man/man8/tdbbackup.8.gz missing ./usr/local/man/man8/tdbdump.8.gz missing ./usr/local/man/man8/tdbtool.8.gz missing Reported by: pointyhat
* - Update to 0.4001jadawin2010-11-072-4/+3
| | | | - Changelog: http://cpansearch.perl.org/src/GBARR/perl-ldap-0.4001/Changes
* Update 4.2.7p77 --> 4.2.7p78cy2010-11-062-4/+4
|
* Make LATEST_LINK unique.cy2010-11-051-1/+1
|
* Update 4.2.7p76 --> 4.2.7p77cy2010-11-054-19/+14
|
* Fix port broken by bsd.gcc.mk which now defines CPP and focessobomax2010-11-051-0/+3
| | | | it to MAKE_ENV.
* - Update to 0.2.1wen2010-11-052-4/+3
| | | | | PR: ports/151948 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
* - Mark BROKEN on 7.X: unsupported sed construct in post-extractpav2010-11-051-0/+4
| | | | Reported by: pointyhat
* Resurrect the ntp release candidate port.cy2010-11-051-0/+1
|
* Resurrect the ntp release candidate port (4.2.6p3.r8).cy2010-11-055-0/+339
|
* - Update to 1.3.4miwi2010-11-044-9/+9
|
* - Update to 1.0.3miwi2010-11-042-4/+4
|
* - Update to 1.0.5miwi2010-11-042-6/+5
|
* - Update to 1.0.7miwi2010-11-044-8/+8
|
* - Update to 1.0.2miwi2010-11-042-4/+4
|
* - Update to 1.2.2miwi2010-11-042-6/+5
|
* - Update to 0.1.44miwi2010-11-042-4/+4
|
* - Update to 0.8jadawin2010-11-042-5/+4
|
* - Update to 1.79miwi2010-11-042-4/+4
|
* Update 4.2.7p5 --> 4.2.7p76cy2010-11-045-10/+56
|
* - Mark BROKEN: does not compilepav2010-11-041-0/+2
| | | | Reported by: pointyhat
* KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-044-22/+296
|
* Update 4.2.6p1.r5 --> 4.2.6p2cy2010-11-032-5/+4
|
* Fix build on HEADmakc2010-11-033-1/+71
| | | | | | Remove md5 sum while I'm here Submitted by: ed@
* - Fix the build if old freerdp exists in the system [1]avl2010-11-011-1/+4
| | | | | | - Move from do-patch target to post-patch Reported by: Pavel Timofeev <timp87 AT gmail.com> [1]
* - maintainer update ipa_ip6fw to version 1.0.2ohauer2010-11-012-24/+11
| | | | | | | | | | | | | | | * update MASTER_SITES to follow SF syntax * connect to LICENSE framework * USE_LDCONFIG was added, since shared library is installed * OPTIONS was removed * BUILD_DEPENDS was corrected * additional extend MAKE_ENV so port can be tested with genplist Build tested on 6.4-RELEASE-p7 amd64 PR: 151001 Submitted by: Andrey Simonenko <simon _at_ comsys.ntu-kpi.kiev.ua> (maintainer) Approved by: glarkin (mentor, implicit)
* - update haproxy to version v1.4.9ohauer2010-11-013-7/+10
| | | | | | | | | Many updates and some fixes too! changelog : http://haproxy.1wt.eu/download/1.4/src/CHANGELOG PR: 151814 Submitted by: maintainer (Ross West <freebsd _at_ linepoint.com>) Approved by: glarkin (mentor, implicit)
* - Do not delete the configuration file on deinstall if it was modified [1]rene2010-10-313-6/+16
| | | | | | | | | | | | - For the rc script: [2] - use /usr/sbin/daemon to start the rc script because igmpproxy does not daemonize itself - add shutdown keyword - cleanups - Bump PORTREVISION [2] PR: ports/149547 [1], ports/150146 [2] Submitted by: Florian Smeets [flo kasimir.com] [1] [2] Approved by: maintainer timeout (11 weeks [1], 8 weeks [2])
* - Install mediatomb binary as group-executable instead of world-executablerene2010-10-312-13/+35
| | | | | | | | | - Use ffmpeg instead of vlc for audio/video transcoding - Add profile for audio/xmp (MODule files), disable by default because the dependency on xmp is optional PR: ports/149305 Submitted by: Douglas Carmichael [dcarmich dcarmichael.net] Approved by: maintainer timeout (11 weeks)
* Add a new port net/liboauth:johans2010-10-315-0/+49
| | | | | | | | | | | | | OAuth is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests. WWW: http://liboauth.sourceforge.net/
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-294-4/+4
| | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp
* - Update to 2.00.4sunpoet2010-10-282-4/+6
| | | | | | | - Add LICENSE Changes: http://tintin.sourceforge.net/news.php Approved by: pgollucci (mentor, implicit)
* - Update to 0.9.5clsung2010-10-283-5/+6
| | | | | PR: ports/151038 Submitted by: Thomas Steen Rasmussen <thomas_AT_gibfest dot dk>
* - Update to 0.8.4avl2010-10-283-4/+6
|
* - Update to 0.8.1avl2010-10-284-6/+26
| | | | - Update WWW
* Mark MAKE_JOBS_UNSAFE=yes to unbreak builds under FORCE_MAKE_JOBS.mandree2010-10-281-0/+2
|
* - Remove conflicts with graphics/uniconvertor as it no longer installs ↵amdmi32010-10-271-1/+1
| | | | | | bin/uniconv - Add mutual conflicts between netatalk<->yudit as both do install bin/uniconv
* This is version 3.5.6 of the latest stable release of Samba3 series.timur2010-10-2629-0/+2933
|
* - Mark BROKEN: does not compilepav2010-10-261-0/+2
| | | | Reported by: pointyhat
* HexInject is a very versatile packet injector and sniffer, that provide ajadawin2010-10-255-0/+47
| | | | | | | | | | | | | command-line framework for raw network access. It's designed to work together with others command-line utilities, and for this reason it facilitates the creation of powerful shell scripts capable of reading, intercepting and modifying network traffic in a transparent manner. WWW: http://hexinject.sourceforge.net PR: ports/151670 Submitted by: Sofian Brabez <sbrabez at gmail.com>
* - Update to 0.9.13wen2010-10-253-6/+16
| | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: ports/151659 Submitted by: C-S <c-s@c-s.li>
* - Update to 0.4decke2010-10-253-12/+15
| | | | | | PR: ports/151026 Submitted by: decke Approved by: maintainer timeout (4 weeks)
* Wackford and Squeers are the client and server, respectively, of the SHYTEtabthorpe2010-10-255-0/+44
| | | | | | | | | | | | | | | | | | plain text network hypertext system. SHYTE is a plain text alternative to the web. The very first SHYTE site may be visited via wackford at <mammothcheese.ca/root>. SHYTE is _S_imple _HY_per_TE_xt. Read the wackford(1), squeers(8), and shyte(5) manuals for details. WWW: http://www.mammothcheese.ca/ -- James Bailie <jimmy@mammothcheese.ca> http://www.mammothcheese.ca PR: ports/151649 Submitted by: James Bailie <jimmy at mammothcheese.ca>
* PR: 148841timur2010-10-251-1/+1
| | | | Fixed incomplete repocopy of net/nss_ldapd into net/nss-pam-ldapd
* - Chase upnp shlib version bumppav2010-10-252-4/+4
| | | | | Reported by: pointyhat Pointy hat to: wen
* Fix installation when using LDAP option.wxs2010-10-251-4/+12
|
* Add a patch to support running on VLAN interfaces.wxs2010-10-242-1/+11
| | | | | | Bump server PORTREVISION to accomodate. Submitted by: matpockuh@gmail.com (via current@)
* Update to 1.4.1.marcus2010-10-242-4/+4
|
* - Update to 2010-10-07sunpoet2010-10-232-8/+9
| | | | | | | | | | | | | | - Add LICENSE - Cleanup .include Changes: * No functional changes * Update manpages * Correct email address PR: ports/151622 Submitted by: Marco Steinbach <coco@executive-computing.de> (maintainer) Approved by: pgollucci (mentor, implicit)
* - Update to 1.01wen2010-10-222-5/+5
| | | | | | - Reset maintainer to perl@ Changes: http://search.cpan.org/src/YVESAGO/Jifty-Plugin-Authentication-Ldap-1.01/Changes
* Update to 2.1.10wxs2010-10-224-22/+842
| | | | | PR: ports/151537 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
* - A patch from quagga git to fix time in statistic output.sem2010-10-212-1/+15
| | | | Approved by: maintainer
* Catch up with ao.obrien2010-10-211-1/+1
| | | | | PR: 151599 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
* - Update to 3.6.1jadawin2010-10-206-8/+10
| | | | | PR: ports/151598 Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com>
* - Clean-up mirrorsmartymac2010-10-201-3/+4
| | | | | | - Add missing LICENSE Approved by: ehaupt (mentor)
* Update my MAINTAINER address to culot@FreeBSD.org.culot2010-10-202-2/+2
| | | | Approved by: sahil@ (mentor)
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infopgollucci2010-10-209-10/+9
| | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.4.3wen2010-10-192-4/+4
|
* - Update to 1.0.10wen2010-10-192-6/+5
|
* This module implements a scalable method of quickly propagating filespgollucci2010-10-195-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | to a large number of servers in one or more locations via rsync or scp. This module and the included script, ccp, take a much more efficient approach that is O(log n). Once the file(s) are been copied to a remote server, that server will be promoted to be used as source server for copying to remaining servers. Thus, the rate of transfer increases exponentially rather than linearly. Servers can be specified in groups (e.g. datacenter) to prevent copying across groups. This maximizes the number of transfers done over a local high-speed connection (LAN) while minimizing the number of transfers over the WAN. The number of multiple simultaneous transfers per source point is configurable. The total number of simultaneously forked processes is limited via Proc::Queue, and is currently hard coded to 32. WWW: http://search.cpan.org/dist/Net-CascadeCopy/ PR: ports/151487 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Remove py-samba since it's not supported on samba 3.4 and samba3 is gonegarga2010-10-184-79/+0
| | | | 2010-09-01 net/py-samba: Unsupported by the upstream. Please, consider to upgrade.
* - Update to 0.54.1jadawin2010-10-183-8/+10
| | | | | PR: ports/151475 Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com>
* Remove expired ports:garga2010-10-1884-8470/+0
| | | | | | 2010-09-01 net/samba3: Unsupported by the upstream. Please, consider to upgrade. 2010-09-01 net/samba32: Unsupported by the upstream. Please, consider to upgrade. 2010-09-01 net/samba33: Unsupported by the upstream. Please, consider to upgrade.
* Update to 34 and set default samba version to 3.4garga2010-10-185-52/+34
| | | | | | PR: ports/151125 Submitted by: garga@ Approved by: maintainer timeout (> 2 weeks)
* - Update to 0.19sahil2010-10-182-4/+4
|
* Update to 0.1.5wxs2010-10-183-9/+5
|
* remove PORTREVISION definition from net/courier-authlib-ldapoliver2010-10-171-1/+0
| | | | bump PORTREVISION to 2
* Remove dead master sites.wxs2010-10-172-10/+0
| | | | Noticed by: The Distilator
* - Take maintainershipsunpoet2010-10-161-1/+1
| | | | Approved by: pgollucci (mentor, implicit)
* Drop maintainer.wxs2010-10-162-2/+2
|
* Punt autoconf267->autoconf268ade2010-10-1632-35/+35
|
* - cleanup LICENSE_FILEdinoex2010-10-161-4/+1
|
* Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.kmoore2010-10-161-1/+1
|
* Upgrade to 3.1-ESV, the final release in the 3.1.x branchjpaetzel2010-10-142-9/+10
| | | | Support will be ending soon, users are encouraged to migrate to 4.1.x
* Remove expired ports:garga2010-10-1413-266/+0
| | | | | | | | | 2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED. 2010-01-08 devel/p5-P4-Client: has been broken for 11 months 2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained. 2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead 2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and will be removed soon. 2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained.
* - Update to 0.00009wen2010-10-143-5/+29
|
* Remove dead mirrorehaupt2010-10-141-1/+0
|
* - Simplify Makefilemm2010-10-134-12/+252
| | | | - Add smbldap-grouplist script
* Update to latest version.jpaetzel2010-10-123-4/+22
| | | | | | | | | Add option to enable PF support PR: ports/151394 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: Maintainer (Tor Halvard Furulund <squat@squat.no>) Sponsored by: ClaimLynx, Inc
* - Update to 2.1wen2010-10-124-13/+37
| | | | | PR: ports/150975 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer)
* - Update to 0.8.3avl2010-10-123-4/+6
|
* - Update to 1.3.7pgollucci2010-10-122-4/+4
| | | | | | | PR: ports/151243 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 5.0.8swills2010-10-112-4/+4
| | | | | | PR: ports/151358 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Approved by: wxs (co-mentor)
* Rdesktop will use several sound related libraries if they are alreadyobrien2010-10-111-1/+11
| | | | | | | | installed, without telling it to do so. So ensure these dependencies get registered. PR: 146720 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (reworked by me)
* - Drop maintainership.alepulver2010-10-111-1/+1
|
* - Update to 4.0.0pgollucci2010-10-103-6/+11
| | | | | | PR: ports/150914 Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer) Changes: http://search.cpan.org/dist/ZConf/Changes
* POEx::Role::TCPServer bundles up the lower levelkuriyama2010-10-105-0/+53
| | | | | | | | | | | | | | | SocketFactory/ReadWrite combination of wheels into a simple Moose::Role. It builds upon other POEx modules such as POEx::Role::SessionInstantiation and POEx::Types. The events for SocketFactory for and for each ReadWrite instantiated are methods that can be advised in any way deemed fit. Advising these methods is actually encouraged and can simplify code for the consumer. The only method that must be provided by the consuming class is handle_inbound_data. WWW: http://search.cpan.org/dist/POEx-Role-TCPServer/
* - Update to 0.031wen2010-10-092-4/+4
| | | | | PR: ports/151292 Submitted by: "Oleg A. Mamontov" <oleg@mamontov.net> (maintainer)
* - Add a new port: net/p5-Net-TcpDumpLogskreuzer2010-10-085-0/+34
| | | | | | Read tcpdump/libpcap network packet logs. WWW: http://search.cpan.org/dist/Net-TcpDumpLog/
* Update to 1.3.15 release.ale2010-10-082-4/+7
|
* - Update to 1.56wen2010-10-082-4/+4
|
* Migration of final set of working ports from automake{19,110} -> 111ade2010-10-071-1/+1
|
* smbldap-useradd and smbldap-usermod changes:mm2010-10-073-19/+216
| | | | | | - Process only "mail" attribute with -M option - Add separate option -O for "mailLocalAddress" - Expand default domain only for -M (not for -O)
* - Fix deleting a non-existing user from a groupmm2010-10-071-0/+11
|
* - Update to 0.20sahil2010-10-072-4/+4
|
* Fix build with gcc 4.4makc2010-10-071-0/+10
| | | | Submitted by: avg@ via mail
* Round one migration of ports from automake{19,110} to automake111ade2010-10-0618-51/+62
|
* KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-061-3/+3
| | | | | | | | kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1] (set by default for new accounts). Thanks to Ivan Cukic from KDE for making the wallpapers! [1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
* - Fix handling of UTF-8 stringsmm2010-10-055-3/+231
| | | | - Support other input/output encodings than ISO-8859-1
* - Update to 1.3.6pgollucci2010-10-052-4/+4
| | | | | | | PR: ports/151097 Submitted by: myself (pgollucci) Approved by: maintainer timeout (freebsdports@chillibear.com ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic
* Update to 0.14skreuzer2010-10-052-4/+4
| | | | | PR: ports/151130 Submitted by: Gunter Wambaugh <gunter@six-two.net>
* - update to version 0.22ohauer2010-10-042-4/+4
| | | | | | | | | | | | | | | | | | | | | Changelist: 0.22 Sun Aug 15 17:50:00 2010 - fix typo 0.21 Sun Aug 15 13:00:00 2010 - removed unnecessary depencencies (#60236) - fix failing test 0.20 Tue Aug 10 11:30:00 2010 - use space instead of comma for scope parameter - more documentations for Net::Google::DataAPI::Auth::OAuth 0.19 Mon Jun 07 12:27:00 2010 - make 'lazy_build' the content property of Role::HasContent PR: 151129 Submitted by: maintainer Approved by: Gunter Wambaugh <gunter _at_ six-two.net> maintainer, glarkin (mentor, implicit)
* . Update to 1.3.4.glewis2010-10-042-18/+5
|
* . Update to 1.4.5.glewis2010-10-043-12/+20
|
* - Mark BROKEN on 7.X: IEEE80211_M_MBSS' was not declared in this scopepav2010-10-031-1/+7
| | | | Reported by: pointyhat
* - Update URIs according to the new Banshee website location.romain2010-10-021-1/+1
|
* - Installing man/google.1 as man pagelwhsu2010-10-021-0/+14
| | | | | | | | | - Installing README.* files as documentation - Setting license (Apache License, Version 2.0) - Bump PORTREVISION PR: ports/151044 Submitted by: Sébastien Santoro <dereckson AT gmail.com>
* Fix Openldap dependency :martymac2010-10-011-12/+8
| | | | | | | | - Add a missing USE_OPENLDAP - Remove useless tests regarding WANT_OPENLDAP_VER value - Re-order options to make portlint happy Approved by: ehaupt (mentor)
* - Use LOCAL/sunpoet as backup MASTER_SITESsunpoet2010-10-012-2/+2
| | | | Approved by: pgollucci (mentor)
* Change default samba dependency version to 3.4garga2010-10-011-2/+4
| | | | | | PR: ports/150573 Submitted by: garga@ Approved by: maintainer timeout (16 days)
* Tempory change MASTER_SITES to BACKPAN. Author deleted projectaz2010-09-301-1/+1
| | | | | from CPAN. Since it have no support it must marked as deprecated but in fact what security/blocksshd need it we are waiting.
* Remove trailing backslash.wxs2010-09-301-1/+1
| | | | Noticed by: Craig Leres <leres@ee.lbl.gov>
* - Update to 3.4.9 (fixes CVE-2010-3069, the only change to 3.4.8)mm2010-09-302-5/+5
| | | | | PR: ports/150583 Approved by: maintainer (timeout)
* - Update to 1.0.0miwi2010-09-302-4/+4
| | | | | PR: 150585 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
* - Upgrade to 1.6.2.2, partially based on [2]tota2010-09-294-12/+39
| | | | | | | | - Make portlint happier PR: ports/144066 [1] Submitted by: Tom Judge <tjudge_AT_mintel_DOT_com> [1] Patched by: Florian Smeets (maintainer) [2]
* - Upgrade to 1.6.2.13tota2010-09-2912-351/+229
| | | | | | | | | | | | | * switch to 1.6.2.X release series because 1.6.0.X is approaching its End of Life date. see http://www.asterisk.org/asterisk-versions * make sure your asterisk configurations between 1.6.0.X and 1.6.2.X before upgrading it. PR: ports/144065 [1], ports/146964 [2] Submitted by: Tom Judge <tjudge_AT_mintel_DOT_com> [1], Eugene M. Zheganin <emz_AT_norma_DOT_perm_DOT_ru> [2] Approved by: Florian Smeets (maintainer)
* - Update to 1.6.5pav2010-09-293-4/+7
|
* Quickly revert PORTREVISION_SERVER and increment PORTREVISION_CLIENT instead.wxs2010-09-291-2/+2
|
* Use the provided script instead of the one provided by the port. The onewxs2010-09-292-515/+1
| | | | | | provided by the port infrastructure is outdated and doesn't support dhcpv6. Noticed by: lstewart@
* Change snmp dependency to net-snmp version 5.x because net-snmp4 will begarga2010-09-281-1/+1
| | | | | | | | removed soon PR: ports/150559 (based on) Submitted by: garga@ Approved by: maintainer
* Update to 3.13008garga2010-09-282-5/+4
| | | | | | PR: ports/150526 Submitted by: garga@ Approved by: maintainer timeout (2 weeks)
* - Bump PORTREVISION for patch-mDNSPosix_Makefile modificationsunpoet2010-09-281-0/+1
| | | | Approved by: pgollucci (mentor)
* - Reset Tobias Roth <ports@fsck.ch> due to lack of timepgollucci2010-09-281-1/+1
| | | | | | by his request to ports@ Thanks for your work!
* - Keep MAKE_JOBS_SAFEsunpoet2010-09-281-0/+9
| | | | | Reported by: swills Approved by: pgollucci (mentor)
* Update to 0.9.0.lx2010-09-284-14/+14
|
* Bump PORTREVISION in Erlang dependent ports, which need to be rebuiltolgeni2010-09-282-1/+2
| | | | due to the new beam format.
* - Update to c3270-3.3.11ga6.araujo2010-09-272-4/+4
|
* Update MAINTAINER address for my portsmartymac2010-09-272-2/+2
| | | | Approved by: ehaupt (mentor)
* Correctly support interface descriptions.wxs2010-09-261-0/+50
| | | | | | PR: ports/150860 Submitted by: Lucius Windschuh <lwindschuh@gmail.com> Obtained from: libpcap git repository
* sqtop is a console applicaton to display information about currently activewen2010-09-264-0/+41
| | | | | | | | | client connections for a Squid proxy in a convenient way. WWW: http://code.google.com/p/sqtop/ PR: ports/150313 Submitted by: Marco Steinbach <coco@moehre.org>
* Update to 0.9.2makc2010-09-264-19/+10
| | | | | PR: ports/150785 Submitted by: Sten Spans (maintainer)
* Remove some debug cruft that accidently got left over after a day'sade2010-09-251-4/+0
| | | | worth of autoconf hacking. Sigh.
* Make samba* work with autoconf-2.67 on 6.xade2010-09-258-315/+183
| | | | | I'm not entirely sure why it compiles on 7.x/8.x, but nevertheless, the autoconf-specific parts to these patches absolutely need to go upstream.
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-2457-57/+0
| | | | | | so standarize and remove it With Hat: perl@
* - /mach/ -> /%%PERL_ARCH%%/pgollucci2010-09-242-11/+11
| | | | With Hat: perl@
* QT support for OAuth-powered network servicesswills2010-09-245-0/+61
| | | | | | WWW: http://wiki.github.com/ayoy/qoauth/ Approved by: pgollucci (mentor)
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autopgollucci2010-09-242-1/+1
| | | | | | | are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@
* Dico is an implementation of DICT server (RFC 2229). It is fullypgollucci2010-09-238-0/+220
| | | | | | | | | | | | | modular: the daemon itself (dicod) provides only the server functionality, but it knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. The package includes the following database modules: dictorg, guile, python, and outline. WWW: http://www.gnu.org/software/dico/ PR: ports/142504 Submitted by: Goran Tal
* - Update maintainer email address flo@kasimir.com -> flo@smeets.impgollucci2010-09-232-2/+2
| | | | | PR: ports/150855 Submitted by: maintainer
* - Update MAINTAINER to my FreeBSD.org addresssunpoet2010-09-235-5/+5
| | | | Approved by: pgollucci (mentor)
* - add missing AUTOTOOLS dependencies [1]pgollucci2010-09-221-2/+4
| | | | | | | | - mark MAKE_JOBS_UNSAFE=yes PR: ports/148301 [1] Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> [1] Approved by: maintainer timeout (suz ; 70 days) [1]
* - Fix dependency versions based on rubygems.orgpgollucci2010-09-221-2/+3
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703mm2010-09-227-24/+56
| | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-215-15/+41
| | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION
* remove, not applicable nowmakc2010-09-211-4/+0
|
* Connect knemo-kde4makc2010-09-211-0/+1
|
* Update to 0.6.80 for KDE4makc2010-09-2110-836/+125
|
* - Revive a patch to fix ospf multicast problemsem2010-09-213-6/+27
| | | | | | | | - Add a patch to fix a bug with ipv6 interfaces PR: ports/150329, ports/150455 Submitted by: Ingo Flaschberger <if at xip.at> Approved by: maintainer
* - update to 0.9.12dinoex2010-09-202-4/+4
|
* - Update to 0.9.10lwhsu2010-09-193-4/+22
|
* Update to 2.1.0makc2010-09-194-18/+8
| | | | | PR: ports/150678 Submitted by: Phillip Neumann (maintainer)
* Update to 2.3.1makc2010-09-183-6/+14
| | | | | PR: ports/150659 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* - Update to 0.18sahil2010-09-182-4/+4
| | | | - Changes: http://search.cpan.org/dist/Socket-GetAddrInfo/Changes
* - Update to 0.19sahil2010-09-182-4/+4
| | | | - Changes: http://search.cpan.org/dist/AnyEvent-Twitter-Stream/Changes
* Reassign to flo@kasimir.com after inactivity from sobomax.linimon2010-09-171-1/+1
| | | | Hat: portmgr
* Fix the name of the manpagesumikawa2010-09-171-2/+2
|
* Update to 1.23.2garga2010-09-163-20/+20
|
* Update to 1.06.41garga2010-09-162-4/+4
|
* - Change default samba version to 3.4garga2010-09-161-2/+4
| | | | | | PR: ports/150567 Submitted by: garga@ Approved by: maintainer
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-1633-61/+98
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Fix DOCSDIR in the manual and drop my maintainership.sumikawa2010-09-152-3/+6
| | | | Pointed out by Jim Long <james@umpquanet.com>
* Reset maintainer due to bounce emailgarga2010-09-151-1/+1
| | | | | | 550 550 5.1.1 <eike.bernhardt@gmx.de>... User is unknown Approved by: portmgr (pav)
* Change default samba version to 3.4garga2010-09-151-2/+4
| | | | | | PR: ports/150564 Submitted by: garga@ Approved by: makc@ at irc
* Change default samba version to 3.4garga2010-09-151-1/+4
| | | | | | PR: ports/150565 Submitted by: garga@ Approved by: maintainer
* Bump PORTREVISION for libdvdread dependantsmakc2010-09-151-1/+1
|
* - Add optional SAMBA_PORT var and point it as default to net/samba34garga2010-09-152-5/+9
| | | | - Bump necessary PORTREVISION
* - Add optional SAMBA_PORT var and point it as default to samba 3.4garga2010-09-151-2/+4
| | | | - Bump PORTREVISION
* Mark as DEPRECATED ans set EXPIRATION_DATE for 1 month. It depends of net-snmp4garga2010-09-151-0/+3
| | | | | | that will be removed soon Approved by: portmgr (pav)
* Remove expired portgarga2010-09-144-49/+0
| | | | 2010-02-16 net/csup: is already included in base system of all supported releases
* New port: The vblade is the virtual EtherDrive (R) blade, a program thatfjoe2010-09-145-0/+68
| | | | | | | | | | | makes a seekable file available over an ethernet local area network (LAN) via the ATA over Ethernet (AoE) protocol. The seekable file is typically a block device like /dev/md0 but even regular files will work. Sparse files can be especially convenient. When vblade exports the block storage over AoE it becomes a storage target. Another host on the same LAN can access the storage if it has a compatible aoe kernel driver.
* New port: FreeBSD driver for ATA over Ethernet (AoE)fjoe2010-09-149-0/+233
| | | | | | | | | Port author is Stacey D. Son. Two additional patches are added: - a patch to fix build on FreeBSD 7 and later [1] - a patch to fix device detection >2TB [2] Submitted by: pluknet [1], fjoe [2] Tested by: George Mamalakis
* Deprecate net/Sockets-devel, it's older than net/Sockets and unmaintained, igarga2010-09-141-0/+3
| | | | | | | | | | just don't remove it now because it has a dependant port. Deprecate net-p2p/btpeer also, it depends of net/Sockets-devel but doesn't build with newer version of Sockets, no new version upstream, no answer from author and unmaintained. 1 month to remove both
* - Requires twisted corepgollucci2010-09-141-1/+2
| | | | | | PR: ports/149293 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> Approved by: maintainer timeout (sobomax ; 40 days)
* - Add missing perl5 virtual categoriespgollucci2010-09-141-1/+1
|
* - Add missing rubygem virtual categoriespgollucci2010-09-141-1/+1
|
* - Update to 1.3.5pgollucci2010-09-142-4/+5
| | | | | | PR: ports/150521 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
* Respect PREFIXkmoore2010-09-101-4/+6
| | | | | PR: 150342 Submitted by: David Naylor <naylor.b.david@gmail.com>
* - Over to new volunteerpgollucci2010-09-101-1/+1
| | | | | PR: ports/150456 Submitted by: Eitan Adler <foreignuser@eitanadler.com>
* Fix issue where remote sounds over RDP does not work by applyingobrien2010-09-102-1/+10
| | | | | | | | the "Rdp Sound in Vista [PATCH]" patch from http://sourceforge.net/mailarchive/forum.php?thread_name=200902131243.10881.sameer.subscriptions%40damagehead.com&forum_name=rdesktop-devel PR: 135500 Submitted by: Lapo Luchini <lapo@lapo.it>
* - Just use RGpgollucci2010-09-101-2/+1
|
* RF -> RG Conversion (Part III)pgollucci2010-09-102-5/+4
| | | | | With Hat: ruby@ Tested by: make checksum
* Update to 1.5skreuzer2010-09-092-5/+5
| | | | | PR: ports/150126 Submitted by: Masafumi NAKANE <max@FreeBSD.org>
* - Update to 2.0.0pav2010-09-095-27/+45
| | | | | PR: ports/150168 Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer)
* Yconalyzer is a low-overhead pcap utility that provides a bird's eyepav2010-09-094-0/+37
| | | | | | | | | | | view of traffic on a particular TCP port, displaying a distribution of duration, volume and throughput over all connections while being able to narrow down to a connection as well. WWW: http://yconalyzer.sourceforge.net/ PR: ports/150360 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* - Update to 0.4.3pgollucci2010-09-092-4/+4
| | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* bump mercator library versionoliver2010-09-091-2/+2
| | | | bump PORTREVISION
* - Remove empty filespgollucci2010-09-092-0/+0
|
* - Unbreak portpgollucci2010-09-092-13/+13
| | | | | PR: ports/146631 Submitted by: Martin Kraft <a0516@marimga.de>
* - Update to 2.09pgollucci2010-09-092-21/+12
| | | | | | | | | - GNU configure now used - MASTER_SITES updated PR: ports/149025 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer timeout (gavin ; 43 days)
* - Correct WWWpgollucci2010-09-091-1/+1
| | | | Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.org> (maintainer)
* - Fix WITH_OPENSSL_PORT=ye supportpgollucci2010-09-091-24/+24
| | | | | PR: ports/146281 Submitted by: Dan Lukes <dan@obluda.cz>
* 2010-08-01 net-p2p/javadc: is ancient, unmaintained, works only with JDK ↵pgollucci2010-09-087-143/+0
| | | | | | | 1.3, no master site 2010-09-01 net/pathchar: has been broken for 2+ years, no sources available 2010-08-05 www/linux-nvu: NVU 1.0, released June 2005, is the last official release of NVU. Kompozer has picked up where NVU has left off. Please consider using /pr/www/kompozer instead
* audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintainedpgollucci2010-09-088-122/+0
| | | | | | | | | | | | | | | | | | | | | audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead. comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained java/openjit||2010-09-08|Broken for 6+ months, unmaintained multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained net/arpd||2010-09-08|Broken for 6+ months, unmaintained net/vomit||2010-09-08|Broken for 6+ months, unmaintained sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained www/lws||2010-09-08|Broken for 6+ months, unmaintained Reported by: FreeBSD unmaintained ports which are currently marked broken monthly reminder
* Perl interface to RabbitMQswills2010-09-087-0/+75
| | | | | | WWW: http://search.cpan.org/~jesus/Net-RabbitMQ/ Approve by: pgollucci (mentor)
* - Update to 1.10sahil2010-09-082-5/+5
| | | | | | | - Pass maintainership to submitter PR: ports/150318 Submitted by: Frederic Culot <frederic@culot.org>
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>pgollucci2010-09-072-5/+5
| | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer
* update devel/mercator to 0.2.8oliver2010-09-074-8/+7
| | | | | update net/skstream to 0.3.7 bump PORTREVISION on affected ports
* Update to version 0.5edwin2010-09-072-4/+4
| | | | | | | | From Peter Jeremy: Instead of quiting the program when the E169 modem isn't connected (anymore), the program now quietly waits for it to be (re)inserted. Submitted by: Peter Jeremy
* - Update to 0.9.9pgollucci2010-09-075-111/+14
| | | | | | | | | | | - Don't abuse WITH_LDAP and convert to WITH_LDAP_BACKEND - OPENLDAP_VER 12 is no longer supported in Mk/bsd.ldap.mk PR: ports/139794 Submitted by: MURAOKA Daisuke <raia@muj.biglobe.ne.jp> Tweaked by: myself (pgollucci) Approved by: maintainer timeout (stas ; 317 days) Sponsored by: RideCharge Inc. / TaxiMagic
* Make sure _PATH_DHCPD_CONF is defined properly.wxs2010-09-061-2/+2
| | | | | PR: ports/150209 Submitted by: Craig Leres <leres@ee.lbl.gov>
* - rename nc to netcat to prevent /usr/bin/nc from shadowingpgollucci2010-09-052-12/+12
| | | | | | | | /usr/local/bin/nc PR: ports/11970 Submitted by: Jonathan Liu <Net147@hotmail.com> Approved by: maintainer timeout (sumikawa ; 960 days)
* Update to 1.4.0. Seemarcus2010-09-057-918/+101
| | | | | | | http://www.wireshark.org/docs/relnotes/wireshark-1.4.0.html for a list of changes in this release. Note: Wireless mesh support has not been updated for 1.4.0.
* - Upgrade to 2.1.19.kuriyama2010-09-042-4/+4
|
* - Upgrade to 0.06.kuriyama2010-09-042-4/+4
|
* - Update to 1.5-dev2pav2010-09-047-165/+183
| | | | | PR: ports/150193 Submitted by: Ross West <freebsd@linepoint.com> (maintainer)
* Rearrange include paths to fix build for some cases.makc2010-09-041-0/+10
|
* - Use SUB_FILES instead of invoking sed manually to change pkg-messagebapt2010-09-042-2/+10
| | | | | | | | | - Replaces spaces with a tab after OPTIONS - While here add LICENSE PR: ports/148925 Submitted by: Sevan Janiyan <venture37 _at_ geeklan.co.uk> Approved by: Michael Graziano <mikeg _at_ bsd-box.net> (maintainer)
* - Update to 4.7pav2010-09-033-165/+193
| | | | | PR: ports/149701 Submitted by: Y.A. <nexther0@gmail.com>
* Fix build on 6.xmakc2010-09-031-1/+7
| | | | Reported by: pav, pointyhat
* Reset to ports@. Thanks Frank for your work on these ports.wxs2010-09-031-1/+1
| | | | Discussed on: ports@
* KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-034-51/+41
| | | | | New ports added: misc/kde4-l10n-ia - Interlingua localization for KDE