# Ports collection makefile for: pecl-big_int # Date created: 16 May 2005 # Whom: Antonio Carlos Venancio Junior () # # $FreeBSD$ # PORTNAME= big_int PORTVERSION= 1.0.7 CATEGORIES= math devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= antonio@php.net COMMENT= Functions for calculations with arbitrary length integers and bitsets USE_PHP= yes USE_PHPEXT= yes DOCS= CREDITS INSTALL LICENSE README docs/index.html libbig_int/CREDITS \ libbig_int/LICENSE EXAMPLES= bitset.php example.php rand.php RSA.php std_header.php CONFIGURE_ARGS= --enable-big-int=shared .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} ${MKDIR} ${EXAMPLESDIR} . for doc in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} . endfor . for test in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/tests/${test} ${EXAMPLESDIR} . endfor .endif .include cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add bdfresize 1.5, a tool for resizing BDF format font.will2001-04-076-0/+42
| | | | | PR: 26263 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
* o fix MASTER_SITE_SUBDIR.sf2001-03-297-0/+7
| | | | | | o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
* update to 4.0.3.sf2001-03-2619-534/+723
| | | | | | | | | | | o use internal freetype2 for consistency with x11/XFree86-4. o added xthreads obtained from x11/XFree86-4. o install "ws" type config sample for xdm. o build DRI only if kernel source installed in /sys. o fix Riva128/SGRAM driver(patch-riva_hw.c). PR: 24338(4.0.2) Submitted by: maintainer, keith
* Add missing "p" in "http:"fenner2001-03-251-1/+1
|
* fix pkg_delete if lib/X11/fonts/local/fonts.dir is not empty.sf2001-03-151-1/+1
| | | | | ===> Deinstalling for bitmap-fonts-1.0.p4 pkg_delete: post-deinstall script returned error status
* Update to 1.0.p4.shige2001-03-083-15/+14
|
* Move this ports to appropriate place.takawata2001-02-228-153/+0
| | | | Submitted by:MAINTAINER
* Adding monafonts ,x11 kanji propotial fonts.takawata2001-02-218-0/+153
| | | | Submitted by:nobutaka@nobutaka.com
* Commited, thanks.mi2001-02-084-71/+79
| | | | | PR: ports/24506 Submitted by: mi
* Style fixes for x11-fonts.olgeni2001-02-067-7/+7
|
* Use tabs only to indent assignments (whitespace only).olgeni2001-02-051-1/+1
|
* Fix typo: particularily -> particularlyolgeni2001-02-011-1/+1
|
* Take over maintainership.olgeni2001-02-011-1/+1
|
* Fix some typos.olgeni2001-02-011-4/+4
| | | | PR: 20561 (and one more fix: "particularly")
* Use proper capitalization (freebsd.org -> FreeBSD.org)olgeni2001-01-243-3/+3
| | | | Noted by: sobomax
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)olgeni2001-01-243-3/+3
|
* New port: TrueType core fonts for the Web.clive2001-01-207-0/+164
| | | | | PR: 24431 Submitted by: Konstantinos Konstantinidis <kkonstan@duth.gr>
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-174-17/+17
|
* Update master site and home page.trevor2001-01-102-2/+2
| | | | | PR: 24192 Submitted by: Joseph Scott <joseph@randomnetworks.com> and myself
* Add geminifonts 1.0, a set of ukrainian koi8-u fonts for X.will2000-12-047-0/+143
| | | | | PR: 22425 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Typo: 100dpi --> 75dpisada2000-12-032-2/+2
|
* Maintainer update to better handle X 4dougb2000-11-261-2/+9
| | | | | PR: ports/22844 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* PORTNAME is fontDefaultBitmaps, not fontDefaultBitmap.asami2000-11-261-1/+1
|
* jmk-x11-fonts, Jim Knoble's font package for Xsanpei2000-11-186-0/+159
| | | | | PR: ports/20722 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Revert previous commit and just change 6 to ${XAWVER}. (The previousasami2000-11-031-7/+2
| | | | | version didn't work anyway, since USE_IMAKE was defined after include of bsd.port.pre.mk....)
* Fix the following problem:taoka2000-11-031-1/+6
| | | | | | | In XFree86-4, version of libneXtaw is 7 instead of "6" in XFree86-3. (Is it true ?) Obtained from: bento
* Tell users that not all these fonts are free.trevor2000-10-152-1/+5
| | | | | PR: 21907 Submitted by: Dag-Erling Smørgrav
* Some of these fonts are not freely redistributable. Add RESTRICTEDtrevor2000-10-151-0/+1
| | | | | | | line and describe some of the restrictions. PR: 21907 Submitted by: Dag-Erling Smørgrav <des@yes.no>
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-088-8/+8
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-041-1/+1
| | | | directory.
* Remove an unwanted .orig file from the PLIST, and fix a coupleade2000-09-183-3/+4
| | | | | | | of typos in the pkg/DESCR. PORTREVISION bumped. PR: 20562 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add urwfonts 1.0, another font collection for X.will2000-09-167-0/+160
| | | | | PR: 20560 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add nucleus 0.77, another font package (some mozilla stuff in there).will2000-09-167-0/+186
| | | | | PR: 20559 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andasami2000-09-122-2/+16
| | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento
* Add depend-mechanism on XFree86-4.shige2000-09-101-1/+7
| | | | Submitted by: asami
* Typo (X11_BASE -> X11BASE).asami2000-08-261-1/+1
| | | | Submitted by: bento (well, sort of)
* Update to 4.0.1. Remove libraries from -clients. Try to extractasami2000-08-2518-127/+188
| | | | | | only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
* Delete extra directories after pkg_deletetaoka2000-08-251-0/+2
| | | | Obtained from: bento
* To delete extra files and directories after pkg_deletetaoka2000-08-252-0/+9
| | | | Obtained from: asami
* Make these COMMENT files conform to Handbook standard.will2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-032-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix MASTER_SITESkevlo2000-07-223-179/+179
| | | | | | - Use gzip to compress font files PR: 20105 Submitted by: Ports Fury
* Fix PLIST.knu2000-07-191-0/+4
| | | | | PR: ports/20034 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Activate bitmap-fonts instead of bitmap-font.shige2000-07-191-1/+1
|
* Repo-copy from x11-fonts/bitmap-font.shige2000-07-193-18/+23
| | | | Change distfile: this port's distfile only includes bitmap font files.
* Update to 3.0.will2000-07-162-2/+2
| | | | | PR: 19933 Submitted by: Ports Fury
* Tidy up COMMENT.sobomax2000-07-131-1/+1
| | | | | PR: 19799 Submitted by: Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Add the only file I missed it the last p5-* mega-update.will2000-06-171-0/+11
| | | | Patch submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-7/+6
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrmasami2000-06-104-6/+1
| | | | | | | | | etc.) but I added five .o files to Server. When we move to these ports as default, BSD.x11.dist will be changed so we can get rid of all the @dirrm's. Submitted by: bento
* Split up XFree86-4 into several pieces. Pretty green, please test with care.asami2000-06-0837-0/+1447
| | | | | Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer)
* Fixed taipei16.bdf in this porttaoka2000-06-081-0/+38
| | | | | | | (Xserver crashes if you use the old one) PR: 17612 Submitted by: Christopher Hall <hsw@acm.org>
* Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts stillasami2000-06-011-0/+1
| | | | leaves fonts.alias behind -- it is not removing any entries from that file.)
* Updated to 2.0.2taoka2000-05-302-2/+2
| | | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> PR: 18284
* Update to version 4.4.steve2000-05-293-9/+16
| | | | | PR: 18749 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Adding mozilla-fonts version 1.0.steve2000-05-017-0/+164
| | | | | | | A bunch of fonts for Netscape/Mozilla. PR: 17301 Submitted by: dom@myrddin.demon.co.uk
* Update to 8.3.shige2000-04-262-3/+4
| | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-242-2/+2
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-1013-37/+37
|
* portlint:mharo2000-03-211-3/+2
| | | | | remove blank line move BUILD_DEPENDS to DEPENDS section
* Make TTF support not optional, it never come into package otherwiseache2000-02-292-15/+6
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Update to 8.2.shige2000-02-083-4/+4
|
* Updated MASTER_SITEStaoka2000-01-162-2/+3
| | | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Obtained from: direct contact
* Update version to 4.3.3.imura2000-01-154-8/+17
| | | | | | | (and add WWW: line into pkg/DESCR) PR: 15947 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Fix MASTER_SITESimura2000-01-152-3/+5
| | | | | | | - Add WWW: line into pkg/DESCR PR: 15946 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Added intlfontstaoka2000-01-081-0/+1
|
* Free X11 fonts for all characters that Emacs can handletaoka2000-01-088-0/+375
|
* Upgrade to 8.1.shige1999-12-244-12/+19
|
* Work around the fact that Tcl's exec treats non-empty stderr as ansteve1999-11-273-6/+39
| | | | | | | indication of error. Also update to use Tk version 8.2. PR: 14292 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Bump freetype's lib numberjseger1999-11-252-2/+2
|
* Update to 4.2.jfieber1999-11-164-29/+16
| | | | | PR: ports/13595 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Update to 8.0.shige1999-11-062-7/+6
| | | | Fix unfetchable problem.
* Update to 7.19.07.shige1999-10-222-3/+3
|
* Fix unfetchable problem.shige1999-10-222-6/+7
|
* Add nexfontseltaoka1999-09-291-0/+1
|
* A neXtaw based replacement for xfontseltaoka1999-09-295-0/+38
|
* ${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;)asami1999-09-091-1/+1
|
* Update MAINTAINER's email addresscpiazza1999-09-091-1/+1
| | | | | PR: 13648 Submitted by: maintainer
* gzip -> ${GZIP_CMD}mharo1999-09-051-1/+1
| | | | | | gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-314-6/+6
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-3113-13/+13
|
* Caps, no period.hoek1999-08-301-1/+1
|
* awk -> ${AWK}mharo1999-08-232-4/+4
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* Add INSTALL and DEINSTALL scripts.shige1999-08-195-8/+36
| | | | | | Fix mkfontdir problem (Port's 'make install' doesn't execute mkfontdir). Auto-execute 'xset fp rehash' in INSTALL/DEINSTALL script. Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* Add editors/bitmap-{emacs20,fonts}, x11-fonts/bitmap-font.asami1999-08-191-1/+2
|
* Bitmap font, 8 dots x 16 dots bitmap font.shige1999-08-186-0/+82
| | | | Bitmap font is used on Mule with bitmap-mule or Emacs20 with bitmap-emacs20.
* Upgrade from 3.7 to 3.9.jfieber1999-08-143-20/+54
| | | | | PR: 12873 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-278-8/+8
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Revert my previous fix. It seems I had an old distfile.steve1999-06-231-2/+2
|
* Set ${WRKSRC} correctly so this builds again.steve1999-05-311-5/+2
|
* a remove white spacemharo1999-05-031-1/+0
|
* type1inst requires mkfontdirtaoka1999-04-141-1/+3
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-2/+4
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* Upgrade from 3.4 to 3.7.jfieber1999-01-172-5/+5
|
* Break up the "plan9" category -- all the ports are where they belong, andasami1999-01-092-3/+4
| | | | | | "plan9" is a virtual category now. Reviewed by: the ports list
* Fix WRKSRC.asami1998-12-271-2/+2
|
* Activate p5-type1instjseger1998-12-131-1/+2
|
* Import of p5-type1inst 0.6.1jseger1998-12-135-0/+54
| | | | | | | | | | | | This is a little hack I wrote to help in setting up new Type 1 PostScript fonts for use with X. It automatically constructs the fonts.scale file which X uses to identify fonts in can use the current directory. Previously you had to write this file by hand which is unacceptable if you have lots of fonts. James Macnicol (J.Macnicol@student.anu.edu.au) PR: ports/5660 Submitted by: giffunip@asme.org
* Use libttf.3 of the new freetype 1.2jseger1998-12-131-2/+2
|
* Fixup CATEGORIES list.steve1998-11-221-2/+2
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* Update MASTER_SITES, include my public_html dir as a site, asbillf1998-11-201-2/+3
| | | | | | | ftp.cdrom.com went rather slow for me, and sometimes is overloaded. PR: ports/8592 Submitted by: maintainer
* Portlint.asami1998-10-301-3/+3
|
* Upgrade and unbreak.jfieber1998-10-293-84/+59
|
* Move manpages to Makefile and use MAN1 macro.steve1998-10-052-2/+2
|
* Remove empty directories on deinstall.steve1998-10-051-0/+1
|
* Move manpages to Makefile and use MAN* macros.steve1998-10-041-0/+2
|
* freetype (libttf) is now converted to ELF.asami1998-09-211-2/+2
|
* Checksum changed....asami1998-09-151-1/+1
|
* ttmkfdir moved from x11 to x11-fonts.tg1998-09-091-1/+2
|
* Re-import to x11-fonts, as requested by Satoshi.tg1998-09-095-0/+32
|
* For removing this one manpage, I can not be bothered tohoek1998-08-201-1/+0
| | | | think of a pun.
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" fromasami1998-08-087-14/+14
| | | | | x11 to fonts. While I'm here, change the category names in some (hopefully all) CJK font ports.
* New categories deskutils, x11-clocks, x11-fm, x11-fonts, x11-toolkitsasami1998-08-082-0/+13
| | | | and x11-wm. Their contents to be repository copied shortly.
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-056-12/+12
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Sort pkg/PLIST.vanilla1998-07-021-11/+11
|
* Sort pkg/PLIST.vanilla1998-07-022-52/+41
|
* Import of tkfont, a Tk-based replacement for xfontsel.mph1998-05-175-0/+51
| | | | | PR: 6594 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* PR: ports/6139dburr1998-05-165-0/+95
| | | | | | New port: x11/sharefonts, a collection of shareware ATM fonts from the CICA archives. Used by GIMP, esp. plug-ins and script-fu.
* Mark as broken.jfieber1998-03-131-1/+3
| | | | | | The old version is no longer available and the new version needs a fair bit of debugging work, which I have no time to do at this instant.
* Be more selective about which ports to maintain. I no longer have timeasami1997-12-261-2/+2
| | | | to maintain all these ports I once committed (sometimes as a proxy).
* fix a typo error in pkg/DESCR, add @dirrm in pkg/PLISTvanilla1997-12-052-1/+2
| | | | | PR: ports/5224 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* Fix a typo error.vanilla1997-12-041-2/+2
|
* Change MASTER_SITE to ftp.gimp.orgvanilla1997-12-011-2/+2
|
* Upgrade to version 2.7.jfieber1997-11-093-26/+31
|
* Upgrade to version 2.3. Bugfixes mostly.jfieber1997-09-222-5/+6
|
* A Motif tool for editing X11 bitmap fontsjfieber1997-07-167-0/+137
|
* /bin/sh -> ${SH}max1997-07-141-2/+2
|
* Add WRKSRC, seems like fetch creates all the subdirectories in theasami1997-03-041-1/+2
| | | | created-on-the-fly tarfile.
* Use xfed sources from ftp.demon.co.uk. I tried this server withtg1997-03-032-30/+4
| | | | | | FETCH=wget on a 2.1.0 system. Closes PR #2809.
* distfile changederich1997-01-272-3/+2
| | | | Pointed out by: Kostya Lukin <lukin@ns.okbmei.msk.su>
* Renaming the PKIGNAME, etlfnot-noncjk -> etlfonts-noncjk.max1997-01-031-3/+3
|
* Renaming etlfont -> etlfonts.max1997-01-037-0/+142
| | | | Suggested by: asami
* Add files/md5 entries for files whose checksum should be ignored as well.asami1996-12-172-1/+3
| | | | Requires rev. 1.239 of bsd.port.mk.
* add a patch to fix some of the LFD'serich1996-11-221-0/+43
| | | | Submitted by: MITA Yoshio
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-1/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-183-6/+6
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* trim the DESCR's to something reasonable at Satoshi's request.erich1996-10-161-23/+1
|
* Version number is always required for package.asami1996-08-311-1/+3
|
* Remove "getbdf - " from front of one-liner.asami1996-08-311-1/+1
|
* Add USE_X11ache1996-08-311-1/+2
|
* Convert any X server font to .bdf formatache1996-08-317-0/+84
|
* Variable reordering. Move NO_WRKSUBDIR and USE_X11 to theasami1996-08-171-4/+4
| | | | "miscellaneous bsd.port.mk variables" section after MAINTAINER.
* New port for `freefonts' a bunch of free type-1 fonts for X11erich1996-08-166-0/+162
|
* Convert from ncftp to fetch. I'm not really happy with this portsgpalmer1996-06-271-2/+2
| | | | | | do-fetch: routine, as it doesn't check the return value of fetch (or ncftp when it was in there), but I'm not about to start hacking this late in the game.
* Add a pre-clean target to delete the "src" subdirectory, which is aasami1996-03-071-1/+4
| | | | staging area to create the tarball during fetch.
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-09