aboutsummaryrefslogtreecommitdiff
path: root/news/p5-News-Article
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-7/+3
| | | | | | | | | | | | | | | | | | | - 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* support STAGEDIR.Vanilla I. Shu2013-11-052-6/+6
| | | | Notes: svn path=/head/; revision=332845
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* - Convert to new perl frameworkAndrej Zverev2013-07-311-1/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324036
* Finish converting perl@ ports to new Options FrameworkBaptiste Daroussin2012-10-051-9/+7
| | | | Notes: svn path=/head/; revision=305301
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-5/+5
| | | | | | | - Reassign maintainership from ports@ to perl@ Notes: svn path=/head/; revision=298336
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149444
* - use Net::NNTP from p5-Net instead of system perlYen-Ming Lee2004-11-142-3/+15
| | | | | | | | | | - add optional dependency of PGP::Sign - update URL in pkg-descr Reviewed by: Don Croyle <croyle@gelemna.org> Notes: svn path=/head/; revision=121619
* - remove redundant dependencyYen-Ming Lee2004-11-132-3/+3
| | | | | | | | - add WWW in pkg-descr - bump PORTREVISION Notes: svn path=/head/; revision=121502
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* utilize SITE_PERLYing-Chieh Liao2003-10-242-11/+10
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* update news/p5-News-Article: 1.21 --> 1.27Daichi GOTO2003-07-072-7/+6
| | | | | | | | PR: 54157 Submitted by: Don Croyle <croyle@gelemna.org> (maintainer) Notes: svn path=/head/; revision=84350
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Remove empty directories on uninstall.Steve Price2001-04-201-0/+2
| | | | Notes: svn path=/head/; revision=41709
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-4/+1
| | | | Notes: svn path=/head/; revision=38917
* Fix path to one of p5-Net files.Satoshi Asami2000-11-141-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35124
* The MASTER_SITES seem to be working now so we don't need to have this portSteve Price2000-08-191-2/+0
| | | | | | | marked BROKEN anymore. Notes: svn path=/head/; revision=31776
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-2/+4
| | | | | | | | | | | 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
* Change MAINTAINER's mail address.Akinori MUSHA2000-05-211-3/+3
| | | | | | | | | | Now "Don Croyle <croyle@gelemna.org>". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER Notes: svn path=/head/; revision=28647
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-3/+3
| | | | Notes: svn path=/head/; revision=27846
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27420
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21127
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | 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
* Update MASTER_SITES and checksum.Steve Price1999-01-262-4/+4
| | | | | | | | PR: 9645 Submitted by: maintainer Notes: svn path=/head/; revision=16311
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-2/+2
| | | | | | | | | | | 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
* Upgrade to 1.21, associated changes.Bill Fumerola1998-12-022-7/+7
| | | | | | | | PR: ports/8931 Submitted by: maintainer Notes: svn path=/head/; revision=15070
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Update for proper perl5 handling.Tim Vanderhoek1998-08-162-15/+11
| | | | | | | Submitted by: Don Croyle (ports/7597) Notes: svn path=/head/; revision=12540
* Import of p5-News-Article, a Perl 5 module for dealing withMatthew Hunt1998-05-045-0/+45
news articles (surprise, surprise). PR: 6500 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=10839