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: converters/p5-Text-Iconv/Makefile
SVNWeb

Number of commits found: 30

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:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  9ee281e  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
converters: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Keda <admin@lissyara.su>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Blaz Zupan <blaz@amis.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Carlos J. Puga Medina <cpm@fbsd.es>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 25 Mar 2022
[ 13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:6bc897c9d5c9e92b9d37ea23b9146cecd5c4dc36  commit hash:6bc897c9d5c9e92b9d37ea23b9146cecd5c4dc36  commit hash:6bc897c9d5c9e92b9d37ea23b9146cecd5c4dc36  6bc897c 
converters/p5-Text-Iconv: Strip shared library

- Bump PORTREVISION for package change
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, 14 Mar 2018
[ 09:03 amdmi3 search for other commits by this committer ] Original commit   Revision:464475
- Add LICENSE

Approved by:	portmgr blanket
Tue, 5 Jul 2016
[ 20:26 mat search for other commits by this committer ] Original commit   Revision:418111
Always use libiconv, which has all the functions.

PR:		210848
Submitted by:	Marcin Gryszkalis
Sponsored by:	Absolight
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 25 Mar 2014
[ 18:40 tijl search for other commits by this committer ] Original commit   Revision:349168
Instead of patching the code to use /usr/include/iconv.h replace LOCALBASE
in CONFIGURE_ARGS with ICONV_PREFIX.  Also add CFLAGS to INC in
CONFIGURE_ARGS to get -DLIBICONV_PLUG on FreeBSD 10 with libiconv installed.

PR:		ports/187907
Approved by:	perl (mat)
[ 07:23 madpilot search for other commits by this committer ] Original commit   Revision:349107
Fix build on 10 and head when converters/libiconv is installed.

Reported by:	Mike Harding <mvharding@gmail.com> (via email)
Approved by:	perl (mat)
Fri, 1 Nov 2013
[ 14:20 vanilla search for other commits by this committer ] Original commit   Revision:332379 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.
Fri, 20 Sep 2013
[ 16:05 bapt search for other commits by this committer ] Original commit   Revision:327715 (Only the first 10 of 161 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:
converters)
Wed, 4 Sep 2013
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Fri, 2 Aug 2013
[ 18:52 mat search for other commits by this committer ] Original commit   Revision:324174 (Only the first 10 of 1871 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Mon, 7 May 2012
[ 15:42 skv search for other commits by this committer ] Original commit  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Pass maintainership of almost of my "p5-*" ports to "perl@".

(I hope updating of them will be improved).
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
Tue, 15 Jan 2008
[ 21:51 skv search for other commits by this committer ] Original commit 
Update to 1.7
Thu, 27 Sep 2007
[ 20:58 skv search for other commits by this committer ] Original commit 
Update to 1.5

Changes:        http://search.cpan.org/src/MPIOTR/Text-Iconv-1.5/Changes
Mon, 19 Jul 2004
[ 06:51 skv search for other commits by this committer ] Original commit 
Updated to 1.4
Fri, 2 Jul 2004
[ 17:20 skv search for other commits by this committer ] Original commit 
Updated to 1.3
Thu, 5 Feb 2004
[ 16:04 skv search for other commits by this committer ] Original commit 
Minor clean (use USE_ICONV, etc.)
Fri, 7 Mar 2003
[ 05:58 ade search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Fri, 16 Aug 2002
[ 13:54 skv search for other commits by this committer ] Original commit 
Minor port cleanups
Mon, 18 Mar 2002
[ 10:27 knu search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to reflect the (lib)iconv upgrade.
[ 09:46 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Thu, 16 Aug 2001
[ 10:28 tobez search for other commits by this committer ] Original commit 
Update converters/p5-Text-Iconv to 1.2.    
Sat, 10 Mar 2001
[ 04:48 vanilla search for other commits by this committer ] Original commit 
Add a "}" to Makefile, and add "-liconv" to CONFIGURE_ARGV.   It broken on my
last commit.    
Thu, 1 Mar 2001
[ 06:39 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 329 ports in this commit are shown above. View all ports for this commit)
Remove do-configure section, use PERL_CONFIGURE now.    
Mon, 5 Feb 2001
[ 14:30 olgeni search for other commits by this committer ] Original commit 
Style/space police (space -> tab) over the converters category.    
Sun, 31 Dec 2000
[ 05:51 will search for other commits by this committer ] Original commit 
Add p5-Text-Iconv 1.1, a perl interface to iconv().    

Number of commits found: 30