non port: chinese/p5-Encode-HanConvert/Makefile |
SVNWeb
|
Number of commits found: 30 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 25fe59a (Only the first 10 of 124 ports in this commit are shown above. )
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Mon, 29 Jun 2015
|
[ 15:47 adamw ] (Only the first 10 of 45 ports in this commit are shown above. )
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports.
|
Fri, 8 May 2015
|
[ 18:20 adamw ] (Only the first 10 of 11 ports in this commit are shown above. )
Reassign chinese/ perl modules to perl@.
Also:
- sort plists
- p5-Lingua-ZH-Keywords fails 'make test' but did so before
- p5-Lingua-ZH-Summarize hangs during t/1-basic.t
|
Tue, 17 Mar 2015
|
[ 03:11 amdmi3 ]
- Strip library
|
Thu, 12 Mar 2015
|
[ 18:26 sunpoet ]
- Add LICENSE
- Remove regression-test:
- Sort PLIST
|
Fri, 16 Jan 2015
|
[ 17:28 rafan ] (Only the first 10 of 46 ports in this commit are shown above. )
Drop maintainership as I no longer use these software nor have time and
energy to keep up.
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Thu, 26 Sep 2013
|
[ 14:35 vanilla ] (Only the first 10 of 71 ports in this commit are shown above. )
Support stage.
|
Fri, 20 Sep 2013
|
[ 16:01 bapt ] (Only the first 10 of 138 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
|
Thu, 5 Sep 2013
|
[ 07:29 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
|
Sun, 16 Dec 2012
|
[ 06:12 az ] (Only the first 10 of 113 ports in this commit are shown above. )
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ] (Only the first 10 of 391 ports in this commit are shown above. )
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ] (Only the first 10 of 403 ports in this commit are shown above. )
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
|
Sun, 15 Feb 2009
|
[ 05:20 rafan ]
- Update to 0.35
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Sat, 8 Sep 2007
|
[ 13:11 rafan ]
- Require perl 5.7.3 and above
|
[ 00:19 linimon ]
Drop support for older perl levels.
Hat: portmgr
|
Wed, 18 Jul 2007
|
[ 07:18 rafan ]
- Update to 0.34
|
Thu, 14 Dec 2006
|
[ 02:14 rafan ]
- Update to 0.33
|
Tue, 27 Jun 2006
|
[ 03:58 rafan ] (Only the first 10 of 37 ports in this commit are shown above. )
Change to my FreeBSD.org email.
Approved by: delphij (mentor)
|
Wed, 11 Aug 2004
|
[ 09:04 ijliao ]
pass maintainership
|
Thu, 22 Jul 2004
|
[ 07:59 vanilla ]
- Update to 0.31
- Take maintainership
PR: ports/69412
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Sat, 10 Apr 2004
|
[ 17:26 trevor ] (Only the first 10 of 218 ports in this commit are shown above. )
Tidy up whitespace.
|
Fri, 21 Nov 2003
|
[ 03:09 linimon ] (Only the first 10 of 47 ports in this commit are shown above. )
statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org. We're sorry to see you
go and want to thank you for your help in the past.
PR: ports/59515
Submitted by: statue@freebsd.sinica.edu.tw
|
Thu, 7 Aug 2003
|
[ 11:21 erwin ]
- Update to 0.28
- add perl5 to categories
- add WWW
PR: 55312
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer
|
Sun, 1 Jun 2003
|
[ 08:44 leeym ]
update to 0.26
PR: 52734
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
|
Sun, 27 Apr 2003
|
[ 00:09 vanilla ]
Add p5-Encode-HanConvert 0.24,
traditional and Simplified Chinese
mappings.
PR: 50950
Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
Number of commits found: 30 |