Commit graph

52 commits

Author SHA1 Message Date
Mark Linimon
9bc24d53d3 Modernize usage. (Noted as part of a larger cleanup). 2017-11-29 00:59:43 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
5a8fba0ed5 Update to 0.85
Changes:	http://search.cpan.org/dist/Text-BibTeX/Changes
2017-08-31 15:31:57 +00:00
Sunpoet Po-Chuan Hsieh
868fd4be48 Update to 0.83
Changes:	http://search.cpan.org/dist/Text-BibTeX/Changes
2017-08-29 17:26:02 +00:00
Wen Heping
eec0ec7848 - Update to 0.82
Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.82/Changes
2017-08-28 08:19:09 +00:00
Sunpoet Po-Chuan Hsieh
aae31fa9e4 Update to 0.81
Changes:	http://search.cpan.org/dist/Text-BibTeX/Changes
2017-07-20 17:54:18 +00:00
Wen Heping
4cbf0b9696 - Update to 0.80
Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.80/Changes
2017-03-26 14:57:48 +00:00
Sunpoet Po-Chuan Hsieh
a59a9f7998 Update to 0.79
Changes:	http://search.cpan.org/dist/Text-BibTeX/Changes
2017-03-14 21:35:48 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Sunpoet Po-Chuan Hsieh
9cd68896ac Update to 0.78
Changes:	http://search.cpan.org/dist/Text-BibTeX/Changes
2017-01-11 19:35:39 +00:00
Adam Weinberger
3520c7d42c Update to 0.77 (primarily Darwin-related changes).
Changes: https://metacpan.org/changes/distribution/Text-BibTeX
2016-10-09 16:20:45 +00:00
Wen Heping
dacd60092a - Update to 0.76
Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.76/Changes
2016-07-10 07:21:17 +00:00
Mathieu Arnold
bd24493d72 Update to 0.75.
Sponsored by:	Absolight
2016-07-05 09:08:37 +00:00
Mathieu Arnold
4878565d39 Update to 0.74.
Sponsored by:	Absolight
2016-06-21 15:09:36 +00:00
Adam Weinberger
7e701448de Sort plist. 2016-04-21 15:06:46 +00:00
Adam Weinberger
6671911529 Update to 0.72.
Just strip stuff without chmod'ing first.

Changes: https://metacpan.org/changes/distribution/Text-BibTeX
2016-04-21 15:06:17 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- 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
2015-09-14 12:19:48 +00:00
Hiroki Sato
f7ec944c63 - Add print/latex-biber, a biblatex replacement which supports Unicode.
- Add or update the following ports which latex-biber depends on:

   japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support)
   misc/p5-Business-ISMN (added, ISMN support)
   textproc/p5-Text-BibTeX (updated to 0.71)
   textproc/p5-Text-Roman (added, conversion of Roman numerals)
2015-07-20 01:16:56 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Philippe Audeoud
41990741de - Update to 0.69 2014-06-24 13:48:51 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
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
2014-06-10 12:14:12 +00:00
Wen Heping
976e15df8b - Update to 0.67
Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.67/Changes
2014-02-26 15:10:55 +00:00
Vanilla I. Shu
fb2d5da4eb Support STAGEDIR. 2013-11-07 03:52:41 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Anton Berezin
83a007edd6 Update to 0.66.
Changes:	http://search.cpan.org/dist/Text-BibTeX/CHANGES
2013-01-09 12:48:01 +00:00
Wen Heping
56895c46e6 - Update to 0.65
Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.65/CHANGES
2012-09-27 08:18:12 +00:00
Sunpoet Po-Chuan Hsieh
d7f80149c5 - Update to 0.64
Changes:	http://search.cpan.org/dist/Text-BibTeX/CHANGES
2012-07-09 14:18:13 +00:00
Frederic Culot
ceef4cd75c - Update to 0.63
Changes:	http://search.cpan.org/dist/Text-BibTeX/CHANGES
2012-05-13 08:26:39 +00:00
Sunpoet Po-Chuan Hsieh
8e53f35970 - Update to 0.62
Changes:	http://search.cpan.org/dist/Text-BibTeX/CHANGES
2012-01-13 04:46:58 +00:00
Cheng-Lung Sung
cccd7c0a73 - Update to 0.61 2011-10-21 02:31:56 +00:00
Sunpoet Po-Chuan Hsieh
6668f9443c - Update to 0.60
Changes:	http://search.cpan.org/dist/Text-BibTeX/CHANGES
2011-08-01 02:20:42 +00:00
Sunpoet Po-Chuan Hsieh
8a07beef12 - Update to 0.59
- Pet portlint
- Change WWW to CPAN URL

Changes:	http://search.cpan.org/dist/Text-BibTeX/CHANGES
2011-07-31 10:52:04 +00:00
Baptiste Daroussin
6e099ef2f7 - update to 0.58
- changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.58/CHANGES
2011-07-14 11:34:58 +00:00
Baptiste Daroussin
611cd40fd4 - update to 0.56
- add licenses
- changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.56/CHANGES
2011-06-16 05:37:28 +00:00
Frederic Culot
66716206cf - Update to 0.54
- Make use of CPAN:USER macro

Changes:	http://search.cpan.org/dist/Text-BibTeX/CHANGES
2011-04-21 14:42:01 +00:00
Wen Heping
5a7891742b - Update to 0.53
ChangeLog: http://search.cpan.org/src/AMBS/Text-BibTeX-0.53/CHANGES
2011-03-11 02:50:40 +00:00
Wen Heping
384e5aeb28 - Update to 0.52
ChangeLog: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.52/CHANGES
2011-02-17 02:45:14 +00:00
Yen-Ming Lee
9a562669b1 - update to 0.38 2008-10-12 01:31:42 +00:00
Cheng-Lung Sung
ee7b93e28e - Update to 0.37
PR:		ports/103466
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-09-23 03:20:35 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Yen-Ming Lee
8bd6265789 - set CFLAGS+=-fPIC in CONFIGURE_ENV (tested on pluto1)
Noticed by:	kris
2006-01-21 01:59:54 +00:00
Yen-Ming Lee
bcfcc385cd - add -fpic based on PR 38678 to solve 'gprel relocation against dynamic symbol' problem
(if it still doesnt work, I'll mark it BROKEN next time)

Noticed by:	kris
2006-01-21 01:28:49 +00:00
Yen-Ming Lee
0c418ebb33 - add -fPIC for amd64 and ia64 to fix 'gprel relocation against dynamic symbol'
Noticed by:	kris
2006-01-08 14:06:39 +00:00
Yen-Ming Lee
4a84373e14 - assign to perl@ 2005-12-31 08:54:31 +00:00
Yen-Ming Lee
0ea02d4ca9 - update to Text::BibTeX 0.36 / btparse 0.35 2005-12-31 08:45:05 +00:00
Edwin Groothuis
388d529ae5 Reset maintainer
PR:		ports/90726
Submitted by:	David Bremner <bremner-dated-1136341985.d77847@pivot.cs.unb.ca>
2005-12-21 03:09:40 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00