summaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-072-2/+2
| | | | | | | | | | | | | | 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.
* Change keith@freebsd.sinica.edu.tw to keith@FreeBSD.orgkeith2000-11-062-3/+3
|
* Updated the "sheets.map" file for 4.13.obrien2000-11-031-1/+1
| | | | | PR: 22313 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
* Add missing manpage texi2dvi4a2ps.1 (how do you pronounce that?!?).asami2000-11-031-1/+1
| | | | Submitted by: bento
* Comment out a2ps.el for now, this won't package since emacs is not aasami2000-11-031-3/+1
| | | | | | | dependency (which is a good thing!). Remove removal of site-lisp directories, they are created by mtree anyway. Submitted by: bento
* Typotaoka2000-11-021-1/+1
| | | | Pointed out by: asami
* Whitespace-only:sobomax2000-11-011-2/+2
| | | | Make indentation uniform across my ports.
* At his request, remove Joel Sutton as maintainer of 8 ports. Thank you fordougb2000-10-291-1/+1
| | | | | | | | your efforts on these ports, and thank you for also taking the responsibility to let us know your time now has other priorities. PR: ports/22384 Submitted by: Joel Sutton, jsutton@bbcon.com.au
* Update to version 0.13.2bkevlo2000-10-212-4/+4
| | | | | PR: 22156 Submitted by: MAINTAINER
* Change default pager from /usr/bin/pg to /usr/bin/more. As before,mph2000-10-194-42/+64
| | | | | | | | | | | | | | | | $PAGER overrides. (Requested by: dcs) One patch per modified file. One modified file per patch. Honor CC, CFLAGS. Use BSD_INSTALL_FOO and, as a side effect, install with our customary ownerships. No response from: maintainer
* Add support for B4 paper sizejmz2000-10-192-2/+19
| | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* Update MASTER_SITEStaoka2000-10-181-1/+1
| | | | Submitted by: sada
* Upgrade to 1.01.tg2000-10-173-4/+30
|
* Support PREFIX properlyade2000-10-133-12/+6
| | | | | | | Update WWW: line of pkg-descr PR: 21616 Submitted by: Ports Fury (no response from maintainer)
* Update MASTER_SITES and WWW line of pkg-descrade2000-10-134-32/+15
| | | | | | | Support PREFIX properly PR: 21615 Submitted by: Ports Fury (no response from maintainer)
* pkg/MESSAGE -> ${PKGMESSAGE}. Bad port, no cookie. ;) (It wasn't evenasami2000-10-091-1/+1
| | | | | using ${PKGDIR} or ${.CURDIR}/pkg/ and that's why I missed in my original sweep....)
* Fix MD5_FILE (files/md5 -> distinfo).asami2000-10-081-5/+4
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-0816-25/+25
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* ${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (now that's a new one!)asami2000-10-081-1/+1
|
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toasami2000-10-081-1/+1
| | | | .) and other pkg variables if they are nearby.
* Rename PLIST.<emacs> to pkg-plist.<emacs>.asami2000-10-081-4/+4
|
* Rename ${RESOLUTION}.list to pkg-plist.${RESOLUTION}.asami2000-10-081-1/+1
|
* Since the maintainer could not be bothered in the past _3_ months to moveobrien2000-10-061-1/+1
| | | | ``sheet.map'' to freefall:~/public_distfiles, I'll host the file.
* Implement USE_GNOME, part 2.reg2000-10-055-36/+13
|
* Implement USE_GTK, part 2.reg2000-10-051-7/+1
|
* Update to the lastest version.kevlo2000-10-047-45/+60
| | | | | PR: 21733 Submitted by: MAINTAINER
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-041-1/+1
| | | | directory.
* USE_LIBTOOL.reg2000-10-034-4/+2
|
* Update to 0.24. Read the ChangeLog for updates, the list is enormous.ade2000-09-289-45/+63
|
* Clean .orig files in ${WRKSRC}/lib/doc created by distributiondirk2000-09-275-0/+5
| | | | | | patch so they aren't installed. Reported by: onigiri
* Add missing files.dirk2000-09-275-0/+20
| | | | Reported by: onigiri
* Update files/md5 because distfiles was updated but these are same file names.taoka2000-09-274-4/+4
| | | | Obtained from: bento
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-253-6/+3
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Update WWW:billf2000-09-251-1/+1
|
* Update this to version 4.13.chuckr2000-09-224-41/+31
|
* ComplexProgramTarget() -> ComplexProgramTargetNoMan()asami2000-09-221-0/+11
|
* Add BUILD_DEPENDS to appropriate version of X depending on the valueasami2000-09-211-3/+9
| | | | of XFREE86_VERSION.
* Add sgf2tex, a system for typesetting Go games and diagrams using TeX.ade2000-09-197-0/+148
| | | | | PR: 19965 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* (1) Fixed a problem hunging up the package-making system on bentotaoka2000-09-189-49/+40
| | | | | | Pointed out: asami (2) Modified to use variables defined in Mk/bsd.emacs.mk as many as possible.
* Add pdflib3.asami2000-09-141-0/+1
|
* new port pdflib3 (repocopy from pdflib):billf2000-09-134-42/+31
| | | | | | | | | | | | | version 3 of pdflib has odd restrictions for usage (and you may need to purchase a license depending on what you do with it). It is however needed for php4's pdf functions and is of use to many, so we'll keep a seperate restricted port available for those of us who need it. Support for languages other then C/C++ are turned off for now, but I may change that (turning on perl/tcl/python support involves turning _off_ C/C++ support, so I'll add a WITH_FOO knob later) Submitted by: sobomax, billf
* Use bsd.python.mk.tg2000-09-122-96/+90
|
* - Remove restriction of encrypted PDF supportandreas2000-09-113-36/+24
| | | | | | | - nonexistent -> NONEXISTENT PR: 21082 Submitted by: tkato@prontomail.ne.jp
* - Remove restriction of encrypted PDF supportandreas2000-09-1112-140/+116
| | | | | | | | | | | - nonexistent -> NONEXISTENT - Add USE_GMAKE - portlint - Fix usage of PREFIX/LOCALBASE - Fix pkg/PLIST PR: 21083 Submitted by: tkato@prontomail.ne.jp
* fix missing symlink.sanpei2000-09-112-2/+2
| | | | | | splash image at start up would be white and black, not colorful. Approved by: dima
* Update to 1.1.5fix1.cjh2000-09-114-6/+45
|
* Add USE_AUTOCONF to make this build and install again (hopefully 8-|)dirk2000-09-105-0/+5
| | | | PR: ports/20638, ports/21041
* update after make releaseandreas2000-09-092-3/+3
|
* changes see ChangeLogandreas2000-09-093-60/+74
| | | | | | | | | | | | | | | | | | | revamped port dependencies - if defined(BATCH) && defined(APSFILTER_ALL) every tool and filter supported by apsfilter will be installed (very time and space consuming) - if defined(BATCH) only most necessary things are installed If you want complete control over what to install, then don't define BATCH or BATCH && APSFILTER_ALL, then please use the new updated interactive method of building using dialog. The configure script is now up to date, concerning tools needed/supported by apsfilter and a little bit more explicite ! Thanks for Greg Lehey and friends for a vivit discussion, this is the desired result I hope !!!
OpenPOWER on IntegriCloud