aboutsummaryrefslogtreecommitdiff
path: root/devel/autodia
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add LICENSE_FILEDmitry Marakasov2016-01-161-7/+9
| | | | | | | | - Add NO_ARCH - Switch to options helpers Notes: svn path=/head/; revision=406276
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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
* Nuke some @dirrm from develBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371533
* - Use CPAN permalink as WWWSunpoet Po-Chuan Hsieh2014-02-041-1/+1
| | | | Notes: svn path=/head/; revision=342516
* - Stage supportAntoine Brodin2014-01-172-43/+26
| | | | | | | - Use OPTIONS helpers Notes: svn path=/head/; revision=340111
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Update to 2.14.Marcelo Araujo2012-12-139-62/+127
| | | | | | | | PR: ports/172501 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=308844
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-011-7/+2
| | | | Notes: svn path=/head/; revision=305130
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-6/+6
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300240
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Fix plist with perl 5.8.9Pav Lucistnik2009-01-141-2/+6
| | | | Notes: svn path=/head/; revision=226123
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-2/+2
| | | | Notes: svn path=/head/; revision=214100
* - 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.03Erwin Lansing2006-05-012-12/+8
| | | | | | | | | | - USE CPAN mirros PR: 96550 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) Notes: svn path=/head/; revision=161083
* Provide a temporary master site while the authers domain has expired.Erwin Lansing2006-04-241-1/+6
| | | | | | | | PR: 96241 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) Notes: svn path=/head/; revision=160299
* Fix dependency.Erwin Lansing2006-02-091-1/+2
| | | | | | | | | | PR: 93028 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) Noticed by: pointyhat (kris) Notes: svn path=/head/; revision=155569
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Update to 2.02Marcus Alves Grando2005-10-112-3/+3
| | | | | | | | PR: 87265 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) Notes: svn path=/head/; revision=145009
* Fix plist.Kirill Ponomarev2005-02-181-0/+1
| | | | | | | | PR: ports/76923 Submitted by: Florent Thoumie <flz at xbsd.org> Notes: svn path=/head/; revision=129159
* - update to 2.01Sergey Matveychuk2004-12-013-20/+19
| | | | | | | | | | | - add a dependency on p5-SpringGraph - utilize PORTDOCS and DOCSDIR macros in pkg-plist PR: ports/74414 Submitted by: maintainer Notes: svn path=/head/; revision=122896
* Add missing manpagesKris Kennaway2004-11-131-0/+1
| | | | Notes: svn path=/head/; revision=121494
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* - Update to 1.9.Clement Laforet2004-01-163-5/+3
| | | | | | | | | | | - Minor fixes to the Makefile and pkg-plist PR: 61362 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98255
* Update to v1.8: added -C 'skip CVS directory(s)' option; added -F 'singleMark Linimon2003-12-153-26/+28
| | | | | | | | | | | file per diagram' option; bugfixes (see CHANGES). Submitter has asked for maintainership (it was ports@). PR: ports/60157 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> Notes: svn path=/head/; revision=95838
* . Update to 1.7.Greg Lewis2003-11-214-4/+9
| | | | | | | | PR: 56140 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> Notes: svn path=/head/; revision=94676
* Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this fileKris Kennaway2003-04-171-1/+0
| | | | | | | is no longer installed. Notes: svn path=/head/; revision=79169
* upgrade to 1.6Ying-Chieh Liao2003-03-312-2/+2
| | | | Notes: svn path=/head/; revision=77831
* add new featuresYing-Chieh Liao2003-03-311-2/+2
| | | | | | | Submitted by: Sheldon Hearn <sheldonh@starjuice.net> Notes: svn path=/head/; revision=77829
* upgrade to 1.5Ying-Chieh Liao2003-03-303-38/+50
| | | | Notes: svn path=/head/; revision=77748
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Update to 1.3Tilman Keskinoz2003-01-183-10/+13
| | | | | | | | PR: 47086 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=73435
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.2Ying-Chieh Liao2002-08-154-50/+40
| | | | Notes: svn path=/head/; revision=64530
* Get the p5-Template-Toolkit dependency to look for Template.pm in theSteve Price2001-12-151-1/+2
| | | | | | | correct directory. Notes: svn path=/head/; revision=51598
* add autodiaYing-Chieh Liao2001-10-066-0/+94
Automatic Dia XML - from Source Code and Data Notes: svn path=/head/; revision=48492