aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-27196-295/+205
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - update WWWdinoex2013-04-271-1/+1
|
* Fix typo in USESbapt2013-04-271-2/+1
| | | | While here convert USE_ICONV -> USES=iconv
* - Convert to modern OPTIONS framework (courtesy of jgh@)danfe2013-04-272-60/+62
| | | | | - Rephrase some of the knob names while here - Trim the header, drop shlib ABI versions, etc.
* - Update to 4.4culot2013-04-273-5/+6
| | | | | PR: ports/177711 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
* - Update to 0.19sunpoet2013-04-272-9/+12
| | | | Changes: http://git.schwarzvogel.de/?p=pymetar-old;a=shortlog
* - Update to 0.001000sunpoet2013-04-272-8/+4
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Daemon-Control/Changes
* - Update to 0.17sunpoet2013-04-272-9/+5
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/MooseX-Daemonize/Changes
* - Update to 0.21sunpoet2013-04-272-4/+4
| | | | | | - Remove leading indefinite article from COMMENT Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* - Update to 0.018sunpoet2013-04-272-4/+4
| | | | Changes: http://search.cpan.org/dist/Module-Build-Tiny/Changes
* - Add new port: devel/R-cran-gtoolstota2013-04-274-0/+23
| | | | | | Various R programming tools WWW: http://cran.r-project.org/web/packages/gtools/
* Update to 1.3.2.jkim2013-04-273-28/+37
|
* Update to 2.0.12flo2013-04-274-6/+5
|
* - update to 1.5.15dinoex2013-04-272-5/+5
|
* - set a limit for portscoutdinoex2013-04-272-0/+2
|
* retire security/gnupg-ideadinoex2013-04-279-187/+1
|
* - Update to 2.2bdrewery2013-04-273-7/+7
| | | | | | | - Unrestrict - license issue has been resolved PR: ports/178186 Submitted by: Joe Barbish <qjail@a1poweruser.com> (maintainer)
* Merge optimizations to the rc script from r316439 and r316532.flo2013-04-272-4/+12
|
* Introduces USES= iconv to replace USE_ICONV.mva2013-04-272-1/+29
| | | | | | | | | | It takes no arguments. This deprecates USE_ICONV, please convert your ports. USE_ICONV will be removed as soon as it is no more used in the ports tree. Approved by: portmgr (bapt)
* Update to r316538 and drop support for 7.x.jkim2013-04-274-11/+10
|
* Do not be verbose while removing old now unused symlinksbapt2013-04-271-1/+1
| | | | Reported by: sunpoet
* In os_list.txt, move all references to FreeBSD at the beginning.olgeni2013-04-271-0/+3
| | | | | | | | | | The oschooser.pl script is called by setup.sh, and it uses os_list.txt to detect the operating system. Conditions in os_list.txt are evaluated sequentially until a match is found. It may happen that a Linux-only condition matches before FreeBSD; for example, if the directory /usr/portage exists then webmin will detect FreeBSD as Gentoo Linux.
* Fix a few MOVEDlint warnings.flo2013-04-271-7/+7
|
* Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.flo2013-04-2723-913/+8
| | | | Approved by: ale
* New port: sysutils/racktables:zi2013-04-276-0/+310
| | | | | | | | | | Racktables is a nifty and robust solution for datacenter and server room asset management. It helps document hardware assets, network addresses, space in racks, networks configuration and much much more! WWW: http://www.racktables.org/ Feature safe: yes
* - Update to 2.3.6garga2013-04-272-4/+4
| | | | - Convert USE_GETTEXT to USES=gettext
* - Trim Makefile headersmva2013-04-272-37/+27
| | | | - Convert to new options framework
* - Trim Makefile headersmva2013-04-275-32/+20
| | | | | - Convert to new options framework - Pet portlint
* The KoreLogic Expression Language Library is a C library thatpawel2013-04-275-0/+47
| | | | | | | | | | | | | | | | | | | | provides a simple expression language that can be embedded in other programs. This library does not implement a full programming language, but rather a simpler expression language called KL-EL that is designed to provide arithmetic and logic operations useful in situations where embedding a full programming language would be overkill. KL-EL expressions have access to a full set of arithmetic and logic operations, and they can access functions and variables exported from the embedding program. Unlike most other languages of its kind, KL-EL is statically and strongly typed, which helps ensure that expressions are valid before they are executed. The embedding API is designed to be easy to use, and the library itself is designed to be very small. WWW: http://sourceforge.net/projects/libklel/ PR: ports/177737 Submitted by: klm <klm@uidzero.org>
* HTTPS client for httplib and urllib2 based on PyOpenSSL.olivierd2013-04-275-0/+89
| | | | WWW: http://ndg-security.ceda.ac.uk/wiki/ndg_httpsclient
* Convert from USE_GETTEXT to USES= gettextbapt2013-04-2722-220/+168
| | | | | | While here: - Trim some headers - Convert to new options framework
* - Update to 0.2-6tota2013-04-273-5/+7
| | | | | - Add LICENSE section - Trim WWW: line in pkg-descr
* Remove unneeded escapingbdrewery2013-04-271-6/+2
|
* PyAL is a wrapper around the OpenAL library and as such similar to themva2013-04-265-0/+76
| | | | | | | discontinued PyOpenAL project. In contrast to PyOpenAL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead. WWW: http://bitbucket.org/marcusva/py-al
* Convert USE_GETTEXT -> USES=gettextbapt2013-04-2620-195/+159
| | | | | | | While here: - Trim headers - Remove some useless pre.mk/post.mk - Convert to optionsng
* Upgrade to version 4.00.olgeni2013-04-263-3/+7
|
* - Remove Tools/scripts/modules, they're not used anymoreak2013-04-264-359/+0
| | | | Approved by: edwin (maintainer), portmgr (bapt)
* Update to 1.0.28.stefan2013-04-263-23/+9
|
* - Remove bogus variableak2013-04-261-1/+0
| | | | Approved by: gnome (kwm)
* Fix typobapt2013-04-261-1/+1
| | | | Reported by: danfe
* Use GHOSTSCRIPT instead of GS to use generic descriptionbapt2013-04-261-4/+3
| | | | Reported by: danfe
* Fix typobapt2013-04-261-1/+1
|
* - Update to 292ehaupt2013-04-262-3/+3
| | | | | | - This update includes a bugfix for a bug reported by naddy [1] Changelog: http://invisible-island.net/xterm/xterm.log.html [1]
* - Update MASTER_SITESmiwi2013-04-261-10/+5
| | | | | PR: 177907 Submitted by: ports fury
* - Update to 3.4amiwi2013-04-264-79/+151
| | | | | PR: 177908 Submitted by: Ports Fury
* - Update to 1.3.7miwi2013-04-262-3/+3
| | | | | PR: 177762 Submitted by: rustem.alimov@gmail.com
* - Update to 3.0.3miwi2013-04-262-14/+22
| | | | | PR: 178153 Submitted by: ports fury
* - Update to 1.5.0miwi2013-04-262-3/+3
| | | | | PR: 177653 Submitted by: maintainer
* - Update to 0.3.2miwi2013-04-265-47/+17
| | | | | PR: 178151 Submitted by: ports fury
* - Update to 2.2miwi2013-04-263-7/+11
| | | | | PR: 177769 Submitted by: maintainer
* - Fix leftovers in pkg-plistgahr2013-04-261-0/+3
| | | | Reported by: QAT
* - Update to checkin 6cbcb7e1bbbdrewery2013-04-262-4/+4
| | | | | | | | | | | | | | | | Changes: - Add new latest-per-pkg symlinks into the root bulk/ dir and bulk/jail/ dirs to link back to the most recent builds for each package - Use new CCACHE_DIR support - Fix JS error in HTML page when loading too early - Fix trying to clean '*' due to race condition when skipping packages - Remove CCACHE_CPP2 from jail -c as latest devel/ccache is already handling this for buildworld - Fix linux ports hanging during build - Fix jail -c on recent CURRENT by using DB_FROM_SRC
* Remove duplicated dirrmgarga2013-04-261-1/+0
|
* Update to 1.2.8.stefan2013-04-262-3/+3
|
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-2642-404/+279
| | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext
* Update to 2.5.4.stefan2013-04-262-5/+5
|
* - Fix PLISTgahr2013-04-262-2/+0
| | | | - Pet portlint
* Update to version 0.94.0edwin2013-04-262-4/+3
| | | | | | | | | | | | | Major extensions: ipv6calc/ipv6loganon/ipv6logstats - IID privacy detection - implement filter mode (-A filter) [very helpful if used in pipe mode] - reliable IPv6 address anonymization (means all IPv6 address type information is kept while anonymize the rest [SLA, unique values in IID] - support MAC address input in Cisco format xxxx.xxxx.xxxx - support OUI-36
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-26277-436/+277
| | | | Approved by: portmgr (bapt)
* 2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappearedrene2013-04-266-56/+1
|
* Remove USE_FREETYPE from bsd.port.mkbapt2013-04-262-5/+5
| | | | It added no really value and was used only by 8 ports
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-2610-69/+42
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* - Mark CONFLICTS among mail/libspf2, mail/p5-Mail-SPF and ↵sunpoet2013-04-264-22/+13
| | | | | | | | | | | | | mail/p5-Mail-SPF-Query, all of them installs PREFIX/bin/spfquery [1] - Bump PORTREVISION for package change - While I'm here: - Replace removed PTHREAD_LIBS with -pthread - Cleanup Makefile header - Add CPAN as primary WWW for mail/p5-Mail-SPF-Query PR: ports/177682 [1] Submitted by: dougb
* - Add LICENSEsunpoet2013-04-261-0/+2
|
* - Cleanup Makefile headersunpoet2013-04-261-8/+1
|
* - Add LICENSEsunpoet2013-04-261-12/+5
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-12/+5
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-12/+5
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-12/+5
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-12/+5
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-17/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Update to 1.2miwi2013-04-263-24/+72
| | | | | PR: 177768 Submitted by: maintainer
* - Update to 2.6.1miwi2013-04-262-16/+20
| | | | | PR: 178035 Submitted by: Ports Fury
* - Update to 5.2.6miwi2013-04-262-3/+3
| | | | | PR: 178029 Submitted by: Ports Fury
* - Update to 0.44-3miwi2013-04-2610-246/+12
| | | | | PR: 178027 Submitted by: Ports Fury
* - Update MASTER_SITESmiwi2013-04-261-20/+15
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Support CXX properly PR: 177558 Submitted by: Ports Fury
* - Update to 5.0.6miwi2013-04-262-3/+3
| | | | | PR: 178032 Submitted by: Ports Fury
* - Fix buildmiwi2013-04-263-78/+76
| | | | | PR: 177559 Submitted by: Ports Fury
* - Update to 1.2miwi2013-04-262-9/+7
| | | | | PR: 177770 Submitted by: maintainer
* - Update to 0.1.4miwi2013-04-263-12/+9
| | | | | PR: 177631 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - Update to 2.98miwi2013-04-262-4/+4
| | | | | PR: 178026 Submitted by: Ports Fury
* - Update to 0.3.7miwi2013-04-264-16/+48
| | | | | PR: 178028 Submitted by: Ports Fury
* - Update to 35.0.0miwi2013-04-265-12/+50
| | | | | PR: 177911 Submitted by: Ports Fury
* - Update to 3.2.1miwi2013-04-264-41/+40
| | | | | PR: 177910 Submitted by: Ports Fury
* - Update to 0.9.9.58miwi2013-04-263-28/+43
| | | | | PR: 177891 Submitted by: Fernando <fernando.apesteguia@gmail.com> ( maintainer)
* Do not check NOPORTDOCS when about to install port examples.danfe2013-04-261-1/+5
|
* Update MASTERSITES for my server to use httpsgjb2013-04-261-1/+1
| | | | Approved by: wen (maintainer, implicit)
* Update MASTERSITES for my server to use httpsgjb2013-04-261-1/+1
| | | | Approved by: crees (maintainer, implicit)
* - restore created by headerjgh2013-04-261-2/+3
| | | | | - take maintainership - define man1prefix
* Update MASTERSITES for my server to use httpsgjb2013-04-261-1/+1
|
* Update MASTERSITES for my server to use httpsgjb2013-04-261-1/+1
|
* - Add LICENSEsunpoet2013-04-261-16/+7
| | | | | | - Use PERL_MODBUILD=yes - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-262-15/+12
| | | | | | | - Add TEST_DEPENDS - Remove outdated PERL_LEVEL check - Cleanup Makefile header - Reformat pkg-descr
* - Add LICENSEsunpoet2013-04-262-7/+6
| | | | | - Cleanup Makefile header - Use single space after WWW:
* - Add LICENSEsunpoet2013-04-262-15/+11
| | | | | | | - Add TEST_DEPENDS - Remove outdated PERL_LEVEL check - Cleanup Makefile header - Reformat pkg-descr
* - Add LICENSEsunpoet2013-04-261-5/+4
| | | | - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Update to 1.1.0koobs2013-04-265-283/+128
| | | | | | | | | | | | | | | - Update pkg-plist - Remove unnecessary RUN_DEPENDS - Update USE_PYTHON version compatibility - Update regression-test: target - Update pkg-descr and WWW: tab->space - Remove unnecessary patches Changes: https://github.com/kennethreitz/requests/blob/v1.1.0/HISTORY.rst PR: ports/174646 Submitted by: rene, Alexey V. Degtyarev <alexey@renatasystems.org> Approved by: eadler (mentor)
* - Add LICENSEsunpoet2013-04-261-15/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Update to 0.44sunpoet2013-04-262-22/+6
| | | | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header Changes: http://search.cpan.org/dist/Module-Install-XSUtil/Changes
* - Update to 0.004sunpoet2013-04-262-3/+3
| | | | Changes: http://search.cpan.org/dist/HTTP-CookieJar/Changes
* - Update to 0.019sunpoet2013-04-262-3/+3
| | | | Changes: http://search.cpan.org/dist/ExtUtils-Helpers/Changes
* Fix a regression that had crept in with r314621. Do notsahil2013-04-265-5/+5
| | | | | bump PORTREVISION because this does not affect the default package.
* - Update to 1.050sunpoet2013-04-262-3/+3
|
* - Update to 1.5.gjb2013-04-262-6/+3
| | | | - Remove leading comments in Makefile.
* - Update to 2.39sunpoet2013-04-263-6/+8
| | | | Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
* . Split a long comment line.glewis2013-04-261-2/+3
|
* . Replace the use of != and shell utilities with actual make logic. Thisglewis2013-04-261-25/+36
| | | | | | | should be much faster and avoid some complaints from make. PR: 177355 Submitted by: crees@
* - Update to 3.0.4sunpoet2013-04-262-3/+3
| | | | Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
* - Update to 2013.3sunpoet2013-04-262-3/+3
| | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
* - Update to 0.9.10sunpoet2013-04-263-7/+5
| | | | | | | - Use USES=pathfix - Cleanup Makefile Changes: http://sourceforge.net/projects/check/files/check/0.9.10/NEWS-README-0.9.10.txt/view
* No longer conflict with mate-panel, bump the PORTREVISION.mezz2013-04-261-2/+2
|
* Fix a minor security vulnerability.jkim2013-04-262-1/+53
| | | | http://www.boost.org/users/news/boost_locale_security_notice.html
* Update to 0.0.26.jkim2013-04-262-3/+3
|
* Update to 0.0.13.jkim2013-04-262-3/+5
|
* - Fix DISTFILESnivit2013-04-261-4/+1
| | | | - Remove post-install target
* Foxit Reader is a free PDF document viewer for the Linux platform, with a newnivit2013-04-265-0/+87
| | | | | | | | | | streamlined interface, user-customized toolbar, incredibly small size, breezing-fast launch speed and rich features. This empowers PDF document users with Zoom function, Navigation function, Bookmarks, Thumbnails, Text Selection Tool, Snapshot, and Full Screen capabilities. Foxit Reader for Desktop Linux is provided by Foxit Corporation free for non-commercial use. WWW: http://www.foxitsoftware.com/pdf/desklinux/
* Use clang as the default compiler instead of GCC 4.6+rene2013-04-262-1/+57
| | | | | | Add a patch to make clang 3.3 r178606+ happy [1] Obtained from: upstream libyuv [1]
* Switch to using USE_MYSQL instead of explicitly depending onmi2013-04-261-2/+1
| | | | | | mysqlclient library. Suggested by: Florian Smeets
* - Update to revision 7046mva2013-04-263-5/+5
|
* Chase java/openjdk6 update.jkim2013-04-261-1/+1
|
* Add multiple security patches from IcedTea6 1.12.5.jkim2013-04-2648-45/+45693
| | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022985.html Obtained from: IcedTea Project
* - Update to 2.0.6 .nox2013-04-263-113/+16
| | | | - Add SIDPLAY knob (C64 sid demux support)
* - Update to sson's latest bsd-user patches.nox2013-04-264-37/+1069
| | | | | | | | - Turns out qemu 1.4.x now builds with clang (almost) as is, so remove CLANG_HACK. [1] - Add workaround for clang/i386 that doesn't define bit_CMOV in <cpuid.h>. Submitted by: Brad Smith <brad@comstyle.com> [1]
* Update to OPTIONSngcrees2013-04-262-26/+185
| | | | | Base the OPTIONS on the voices.conf, but don't generate on the fly; makes make index et al slower
* Fix pkg-plist again, now it seems to be fine.garga2013-04-262-2/+1
|
* - Update to 1.5 [1]culot2013-04-262-9/+9
| | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Log-Any-Adapter-Syslog/Changes PR: ports/178149 [1] Submitted by: Bill Brinzer <bill.brinzer@gmail.com> (maintainer)
* Remove USE_GTK which does nothing since 20080721bapt2013-04-261-8/+2
| | | | Remove useless inclusion of pre.mk/post.mk
* - Add delay when x11/slock is used (xflock4 script)olivierd2013-04-264-10/+26
| | | | | | | | | While I'm here, - Adopt USES for desktop-file-utils, gettext, and athfix - Add patch when NLS is unset PR: 178090 Submitted by: tijl@
* - support to build without XPM even if it is installeddinoex2013-04-251-1/+3
| | | | | PR: 177477 Submitted by: Jimmy Olgeni
* Update to 1.4.31.novel2013-04-252-3/+3
|
* Upgrade to version 0.13.2.olgeni2013-04-253-4/+8
|
* - Remove unconditional USES= gettextak2013-04-251-7/+1
| | | | | - Remove indefinite article from COMMENT - Convert Makefile headers to new style
* - Update to 0.22culot2013-04-252-3/+3
| | | | | | Changes: http://search.cpan.org/dist/Capture-Tiny/Changes PR: ports/178139 Submitted by: Bill Brinzer <bill.brinzer@gmail.com> (maintainer)
* - Update to 2.0.0koobs2013-04-254-194/+211
| | | | | | | | - Update and sort pkg-plist - Use GitHub for distfiles - Add regression-test: target Approved by: eadler (mentor)
* - Remove unconditional USES= gettextak2013-04-251-4/+3
| | | | | | | - Remove indefinite article from COMMENT - Remove NLS from options, it's handled globally Approved by: gnome (kwm)
* Update to 0.50.tobez2013-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Bare/Changes
* Update to 1.12.tobez2013-04-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Class-InsideOut/Changes
* - Fix PLISTgarga2013-04-252-0/+2
| | | | | | - Bump PORTREVISION Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
* Update to 2.3.5garga2013-04-252-3/+3
| | | | | PR: ports/178108 Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com>
* Update to 1.09.tobez2013-04-252-4/+4
| | | | Changes: http://search.cpan.org/dist/Mouse/Changes
* Update to 0.12.4.novel2013-04-252-3/+3
|
* Update to 1.51.tobez2013-04-252-4/+6
| | | | Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
* Add devel/p5-Test-FailWarnings 0.003, a Perl test module that adds testtobez2013-04-255-0/+34
| | | | failures if warnings are caught.
* - Fix problem that options dialog is popd up even if there is alreadyknu2013-04-251-2/+1
| | | | | | | | | | saved file. - Remove CONFLICTS because it matches databases/ruby-bdb itself (Spotted by portlint). PR: ports/178107 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Remove the now useless compatibility bits for USE_CMAKEbapt2013-04-251-8/+0
|
* Convert the 2 last USE_CMAKE to USES= cmakebapt2013-04-252-5/+2
|
* Convert to USES=gettextbapt2013-04-251-1/+1
|
* Add pgollucci's FreeBSD.org address also to the list of nice people.ehaupt2013-04-251-0/+1
| | | | Requested by: pgollucci
* - use OPTIONS_DEFINEdinoex2013-04-251-9/+9
| | | | | | | | - make option IDEA deafult - remove RESTRICTED http://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm The last patents expired in 2012 and IDEA is now patent-free and thus free to use.
* Update to 0.15matthew2013-04-252-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/FALCONE/RTx-Calendar-0.15/CHANGES
* - adopt USES for gettext and desktop-file-utilsjgh2013-04-252-15/+7
| | | | | | - adopt optionsNG for NLS KNOB - drop bsd.port.pre.mk inclusion - trim historical header
* - perl 5.10 is gone. Fix PERL_CONFIGURE.az2013-04-251-1/+1
| | | | With hat: perl@
* - Fix stack buffer overflow in nvidia_sysctl_bus_type()danfe2013-04-257-10/+13
| | | | | | | | - While here, install nvidia-bug-report.sh per popular demand and assume that everyone now has sed(1) that supports "addr1,+N" range syntax - Spell X as X11 in port description Submitted by: glebius
* Add a small patch to allow building kdelibs3 with g++48mi2013-04-251-0/+24
|
* - Unmark broken, works fine with Ruby 1.9swills2013-04-251-8/+1
| | | | | | PR: ports/176902 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Approved by: maintainer timeout (dhn, >5 weeks)
* Add creduce:eadler2013-04-255-0/+48
| | | | | | | | | | | C-Reduce is a tool which takes a large C or C++ program that has a property of interest (such as triggering a compiler bug) and automatically produces a much smaller C/C++ program that has the same property. It is intended for use by people who discover and report bugs in compilers and other tools that process C/C++ code. Reviewed by: mva, swills Tested by: swills
* waitid(2) is only in 10bdrewery2013-04-251-1/+2
| | | | | Reported by: nox, koobs With hat: portmgr
* More formatting fixeseadler2013-04-254-7/+4
| | | | Reported by: danfe
* Fix build with clang 3.3kevlo2013-04-251-0/+20
| | | | Approved by: makc
* - Add missing module dirswills2013-04-252-0/+3
| | | | | PR: ports/177729 Submitted by: Edward <edward@rdtan.net>
* - Take maintainership since I use thisswills2013-04-251-1/+1
|
* - Update to 0.3swills2013-04-253-12/+17
| | | | | PR: ports/177752 Submitted by: Mark Felder <feld@feld.me> (maintainer)
* - Fix required perl versionswills2013-04-251-3/+2
| | | | | | | - Fix typo in options PR: ports/177159 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* - Fix buildamdmi32013-04-251-0/+2
|
* - Fix fetch, as repository have movedamdmi32013-04-252-3/+3
| | | | - Checksum has changed, as a root directory of distfile contains repository user name. Distfile verified to not have any changes in contents
* - convert USE_GETTEXT to USESjgh2013-04-252-2/+2
|
* Add a collection of patches to explicitly include somemi2013-04-251-0/+36
| | | | | | headers, that g++48 does not include implicitly (any more). This allows compiling arts with g++48.
* Update to version 4.2.54pawel2013-04-253-3/+4
|
* Add a patch, which allows building kdegraphics3 with g++48.mi2013-04-251-0/+14
|
* Update to 1.4.0.trociny2013-04-252-3/+10
| | | | Approved by: bdrewery
* Do not eat distfiles because of trailing '\'bapt2013-04-251-1/+1
| | | | | Submitted by: bdrewery Pointyhat to: bapt
* Add missing @dirrm (from redports).olgeni2013-04-252-0/+2
|
* Security updae to 3.5.8.1matthew2013-04-253-3/+56
| | | | | | | | | | | | | | | Four new serious security alerts were issued today by the phpMyAdmin them: PMASA-2013-2 and PMASA-2013-3 are documented in this commit to vuln.xml. - Remote code execution via preg_replace(). - Locally Saved SQL Dump File Multiple File Extension Remote Code Execution. The other two: PMASA-2013-4 and PMASA-2013-5 only affect PMA 4.0.0 pre-releases earlier than 4.0.0-rc3, which are not available through the ports.
* Add PORTSCOUT variable.mandree2013-04-251-0/+2
|
* - Convert to OptionsNGswills2013-04-251-8/+4
| | | | | | | - Trim headers while here PR: ports/177160 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* Update audio/kaudiocreator to 1.3.dbn2013-04-253-6/+86
| | | | | | | | | | | | | Make the port NLS aware and make portlint happier. ChangeLog: 1.3 - bump version ;-) 1.2.95 (1.3 rc) - bugfixes Approved by: eadler,bdrewery (mentors, implicit)
* - Convert to OptionsNGswills2013-04-251-9/+6
| | | | | | | - Trim headers while here PR: ports/177161 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* - Convert to OptionsNGswills2013-04-251-8/+5
| | | | | | | - Update master site PR: ports/177162 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* - Update master siteswills2013-04-251-1/+1
| | | | | PR: ports/177430 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* Provide an option to not preserve the original file.ehaupt2013-04-251-3/+3
| | | | Requested by: eadler
* - Use bsd.port.options.mk.olgeni2013-04-251-6/+4
| | | | | - PORTDOCS should not be conditional. - Whitespace fix.
* - Convert to new option frameworksbz2013-04-251-7/+4
|
* - Update to 3.1.2sbz2013-04-252-3/+3
|
* - Update to 0.7sbz2013-04-252-3/+3
|
* Use case insensitive "nice people" matchingehaupt2013-04-251-1/+1
|
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251027-1045/+1045
| | | | Approved by: portmgr (bapt)
* Update to 6.4.4crees2013-04-252-5/+4
| | | | | | | | | | | | | | | | | | | * new option in file config.tcl indicating whether GPSMan data can be appended to an existing file when saving; to be used with care as a file with conflicting time offsets can result that will not be loaded by GPSMan; asked by Zvi Grauer. * explicit support for the Garmin Street Pilot I, with thanks to Martin Espinoza who sent the protocols list. In addition, I tried to clean up the port a wee bit: * I removed a line in the Makefile that had been commented-out Wed Jul 26 08:32:31 2006 UTC (r168793). * I changed the USE_TK_RUN specification to permit the use of Tcl/Tk 8.5 (and tested that it brings in 8.5 if that's available, and that gpsman works with it). PR: ports/178112 Submitted by: dhw (maintainer)
* Fix incorrect DISTFILES and DOC_DISTFILES.olgeni2013-04-251-4/+5
|
* - Update to 3.5.1swills2013-04-253-3/+5
| | | | | PR: ports/177430 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* Convert to USES=gettexteadler2013-04-252-3/+3
| | | | Reviewed by: kwm
* Convert to USES=gettexteadler2013-04-252-2/+2
| | | | Reviewed by: kwm
* - Update to 0.14.1culot2013-04-252-3/+3
| | | | | PR: ports/178111 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* - fix NOPORTDOCSjgh2013-04-253-22/+60
| | | | | | | | | - add GSSAPI option - while here adopt uses for GETTEXT PR: 177903 Submitted by: koukopoulos@gmail.com, Udo.Schweigert@siemens.com Approved by: maintainer, Udo.Schweigert@siemens.com
* Very slight speedup on rc file parsing; use hostname variable in preferencecrees2013-04-255-5/+10
| | | | | | to calling /bin/hostname if available Approved by: ale (maintainer)
* - Update to 0.11.1swills2013-04-253-14/+3
| | | | | PR: ports/178075 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
* For some unmaintained ports:eadler2013-04-2510-29/+16
| | | | | | | | | | | - fix format for pkg-descr - convert to OptionsNG - remove logic for older versions of python which we no longer support - remove option for old versions of FreeBSD - unconditionally set PORTDOCS - etc. Reviewed by: jgh
* - Rework 'nice people' handlingehaupt2013-04-251-16/+64
| | | | - Properly handle non-default $MCom RCS strings
* Take maintainership, fix pkg-descreadler2013-04-252-2/+2
|
* - Use bsd.port.options.mk.olgeni2013-04-251-5/+3
| | | | - PORTDOCS should not be conditional.
* - Use bsd.port.options.mk.olgeni2013-04-253-15/+9
| | | | | | - PORTDOCS should not be conditional. Noticed by: jgh
* Fix formatting of WWW line for my portseadler2013-04-258-8/+8
|
* - Update to 0.8.1culot2013-04-253-6/+12
| | | | | PR: ports/178093 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
* Fix pkg-plist issues.eadler2013-04-253-2/+8
| | | | | | Add new build depends Reported by: az
* - update to Version 1.1.20 (released 24-Apr-2013)ohauer2013-04-252-3/+3
| | | | | * fix tab-to-space handling regression in markup view * fix regression in root lookup handling (issue #526)
* Correct the typo in previous commit.mi2013-04-251-1/+1
| | | | Notified by: gahr
* Fix configure not setting correctly the awk path is ac_cv_prog_AWK is cachedbapt2013-04-241-0/+1
| | | | Reported by: miwi
* Update to 1.0.15 release.ale2013-04-242-7/+8
| | | | | PR: ports/178109 Submitted by: girgen
* Update to 2.4.3 release.ale2013-04-242-3/+3
|
* - Update to 4.3.11swills2013-04-243-14/+15
| | | | | | | | | - Use USERS/GROUPS - Mark MAKE_JOBS_UNSAFE - Give maintainership to submitter PR: ports/178084 Submitted by: Mark Felder <feld@feld.me>
* Seek memchan's pkgIndex.tcl in its current location.mi2013-04-241-2/+1
| | | | Obtained from: gahr
* Allow to specify server-specific option file path in /etc/rc.confale2013-04-242-2/+8
| | | | | PR: ports/172408 Submitted by: Daniel Ylitalo <daniel@produktion203.se>
* - Update to 7.1.1swills2013-04-242-3/+3
| | | | | PR: ports/178085 Submitted by: Mark Felder <feld@feld.me> (maintainer)
* - Update to 1.512lwhsu2013-04-242-3/+3
|
* - Update to 0.6lwhsu2013-04-247-145/+97
| | | | | PR: ports/177665 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* - Update to 0.10.5swills2013-04-242-3/+3
| | | | | PR: ports/178095 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
* - Convert USE_GETTEXT to USES (part 2)ak2013-04-2486-88/+87
| | | | Approved by: portmgr (bapt)
* bsdtar knows how to extract rpm on all supported versions of FreeBSDbapt2013-04-241-11/+4
|
* Update to 4.2.5 release.ale2013-04-242-3/+3
|
* Remove bind-tools, since it was readded to the ports tree.zeising2013-04-241-1/+0
| | | | Reminded by: kwm
* Readd dns/bind-tools.zeising2013-04-245-9/+68
| | | | | | | | | This is done in a similar manner as the old bind-tools, but uses bind99 instead of bind97 as master port. Change bind99 to facilitate the bind-tools slave, in a simlar way as was done for bind97. Approved by: erwin (maintainer)
* - Fix ezmlm support by using subcommands of ezmlm-listbdrewery2013-04-243-3/+39
| | | | | | | | | | | | on the main database dir instead of subdirs [1]. This is reported upstream at: http://sourceforge.net/tracker/?func=detail&aid=3094082&group_id=6691&atid=306691 - Ignore the devel 1.2.16 version, it is not buildable - Mirror distfile - Convert tab to space in pkg-descr PR: ports/177389 [1] Submitted by: Tsunehiko Suzuki <tss-fbspr@e-ontap.com> [1]
* - Take maintainership (tcltk@)gahr2013-04-243-24/+24
| | | | | - Trim Makefile headers - Use the port's build infrastructure instead of providing a custom Makefile
* Upgrade to version 23.olgeni2013-04-242-5/+4
|
* Only fetch the documentation files if DOCS is defined (the otp_doc_htmlolgeni2013-04-241-8/+10
| | | | tarball can he heavy if you are short on bandwidth).
* - Update to 0.04bdrewery2013-04-242-4/+4
| | | | | | | - Pass maintainership to submitter PR: ports/178099 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - Update to 0.4.6.1madpilot2013-04-243-10/+6
| | | | | | | | | - Update Maintainer/Creator email address - Trim makefile headers - Use space in pkg-descr WWW line PR: ports/178102 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
* Update to 0.48.tobez2013-04-242-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Bare/Changes
* Update to 0.30.tobez2013-04-242-4/+5
| | | | Changes: http://search.cpan.org/dist/POE-Component-Server-DNS/Changes
* - Update to version 0.12.1danfe2013-04-243-20/+110
| | | | - Convert obsolete USE_GETTEXT
* Add dns/p5-POE-Filter-DNS-TCP 0.04, a POE Filter to handle DNS over TCPtobez2013-04-245-0/+39
| | | | | | connections. It is needed for the latest version of dns/p5-POE-Component-Server-DNS.
* Update to 0.10010.tobez2013-04-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Class-Accessor-Grouped/Changes
* Update to 2.0001.tobez2013-04-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Text-Xslate/Changes
* Update to 1.08.tobez2013-04-242-4/+5
| | | | Changes: http://search.cpan.org/dist/Mouse/Changes
* - Update to 1.15gahr2013-04-249-75/+1668
| | | | | | Release notes: http://code.activestate.com/lists/tcl-core/13030/ - Simplify regression-test target - Include some patches that were pushed upstream after 1.15 was released
* - Take maintainership (tcltk@)gahr2013-04-241-8/+9
| | | | | - Trim Makefile header - Fix run-time segfault
* - Update to 0.7.3culot2013-04-243-17/+3
| | | | | PR: ports/178054 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
* - Update libmp3splt to 0.8.2az2013-04-245-18/+19
| | | | | | | | | - Update mp3splt to 2.5.2 - Add license - Pet portlint Submitted by: maintainer via IRC
* - Update to 1.1.3gahr2013-04-243-7/+6
| | | | | Release notes: http://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-3.html
* - Use TEA configure script instead of our custom Makefilegahr2013-04-244-187/+35
| | | | | - Add regression-test target - Enhance pkg-descr
* Set MAINTAINER to my @FreeBSD.org address.tijl2013-04-249-9/+9
| | | | Suggested by: crees
* Mark the following ports deprecated. They have been unsupported upstreamtijl2013-04-244-3/+15
| | | | | | | | for years. - comms/libticables (superseded by comms/libticables2) - devel/libticalcs (superseded by comms/libticalcs2) - devel/libtifiles (superseded by devel/libtifiles2) - emulators/tiemu2 (superseded by emulators/tiemu3)
* - Update to 1.1culot2013-04-242-3/+3
| | | | | PR: ports/178053 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-24164-329/+165
| | | | Approved by: portmgr (bapt)
* fixed a mozc-el build issuedaichi2013-04-242-5/+5
|
* Remove BROKEN flag on PowerPC as the port may now build on this architecturemartymac2013-04-241-4/+0
| | | | | | (feedback welcome !). Discussed with: crees, danfe, eadler (on ports-committers@ and svn-ports-all@)