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: hebrew/hspell/Makefile
SVNWeb

Number of commits found: 20

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:4271515d3592d30e7fd796d16d8d592388b5203b  commit hash:4271515d3592d30e7fd796d16d8d592388b5203b  commit hash:4271515d3592d30e7fd796d16d8d592388b5203b  4271515 
hebrew: remove 'Created by' lines

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

  *  Thierry Thomas <thierry@pompo.net>
  *  Yonatan <onatan@gmail.com>
  *  nadav@cs.technion.ac.il
  *  nadav@libagent.org

With hat:	portmgr
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.
Thu, 20 Jul 2017
[ 08:59 cpm search for other commits by this committer ] Original commit   Revision:446247
hebrew/hspell: update to 1.4

- Update to 1.4
- Remove LOCAL/makc from MASTER_SITES
- Add LICENSE and LICENSE_FILE
- Sort USES
- Add LD_CONFIG
- Drop SUB_LIST
- Update WWW in pkg-descr

Changes: http://hspell.ivrix.org.il/WHATSNEW

PR:		220517
Approved by:	onatan@gmail.com (maintainer timeout, 2 weeks)
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
Mon, 16 Jun 2014
[ 16:35 vanilla search for other commits by this committer ] Original commit   Revision:358022
Stagify.

Approved by:	portmgr@
Fri, 20 Sep 2013
[ 18:41 bapt search for other commits by this committer ] Original commit   Revision:327734
Add NO_STAGE all over the place in preparation for the staging support (cat:
hebrew)
Thu, 12 Sep 2013
[ 16:41 az search for other commits by this committer ] Original commit   Revision:327088 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Tue, 7 May 2013
[ 13:12 bapt search for other commits by this committer ] Original commit   Revision:317605 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl

Submitted by:	John Marino
Obtained from:	DPorts
Sun, 1 Aug 2010
[ 12:15 makc search for other commits by this committer ] Original commit 
Update to 1.1

PR:             ports/148724
Submitted by:   makc@
Approved by:    maintainer timeout (two weeks)
Sun, 31 Jan 2010
[ 03:43 pgollucci search for other commits by this committer ] Original commit 
- use $SUB_FILES to dynamically adjust pkg-message

PR:             ports/142584
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    maintainer timeout (onatan@gmail.com; > 2 weeks)
Sat, 24 Jan 2009
[ 19:12 makc search for other commits by this committer ] Original commit 
Update to 1.0,
sort plist,
add -fPIC flag to fix linking with hspell library.

PR:             ports/130353
Submitted by:   self
Approved by:    Jonatan B (maintainer), miwi (implicit)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 1 Dec 2004
[ 20:15 arved search for other commits by this committer ] Original commit 
Update to 0.8

PR:             74579
Submitted by:   Yonatan <onatan@gmail.com>
Sun, 14 Nov 2004
[ 22:26 pav search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update maintainer's email address

PR:             ports/73939
Submitted by:   Yonatan <onatan@gmail.com> (maintainer)
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Wed, 6 Aug 2003
[ 17:09 leeym search for other commits by this committer ] Original commit 
Moved to a C frontend, instead of perl.

Lost Verbosity option on the way, making the Makefile and pkg-plist simpler,
and perl not required to run anymore.

PR:             55303
Submitted by:   Yonatan@xpert.com <Yonatan@xpert.com>
Fri, 9 May 2003
[ 07:16 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.5

PR:             51960
Submitted by:   maintainer
Sat, 5 Apr 2003
[ 05:52 edwin search for other commits by this committer ] Original commit 
typo USE_PERL -> USE_PERL5
Noticed by: kento/bris :-)
Wed, 2 Apr 2003
[ 11:14 edwin search for other commits by this committer ] Original commit 
new port: Hebrew spellchecker and morphology engine

        A new and innovative spell checker for hebrew. portlint is
        happy about this.

PR:             ports/47265
Submitted by:   Yonatan@xpert.com <Yonatan@xpert.com>

Number of commits found: 20