aboutsummaryrefslogtreecommitdiff
path: root/science/libsvm
Commit message (Collapse)AuthorAgeFilesLines
* *: Clean up some thingsTobias Kortkamp2021-10-121-1/+1
| | | | | | | | | | | | - Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-1/+6
| | | | Notes: svn path=/head/; revision=508909
* - Update pkg-descrWen Heping2018-10-131-8/+2
| | | | | | | | PR: 232026 Submitted by: iblis@hs.ntnu.edu.tw(maintainer) Notes: svn path=/head/; revision=481987
* - Update to 3.23Wen Heping2018-10-082-5/+5
| | | | | | | | | | | - Pass maintainership to submitter PR: 232026 Submitted by: iblis@hs.ntnu.edu.tw Approved by: portmgr@(koobs@) Notes: svn path=/head/; revision=481502
* Reset MAINTAINER on ports maintained by amutu@amutu.comYuri Victorovich2018-06-221-1/+1
| | | | | | | | | | | Based on the new policy of all maintained ports reset when maintaner is absent for 3 months. Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months). portscout database indicates that 48.94% of his ports aren't updated. Notes: svn path=/head/; revision=473019
* * Updated to 3.22Richard Gallamore2017-06-192-4/+5
| | | | | | | | | | | | | | | * New maintainer Jov <amutu@amutu.com> Changelog: http://www.csie.ntu.edu.tw/~cjlin/libsvm/log PR: 220102 Submitted by: Jov <amutu@amutu.com> (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11269 Notes: svn path=/head/; revision=443898
* - Sort out options (for instance, OPTIMIZED_CFLAGS does not belong to python ↵Dmitry Marakasov2017-04-121-28/+17
| | | | | | | | | | | | slave port) - Add NO_ARCH for libsvm-python - Switch to PORTDOCS - Switch to options helpers - Cosmetic fixes Notes: svn path=/head/; revision=438344
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-3/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* science/libsvm: Update to version 3.21.Boris Samorodov2016-03-092-3/+3
| | | | Notes: svn path=/head/; revision=410705
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+0
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380309
* Drop maintainership as I no longer use these software nor have time andRong-En Fan2015-01-161-1/+1
| | | | | | | energy to keep up. Notes: svn path=/head/; revision=377195
* Update "BSD" license in science categoryMark Felder2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374211
* Cleanup plistAntoine Brodin2014-11-121-1/+0
| | | | Notes: svn path=/head/; revision=372500
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* UnbreakAntoine Brodin2014-05-311-9/+5
| | | | | | | While here, remove ${CAT} ${PKGMESSAGE} unneeded for staged ports Notes: svn path=/head/; revision=355991
* - Update to 3.18Rong-En Fan2014-05-302-13/+11
| | | | | | | - Support staging Notes: svn path=/head/; revision=355837
* Convert s* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347784
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* Convert science to new options frameworkBaptiste Daroussin2013-04-281-11/+8
| | | | Notes: svn path=/head/; revision=316757
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Update to 3.1 [1]Rong-En Fan2011-04-242-6/+7
| | | | | | | | | | | | | - Change target of symlink libsvm.so from absolute path to relative path so that it behaves like what other people doing [2] - Add LICENSE PR: ports/156599 [1] Submitted by: dikshie <dikshie at sfc.wide.ad.jp> [1] Submitted by: jsa@ [2] Notes: svn path=/head/; revision=273117
* - Use INSTALL_LIB when installing shared lib and create symlink so configureRong-En Fan2010-11-102-1/+6
| | | | | | | | | | | script can find it - Install header file for svm library so others can use - Bump PORTREVISION Submitted by: jsa@ Notes: svn path=/head/; revision=264356
* - Update to 3.0Rong-En Fan2010-09-133-6/+6
| | | | Notes: svn path=/head/; revision=261073
* Update to 2.91 which includes a new rewritten Python interfaceRong-En Fan2010-04-055-27/+13
| | | | Notes: svn path=/head/; revision=252232
* - Update to 2.9Rong-En Fan2009-11-032-4/+5
| | | | Notes: svn path=/head/; revision=243691
* - Update to 2.89Rong-En Fan2009-04-012-4/+4
| | | | Notes: svn path=/head/; revision=231423
* - Update description to reflect realityRong-En Fan2009-02-251-13/+22
| | | | Notes: svn path=/head/; revision=229021
* - Add OCFLAGS to make CFLAGS the same as distribution's by defaultRong-En Fan2008-12-222-9/+7
| | | | | | | (this is preferable by the authors). Notes: svn path=/head/; revision=224574
* - Update to 2.88Rong-En Fan2008-12-223-11/+11
| | | | Notes: svn path=/head/; revision=224573
* - Update to 2.85Rong-En Fan2007-12-123-6/+7
| | | | Notes: svn path=/head/; revision=203110
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-3/+3
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Correctly define PORTDOCS to fix libsvm-python buildRong-En Fan2007-04-021-4/+5
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=189026
* - Update to 2.84Rong-En Fan2007-04-014-46/+42
| | | | | | | | - Now libsvm-python installs only python interface bits and it should be buildable on Python 2.5 Notes: svn path=/head/; revision=188937
* - Update to 2.83Rong-En Fan2006-11-183-11/+10
| | | | | | | | - Use SUB_FILES - Use ECHO_CMD where I mean echo command Notes: svn path=/head/; revision=177501
* - Respect DESTDIRRong-En Fan2006-08-131-3/+3
| | | | | | | | PR: ports/101874 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170473
* Change to my FreeBSD.org email.Rong-En Fan2006-06-271-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=166420
* - Update to 2.82Roman Bogorodskiy2006-04-182-5/+4
| | | | | | | | | | - USE_REINPLACE is not needed any more PR: 95849 Submitted by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=159872
* - Update to 2.81Pav Lucistnik2006-01-013-4/+6
| | | | | | | | PR: ports/91169 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) Notes: svn path=/head/; revision=152536
* - Update to 2.8Pav Lucistnik2005-07-124-33/+13
| | | | | | | | PR: ports/83276 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) Notes: svn path=/head/; revision=138978
* - Rerolled tarball, tests removed (we don't touch them anyway)Pav Lucistnik2005-02-171-2/+2
| | | | | | | | PR: ports/77586 Submitted by: Rong-En Fan <rafan@infor.org> (maintainer) Notes: svn path=/head/; revision=129094
* - add -fPIC for amd64Sergey Matveychuk2004-12-195-9/+31
| | | | | | | | | | | | - fix pkg-plist, bump PORTREVISION Poked by pointyhat via Kris. PR: ports/75248 Submitted by: maintainer Notes: svn path=/head/; revision=124531
* Fix pkg-plist and add python category for libsvm-python (slave port)Kirill Ponomarev2004-12-132-2/+5
| | | | | | | | PR: ports/74973 Submitted by: maintainer Notes: svn path=/head/; revision=123915
* - Update to 2.71Sergey Matveychuk2004-12-116-27/+81
| | | | | | | | | | | | | | - Install tools - Make python interface to a slave port - Respect to CXX and CFLAGS in python/Makefile - Pass a maintainership to the submitter PR: ports/73981 Submitted by: Rong-En Fan <rafan(at)infor.org> Approved by: former maintainer Notes: svn path=/head/; revision=123684
* Update to 2.6Volker Stolz2004-06-063-8/+5
| | | | | | | | | PR: ports/66635 Submitted by: Roman Neuhauser Approved by: maintainer Notes: svn path=/head/; revision=110944
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Update to version 2.5Kirill Ponomarev2003-11-223-8/+8
| | | | | | | | PR: 59574 Submitted by: maintainer Notes: svn path=/head/; revision=94704
* Update to 2.4Kevin Lo2003-04-082-3/+2
| | | | | | | | PR: 50700 Submitted by: MAINTAINER Notes: svn path=/head/; revision=78581