aboutsummaryrefslogtreecommitdiff
path: root/japanese/freepwing
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistAntoine Brodin2014-11-121-6/+0
| | | | Notes: svn path=/head/; revision=372492
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-12/+14
| | | | | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure. Notes: svn path=/head/; revision=363960
* - Port is stage safePawel Pekala2014-05-091-3/+1
| | | | | | | - Convert to USES=gmake Notes: svn path=/head/; revision=353474
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - Convert to new perl frameworkAndrej Zverev2013-08-031-6/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* Refetchable.Norikatsu Shigemura2011-06-241-4/+1
| | | | Notes: svn path=/head/; revision=276199
* Mark broken some ports with unfetchable distfilesBaptiste Daroussin2011-06-171-0/+2
| | | | Notes: svn path=/head/; revision=275721
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149333
* Update to 1.4.4Jean-Yves Lefort2005-05-173-22/+28
| | | | | | | | PR: ports/81122 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=135525
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* Trim whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106662
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* utilize SITE_PERLYing-Chieh Liao2003-10-241-33/+33
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to version 1.4.3Satoshi Taoka2002-09-152-2/+2
| | | | Notes: svn path=/head/; revision=66343
* Update the vertion to 1.4.2Satoshi Taoka2002-09-093-5/+12
| | | | | | | | Submitted by: Kawaguti Ginga <ginga@ginganet.org> Obtained from: a e-mail Notes: svn path=/head/; revision=65904
* Update version to 1.3.1Satoshi Taoka2001-03-082-2/+2
| | | | Notes: svn path=/head/; revision=39232
* Update to 1.3Satoshi Taoka2000-11-023-2/+4
| | | | Notes: svn path=/head/; revision=34634
* Fixed pkg/PLISTSatoshi Taoka2000-09-151-1/+1
| | | | | | | Obtained from: bento Notes: svn path=/head/; revision=32641
* Updated to 1.2.1Satoshi Taoka2000-08-242-2/+2
| | | | Notes: svn path=/head/; revision=31919
* Updated to 1.2Satoshi Taoka2000-05-304-3/+15
| | | | | | | | Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp> Obtained from: direct communication Notes: svn path=/head/; revision=28970
* Fix MASTER_SITES.Akinori MUSHA2000-04-251-2/+2
| | | | | | | Found by: bento Notes: svn path=/head/; revision=27995
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-3/+5
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* Update to 1.2beta2Satoshi Taoka2000-03-262-5/+6
| | | | Notes: svn path=/head/; revision=27061
* I found that this port needs "gmake" in build and run.Satoshi Taoka2000-01-271-0/+3
| | | | Notes: svn path=/head/; revision=25124
* Add USE_PERL5Satoshi Taoka2000-01-271-0/+1
| | | | Notes: svn path=/head/; revision=25123
* I forgot to modify PKGNAME and CATEGORIES for the japanese category.Satoshi Taoka2000-01-271-2/+2
| | | | Notes: svn path=/head/; revision=25120
* Free JIS X 4081 (subset of EPWING V) FormatterSatoshi Taoka2000-01-275-0/+64
Notes: svn path=/head/; revision=25118