aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Trim Makefile headerDmitry Marakasov2013-06-1713-67/+14
| | | | Notes: svn path=/head/; revision=321132
* - Update to 2.7.4Martin Wilke2013-06-174-65/+50
| | | | | | | | PR: 179591 Submitted by: Ports Fury Notes: svn path=/head/; revision=321131
* - Update MASTER_SITESMartin Wilke2013-06-173-21/+27
| | | | | | | | | | - Fix runtime error against recent glib2 PR: 179590 Submitted by: Ports Fury Notes: svn path=/head/; revision=321130
* - Update to version 0.4Martin Wilke2013-06-172-4/+5
| | | | | | | | PR: 179589 Submitted by: Ports Fury Notes: svn path=/head/; revision=321129
* - Support CFLAGS properlyMartin Wilke2013-06-171-15/+21
| | | | | | | | | | - Add DESKTOP_ENTRIES PR: 179588 Submitted by: Ports Fury Notes: svn path=/head/; revision=321128
* - Update to 6.2Martin Wilke2013-06-172-4/+4
| | | | | | | | PR: 179587 Submitted by: Ports Fury Notes: svn path=/head/; revision=321127
* - Update to 0.36.1Martin Wilke2013-06-175-38/+19
| | | | | | | | PR: 179586 Submitted by: Ports Fury Notes: svn path=/head/; revision=321126
* - Update to version 1.4.05Martin Wilke2013-06-172-3/+3
| | | | | | | | PR: 179585 Submitted by: Ports Fury Notes: svn path=/head/; revision=321125
* - remove erroneous MAKE_ARGS lineRuslan Makhmatkhanov2013-06-171-1/+0
| | | | | | | Reported by: Michael Gmelin <freebsd@grem.de> (maintainer, by mail) Notes: svn path=/head/; revision=321124
* - Update MASTER_SITESMartin Wilke2013-06-172-14/+21
| | | | | | | | | | - Update WWW PR: 179583 Submitted by: Ports Fury Notes: svn path=/head/; revision=321123
* - Fix build on -currentMartin Wilke2013-06-175-14/+70
| | | | | | | | | | | - Add LICENSE - Trim header PR: 179581 Submitted by: Ports Fury Notes: svn path=/head/; revision=321122
* - Update to 4.0.3Martin Wilke2013-06-172-3/+3
| | | | | | | | PR: 179580 Submitted by: Ports Fury Notes: svn path=/head/; revision=321121
* - Fix build on -currentMartin Wilke2013-06-173-21/+40
| | | | | | | | | | | - Add MAKE_JOBS_UNSAFE - Trim header PR: 179578 Submitted by: ports fury Notes: svn path=/head/; revision=321120
* devel/arduino: update to 1.0.5William Grzybowski2013-06-174-149/+347
| | | | | | | | | | | | | | - Update to 1.0.5 - Delete patch integrated upstream Changes: http://arduino.cc/en/Main/ReleaseNotes PR: ports/179628 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=321119
* Update to -dev19.Dmitry Sivachenko2013-06-172-4/+4
| | | | Notes: svn path=/head/; revision=321118
* - Fix USE_LDCONFIGPietro Cerutti2013-06-171-1/+1
| | | | Notes: svn path=/head/; revision=321117
* Update to version 1.4.24.Dmitry Sivachenko2013-06-172-4/+4
| | | | Notes: svn path=/head/; revision=321116
* audio/mpc: update to 0.22William Grzybowski2013-06-173-24/+19
| | | | | | | | | | | | | | - Update to 0.22 - Add LICENSE (GPLv2) - Remove spaces from WWW in pkg-descr - New form for pkgconfig PR: ports/179234 Submitted by: nemysis <nemysis@gmx.ch> Approved by: culot / jpaetzel (mentors, implicit), maintainer Notes: svn path=/head/; revision=321115
* Update to Wine 1.6 RC2. This includes a number of bug fixes.Gerald Pfeifer2013-06-173-3/+5
| | | | Notes: svn path=/head/; revision=321114
* - Update to 05_20130616Pietro Cerutti2013-06-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Documentation comments have been added or improved in bigfile.s7i, char.s7i, clib_file.s7i, complex.s7i, external_file.s7i, file.s7i, float.s7i, hash.s7i, integer.s7i, shell.s7i, string.s7i, utf16.s7i, osfiles.s7i, rational.s7i, arrlib.c, blnlib.c, bstlib.c, arr_rtl.c, big_gmp.c, big_rtl.c, bst_rtl.c, chrlib.c, chr_rtl.c, cmdlib.c, cmd_rtl.c, fillib.c, fil_rtl.c, fltlib.c, flt_rtl.c, hshlib.c, hsh_rtl.c, int_rtl.c, pol_sel.c, pol_unx.c, setlib.c, set_rtl.c, strlib.c, str_rtl.c. * The functions lower and upper in string.s7i and char.s7i have been improved to use the default Unicode case mapping. In other words: conversions to lower respectively upper case works for all Unicode characters, which have a case mapping. Characters without case mapping are left unchanged. The mapping is independend from the locale. Individual character case mappings cannot be reversed, because some characters have multiple characters that map to them. * In the library deflate.s7i the performance of the deflate compression has been improved by a factor between 5 and 10. * The performance of the functions str_cmp, str_range and str_substr in strlib.c has been improved. * The performance of the functions strCompare, strRangeSlice, strRange, strSubstrSlice and strSubstr in str_rtl.c has been improved. * Tests for the string functions compare, lower and upper and for the index operations head, tail, range and substring have been added to chkstr.sd7. * The definition of the macro arrayMaxPos in common.h has been improved and usages of the macro have been added to arrlib.c and arr_rtl.c. * The compiler has been improved to support the actions HSH_IDX2 and HSH_UPDATE. * The compiler has been improved to inline code for the actions STR_HASHCODE, STR_RANGE and STR_SUBSTR. * The function intStrToBuffer has been added to int_rtl.c. This function allows conversions from integer to string, without memory allocation. * The compiler has been improved to take advantage of the function intStrToBuffer. * The functions getGenericValue, getGenericValueToResultExpr, getTempVariable, beginCastGeneric, endCastGeneric, beginCastGenericToResultExpr and endCastGenericToResultExpr have been added to the compiler. * The functions hsh_idx2 and hsh_update have been added to hshlib.c. * The functions hshIdxAddr2 and hshUpdate have been added to hsh_rtl.c * The macro hashCode has been defined in str_rtl.h and used in str_rtl.c (function strHashCode) and strlib.c (function str_hashcode). * The program chkccomp.c was improved to write a definition of the macro INLINE to version.h * The deprecated function 'read_dir' has been removed from the library "osfiles.s7i". The replacement of 'read_dir' is 'readDir'. * The functions arrHeadTemp, arrRangeTemp and arrSubarrTemp in arr_rtl.c have been improved. Notes: svn path=/head/; revision=321113
* - New port: devel/libqxtPietro Cerutti2013-06-175-0/+445
| | | | | | | | | | LibQxt is an extension library for Qt providing a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit. WWW: http://dev.libqxt.org/libqxt/wiki/Home Notes: svn path=/head/; revision=321112
* net/xmlrpc-epi: update to 0.54.2William Grzybowski2013-06-172-25/+17
| | | | | | | | | | | | | | | | | | - Update to 0.54.2 - Remove expat version from LIB_DEPENDS - Add LICNESE (MIT) - Remove leading article from COMMENT - NOPORTDOCS -> PORT_OPTIONS:MDOCS Changes: http://sourceforge.net/p/xmlrpc-epi/git/ci/master/tree/NEWS PR: ports/179155 Submitted by: nemysis <nemysis@gmx.ch> Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=321111
* - Update to 0.04Frederic Culot2013-06-173-11/+13
| | | | | | | | | | | - Add LICENSE (Artistic 2) - Trim Makefile's header - Take maintainership Changes: http://search.cpan.org/dist/URI-FromHash/Changes Notes: svn path=/head/; revision=321110
* - Trim Makefile header (convert to the new form)Alexey Dokuchaev2013-06-175-244/+41
| | | | | | | | | | | | | | | | | | | | | - Rephrase COMMENT line text a bit - Do not try to set UNMAKESELF_CMD (after ports/118749 was closed) - Mute ${MKDIR}'s, unmute build stage commands (wrappers generation) - Consistently use -a switch when ${CP}'ing stuff; this also preserves mtimes - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS; utilize PORTDOCS to shorten pkg-plist considerably - Do not advise to install retail version files into ${DATADIR}: the game knows also looks inside user's ${HOME}/.wolf/main directory; this also simplifies pkg-plist logic (no need for special checks via @unexec rmdir %D/%%DATADIR%% command) and allows not to mess manually with the files under system-wide ${DATADIR}; update pkg-message accordingly and reindent - Due to previous change, pkg-message no longer requires %%DATADIR%% substitution, and thus can be moved out from files/ directory - Slightly retouch port description and update WWW: to point to a working webpage [www.idsoftware.com] Notes: svn path=/head/; revision=321109
* net/tcptrace: minor Makefile fixesWilliam Grzybowski2013-06-173-60/+29
| | | | | | | | | | | | | | | | - Trim Makefile header - Remove leading article from COMMENT - Add LICENSE (GPLv2) - Use PLIST_FILES instead of pkg-plist - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Rework pkg-descr PR: ports/179156 Submitted by: nemysis <nemysis@gmx.ch> Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=321108
* - Update to checkin 685cb60Bryan Drewery2013-06-174-8/+10
| | | | | | | | | | | | | | - Update upstream repo location Changes: * Fix how pkgng support is detected for completions * Fix portcvsweb so it uses svnweb.FreeBSD.ORG * Symlink portcvsweb as portsvnweb * Fix portcvsweb FreshPorts and datespec support * Add support for WITH_PKGNG=devel Notes: svn path=/head/; revision=321107
* Really fix dynamic pkg-plist for emulators/i386-wine-devel.David Naylor2013-06-171-3/+3
| | | | | | | | | | | To prevent this problem from happening again the @dirrm section was consolidated and moved to after the files are added. Approved by: eadler,bdrewery (mentors, implicit) Reported by: qat@redports.org, bdrewery Notes: svn path=/head/; revision=321106
* Update audio/soundkonverter to use new options macros and to always build ↵David Naylor2013-06-172-269/+109
| | | | | | | | | | | | | | | | | plugins. The plugins are disabled at run-time if the required programs are not available, so always including them: a) does not result in a broken port b) provides greater flexability to the user (if the ports are installed later) c) increases the build time, although it is a small port in any case. The above two changes reduces the Makefile line count by 160. Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=321105
* ftp/yafc: update to 1.2.5William Grzybowski2013-06-172-5/+6
| | | | | | | | | | | | | | - Update to 1.2.5 [1] - Fix path for gettext in configure [1] - Add missing READLINE option - Take maintainership PR: ports/179629 [1] Submitted by: Norihiko Murase <mur1080224@inter7.jp> Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=321104
* Add an options to configure SSL (on), this was missed during the conversion ↵Baptiste Daroussin2013-06-171-3/+3
| | | | | | | | | | | to new options framework. Bump port revision. Reported by: M. Schulte <m@fuglos.org> Notes: svn path=/head/; revision=321103
* Update audio/soundkonverter to 2.0.3.David Naylor2013-06-172-3/+3
| | | | | | | | | | | | ChangeLog: -Fix: Update normalize filter widget properly -Fix: Show more than one filter widget at a time -Fix: Load normalize options properly from saved profiles (could lead to a crash) Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=321102
* Update math/R-cran-stabledist to 0.6-6.David Naylor2013-06-172-4/+3
| | | | | | | Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=321101
* Update math/R-cran-car to 2.0-18.David Naylor2013-06-172-4/+3
| | | | | | | | | | | ChangeLog: o Bug fix to boot with type="residual" o Added densityPlot() function. Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=321100
* - update to 3.5.0Ruslan Makhmatkhanov2013-06-1719-259/+359
| | | | | | | | | | | | | | | | | | | | | | - pass maintainership to submitter - new style Makefile header - optionsNG - install shared PHP file in the correct place - don't install slice files anymore, since devel/ice (a dependency) already installs those in the correct location - add license (GPLv2) - fix BUILD_DEPENDS - add option that allows to use of PHP5 namespaces - support PHP 5.4 - fixes for Clang and C++11 - remove outdated pkg-message - fix patch filenames PR: 179241 Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=321099
* - update to 3.5.0Ruslan Makhmatkhanov2013-06-178-305/+374
| | | | | | | | | | - relax version limit in USE_PYTHON (python3 is now supported too) PR: 179240 Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer) Notes: svn path=/head/; revision=321098
* - chase devel/ice updateRuslan Makhmatkhanov2013-06-171-2/+2
| | | | Notes: svn path=/head/; revision=321097
* - update to 3.5.0Ruslan Makhmatkhanov2013-06-17109-2728/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add license (GPLv2) - switch to bdb 5 - mark broken on 10.x for the time being (as it was discussed on ports@ ML) - remove patches, applied upstream This version of Ice brings many new features, e.g. - New encoding version - Metrics facility - Optional data members and parameters - Compact encoding for classes and exceptions - Compact type IDs - Preserved slices - Custom enumerator values - C++11 lambda functions - Remote Update of Server Properties - IPv6 now enabled by default - Python 3 support - Use Berkley DB 5 See http://doc.zeroc.com/display/Ice/Release+Notes for details. PR: 179233 Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer) Tested by: Jaret Bartsch <jaretbartsch@yahoo.ca> Notes: svn path=/head/; revision=321096
* Update dialog4ports to 0.1.5Baptiste Daroussin2013-06-173-3/+4
| | | | | | | | | | | | | | | Changes: - Don't free memory when process is exiting [1] - Some style fixes [1] - Consistently use C99 bool, true and false [1] - Generalise parsing of env var into StringList [1] - Rename ITEM_SEPARATE to ITEM_SEPARATOR [1] - Highlight new options (by a '+' at the beginning of the line) [1] Submitted by: tijl [1] Notes: svn path=/head/; revision=321095
* - PortlintNicola Vitale2013-06-171-3/+2
| | | | Notes: svn path=/head/; revision=321094
* - Update to 2.7 [1]Nicola Vitale2013-06-173-30/+11
| | | | | | | | | | | | | | | - Trim Makefile header [1] - Set USE_PYTHON to yes [1] - Add TEST_DEPENDS Build log: http://goo.gl/5JD9Z Release notes: http://goo.gl/Oyve4 PR: ports/179618 [1] Submitted by: olivierd Notes: svn path=/head/; revision=321093
* Update to 0.3:Baptiste Daroussin2013-06-172-3/+3
| | | | | | | | | | | | Changes: - Don't eval the control expression of the first #if of a block when already in a false block; it might not be valid - Don't recognize comments within character constants. - Don't recognize macro argument parentheses or commas within strings, or within character constants either. Notes: svn path=/head/; revision=321092
* Update to 1.1.0 rc1Baptiste Daroussin2013-06-172-3/+3
| | | | | | | | | | | | | | | | Changes: - Fix pkg install -R [1] - pkg install -R does not downgrade anymore except if -f is passed. - Fix package validation [2] - Do not try to search on repositories if no repositories are configured - Fix pkg query '%M' printing '(null)' [3] Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com> [1], Waitman Gobble (github issue #514), and many others [2], flo [3] Notes: svn path=/head/; revision=321091
* Handbrake tries to dlopen() libdvdcss.so.2, while library installed by theAlexey Dokuchaev2013-06-171-1/+4
| | | | | | | | | | | | | | | | libdvdcss package is actually libdvdcss.so.3, so the call always fails and handbrake is unable to properly read CSS-encoded DVDs. Patch in the PR suggested bumping requested shlib version accordingly, but methinks it is better to just remove it completely from CSS_LIB definition. While here, register run-time dependency on `multimedia/libdvdcss'. PR: ports/171473 Submitted by: Heath Nielson Approved by: maintainer timeout (dmarion, over 9 months) Notes: svn path=/head/; revision=321090
* Trim header.Koop Mast2013-06-172-17/+8
| | | | | | | | Remove shlib versions. Convert to USES=desktop-file-utils. Notes: svn path=/head/; revision=321089
* Fix build with glib 2.36.Koop Mast2013-06-172-7/+5
| | | | | | | Convert to USES=desktop-file-utils and shared-mime-info. Notes: svn path=/head/; revision=321088
* Add gqrx, a Qt-based software defined radio receiverGanael LAPLANCHE2013-06-174-0/+46
| | | | Notes: svn path=/head/; revision=321087
* - Trim Makefile headerAndrej Zverev2013-06-172-18/+19
| | | | | | | | | | | | | - Improve COMMENT and pkg-descr - Remove obsolete knob NO_INSTALL_MANPAGES - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/178979 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=321086
* - Update to version 1.5Andrej Zverev2013-06-172-3/+3
| | | | | | | | PR: ports/179626 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=321085
* Document Tor bug 9072Brendan Fabeny2013-06-171-0/+25
| | | | Notes: svn path=/head/; revision=321084
* new port wwww/p5-Catalyst-Model-TarantoolAndrej Zverev2013-06-175-0/+36
| | | | | | | | | | Tarantool interface for Catalyst based application. PR: ports/178620 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Notes: svn path=/head/; revision=321083