aboutsummaryrefslogtreecommitdiff
path: root/science/libsvm
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* science/libsvm: Update to 3.24Neel Chauhan2022-08-212-4/+4
|
* science: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Andreas Fehlner <fehlner@gmx.de> * Brad Huntting <huntting@glarp.com> * Chao Shin <quakelee@cn.FreeBSD.org> * Cheng-Lung Sung <clsung@FreeBSD.org> * Chia-Hsing Yu <me@davidyu.org> * Chris Rees <utisoft@gmail.com> * David Naylor <dbn@FreeBSD.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Ed Schouten <ed@FreeBSD.org> * Eric Freeman <freebsdports@chillibear.com> * Erik B Knudsen * Fernan Aguero <fernan@iib.unsam.edu.ar> * Frederic Culot <frederic@culot.org> * Gea-Suan Lin <gslin@gslin.org> * Glenn Johnson * Greg Lewis <glewis@FreeBSD.org> * Igor Serikov <iserikov@acm.org> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Johannes M Dieterich <jmd@FreeBSD.org> * Johannes Meixner <johannes@perceivon.net> * Ju Pengfei <jupengfei@gmail.com> * Kay Lehmann <kay_lehmann@web.de> * Klaus Aehlig <aehlig@linta.de> * Kurt Kanzenbach <kurt@kmk-computers.de> * Leland Wang <llwang@infor.org> * Li-Lun Wang <llwang@infor.org> * Markus Brueffer <markus@FreeBSD.org> * NAKATA Maho <maho@FreeBSD.org> * NAKATA, Maho <maho@FreeBSD.org> * Nakata Maho <chat95@mbox.kyoto-inet.or.jp> * Nakata Maho <maho@FreeBSD.org> * Pav Lucistnik <pav@FreeBSD.org> * Pav Lucistnik <pav@oook.cz> * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@tutopia.com> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rong-En Fan <rafan@FreeBSD.org> * Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> * Seamus Venasse <svenasse@polaris.ca> * Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> * Shin-ya MURAKAMI <murashin@gfd-dennou.org> * Shin-ya Murakami <murashin@gfd-dennou.org> * Stas Timokhin <devel@stasyan.com> * Stephen Montgomery-Smith <stephen@math.missouri.edu> * Steve Wills <steve@mouf.net * Steve Wills <steve@mouf.net> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> * TAKATSU Tomonari <tota@FreeBSD.org> * TAOKA Fumiyoshi * Thierry Thomas <thierry@pompo.net> * Tim Cas <ports@stdrand.com> * Uffe Jakobsen <uffe@uffe.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Wen heping <wenheping@gmail.com> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * anholt@FreeBSD.org * bacon@smithers.neuro.mcw.edu * batman <batman@udel.edu> * db * gurkan@phys.ethz.ch * ijliao * jbacon * maintainer.freebsd@xpoundit.com * mi * rafan@infor.org * shurd@FreeBSD.org * thierry@pompo.net * will With hat: portmgr
* *: 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