aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-07103-292/+197
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* - Bump PORTREVISION for dependencies changesRusmir Dusko2014-12-071-2/+2
| | | | | | | - Change USES, add autoreconf Notes: svn path=/head/; revision=374182
* Fix a symlink by copying the logic from java/sigarAntoine Brodin2014-12-071-1/+19
| | | | Notes: svn path=/head/; revision=374181
* Fix typoBaptiste Daroussin2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374180
* Limit pgsql to 9.2 on four databases category portsJohn Marino2014-12-074-4/+4
| | | | | | | | | | | | | | | | | As the result of a recent exp-run for postgresql 9.3, several ports failed to build as a result. Most could likely be fixed by updating the port to a later available version. Until that happens, set the maximum version of pgsql to 9.2 for these ports. * pg_rman (1.23) : version 1.27 is available * pg_statsinfo (2.4.1) : version 2.5.0 available, works on pgsql 9.3 * pgpool-II (3.1.6) : version 3.4 available, works on pgsql 9.3 * pgpool-II30 (3.0.4) PR: 195281 Notes: svn path=/head/; revision=374179
* Fix build when compiler is clangBaptiste Daroussin2014-12-072-2/+7
| | | | Notes: svn path=/head/; revision=374178
* Cleanup plistBaptiste Daroussin2014-12-071-34/+0
| | | | Notes: svn path=/head/; revision=374177
* Cleanup dependsAntoine Brodin2014-12-071-12/+1
| | | | Notes: svn path=/head/; revision=374176
* - Update to 2.39Wen Heping2014-12-072-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.39/Changes Notes: svn path=/head/; revision=374175
* - Update to 0.002107Wen Heping2014-12-072-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Candy-0.002107/Changes Notes: svn path=/head/; revision=374174
* - Update to 0.19Wen Heping2014-12-072-7/+8
| | | | | | | | Changes: http://cpansearch.perl.org/src/JJNAPIORK/DBIx-Class-Schema-PopulateMore-0.19/Changes - Update DEPENDS Notes: svn path=/head/; revision=374173
* - Update to 0.11020Wen Heping2014-12-072-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/ILMARI/SQL-Translator-0.11020/Changes Notes: svn path=/head/; revision=374172
* - Update to 0.58Wen Heping2014-12-073-8/+9
| | | | Notes: svn path=/head/; revision=374171
* - Update to 0.082810Wen Heping2014-12-073-11/+13
| | | | | | | | Changes: http://search.cpan.org/src/RIBASUSHI/DBIx-Class-0.082810/Changes - Update DEPENDS Notes: svn path=/head/; revision=374170
* - Update to 1.632Wen Heping2014-12-072-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBI/Changes#Changes_in_DBI_1.632 Notes: svn path=/head/; revision=374169
* - Update to 0.46Wen Heping2014-12-072-7/+6
| | | | | | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog - Update DEPENDS Notes: svn path=/head/; revision=374168
* - Update to 0.067Wen Heping2014-12-072-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/WYANT/Astro-satpass-0.067/Changes Notes: svn path=/head/; revision=374167
* Update to 20141205Antoine Brodin2014-12-072-5/+4
| | | | Notes: svn path=/head/; revision=374166
* - Recreate tarball, new GH_COMMITRusmir Dusko2014-12-072-3/+3
| | | | Notes: svn path=/head/; revision=374165
* - Remove conflict with non existent PortRusmir Dusko2014-12-072-5/+3
| | | | | | | - Recreate tarball, new GH_COMMIT Notes: svn path=/head/; revision=374164
* Canonicalize a few licensesAntoine Brodin2014-12-0713-16/+14
| | | | Notes: svn path=/head/; revision=374163
* Add local patch to fix the build on FreeBSD 8.Raphael Kubo da Costa2014-12-061-0/+40
| | | | | | | | | | | | | | | FreeBSD 8 does not have support for the TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT options (the values are always hardcoded). We can fix it by only calling setsockopt(2) with those options if they are defined. At least for now, I have decided not to upstream this change because it basically affects only FreeBSD 8 these days (the other BSDs, Linux and OS X have had support for those options for many years). MFH: 2014Q4 Notes: svn path=/head/; revision=374162
* The pgpool license is actually an old minimal variant of the MIT licenseMark Felder2014-12-067-28/+7
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=374161
* Update "BSD" licenseMark Felder2014-12-061-1/+1
| | | | Notes: svn path=/head/; revision=374160
* Update "BSD" license in graphics categoryMark Felder2014-12-0613-13/+16
| | | | Notes: svn path=/head/; revision=374159
* - Remove ports-mgmt/pkg-plist, it was resurrectedAlex Kozlov2014-12-061-1/+0
| | | | Notes: svn path=/head/; revision=374158
* LICENSE_PERMS did not include all permissions for the custom licenseMark Felder2014-12-063-3/+3
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=374157
* ampas ports have custom license, not BSDMark Felder2014-12-062-4/+10
| | | | | | | Modernize ampasCTL, appease portlint Notes: svn path=/head/; revision=374156
* Modernize port and appease portlint.Mark Felder2014-12-061-5/+5
| | | | | | | Always leave a port better than you found it. Notes: svn path=/head/; revision=374155
* Spaces replaced with tabs.Mark Felder2014-12-061-4/+4
| | | | Notes: svn path=/head/; revision=374154
* Update "BSD" license in mail categoryMark Felder2014-12-063-3/+3
| | | | Notes: svn path=/head/; revision=374153
* Update "BSD" licenseMark Felder2014-12-061-5/+4
| | | | | | | | | | | | | | | The license included by the author is the CPL, but not the "Common Public License" as indicated in the port Makefile. Instead, it is the Cypherpunk Anti-License which is about as much of a non-license license you can get. The terms indicate you can redistribute/relicense the code in any license you want, but the author for some strange reason gives his opinion on which license he would recommend. This makes no sense given the spirit of the CPL. Kids, don't do drugs. Notes: svn path=/head/; revision=374152
* - Rename editors/texmakerx to editors/texstudio and update it to 2.8.6Max Brazhnikov2014-12-0614-145/+225
| | | | | | | | | | | | | | | | | | | - Pass maintainership to submitter - Adjust Qt 4 components - Add desktop-file-utils, execinfo, and pkgconfig to USES - Drop MAKE_JOBS_UNSAFE - Remove stale patches - Update port description and comment - Remove optional dependencies on print/gv and now non-existent print/xdvik. TeXstudio, similar to its ancestor Texmaker, can use Okular or Evince or any other viewer defined by user, therefore I see no reason for keeping options for particular viewers. PR: 195346 (based on) Submitted by: Abilio Marques Notes: svn path=/head/; revision=374151
* editors/texmaker:Max Brazhnikov2014-12-061-7/+0
| | | | | | | | | | | | | - Instead of fixing dependency [1] remove optional dependencies on print/gv and now non-existent print/xdvik. Texmaker can use Okular or Evince depending on desktop environment or any other viewer defined by user, I don't see point for keeping options for particular viewers. PR: 195553 [1] Reported by: woot-woot@yandex.ru Notes: svn path=/head/; revision=374150
* - Fix build when WITHOUT_PROFILE is definedSunpoet Po-Chuan Hsieh2014-12-061-0/+3
| | | | | | | Submitted by: vanilla Notes: svn path=/head/; revision=374149
* - Deprecate ports and set expiration date to 2015-01-06:Alex Kozlov2014-12-068-0/+24
| | | | | | | | | | | | | | ports-mgmt/bpkg: Does not support pkgng ports-mgmt/p5-App-Pm2Port: Does not know about USES=perl, generates incorrect pkg-plist ports-mgmt/p5-FreeBSD-Pkgs: Does not support pkgng ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates: Depends on ports-mgmt/p5-FreeBSD-Pkgs ports-mgmt/pkg-orphan: Does not support pkgng ports-mgmt/pkg_remove: Does not support pkgng ports-mgmt/pkg_trackinst: Does not support pkgng, generates incorrect pkg-plist ports-mgmt/portcheckout: Uses ports cvs repo, which is long gone Notes: svn path=/head/; revision=374148
* Update BSD licenseMark Felder2014-12-061-2/+3
| | | | | | | Fix COMMENT to appease portlint Notes: svn path=/head/; revision=374147
* Update "BSD" licenseMark Felder2014-12-061-1/+1
| | | | Notes: svn path=/head/; revision=374146
* Update to 3.22.02Stephen Hurd2014-12-063-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix default options for OSS and FLARQ Add Dutch translation Fix various portlint nits Interesting changes in this release: * Added information macro tags <ANTENNA> - my antenna <BAND> - current operating band * modified rtty and psk viewers to eliminate modem specific code in the UI elements * restricted psk multichannel viewer to modes - PSK31, PSK63, PSK63F and PSK125 - QPSK31, QPSK63 and QPSK125 * Fixed RTTY decoder for baud rate > 110 EmComm 8PSK modes: * Reverted 8PSK-1000 - 1000 baud, 3kbps (no FEC) * Modified 8PSK-1200 - Now uses 1/2 rate K=7 FEC - 1200 baud, 1.8kbps * Added mode 8PSK-1333 - 1333 baud, 4kbps (no FEC) Notes: svn path=/head/; revision=374145
* Rename bs and fish to avoid conflicts with games/bs and shells/fish.Adam Weinberger2014-12-062-14/+17
| | | | | | | | | | While here, get on board with @dir. PR: 195672 Submitted by: nemysis Notes: svn path=/head/; revision=374144
* Remove invalid line from plistAntoine Brodin2014-12-061-1/+0
| | | | Notes: svn path=/head/; revision=374143
* Fix install location for plugins by USES=webpluginThomas Zander2014-12-062-84/+46
| | | | | | | | | | | | | | - Bump PORTREVISION While on it: - Modernise pkg-plist - Cleaning up Makefile PR: 195170 Submitted by: jbeich@vfemail.net Notes: svn path=/head/; revision=374142
* I was never able to replicate this, but a number of people have reported thatAdam Weinberger2014-12-061-1/+1
| | | | | | | | | | liblz4 fails to build on amd64, and they all agree that this patch fixes it. PR: 194609 Submitted by: Roland Smith Notes: svn path=/head/; revision=374141
* Release this port to the wild. It's stable, unlikely to see new versions,Adam Weinberger2014-12-061-1/+1
| | | | | | | and I don't use it anymore. Notes: svn path=/head/; revision=374140
* - Sort PLISTSunpoet Po-Chuan Hsieh2014-12-061-5/+2
| | | | | | | - Remove @comment Notes: svn path=/head/; revision=374139
* - Update to 2.1.11Sunpoet Po-Chuan Hsieh2014-12-063-25/+11
| | | | | | | Changes: https://github.com/npm/npm/releases Notes: svn path=/head/; revision=374138
* - Update to 1.08Sunpoet Po-Chuan Hsieh2014-12-062-4/+8
| | | | | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Unicode-Collate/Changes Notes: svn path=/head/; revision=374137
* - Update to 2.0.11Sunpoet Po-Chuan Hsieh2014-12-062-3/+3
| | | | | | | Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.11/README.txt/view Notes: svn path=/head/; revision=374136
* - Update to 0.34Sunpoet Po-Chuan Hsieh2014-12-063-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Math-GSL/Changes Notes: svn path=/head/; revision=374135
* - Update to 2.10.1Sunpoet Po-Chuan Hsieh2014-12-062-3/+3
| | | | | | | Changes: https://github.com/guard/guard/releases Notes: svn path=/head/; revision=374134