non port: net/p5-Net-Write/Makefile |
SVNWeb
|
Number of commits found XX: 19 |
Sat, 6 Oct 2018
|
[ 13:06 des ] 
481365 archivers/p5-Archive-Any-Plugin-Rar/Makefile
481365 archivers/p5-Archive-Any/Makefile
481365 archivers/p5-Archive-Extract-Libarchive/Makefile
481365 archivers/p5-Archive-Peek/Makefile
481365 archivers/p5-Archive-Rar/Makefile
481365 archivers/p5-Archive-SimpleExtractor/Makefile
481365 archivers/p5-Archive-Tar-Wrapper/Makefile
481365 archivers/p5-Compress-LZW/Makefile
481365 archivers/p5-IO-Compress-Lzf/Makefile
481365 archivers/p5-IO-Compress-Lzma/Makefile
(Only the first 10 of 2492 ports in this commit are shown above. )
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
Fri, 7 Sep 2018
|
[ 09:08 amdmi3 ] 
479183 net/p5-Net-Write/Makefile
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] 
412348 mail/addresses-goodies/Makefile
412348 mail/alpine/Makefile
412348 mail/anubis/Makefile
412348 mail/archiveopteryx-devel/Makefile
412348 mail/archiveopteryx/Makefile
412348 mail/assp/Makefile
412348 mail/automx/Makefile
412348 mail/avenger/Makefile
412348 mail/balsa/Makefile
412348 mail/batv-milter/Makefile
(Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] 
373448 CHANGES
373448 Mk/Uses/perl5.mk
373448 Mk/bsd.default-versions.mk
373448 Mk/bsd.port.mk
373448 UPDATING
373448 archivers/dpkg/Makefile
373448 archivers/p5-Archive-Any-Lite/Makefile
373448 archivers/p5-Archive-Any-Lite/pkg-plist
373448 archivers/p5-Archive-Any-Plugin-Rar/Makefile
373448 archivers/p5-Archive-Any-Plugin-Rar/pkg-plist
(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 )
|
Sun, 5 Jan 2014
|
[ 16:55 az ] 
338799 mail/p5-Email-Date-Format/Makefile
338799 mail/p5-Email-Date-Format/pkg-descr
338799 mail/p5-Email-Date-Format/pkg-plist
338799 mail/p5-Email-Folder-POP3/Makefile
338799 mail/p5-Email-Folder-POP3/pkg-plist
338799 mail/p5-Email-Valid-Loose/Makefile
338799 mail/p5-Email-Valid-Loose/pkg-plist
338799 mail/p5-MIME-Charset/Makefile
338799 mail/p5-MIME-Charset/pkg-descr
338799 mail/p5-MIME-Charset/pkg-plist
(Only the first 10 of 49 ports in this commit are shown above. )
- state support
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] 
327755 net/3proxy/Makefile
327755 net/44bsd-rdist/Makefile
327755 net/6tunnel/Makefile
327755 net/AquaGatekeeper/Makefile
327755 net/DarwinStreamingServer/Makefile
327755 net/GeoIP/Makefile
327755 net/R-cran-twitteR/Makefile
327755 net/Sockets/Makefile
327755 net/abills/Makefile
327755 net/activemq/Makefile
(Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Thu, 5 Sep 2013
|
[ 07:29 az ] 
326361 chinese/p5-Encode-CNMap/Makefile
326361 chinese/p5-Encode-HanConvert/Makefile
326361 chinese/p5-Encode-HanExtra/Makefile
326361 chinese/p5-Lingua-ZH-HanDetect/Makefile
326361 chinese/p5-Lingua-ZH-WordSegmenter/Makefile
326361 multimedia/clive/Makefile
326361 multimedia/gcap/Makefile
326361 multimedia/grake/Makefile
326361 multimedia/p5-FFmpeg-Command/Makefile
326361 multimedia/subtitleoffsetmodifier/Makefile
(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, 10 Jun 2012
|
[ 18:42 swills ]
1.8 arabic/arabtex/Makefile
1.5 archivers/p5-Archive-SimpleExtractor/Makefile
1.20 archivers/p5-POE-Filter-Zlib/Makefile
1.7 archivers/p5-PerlIO-via-Bzip2/Makefile
1.12 audio/gigedit/Makefile
1.8 audio/p5-Filesys-Virtual-DAAP/Makefile
1.9 audio/p5-Net-DAAP-Client/Makefile
1.6 benchmarks/p5-Benchmark-Stopwatch/Makefile
1.28 biology/p5-AcePerl/Makefile
1.28 biology/p5-Bio-Das/Makefile
(Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Sat, 17 Sep 2011
|
[ 06:49 sunpoet ]
1.10 archivers/p5-Compress-LZF/Makefile
1.6 archivers/p5-PerlIO-gzip/Makefile
1.4 archivers/p5-PerlIO-via-Bzip2/Makefile
1.4 astro/p5-Weather-Underground/Makefile
1.4 audio/p5-Audio-Beep/Makefile
1.17 audio/p5-MP3-Tag/Makefile
1.17 chinese/oicq/Makefile
1.6 chinese/p5-Encode-HanExtra/Makefile
1.6 comms/p5-Fax-Hylafax-Client/Makefile
1.7 comms/p5-SMS-Send-DeviceGsm/Makefile
(Only the first 10 of 309 ports in this commit are shown above. )
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl
|
Sun, 2 Aug 2009
|
[ 21:12 linimon ]
1.6 devel/p5-CPAN-SQLite/Makefile
1.9 net/p5-Net-TiVo/Makefile
1.10 net/p5-Net-Write/Makefile
Over to new volunteer.
|
[ 07:10 linimon ]
1.15 databases/ruby-dbd_interbase/Makefile
1.7 databases/ruby-dbd_msql/Makefile
1.14 databases/ruby-dbd_mysql/Makefile
1.11 databases/ruby-dbd_odbc/Makefile
1.16 databases/ruby-dbd_pg/Makefile
1.19 databases/ruby-dbd_sqlite/Makefile
1.18 databases/ruby-dbi/Makefile
1.6 devel/p5-Algorithm-Bucketizer/Makefile
1.5 devel/p5-CPAN-SQLite/Makefile
1.5 devel/p5-Class-Gomor/Makefile
(Only the first 10 of 18 ports in this commit are shown above. )
Reset maintainer per his request in private email.
Hat: portmgr
|
Fri, 3 Jul 2009
|
[ 20:15 pgollucci ]
1.8 net/p5-Net-Write/Makefile
1.5 net/p5-Net-Write/distinfo
- Update to 1.05
PR: ports/135787
Approved by: maintainer timeout (16 days)
Submitted by: myself (pgollucci@)
|
Sat, 11 Apr 2009
|
[ 17:59 miwi ]
1.7 net/p5-Net-Write/Makefile
1.4 net/p5-Net-Write/distinfo
- Update to 1.04
PR: 133023
Submitted by: Edmondas Girkantas <eg@fbsd.lt>
Approved by: maintainer timeout
|
Wed, 27 Feb 2008
|
[ 10:39 gabor ]
1.6 net/p5-Net-Write/Makefile
1.3 net/p5-Net-Write/distinfo
- Update to 1.02
- Better adjustment of dependencies
PR: ports/121023
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer
|
Sat, 8 Sep 2007
|
[ 01:02 linimon ]
1.2 net-im/p5-Jabber-SimpleSend/Makefile
1.18 net-im/p5-Net-Jabber/Makefile
1.4 net-im/p5-Net-NetSend/Makefile
1.5 net-im/p5-Net-OSCAR/Makefile
1.4 net-im/p5-Net-XMPP/Makefile
1.3 net-mgmt/asused/Makefile
1.8 net-mgmt/ifgraph/Makefile
1.63 net-mgmt/nagios/Makefile
1.14 net-mgmt/nav/Makefile
1.10 net-mgmt/netspoc/Makefile
(Only the first 10 of 91 ports in this commit are shown above. )
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
|
Wed, 10 Jan 2007
|
[ 19:11 miwi ]
1.4 net/p5-Net-Write/Makefile
- Fix pkg-plist
- Bump PORTREVISION
PR: ports/107768
Submitted by: Christopher Boumenot <boumenot@gmail.com> (maintainer)
|
[ 18:07 sat ]
1.3 net/p5-Net-Write/Makefile
1.3 net/p5-Net-Write/pkg-plist
- Fix plist
- Bump portrevision
Reported by: pointyhat via kris
Approved by: Christopher Boumenot <boumenot@gmail.com> (maintainer, implicit)
|
Tue, 19 Dec 2006
|
[ 18:43 sat ]
1.2 net/p5-Net-Write/Makefile
1.2 net/p5-Net-Write/distinfo
1.2 net/p5-Net-Write/pkg-plist
- Update to 1.00
Approved by: Christopher Boumenot <boumenot@gmail.com>
|
Thu, 18 May 2006
|
[ 19:41 erwin ]
1.1662 net/Makefile
1.1 net/p5-Net-Write/Makefile
1.1 net/p5-Net-Write/distinfo
1.1 net/p5-Net-Write/pkg-descr
1.1 net/p5-Net-Write/pkg-plist
Net::Write provides a portable interface to open a network interface, and be
able to write raw data directly to the network.
Authors: Patrice Auffret <netpkt@gomor.org>
WWW: http://search.cpan.org/dist/Net-Write
PR: ports/97427
Submitted by: Christopher Boumenot <boumenot@gmail.com>
|
Number of commits found XX: 19 |