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: japanese/tiarra/Makefile
SVNWeb

Number of commits found: 28

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:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  8d9b67b  (Only the first 10 of 220 ports in this commit are shown above. View all ports for this commit)
japanese: remove 'Created by' lines

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

  *  ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Daichi GOTO <daichi@FreeBSD.org>
  *  Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
  *  FUJISHIMA Satsuki <sf@FreeBSD.org>
  *  Fumihiko Kimura <jfkimura@yahoo.co.jp>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Wed, 9 Oct 2019
[ 11:52 bapt search for other commits by this committer ] Original commit   Revision:514139
Drop the ipv6 virtual category for j* category as it is not relevant anymore
Fri, 15 Sep 2017
[ 08:58 mat search for other commits by this committer ] Original commit   Revision:449893 (Only the first 10 of 2495 ports in this commit are shown above. View all ports for this commit)
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 3 Sep 2015
[ 16:35 ume search for other commits by this committer ] Original commit   Revision:396017
Shut up the warning messages in case of Perl 5.22.
Mon, 31 Aug 2015
[ 18:13 amdmi3 search for other commits by this committer ] Original commit   Revision:395708
- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Mon, 5 Jan 2015
[ 16:30 ume search for other commits by this committer ] Original commit   Revision:376310
Shebangfix r376298 made it clarify.
[ 13:18 marino search for other commits by this committer ] Original commit   Revision:376298 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl

Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Wed, 28 May 2014
[ 03:06 ume search for other commits by this committer ] Original commit   Revision:355587
Make password work again on recent 9-STABLE and later.
Thu, 17 Apr 2014
[ 17:09 ume search for other commits by this committer ] Original commit   Revision:351488
Add tiarra_sig_stop to change signal to stop tiarra.
Tiarra cannot be stopped with SIGTERM in some cases.
Tue, 31 Dec 2013
[ 13:05 ume search for other commits by this committer ] Original commit   Revision:338295
Add LICENSE.
Wed, 16 Oct 2013
[ 15:58 ume search for other commits by this committer ] Original commit   Revision:330519
Move doing chown from do-install to pkg-plist.  In stage
build, uid/gid creation is not done at do-install yet.
Tue, 15 Oct 2013
[ 18:30 ume search for other commits by this committer ] Original commit   Revision:330423
enable stage.
Fri, 20 Sep 2013
[ 18:47 bapt search for other commits by this committer ] Original commit   Revision:327737 (Only the first 10 of 352 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:
japanese)
Tue, 10 Sep 2013
[ 09:39 az search for other commits by this committer ] Original commit   Revision:326884 (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
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Fri, 29 Jun 2012
[ 16:43 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Mon, 25 Jun 2012
[ 16:06 ume search for other commits by this committer ] Original commit 
Fix SUB_LIST to work rc.d script properly.

PR:             ports/169387
Submitted by:   Masaki TAGAWA <masaki__at__club.kyutech.ac.jp>
Sat, 11 Jun 2011
[ 17:58 ume search for other commits by this committer ] Original commit 
Use USERS and GROUPS.

PR:             ports/157596
Submitted by:   Chris Rees <utisoft__at__gmail.com>
Mon, 9 Aug 2010
[ 08:54 nemoliu search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.

PR:     ports/148309
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Fri, 30 Apr 2010
[ 15:25 ume search for other commits by this committer ] Original commit 
Update to 20100212.
Sun, 18 Oct 2009
[ 17:55 ume search for other commits by this committer ] Original commit 
Update to 20091019.
Sat, 8 Sep 2007
[ 01:00 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Sat, 29 Jul 2006
[ 18:31 ume search for other commits by this committer ] Original commit 
log directory must be owned by tiarra.
[ 07:40 ume search for other commits by this committer ] Original commit 
Tiarra requires Perl 5.6.0 and later.
[ 07:17 ume search for other commits by this committer ] Original commit 
New port -- Tiarra IRC Proxy.

Number of commits found: 28