aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-Fuse
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Strip shared librarySunpoet Po-Chuan Hsieh2020-11-061-3/+6
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=554278
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2015-01-011-0/+2
| | | | Notes: svn path=/head/; revision=375945
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Update to 0.16.1Sunpoet Po-Chuan Hsieh2013-11-023-6/+4
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/Fuse/Changes Notes: svn path=/head/; revision=332517
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Update to 0.16Sunpoet Po-Chuan Hsieh2013-09-162-5/+6
| | | | | | | | | | - Add LICENSE - Remove outdated PORTSCOUT Changes: http://search.cpan.org/dist/Fuse/Changes Notes: svn path=/head/; revision=327406
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-3/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 0.15Philippe Audeoud2013-06-102-4/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/DPAVLIN/Fuse-0.15/Changes Notes: svn path=/head/; revision=320487
* - Do not try to remove dirs. not created by the portMartin Wilke2013-05-311-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=319464
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-1/+1
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-4/+1
| | | | | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308910
* perl@ ports should now be free of USE_GNOME= pkgconfigBaptiste Daroussin2012-10-061-6/+3
| | | | Notes: svn path=/head/; revision=305350
* - Update to 0.14Cheng-Lung Sung2011-10-292-3/+3
| | | | Notes: svn path=/head/; revision=284656
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275887
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - set some PORTSCOUT varsPhilip M. Gollucci2010-12-231-0/+2
| | | | Notes: svn path=/head/; revision=266757
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+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
* Update to 0.09Mathieu Arnold2008-04-172-4/+4
| | | | Notes: svn path=/head/; revision=211440
* - Update to 0.08Cheng-Lung Sung2006-12-262-6/+7
| | | | | | | | | | - Move to perl@FreeBSD.org PR: ports/106048, ports106520 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=180760
* Add p5-Fuse 0.07, write filesystems in Perl using FUSE.Cheng-Lung Sung2006-07-274-0/+59
PR: ports/100415 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=168850