| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A big Thank You to the original contributors of these ports:
* Adam David <adam@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey Slusar <anray@FreeBSD.org>
* Brian Somers <brian@FreeBSD.org>
* Carey Jones <mcj@acquiesce.org>
* David O'Brien (obrien@cs.ucdavis.edu)
* Denis Shaposhnikov <dsh@vlink.ru>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Frederic Cambus
* George Sorsby <george@crackpipe.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* John Holland <john@zoner.org>
* Jun-ichiro itojun Itoh <itojun@itojun.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Lasse L. Johnsen (lasse@freebsdcluster.org)
* Lewis Thompson <purple@lewiz.net>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Max Khon
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Mikolaj Rydzewski <miki@ceti.pl>
* Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp>
* Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Pete Fritchman <petef@databits.net>
* Ralf van der Enden <tremere@cainites.net>
* Sergey Skvortsov <skv@protey.ru>
* Thierry Thomas <tthomas@mail.dotcom.fr>
* Tim Welch <ports@thepentagon.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* adam
* asaddi@philosophysw.com
* bkhl@elektrubadur.se
* gary@hayers.org
* ijliao
* kbowling
* obrien@cs.ucdavis.edu
* proff@suburbia.net
* smace
* torstenb
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=449893
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=444800
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
Notes:
svn path=/head/; revision=381221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=332845
|
|
|
|
|
|
|
| |
news)
Notes:
svn path=/head/; revision=327759
|
|
|
|
|
|
|
| |
- Trim Makefile header
Notes:
svn path=/head/; revision=324036
|
|
|
|
| |
Notes:
svn path=/head/; revision=305301
|
|
|
|
|
|
|
| |
- Reassign maintainership from ports@ to perl@
Notes:
svn path=/head/; revision=298336
|
|
|
|
|
|
|
| |
disappeared.
Notes:
svn path=/head/; revision=278829
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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)
Notes:
svn path=/head/; revision=211450
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
| |
Notes:
svn path=/head/; revision=149444
|
|
|
|
|
|
|
|
|
|
| |
- add optional dependency of PGP::Sign
- update URL in pkg-descr
Reviewed by: Don Croyle <croyle@gelemna.org>
Notes:
svn path=/head/; revision=121619
|
|
|
|
|
|
|
|
| |
- add WWW in pkg-descr
- bump PORTREVISION
Notes:
svn path=/head/; revision=121502
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
| |
Notes:
svn path=/head/; revision=96284
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
| |
PR: 54157
Submitted by: Don Croyle <croyle@gelemna.org> (maintainer)
Notes:
svn path=/head/; revision=84350
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
| |
Notes:
svn path=/head/; revision=41709
|
|
|
|
| |
Notes:
svn path=/head/; revision=38917
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=35124
|
|
|
|
|
|
|
| |
marked BROKEN anymore.
Notes:
svn path=/head/; revision=31776
|
|
|
|
|
|
|
|
|
|
|
| |
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
Notes:
svn path=/head/; revision=29658
|
|
|
|
|
|
|
|
|
|
| |
Now "Don Croyle <croyle@gelemna.org>".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=28647
|
|
|
|
| |
Notes:
svn path=/head/; revision=27846
|
|
|
|
| |
Notes:
svn path=/head/; revision=27420
|
|
|
|
| |
Notes:
svn path=/head/; revision=21127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
Notes:
svn path=/head/; revision=19803
|
|
|
|
|
|
|
|
| |
PR: 9645
Submitted by: maintainer
Notes:
svn path=/head/; revision=16311
|
|
|
|
|
|
|
|
|
|
|
| |
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)
Approved by: asami
Notes:
svn path=/head/; revision=16010
|
|
|
|
|
|
|
|
| |
PR: ports/8931
Submitted by: maintainer
Notes:
svn path=/head/; revision=15070
|
|
|
|
|
|
|
|
|
| |
checks haven't missed anything.
Submitted by: dima
Notes:
svn path=/head/; revision=13159
|
|
|
|
|
|
|
| |
Submitted by: Don Croyle (ports/7597)
Notes:
svn path=/head/; revision=12540
|
|
news articles (surprise, surprise).
PR: 6500
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Notes:
svn path=/head/; revision=10839
|