summaryrefslogtreecommitdiff
path: root/sysutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.10.5.Hajimu UMEMOTO2000-08-074-4/+4
| | | | Notes: svn path=/head/; revision=31366
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-047-7/+7
| | | | | | | Wrists slapped by: knu, sheldon Notes: svn path=/head/; revision=31320
* Sobomized.Maxim Sobolev2000-08-042-6/+15
| | | | Notes: svn path=/head/; revision=31315
* Extensive patchfile cleanups using sobomax's wonderfulAde Lovett2000-08-043-0/+21
| | | | | | | post-extract rule Notes: svn path=/head/; revision=31287
* Update to 1.2.1Ade Lovett2000-08-0416-136/+152
| | | | Notes: svn path=/head/; revision=31285
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-0319-42/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31272
* USE_X_PREFIX should be before bsd.port.pre.mk include.Satoshi Asami2000-08-031-1/+2
| | | | Notes: svn path=/head/; revision=31271
* Re-add grub in sysutils, it having previously removed from misc..Neil Blakey-Milner2000-08-027-0/+66
| | | | | | | | Original port PR: ports/20168 Originally submitted by: R Joseph Wright <rjoseph@mammalia.org> Notes: svn path=/head/; revision=31250
* Update to version 1.31Kevin Lo2000-08-024-5/+5
| | | | | | | | PR: 20350 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31247
* Upgrade to 1.9.Dirk Froemberg2000-07-319-15/+15
| | | | | | | cdda2wav-ATAPI-Reviewed-by: reg Notes: svn path=/head/; revision=31149
* Upgrade to 1.13:Dirk Froemberg2000-07-304-30/+24
| | | | | | | | | - mkisofs has it own distribution - mkhybrid was integrated into mkisofs - apple_driver builds out of the box Notes: svn path=/head/; revision=31132
* Add secondary site to MASTER_SITES.Kevin Lo2000-07-301-1/+2
| | | | | | | | PR: 20268 Submitted by: Ports Fury Notes: svn path=/head/; revision=31131
* Update to version 1.3Kevin Lo2000-07-302-3/+4
| | | | | | | | PR: 20271 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31130
* Fix the MASTER_SITE to the canonical locations.Neil Blakey-Milner2000-07-291-2/+3
| | | | | | | | PR: ports/20283 Submitted by: Andreas Schulz <ats@first.gmd.de> Notes: svn path=/head/; revision=31109
* Add the ftp version of the MASTER_SITE, since it is available.Neil Blakey-Milner2000-07-291-1/+2
| | | | Notes: svn path=/head/; revision=31108
* Update to version 1.4.5Kevin Lo2000-07-254-4/+4
| | | | | | | | PR: 20160 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31008
* Add pwgen 1.15, a password generator with various options which influenceAlexander Langer2000-07-2213-0/+101
| | | | | | | the security of the password. Notes: svn path=/head/; revision=30969
* Correct broken master site for cpdupMatthew Dillon2000-07-211-1/+1
| | | | Notes: svn path=/head/; revision=30944
* Mark these BROKEN, they don't compile/run properly.Satoshi Asami2000-07-193-0/+6
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30901
* Change my address in MAINTAINER.Daniel Harris2000-07-192-2/+2
| | | | Notes: svn path=/head/; revision=30888
* Add memtest 2.93.1, a utility to test for faulty memory subsystem.Alexander Langer2000-07-198-0/+61
| | | | | | | | PR: 20023 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=30841
* This finally is the version which is in the base system.Alexander Langer2000-07-182-3/+7
| | | | | | | | | Mark BROKEN, if truncate(1) is in the base-system. I misused OSVERSION 500011 (kqueue API changes) for decision, if truncate(1) is in the base-system (small time-span). Notes: svn path=/head/; revision=30803
* Update port to 0.0.6Chris D. Faulhaber2000-07-185-12/+39
| | | | | | | | PR: 20006 Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu> Notes: svn path=/head/; revision=30796
* Update to work with 4.x's new VM system.Alexander Langer2000-07-182-33/+86
| | | | | | | | PR: 19990 Submitted by: maintainer Notes: svn path=/head/; revision=30788
* - Update to 0.5.4Kevin Lo2000-07-182-3/+3
| | | | | | | | | | | - Update the Makefile so the healthd.sh for the port is installed instead the one in the files directory, which is out-of-date. PR: 19984, 19993 Submitted by: maintainer Notes: svn path=/head/; revision=30785
* Upgrade to version 0.44.0Boris Popov2000-07-1810-82/+138
| | | | Notes: svn path=/head/; revision=30766
* Update to 1.0.Maxim Sobolev2000-07-174-20/+20
| | | | Notes: svn path=/head/; revision=30736
* Update to support 4.1-RELEASE.David E. O'Brien2000-07-162-4/+8
| | | | | | | Submitted by: Vic Abell <abe@purdue.edu> Notes: svn path=/head/; revision=30722
* GKrellM's archive was changed.Hajimu UMEMOTO2000-07-162-2/+2
| | | | | | | Submitted by: Funn Dipp <isetr0@dually.sevicron.com> Notes: svn path=/head/; revision=30702
* Update to 0.80Andreas Klemm2000-07-163-42/+1002
| | | | Notes: svn path=/head/; revision=30695
* Activate GNU fileutils.SADA Kenji2000-07-151-0/+1
| | | | | | | | PR: ports/16638 Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=30672
* Ports of GNU file-utilities.SADA Kenji2000-07-156-0/+122
| | | | | | | | PR: ports/16638 Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=30671
* Update port to 0.5.3Chris D. Faulhaber2000-07-142-4/+2
| | | | | | | | PR: 19903 Submitted by: Maintainer Notes: svn path=/head/; revision=30620
* Update to version 1.45Kevin Lo2000-07-122-3/+4
| | | | | | | | PR: 19856 Submitted by: MAINTAINER <mmuir@es.co.nz> Notes: svn path=/head/; revision=30501
* Update to 1.0.9Ade Lovett2000-07-119-6/+9
| | | | Notes: svn path=/head/; revision=30495
* Update for new devel/libglade shlib versionAde Lovett2000-07-111-1/+1
| | | | Notes: svn path=/head/; revision=30493
* Update to version 0.5.2Kevin Lo2000-07-113-7/+11
| | | | | | | | PR: 19850 Submitted by: MAINTAINER <jim@thehousleys.net> Notes: svn path=/head/; revision=30483
* Update to 0.10.4Hajimu UMEMOTO2000-07-114-4/+4
| | | | Notes: svn path=/head/; revision=30477
* Update to 1.0b2Kevin Lo2000-07-117-29/+112
| | | | | | | | PR: 19826 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30472
* ben@scientia.demon.co.uk -> ben@FreeBSD.org, since I'm a committer now.Ben Smithurst2000-07-102-2/+2
| | | | Notes: svn path=/head/; revision=30463
* Update to 2.9.Maxim Sobolev2000-07-102-2/+2
| | | | Notes: svn path=/head/; revision=30447
* Oops, nuke unnecessary change introduced by previous commit.Hajimu UMEMOTO2000-07-102-4/+0
| | | | Notes: svn path=/head/; revision=30439
* Update to 0.10.3Hajimu UMEMOTO2000-07-108-18/+32
| | | | Notes: svn path=/head/; revision=30438
* Put the stow port in the correct order.Steve Price2000-07-101-1/+1
| | | | Notes: svn path=/head/; revision=30437
* Add stow version 1.3.2.Steve Price2000-07-107-0/+60
| | | | | | | | | | A GNU version of Carnegie Mellon's "Depot" program. PR: 19073 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=30420
* Update to version 1.88.Steve Price2000-07-103-31/+6
| | | | | | | | PR: 19134 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=30388
* - Fix MASTER_SITESSteve Price2000-07-102-12/+8
| | | | | | | | | | - Supporrt X11BASE properly PR: 19765 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30384
* move the distfile to my puny 128kbps DSL line.John-Mark Gurney2000-07-081-4/+1
| | | | | | | | | It looks like peter has "fixed" freefall now, so you can again fetch the distfile from http://people.FreeBSD.org/~jmg/ffsrecov.tar.gz, for a while there an inherited .htaccess was dening the d/l... Notes: svn path=/head/; revision=30354
* * Update WWW and MASTER_SITES to reflect the rearrangement of myChris D. Faulhaber2000-07-085-9/+9
| | | | | | | | home page. * Update DESCR to reflect current FreeBSD revisions Notes: svn path=/head/; revision=30353
* The providers of the T-1 to www.freebsd.org does not want the haveDavid E. O'Brien2000-07-081-1/+2
| | | | | | | | | | | | bandwidth wasted on distfile fetching when we have a much better connected ftp.freebsd.org avaible for that purpose.. Thus move the MASTER_SITE back to the offical 'local' one. Rev 1.6 was done after consulting with Asami-san and Peter. Notes: svn path=/head/; revision=30352