aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
Commit message (Collapse)AuthorAgeFilesLines
* Move USE_X_PREFIX up - make sure we install in ${X11BASE}.Anders Nordby2002-06-231-2/+2
| | | | Notes: svn path=/head/; revision=61829
* Inadvertently, I did not remove these lines when I got rid of theTrevor Johnson2002-06-201-4/+0
| | | | | | | | | use of the temporary file, and so "make do-extract" was broken. reported by: dougb Notes: svn path=/head/; revision=61627
* Use a pipe instead of a temporary file.Trevor Johnson2002-06-191-2/+3
| | | | Notes: svn path=/head/; revision=61539
* Prefer the rpm2cpio from ports/archivers/rpm2cpio to the (conflicting)Trevor Johnson2002-06-191-1/+1
| | | | | | | | one from ports/archivers/rpm, because the former is much smaller and depends only on Perl. Notes: svn path=/head/; revision=61538
* Quiet this port.Trevor Johnson2002-06-191-15/+15
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=61537
* Unbreak this port by patching the Makefile to use bmake syntax ratherGreg Lewis2002-06-181-0/+11
| | | | | | | | than GNU make syntax. Depending on gmake would have been overkill in comparison to how simple the patch was, IMO. Notes: svn path=/head/; revision=61471
* fix locale messages in some dialog boxYing-Chieh Liao2002-06-172-0/+12
| | | | | | | | | | | bump portrevision PR: 35325 Submitted by: Kang-min Liu <b7506056@csie.ntu.edu.tw> Approved by: maintainer timeout (1 month since I mailed him) Notes: svn path=/head/; revision=61436
* Move to my space on ${MASTER_SITE_LOCAL}. It was under billf's, but the filePete Fritchman2002-06-091-1/+1
| | | | | | | the file is no longer there. Notes: svn path=/head/; revision=60974
* Install under local/. Clarify PKGMESSAGE.Trevor Johnson2002-05-311-7/+8
| | | | Notes: svn path=/head/; revision=60349
* new port of the fonts from the SGI ProPack 1.4 for Linux, from aTrevor Johnson2002-05-315-0/+63
| | | | | | | suggestion by Ryan Dooley Notes: svn path=/head/; revision=60347
* add xfontselector 0.9.4Ying-Chieh Liao2002-05-236-0/+44
| | | | | | | X Font Selector Notes: svn path=/head/; revision=59773
* add missing entry into plistYing-Chieh Liao2002-05-231-0/+1
| | | | Notes: svn path=/head/; revision=59767
* Use tk83.Pete Fritchman2002-05-191-3/+4
| | | | | | | | | PR: 35362 Submitted by: Alan Eldridge <ports@geeksrus.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=59458
* Unbreak: add a dependency to XFree86-4-clients for bdftopcf ifPete Fritchman2002-05-181-2/+6
| | | | | | | XFREE86_VERSION is 4. Notes: svn path=/head/; revision=59434
* BROKEN: Does not buildKris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59401
* add p5-Font-TTF 0.28Ying-Chieh Liao2002-04-286-0/+129
| | | | | | | Perl module for TrueType font hacking Notes: svn path=/head/; revision=58259
* - Unbreak Build for STABLE or XFREE86_VERSION=3Dirk Meyer2002-04-191-3/+7
| | | | | | | | | | | | | | | | | | $ make XFREE86_VERSION=3 all-depends-list /usr/ports/x11/XFree86 $ make XFREE86_VERSION=4 all-depends-list /usr/ports/converters/libiconv /usr/ports/devel/bison /usr/ports/devel/gettext /usr/ports/devel/gmake /usr/ports/devel/imake-4 /usr/ports/print/freetype2 /usr/ports/x11/XFree86-4-clients /usr/ports/x11/XFree86-4-libraries Notes: svn path=/head/; revision=57893
* Add a missing run dependency on mkfontdir.Pete Fritchman2002-04-011-0/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=57095
* Remove stray empty lineKris Kennaway2002-03-311-1/+0
| | | | Notes: svn path=/head/; revision=57002
* Remove #include <malloc.h>Kris Kennaway2002-03-311-0/+5
| | | | Notes: svn path=/head/; revision=57000
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradesWill Andrews2002-03-1617-41/+100
| | | | | | | | | | | | [1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core Notes: svn path=/head/; revision=56229
* Adjust in accordance with the new location of freetype1 includesMaxim Sobolev2002-03-142-2/+2
| | | | | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). Notes: svn path=/head/; revision=56069
* Last attempt to fix the prefix problem was just a revert of fenner's changesPatrick Li2002-02-021-2/+5
| | | | | | | | | so fix that and just add USE_X_PREFIX before .include <bsd.port.pre.mk> Noticed by: Tadayuki OKADA <tadayuki@mediaone.net> Notes: svn path=/head/; revision=54132
* Fix to install to the proper prefix (default: /usr/X11R6)Patrick Li2002-02-021-3/+1
| | | | | | | | PR: 34533 Submitted by: bmah Notes: svn path=/head/; revision=54121
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-293-6/+6
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53961
* Update to 1.0.Shigeyuki Fukushima2002-01-222-4/+3
| | | | Notes: svn path=/head/; revision=53572
* Include bsd.port.pre.mk in order to get XFREE86_VERSION defined.Bill Fenner2002-01-211-1/+4
| | | | | | | Submitted by: distfile survey Notes: svn path=/head/; revision=53464
* Fix build problem: gzip would stop and ask to overwrite files if the fontsJimmy Olgeni2002-01-211-3/+2
| | | | | | | are already installed (no portrevision bump is needed). Notes: svn path=/head/; revision=53441
* Update to 0.21.Jim Mock2002-01-205-123/+252
| | | | | | | | PR: 34091 Submitted by: maintainer Notes: svn path=/head/; revision=53411
* New ports: x11-fonts/mkbold, x11-fonts/mkitalicSADA Kenji2002-01-2011-0/+64
| | | | | | | | | These are perl scripts that generate bold|italic fonts from existent bitmap fonts. Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> Notes: svn path=/head/; revision=53407
* Add lfpfonts-var, some variable width fonts for X11.Jimmy Olgeni2002-01-206-0/+146
| | | | Notes: svn path=/head/; revision=53377
* Add lfpfonts-fix, more fixed width fonts for X11.Jimmy Olgeni2002-01-206-0/+126
| | | | Notes: svn path=/head/; revision=53375
* Update to 4.5.1Patrick Li2002-01-052-3/+9
| | | | | | | | PR: 33339 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=52599
* New port gfe version 0.0.4: GTK+-based .bdf font editor for XMario Sergio Fujikawa Ferreira2001-12-277-0/+148
| | | | | | | | PR: 33228 Submitted by: Bruce M Simpson <bms@spc.org> Notes: svn path=/head/; revision=52271
* - PORTDOCS policePatrick Li2001-12-242-5/+4
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* add mkfontaliasYing-Chieh Liao2001-10-157-0/+91
| | | | | | | | | | Python script to make fonts.alias files for X PR: 30840 Submitted by: Stijn Hoop <stijn@win.tue.nl> Notes: svn path=/head/; revision=48799
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-2/+1
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* Remove giffunip@asme.org as the maintainer: he no longer has the abilityKris Kennaway2001-08-231-1/+1
| | | | | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer Notes: svn path=/head/; revision=46749
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-1/+1
| | | | | | | Reviewed by: ade Notes: svn path=/head/; revision=46662
* Change MASTER_SITE to maintainer's site due to unavail distfiles.David W. Chapman Jr.2001-08-121-1/+1
| | | | | | | | PR: 29561 Submitted by: maintainer Notes: svn path=/head/; revision=46135
* Get rid of 'X11R6.4' from pkg-comment.FUJISHIMA Satsuki2001-06-166-6/+6
| | | | | | | XFree86-4.1.0 is based on X11R6.5.1. Notes: svn path=/head/; revision=44077
* purge XFree86-4-fontLatin2.FUJISHIMA Satsuki2001-06-151-1/+0
| | | | | | | Submitted by: Dave Cornejo <dave@dogwood.com> Notes: svn path=/head/; revision=44041
* update to 4.1.0.FUJISHIMA Satsuki2001-06-1228-454/+3401
| | | | | | | | | | | get rid of version number from comments in Makefile, pkg-comment and pkg-descr. -fontLatin2 has been integrated into -75dpi and -100dpi. Reviewed by: maintainer Notes: svn path=/head/; revision=43903
* Use X11BASE with ttmkfdir to avoid PATH problemMark Pulford2001-06-111-1/+1
| | | | | | | | PR: 27755 Approved by: maintainer Notes: svn path=/head/; revision=43855
* Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netPeter Pentchev2001-06-071-1/+1
| | | | | | | | | PR: 27923 Submitted by: maintainer Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;) Notes: svn path=/head/; revision=43582
* - Unbroke;Maxim Sobolev2001-06-053-20/+18
| | | | | | | | | | - update maintainer's e-mail. PR: 27888 Submitted by: maintainer Notes: svn path=/head/; revision=43524
* Put back NO_PACKAGE - its absence doesn't provide any substantial benefits,Maxim Sobolev2001-05-181-0/+1
| | | | | | | | | | while may cause license violation. As the maintainer said: "It doesn't make sense to take the risk for such a low return." So be it... Submitted by: maintainer Notes: svn path=/head/; revision=42720
* Updated distinfo - apparently trebuc32.exe has been updated from versionYing-Chieh Liao2001-05-182-2/+1
| | | | | | | | | | | | 1.15 to 1.22 (cheers Mikhail). Also removed NO_PACKAGE, it doesn't seem to be justified. PR: 27365 Submitted by: MAINTAINER Notes: svn path=/head/; revision=42710
* An interface to Adobe font metrics filesVanilla I. Shu2001-05-116-0/+51
| | | | | | | | PR: ports/26860 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=42521
* Remove ms-fonts from the list.Mikhail Teterin2001-05-021-1/+0
| | | | Notes: svn path=/head/; revision=42179