notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: science/libsvm/Makefile
SVNWeb

Number of commits found: 50

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 21 Aug 2022
[ 01:31 Neel Chauhan (nc) search for other commits by this committer ]    commit hash:ff80ed46ce49fd3c7d0579f151f1278a0332e22c  commit hash:ff80ed46ce49fd3c7d0579f151f1278a0332e22c  commit hash:ff80ed46ce49fd3c7d0579f151f1278a0332e22c  ff80ed4 
science/libsvm: Update to 3.24
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:46196047a4df0f85aaee442799209fdaacf03361  commit hash:46196047a4df0f85aaee442799209fdaacf03361  commit hash:46196047a4df0f85aaee442799209fdaacf03361  4619604  (Only the first 10 of 201 ports in this commit are shown above. View all ports for this commit)
science: remove 'Created by' lines

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 12 Oct 2021
[ 15:01 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1  commit hash:ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1  commit hash:ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1  ae22a78  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
*: Clean up some things

- 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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 8 Oct 2018
[ 02:06 wen search for other commits by this committer ] Original commit   Revision:481502
- Update to 3.23
- Pass maintainership to submitter

PR:		232026
Submitted by:	iblis@hs.ntnu.edu.tw
Approved by:	portmgr@(koobs@)
Fri, 22 Jun 2018
[ 08:04 yuri search for other commits by this committer ] Original commit   Revision:473019 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER on ports maintained by amutu@amutu.com

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.
Mon, 19 Jun 2017
[ 17:27 ultima search for other commits by this committer ] Original commit   Revision:443898
* Updated to 3.22
* 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
Wed, 12 Apr 2017
[ 09:56 amdmi3 search for other commits by this committer ] Original commit   Revision:438344
- Sort out options (for instance, OPTIMIZED_CFLAGS does not belong to python
slave port)
- Add NO_ARCH for libsvm-python
- Switch to PORTDOCS
- Switch to options helpers
- Cosmetic fixes
Tue, 19 Jul 2016
[ 11:04 mat search for other commits by this committer ] Original commit   Revision:418767 (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
When there is a do-install target, do not use a post-install target, do
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
Wed, 9 Mar 2016
[ 16:43 bsam search for other commits by this committer ] Original commit   Revision:410705
science/libsvm: Update to version 3.21.
Mon, 11 May 2015
[ 18:34 mat search for other commits by this committer ] Original commit   Revision:386097 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Cleanup DIST* variables.

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
Fri, 16 Jan 2015
[ 17:28 rafan search for other commits by this committer ] Original commit   Revision:377195 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Drop maintainership as I no longer use these software nor have time and
energy to keep up.
Sun, 7 Dec 2014
[ 15:17 feld search for other commits by this committer ] Original commit   Revision:374211
Update "BSD" license in science category
Fri, 24 Oct 2014
[ 16:50 mva search for other commits by this committer ] Original commit   Revision:371453 (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
- Convert ports of science/ and security to new USES=python

Approved by:	portmgr (implicit)
Thu, 17 Jul 2014
[ 08:57 olgeni search for other commits by this committer ] Original commit   Revision:362126 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
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)
Sat, 31 May 2014
[ 15:21 antoine search for other commits by this committer ] Original commit   Revision:355991
Unbreak
While here, remove ${CAT} ${PKGMESSAGE} unneeded for staged ports
Fri, 30 May 2014
[ 13:47 rafan search for other commits by this committer ] Original commit   Revision:355837
- Update to 3.18
- Support staging
Mon, 10 Mar 2014
[ 17:01 bapt search for other commits by this committer ] Original commit   Revision:347784 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Convert s* to USES=zip
Fri, 20 Sep 2013
[ 22:48 bapt search for other commits by this committer ] Original commit   Revision:327767 (Only the first 10 of 185 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
science)
Sun, 28 Apr 2013
[ 22:08 bapt search for other commits by this committer ] Original commit   Revision:316757 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Convert science to new options framework
Sun, 24 Apr 2011
[ 04:30 rafan search for other commits by this committer ] Original commit 
- Update to 3.1 [1]
- 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]
Wed, 10 Nov 2010
[ 14:06 rafan search for other commits by this committer ] Original commit 
- Use INSTALL_LIB when installing shared lib and create symlink so configure
  script can find it
- Install header file for svm library so others can use
- Bump PORTREVISION

Submitted by:   jsa@
Mon, 13 Sep 2010
[ 14:02 rafan search for other commits by this committer ] Original commit 
- Update to 3.0
Mon, 5 Apr 2010
[ 10:24 rafan search for other commits by this committer ] Original commit 
Update to 2.91 which includes a new rewritten Python interface
Tue, 3 Nov 2009
[ 06:07 rafan search for other commits by this committer ] Original commit 
- Update to 2.9
Wed, 1 Apr 2009
[ 01:32 rafan search for other commits by this committer ] Original commit 
- Update to 2.89
Mon, 22 Dec 2008
[ 15:48 rafan search for other commits by this committer ] Original commit 
- Add OCFLAGS to make CFLAGS the same as distribution's by default
  (this is preferable by the authors).
[ 15:46 rafan search for other commits by this committer ] Original commit 
- Update to 2.88
Wed, 12 Dec 2007
[ 02:04 rafan search for other commits by this committer ] Original commit 
- Update to 2.85
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Mon, 2 Apr 2007
[ 19:08 rafan search for other commits by this committer ] Original commit 
- Correctly define PORTDOCS to fix libsvm-python build

Reported by:    pointyhat via kris
Sun, 1 Apr 2007
[ 12:53 rafan search for other commits by this committer ] Original commit 
- Update to 2.84
- Now libsvm-python installs only python interface bits and it should be
  buildable on Python 2.5
Sat, 18 Nov 2006
[ 12:52 rafan search for other commits by this committer ] Original commit 
- Update to 2.83
- Use SUB_FILES
- Use ECHO_CMD where I mean echo command
Sun, 13 Aug 2006
[ 15:40 rafan search for other commits by this committer ] Original commit 
- Respect DESTDIR

PR:             ports/101874
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Tue, 27 Jun 2006
[ 03:58 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Change to my FreeBSD.org email.

Approved by:    delphij (mentor)
Tue, 18 Apr 2006
[ 13:10 novel search for other commits by this committer ] Original commit 
- Update to 2.82
- USE_REINPLACE is not needed any more

PR:             95849
Submitted by:   Rong-En Fan (maintainer)
Sun, 1 Jan 2006
[ 19:35 pav search for other commits by this committer ] Original commit 
- Update to 2.81

PR:             ports/91169
Submitted by:   Rong-En Fan <rafan@infor.org> (maintainer)
Tue, 12 Jul 2005
[ 12:05 pav search for other commits by this committer ] Original commit 
- Update to 2.8

PR:             ports/83276
Submitted by:   Rong-En Fan <rafan@infor.org> (maintainer)
Sun, 19 Dec 2004
[ 22:15 sem search for other commits by this committer ] Original commit 
- add -fPIC for amd64
- fix pkg-plist, bump PORTREVISION

Poked by pointyhat via Kris.

PR:             ports/75248
Submitted by:   maintainer
Mon, 13 Dec 2004
[ 10:33 krion search for other commits by this committer ] Original commit 
Fix pkg-plist and add python category for libsvm-python (slave port)

PR:             ports/74973
Submitted by:   maintainer
Sat, 11 Dec 2004
[ 04:39 sem search for other commits by this committer ] Original commit 
- Update to 2.71
- 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
Sun, 6 Jun 2004
[ 13:27 vs search for other commits by this committer ] Original commit 
Update to 2.6

PR:             ports/66635
Submitted by:   Roman Neuhauser
Approved by:    maintainer
Sat, 22 Nov 2003
[ 10:53 krion search for other commits by this committer ] Original commit 
- Update to version 2.5

PR:             59574
Submitted by:   maintainer
Tue, 8 Apr 2003
[ 05:16 kevlo search for other commits by this committer ] Original commit 
Update to 2.4

PR: 50700
Submitted by: MAINTAINER
Fri, 21 Feb 2003
[ 13:24 knu search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 22 Aug 2002
[ 01:47 kevlo search for other commits by this committer ] Original commit 
Update to version 2.36

PR: 41867
Submitted by: Chia-Hsing Yu <b7506061@csie.ntu.edu.tw>
Mon, 17 Jun 2002
[ 18:23 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.35

PR:             39418
Submitted by:   maintainer
Tue, 21 May 2002
[ 15:26 ijliao search for other commits by this committer ] Original commit 
* add python interface
* change maintainer email address

PR:             37919
Submitted by:   maintainer
Wed, 19 Dec 2001
[ 03:44 petef search for other commits by this committer ] Original commit 
Add libsvm 2.33, a library for Support Vector Machines.    

Number of commits found: 50