Commit graph

35 commits

Author SHA1 Message Date
Pav Lucistnik
dcc73bfa48 - Now builds in presence of devel/p5-ExUtils-CBuilder
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2009-01-29 21:27:20 +00:00
Pav Lucistnik
b9e5a45266 - Fix build
PR:		ports/131030
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

- Style
2009-01-29 19:58:27 +00:00
Volker Stolz
53e67c4f27 Mark as BROKEN if devel/p5-ExtUtils-CBuilder is installed: does not build due to .xs-processing
Noticed by:	turutani@scphys.kyoto-u.ac.jp
PR:		ports/125972
2008-07-30 03:15:15 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Renato Botelho
98e205d9ad - Master site disapearedm so, remove it from MASTER_SITES and remove WWW line
- Drop maintainership
2006-03-15 10:16:32 +00:00
Renato Botelho
46e7d42e8a - Add SHA256 2005-11-08 14:33:35 +00:00
Renato Botelho
dfb35d8f89 Fix installation on PREFIX != /usr/local
Reported by:	krismail
2005-10-17 13:52:12 +00:00
Renato Botelho
d5a8ad9d47 Change MAINTAINER to my @FreeBSD.org account
Approved by:	flz (mentor)
2005-07-11 16:47:16 +00:00
Sergey Matveychuk
7fd1792038 - Unbreak
- Pass maintainership to submitter

PR:		ports/80168
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-04-21 11:40:38 +00:00
Kris Kennaway
0d62960fe8 BROKEN: Installs perllocal.pod 2005-02-12 00:47:40 +00:00
Norikatsu Shigemura
d9ed90620d Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with:	hrs
Approved by:	kiri(blanket), mita(blanket),
		shige(blanket), taoka(blanket)
2004-12-23 09:32:50 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
SADA Kenji
39a004ad35 depend to ja-jcode.pl instead of ja-p5-jcode.pl .
I'm about to remove ja-p5-jcode.pl since it isn't perl module.
Approved by:	Maintainer
2002-07-11 04:35:35 +00:00
Maxim Sobolev
d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00
Satoshi Taoka
ed0a8c97dc The directory of freetype's header files was changed
to /usr/local/include/freetype/, then perlftlib cannot find freetype.h.
This problem is fixed.

Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
              jihuang@csie.nctu.edu.tw
Obtained from: direct mails
2001-01-21 14:25:57 +00:00
Satoshi Taoka
23eb11824c Update MASTER_SITES
Submitted by: sada
2000-10-18 16:10:28 +00:00
Satoshi Asami
e12374929d +MAN3= FreeType.3
+MAN3PREFIX=    ${PREFIX}/lib/perl5/${PERL_VERSION}

Submitted by:	bento
2000-08-12 05:48:16 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Akinori MUSHA
14dfa33f7c Fix build failure on -current. (Another fix regarding Perl 5.6.0 update)
Approved by:	taoka-san (Maintainer)
2000-07-19 00:41:40 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Chris Piazza
e062d3845f Accidental whitespace 2000-04-09 17:50:59 +00:00
Chris Piazza
d38f7d91c8 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:41:40 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Michael Haro
bea9ae51f4 The faster this commit message is typed the faster it'll all be over.
(add WWW:)
1999-05-03 04:59:32 +00:00
Satoshi Taoka
0347e6e13e Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
1999-05-01 04:03:48 +00:00
SADA Kenji
ec35e94680 Remove ``WWW.jp.FreeBSD.ORG/~sada/*'' addresses from MASTER_SITES
& PATCH_SITES, and use ${MASTER_SITE_PORTS_JP} instead.
We couldn't use ``WWW.jp.FreeBSD.ORG/'' address soon.
1999-03-31 16:41:31 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
SADA Kenji
6854484cd3 This is a package of libraries to use the FreeType library from the
perl language. It contains following pieces.

<FreeType.xs> This is a simple caller of the FreeType library. It has
same API as the FreeType library, so please read a manual of that to
understand how to use this.

<FreeTypeWrapper.pm> This is a simple wrapper of FreeType.xs to use
the FreeType library from perl with easy, perl-like API.

<ftinfo.pl> This is a dumper of a lot of information in each TrueType
fonts. This convert them as human readable strings.

<mkttfdir.pl> This is a maker of fonts.dir by parsing TTF and TTC
fils. It has special handler for DynaLab fonts, so it make good
fonts.dir automatically. And it detects what language's fonts are
contained in it by looking at code_page_range field in os2 table, so
it makes right entries.

See also <http://www.io.com/~kazushi/xtt/#perlftlib>

Note that ftinfo core-dumps with a signal 11 in case using
perl5.00502. :-)
Submitted by:	Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
1999-01-01 22:18:54 +00:00