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: ukrainian/hunspell/Makefile
SVNWeb

Number of commits found: 24

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)
Mon, 9 Aug 2021
[ 06:39 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:c82d9248b0e4473ab24749d294f56e3a571a9dcc  commit hash:c82d9248b0e4473ab24749d294f56e3a571a9dcc  commit hash:c82d9248b0e4473ab24749d294f56e3a571a9dcc  c82d924  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
hunspell: avoid plist substitution

When using PLIST_FILES substitution is not necessary and recommended not
to use, the direct use of make(1) variables, works perfectly fine.
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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, 29 Mar 2018
[ 19:59 sunpoet search for other commits by this committer ] Original commit   Revision:465917
Add LICENSE_FILE

- Update WWW
Thu, 8 Dec 2016
[ 19:23 tijl search for other commits by this committer ] Original commit   Revision:428150 (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Sat, 18 Jul 2015
[ 15:01 sunpoet search for other commits by this committer ] Original commit   Revision:392422 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Add NO_ARCH
Sat, 20 Dec 2014
[ 19:49 bapt search for other commits by this committer ] Original commit   Revision:375114
cleanup plist
Fri, 31 Oct 2014
[ 13:13 bapt search for other commits by this committer ] Original commit   Revision:371814
Update to 1.8.0
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Mon, 31 Mar 2014
[ 14:05 sunpoet search for other commits by this committer ] Original commit   Revision:349747
- Update to 1.7.1
Mon, 30 Dec 2013
[ 09:51 sunpoet search for other commits by this committer ] Original commit   Revision:338074
- Update to 1.7.0
- Add LICENSE
Mon, 4 Nov 2013
[ 10:49 bapt search for other commits by this committer ] Original commit   Revision:332687
Support stage, use bsdtar to extract
Fri, 20 Sep 2013
[ 23:19 bapt search for other commits by this committer ] Original commit   Revision:327774 (Only the first 10 of 12 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:
ukrainian)
Mon, 16 Sep 2013
[ 17:25 sunpoet search for other commits by this committer ] Original commit   Revision:327422
- Use USES=gmake
- Cleanup Makefile header
Mon, 2 Sep 2013
[ 05:41 bsam search for other commits by this committer ] Original commit   Revision:325937
1. Introduce using iconv with arguments:
. lib (default, implicit);
. build,
. patch.

The default is the same, all existing ports stay valid.

2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv.
It is intended to get the value of /usr/bin/iconv at recent 10.x.

3. Adopt all ports to using USES+= icomv:build and iconv:patch and
change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports.

Submitted by:	bsam (me, via e-mail)
Approved by:	portmgr (bapt)
Sun, 4 Aug 2013
[ 12:47 az search for other commits by this committer ] Original commit   Revision:324225
- Convert to new perl framework

Approved by:	bapt@ (office@)
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
Wed, 17 Aug 2011
[ 18:03 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
- Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
Fri, 12 Aug 2011
[ 19:17 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
Fri, 29 Jul 2011
[ 13:11 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
Mon, 25 Jul 2011
[ 08:53 sunpoet search for other commits by this committer ] Original commit 
- Fix typo
Fri, 22 Jul 2011
[ 05:30 bapt 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)
Pass matainership to the new office team
Wed, 20 Jul 2011
[ 14:00 bapt search for other commits by this committer ] Original commit 
Add ukrainian hunspell dictionnary

Number of commits found: 24