summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.2b10ache1997-05-0222-44/+139
|
* Add RUN_DEPENDS to fig2dev:transfig. xfig is quite useless withoutasami1997-05-022-2/+4
| | | | | | the ability to export the pictures. ;) Submitted by: jhs
* Make this port compile on 2.1.7.1.max1997-05-021-0/+15
| | | | | PR: 3439 Submitted by: mita@jp.freebsd.org
* Strip the binary.obrien1997-05-011-1/+4
|
* upgrade to 0.99.9, plus a bunch of patches from the list.erich1997-05-0142-2244/+4566
| | | | Obtained from: gimp-devel mailing list, in part
* Update:max1997-04-3012-68/+164
| | | | | | | 1. Added new driver for Cannon bubblejet BJ-10V 2. Update to Cannon lips printer driver. 3. Typo fix. 4. Integrate scripts/configure.batch into scripts/configure.
* Remove two non-existent sound files.asami1997-04-302-4/+0
|
* Use new variable PATCH_SITE_SUBDIR to avoid messing up the master siteasami1997-04-301-2/+2
| | | | list.
* Add $Id$.asami1997-04-301-0/+2
|
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-3046-93/+94
|
* (1) Change logic for dependency: instead of defining "is_depended"asami1997-04-301-47/+54
| | | | | | | | | | | | | | | | | | | | | | | (default: IS_DEPENDED?=install) target on the depended port, call DEPENDS_TARGET (default: install) from the depending port. Other than being more flexible (some ports don't require the dependency to be fully installed: see ghostscript4), this seems like a more natural thing to do. (I never understood the convoluted logic that was used before.) By building packages with "DEPENDS_TARGET=package", I can avoid file-sharing problems (like gs3 binary going into the gs4 package). (2) Add new variable PATCH_SITE_SUBDIR and separate it from MASTER_SITE_SUBDIR. Fixes linuxls port and is a correct thing to do anyway. Initially suggested and reviewed by: fenner (3) Add new variable MASTER_SITE_LOCAL for local ports. Defaults to LOCAL_PORTS subdir on ftp.freebsd.org's distfiles dir. Submitted by: jkh
* Include junk files into binary distribution as requiredache1997-04-302-1/+7
|
* Revert my previous addition of an mkdir -p. mtree is the way to do this.paul1997-04-301-2/+1
|
* Turn on unshrink methodache1997-04-291-2/+2
|
* Upgrade to v1.94.3jfitz1997-04-292-7/+6
|
* Make pixmaps/ dir before attempting to install files into it.asami1997-04-291-1/+2
|
* Add BUILD_DEPENDS to emacs, we need to compile an .elc file.asami1997-04-291-1/+3
|
* Fix PLIST. I had an old object file in my tree.tg1997-04-293-3/+3
|
* Add PKGNAME to change "-beta-" to "b" in version string.asami1997-04-292-2/+4
|
* Activate p5-Date-Manipjfitz1997-04-281-1/+2
|
* Import of p5-Date-Manip, a module for doing date manipulation in perl.jfitz1997-04-285-0/+88
|
* Didn't have a maintainer... since I've made the last several commits, Iobrien1997-04-281-1/+3
| | | | | might as well as take it. (JKH, since you make the initial commit, would you rather I put you down?)
* Add libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavateobrien1997-04-282-1/+3
| | | | namespace clashes with /usr/include/malloc.h
* Proctect contents of malloc.h as C code if included in a C++ program.obrien1997-04-281-0/+23
|
* Activate p5-CGI.pmjfitz1997-04-281-1/+2
|
* After being able to reproduce and fix the coredumps i've got with thisjoerg1997-04-286-20/+74
| | | | | | | version, now finally upgrade to mkisofs 1.10. PR: ports/3143 Submitted by: partially by Brian Handy <handy@lambic.space.lockheed.com>
* Add numpy.tg1997-04-281-1/+2
|
* Import of the NumPy port. The Numeric extensions to Python containtg1997-04-2815-0/+303
| | | | | multi-dimensional arrays and interfaces to the lapack-, fftpack- and ranlib-libraries from netlib.
* Install the README file to ${PREFIX}/share/doc/nhpf.max1997-04-282-1/+6
|
* Enable nhpf.max1997-04-281-1/+2
|
* New port:max1997-04-285-0/+37
| | | | | | Hangul Printing Filter for Netscape with embedded font PR: 3345 Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
* Upgrade to 4.05. (sorry Philippe Charnier, Vic Abell updated the distobrien1997-04-282-4/+4
| | | | | | before I could commit an upgrade) Submitted by: Philippe Charnier <charnier@xp11.frmug.org> (4.04 notice)
* Activate helvis.max1997-04-281-1/+2
|
* New port:max1997-04-287-0/+363
| | | | | | | | | | | | | | helvis-1.8h2- ------------- helvis is a clone of vi/ex, the standard UNIX editor. helvis supports nearly all of the vi/ex commands, in both visual mode and colon mode. helvis also supports EUC codeset, including Hangul. Other EUC codeset is not tested. -- PR: 3337 submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
* Upgrade to 1.94.2jfitz1997-04-284-24/+34
|
* - Upgrade to v1.94.2jfitz1997-04-2812-12/+185
| | | | | - Change the way that the /usr/lib/sendmail -> /usr/sbin/sendmail patches are stored to make future upgrades of the port easier. - Change the way that the links in the install dirs were being set up.
* Fix ln commandache1997-04-271-1/+1
|
* Upgrade to beta-13ache1997-04-2714-250/+38
|
* Upgrade to 3.5 beta 1torstenb1997-04-272-6/+5
|
* Change definition of undelete() into rx_undelete() to avoid name conflict ↵jfitz1997-04-271-1/+1
| | | | | | with April 5th changes to unistd.h Submitted by: asami@freebsd.org
* Upgrade to 0.07jfitz1997-04-274-10/+10
| | | | | Fixed incorrect PKGNAME in Makefile Obtained from:
* Fix removal of wrong directory in PLISTjfitz1997-04-272-2/+0
|
* Remove zipgrep, misc. cleanupache1997-04-272-4/+11
|
* Add zipgrep, misc cleanupache1997-04-272-18/+12
|
* Add zipgrep, misc cleanupache1997-04-271-12/+27
|
* Enable netrismax1997-04-271-1/+2
|
* New port:max1997-04-277-0/+176
| | | | | | | A network head to head version of T*tris. PR: 2900 Submitted by: Ken Monville <desmo@bandwidth.org> Reminded by: Josh Gilliam <soil@quick.net>
* /sbin/ldconfig -> ${LDCONFIG}asami1997-04-271-2/+2
|
* Style police.asami1997-04-271-2/+2
|
* Upgrade, 1.84 -> 1.92.max1997-04-272-4/+4
| | | | | PR: 2970 Submitted by: pgiffuni@fps.biblos.unal.edu.co
OpenPOWER on IntegriCloud