aboutsummaryrefslogtreecommitdiff
path: root/chinese/vflib
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-3/+3
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix after objformat removalPav Lucistnik2007-02-041-2/+3
| | | | Notes: svn path=/head/; revision=184144
* Retire obsolete a.out shared library supportKris Kennaway2007-01-301-1/+1
| | | | Notes: svn path=/head/; revision=183678
* - Update to 2.25.6Rong-En Fan2007-01-196-10/+91
| | | | | | | | - Add patches to fix build on gcc 4.x - Update WWW Notes: svn path=/head/; revision=182794
* - Respect DESTDIRMartin Wilke2006-08-152-23/+25
| | | | | | | | | | | - Specify and use DATADIR PR: ports/101935 Submitted by: Gea-Suan Lin <gslin(at)gslin.org> Approved by: krion (mentor) Notes: svn path=/head/; revision=170714
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170572
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* - Add SHA256Pav Lucistnik2005-11-241-0/+3
| | | | Notes: svn path=/head/; revision=149333
* This port does not require autoconf to build.Tilman Keskinoz2005-04-241-1/+0
| | | | Notes: svn path=/head/; revision=134064
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-1/+1
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* s/varargs.h/stdarg.h/Tilman Keskinoz2004-01-311-4/+4
| | | | Notes: svn path=/head/; revision=99576
* SIZEify.Trevor Johnson2004-01-291-0/+3
| | | | Notes: svn path=/head/; revision=99360
* Mark as broken on 5.x (varargs). Pacify portlint.Mark Linimon2003-12-062-2/+8
| | | | Notes: svn path=/head/; revision=95206
* Reset maintainer on ports owned by the following committers who haveKris Kennaway2003-11-031-1/+1
| | | | | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr Notes: svn path=/head/; revision=92908
* pkg-comment police: Purge them in this category while I'm here.Foxfair Hu2003-02-262-1/+1
| | | | Notes: svn path=/head/; revision=76493
* Adjust in accordance with the new location of freetype1 includesMaxim Sobolev2002-03-141-1/+1
| | | | | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). Notes: svn path=/head/; revision=56069
* One line diff to indicate that freetype.h now lives underClive Lin2001-01-191-1/+1
| | | | | | | | | | ${PREFIX}/include/freetype. Submitted by: bento One eye reviewed by: vanilla Notes: svn path=/head/; revision=37349
* New port: vflibJing-Tang Keith Jang2000-12-116-0/+109
VFlib is a vector font library, which can use TrueType, Zeit, JG, and BDF fonts. This version supports both BIG5/GB encoded fonts. The original patch was made by Chinese Turbo Linux, and Chih-Wei Huang <cwhuang@linux.org.tw> added the BIG5 Eten extension. Notes: svn path=/head/; revision=35889