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
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: graphics/ocrad/Makefile
SVNWeb

Number of commits found: 41

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)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 12 Mar 2022
[ 07:16 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:4979149746a6e64c1113ec0f7f8863b592278895  commit hash:4979149746a6e64c1113ec0f7f8863b592278895  commit hash:4979149746a6e64c1113ec0f7f8863b592278895  4979149 
graphics/ocrad: Update 0.27 -> 0.28

Reported by:	portscout
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.
Fri, 27 Sep 2019
[ 15:01 danfe search for other commits by this committer ] Original commit   Revision:513039
Convert to USES+=tar:lz (available since r504008).
Sat, 26 Jan 2019
[ 06:22 yuri search for other commits by this committer ] Original commit   Revision:491242
graphics/ocrad: Update 0.26 -> 0.27

Reported by:	repology
Tue, 22 May 2018
[ 04:46 yuri search for other commits by this committer ] Original commit   Revision:470593
graphics/ocrad: Install the header and the library

Port changes:
* Take maintainership
* Remove do-install because project's makefile installs files fine
* Adjust CONFIGURE_ARGS for man/info paths
* Add USE_LDCONFIG
* Remove MKDIR where it is not needed
* Unsilence the install command
Thu, 27 Apr 2017
[ 01:50 wen search for other commits by this committer ] Original commit   Revision:439498
- Update to 0.26
Mon, 9 Jan 2017
[ 13:16 amdmi3 search for other commits by this committer ] Original commit   Revision:430947 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 22 Dec 2015
[ 08:31 wen search for other commits by this committer ] Original commit   Revision:404222
- Update to 0.25

PR:		204197
Submitted by:	tkato432@yahoo.com
Thu, 22 Oct 2015
[ 10:35 amdmi3 search for other commits by this committer ] Original commit   Revision:399961
- Add LICENSE_FILE
- Switch to options helpers
Wed, 14 Oct 2015
[ 11:04 culot search for other commits by this committer ] Original commit   Revision:399249 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Reassign lippe@'s ports after his commit bit was taken in for safekeeping
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Fri, 21 Feb 2014
[ 13:37 ehaupt search for other commits by this committer ] Original commit   Revision:345412 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category graphics
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Sun, 6 Oct 2013
[ 05:06 lippe search for other commits by this committer ] Original commit   Revision:329533
- Update to 0.22.
- Stage Support
- Fix build on current
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 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:
graphics)
Thu, 21 Mar 2013
[ 20:41 lippe search for other commits by this committer ] Original commit   Revision:314871
- Convert to OptionsNG
- Make portlint happy

PR:		ports/177130
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	lippe (maintainer)
Sun, 13 Feb 2011
[ 11:53 lippe search for other commits by this committer ] Original commit 
- Update to 0.21.
Mon, 13 Sep 2010
[ 02:06 lippe search for other commits by this committer ] Original commit 
- Update to 0.20.
Mon, 29 Mar 2010
[ 02:41 lippe search for other commits by this committer ] Original commit 
- Update to 0.19.
Sun, 7 Jun 2009
[ 00:46 lippe search for other commits by this committer ] Original commit 
- Update to 0.18.
- Make portlint happy.

PR:             ports/135066
Submitted by:   Ismail yenigul <ismail.yenigul@endersys.com.tr>
Sun, 13 Jul 2008
[ 20:55 lippe search for other commits by this committer ] Original commit 
- Drops the not-needed build-dependency on gmake.
- Respects the system's CXX and the CXXFLAGS settings.
- Enables parallel builds on systems with more than one CPU.
- Bump PORTREVISION.

Submitted by:   mi (via private mail)
Approved by:    gabor (mentor, implicit)
Fri, 6 Jun 2008
[ 02:59 lippe search for other commits by this committer ] Original commit 
- Fix pkg-plist.
- Bump PORTREVISION.

Reported by:    itetcu
Approved by:    gabor (mentor)
Thu, 20 Mar 2008
[ 09:46 pav search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Mon, 10 Mar 2008
[ 00:52 lippe search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Change my mail address to lippe@.

Approved by:    araujo (mentor)
Fri, 21 Dec 2007
[ 16:22 araujo search for other commits by this committer ] Original commit 
- Fix PORTDOCS and PORTEXAMPLES.
- Bump PORTREVISION.

Reported by:    sat
Approved by:    stas (mentor, implicit)
Wed, 19 Dec 2007
[ 01:32 araujo search for other commits by this committer ] Original commit 
- Update to 0.17.
- Pass maintainership to submitter.

PR:             ports/118790
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer via private
mail),
                stas (mentor, implicit)
Fri, 15 Dec 2006
[ 08:38 miwi search for other commits by this committer ] Original commit 
- Update to 0.16

PR:             ports/106729
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
Mon, 29 May 2006
[ 20:46 pav search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update maintainer's email address

PR:             ports/98102
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
Wed, 10 May 2006
[ 17:42 vs search for other commits by this committer ] Original commit 
Update to 0.14

PR:             ports/94529
Submitted by:   Pedro F. Giffuni via maintainer
Mon, 5 Dec 2005
[ 00:53 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Remove install-info from Makefile, it's automatically done when INFO is defined
Fri, 14 Oct 2005
[ 22:07 sem search for other commits by this committer ] Original commit 
- Update to 0.13

PR:             ports/87442
Submitted by:   maintainer
Fri, 13 May 2005
[ 20:17 thierry search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Change maintainer address.

PR:             ports/80973
Submitted by:   Ulrich Spoerlein <q (at) galgenberg.net>
Tue, 1 Feb 2005
[ 18:02 vs search for other commits by this committer ] Original commit 
Fix build on 4.x

PR:             ports/76869
Submitted by:   maintainer
Wed, 26 Jan 2005
[ 05:42 kevlo search for other commits by this committer ] Original commit 
Update to 0.10

PR: ports/76347
Submitted by: MAINTAINER
Mon, 1 Mar 2004
[ 19:20 krion search for other commits by this committer ] Original commit 
- Update to version 0.7
- SIZEify

PR:             ports/63606
Submitted by:   maintainer
Wed, 31 Dec 2003
[ 15:29 pav search for other commits by this committer ] Original commit 
- Simplify if expression so older versions of make can handle it

PR:             ports/60765
Reported by:    Stephen P. Cravey <clists@gotbrains.org>
[ 00:17 pav search for other commits by this committer ] Original commit 
- Update to 0.6

PR:             ports/60745
Submitted by:   Ulrich Spoerlein <q@uni.de> (maintainer)
Thu, 20 Nov 2003
[ 21:30 sergei search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Add ocrad 0.5, OCR program implemented as filter.

GNU Ocrad is an OCR (Optical Character Recognition) program implemented
as a filter and based on a feature extraction method. It reads a bitmap
image in pbm format and outputs text in ISO-8859-1 (Latin-1) charset.
Also includes a layout analyser able to separate the columns or blocks
of text normally found on printed pages.
It can be used as a stand-alone console application, or as a backend to
other programs.

PR:             59232
Submitted by:   Ulrich Spoerlein <q@uni.de>

Number of commits found: 41