Commit graph

32 commits

Author SHA1 Message Date
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
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
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Cheng-Lung Sung
a6615e6365 - Update to 1.49
Changes:	http://search.cpan.org/dist/WordNet-QueryData/ChangeLog
2009-11-20 15:40:58 +00:00
Cheng-Lung Sung
b2ed09bba1 - Update to 1.48
Changes:	http://search.cpan.org/dist/WordNet-QueryData/ChangeLog
2009-03-30 08:41:54 +00:00
Cheng-Lung Sung
43c3e4afae - fix post-patch sec.
- bump PORTREVISION

Changes:
2008-03-28 02:26:10 +00:00
Cheng-Lung Sung
004714b891 - Update to 1.47
Changes:	http://search.cpan.org/dist/WordNet-QueryData/ChangeLog
2008-01-09 03:56:05 +00:00
Cheng-Lung Sung
b481ee045e - Update to 1.46 2007-05-30 03:50:29 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Cheng-Lung Sung
37e34f5322 - Update to 1.45 2006-11-02 00:23:04 +00:00
Cheng-Lung Sung
fb8b9dde0c - remove USE_REINPLACE 2006-05-11 09:07:15 +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
Cheng-Lung Sung
e58b914ec2 - update to 1.40 2006-01-16 06:52:43 +00:00
Cheng-Lung Sung
3c099fe66b - update to 1.39
- library depends from wn.2 to WN.2 (reflect textproc/wordnet 2.1)
2006-01-16 06:21:19 +00:00
Cheng-Lung Sung
e20b7be23a - update to 1.38
- from ChangeLog
  * QueryData.pm (tokenDetach): change match pattern from \w+ to .+;
    old code wasn't matching words with hyphens! (e.g. go-karts)
2005-05-24 06:42:45 +00:00
Cheng-Lung Sung
2da28d935b - update to 1.37
! QueryData.pm (frequency): new function
! QueryData.pm (documentation): add "frequency" entry
2004-12-05 05:54:58 +00:00
Cheng-Lung Sung
4ece85c4b0 - fix pkg-plist 2004-12-05 04:33:30 +00:00
Cheng-Lung Sung
12c09a22ae - update to 1.36
- QueryData.pm (documentation): revise queryWord vs. querySense
  documentation
2004-11-11 05:15:54 +00:00
Cheng-Lung Sung
2ddc8a9674 update to 1.35.
Approved by:	vanilla (co-mentor)
2004-08-26 06:44:19 +00:00
Cheng-Lung Sung
0855f9ef11 - update to 1.34
* QueryData.pm (lexnamesFile): new top-level variable
* QueryData.pm (loadLexnames): new function
* QueryData.pm (lexname): new function
* QueryData.pm: add lexname documentation
* test.pl: add lexname tests

Approved by:	vanilla (co-mentor, 'cos mentor is in Athens :-) )
2004-08-25 07:01:25 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Vanilla I. Shu
7ae2642e04 - from 1.31 to 1.33
- from ChangeLog
    * Update "LOCATING THE WORDNET DATABASE"
      documentation (kudos to Jason R Michelizzi for pointing out that
      this needed updating)

PR:		ports/69198
Submitted by:	maintainer
2004-07-17 16:54:30 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Mikhail Teterin
498d5c10eb Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday.

Insisted upon by:	clement
2004-02-18 19:30:28 +00:00
Vanilla I. Shu
6868295341 Update port: textproc/p5-WordNet-QueryData from 1.28 to 1.31
grab maintainer

PR:		ports/58006
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-14 13:17:03 +00:00
Adam Weinberger
b25cb77ce8 Load WordNet database files from the proper locations. 2003-07-08 01:28:13 +00:00
Adam Weinberger
59d73865b2 Add missing dir to pkg-plist. PORTREVISION bump. 2003-07-08 01:03:24 +00:00
Adam Weinberger
91c313eb85 Honor WNHOME if it's defined within the environment. 2003-07-08 00:54:52 +00:00
Adam Weinberger
3da0d2adad Add p5-WordNet-QueryData
WordNet::QueryData provides a direct interface to the WordNet database files.
It requires the WordNet package. It allows the user direct access to the full
WordNet semantic lexicon. All parts of speech are supported and access is
generally very efficient because the index and morphical exclusion tables are
loaded at initialization. This initialization step is slow (appx. 10-15
seconds), but queries are very fast thereafter---thousands of queries can be
completed every second.
2003-07-08 00:31:30 +00:00