summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 2002-04-02 snapshot of what will be version 5.2.David E. O'Brien2002-04-038-12/+16
| | | | Notes: svn path=/head/; revision=57272
* Change this to something that actually tells me enough about the port thatDavid E. O'Brien2002-04-031-6/+4
| | | | | | | | I don't have to go to the website to just figure out what the heck this thing is. Notes: svn path=/head/; revision=57267
* Update to gcc-2.95.3Dirk Meyer2002-04-033-17/+8
| | | | | | | Suggested by: obrien Notes: svn path=/head/; revision=57254
* This C library provides functions for manipulating in memory hash tablesDirk Meyer2002-04-026-0/+49
| | | | | | | | | | | (aka associative arrays). Data is stored as void *'s so any data structure can be stored. PR: 33859 Submitted by: andrew@ugh.net.au Notes: svn path=/head/; revision=57212
* upgrade to 5.3.5Ying-Chieh Liao2002-04-022-2/+2
| | | | Notes: svn path=/head/; revision=57187
* Temporarily back out the 2.5 -> 3 update, since ruby-soap still wantsAkinori MUSHA2002-04-023-9/+20
| | | | | | | | | a module that was included in 2.5. While I'm here, update to 2.5.1. Reported by: bento Notes: svn path=/head/; revision=57177
* Add missing XLIB dependencyPatrick Li2002-04-021-0/+1
| | | | | | | | PR: 36615 Submitted by: maintaienr Notes: svn path=/head/; revision=57173
* Update to 1.4 Build 155Mario Sergio Fujikawa Ferreira2002-04-018-8/+8
| | | | Notes: svn path=/head/; revision=57157
* Update to 1.3Patrick Li2002-04-012-2/+2
| | | | | | | | PR: 36611 Submitted by: maintainer Notes: svn path=/head/; revision=57148
* - Update to gcc 2.95.2Dirk Meyer2002-04-0111-343/+195
| | | | | | | - Take maintainership for a bit Notes: svn path=/head/; revision=57145
* fix wrong date display + add syntax highlightingYing-Chieh Liao2002-04-0110-0/+114
| | | | | | | | PR: 35048 Submitted by: maintainer Notes: svn path=/head/; revision=57136
* upgrade to OSSP str 0.9.7Ralf S. Engelschall2002-04-013-9/+9
| | | | Notes: svn path=/head/; revision=57127
* Fix build dependency (${PORTNAME} -> ${PORTSDIR}).Dirk Froemberg2002-04-011-1/+1
| | | | | | | Found by: portsdb -Uu Notes: svn path=/head/; revision=57123
* Fix build on current by removing a constant FILE * stdio initializerKris Kennaway2002-03-312-0/+57
| | | | Notes: svn path=/head/; revision=57094
* Update to 1.4 Build 154Mario Sergio Fujikawa Ferreira2002-03-318-8/+8
| | | | Notes: svn path=/head/; revision=57090
* Update to 1.11Patrick Li2002-03-312-3/+4
| | | | | | | | PR: 36579 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=57080
* Add new port devel/ccache - A tool to minimize the compile time of C programsPatrick Li2002-03-316-0/+30
| | | | | | | | PR: 36572 Submitted by: Dominic Marks <dominic_marks@btinternet.com> Notes: svn path=/head/; revision=57068
* Update to: binutils-2.10-m68hc1x-20010107Dirk Meyer2002-03-313-4/+5
| | | | Notes: svn path=/head/; revision=57030
* Chase libxml2 includes to unbreak buildKris Kennaway2002-03-311-0/+13
| | | | Notes: svn path=/head/; revision=57028
* Chase libxml2 includes to unbreak buildKris Kennaway2002-03-311-0/+15
| | | | Notes: svn path=/head/; revision=57027
* Remove evidence of crack smoking in patch-ab (<malloc.h> conditionalKris Kennaway2002-03-311-6/+4
| | | | | | | inclusion only on FreeBSD 5.0). Port still broken due to libtool breakage. Notes: svn path=/head/; revision=57011
* Remove #include <malloc.h>. Build still fails (bison failure).Kris Kennaway2002-03-311-0/+10
| | | | Notes: svn path=/head/; revision=57004
* Update to 1.5Patrick Li2002-03-303-8/+4
| | | | | | | | PR: 36502 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=56974
* Update to 1.10.3r.Akinori MUSHA2002-03-303-17/+12
| | | | Notes: svn path=/head/; revision=56963
* Update to version 3.Akinori MUSHA2002-03-303-20/+9
| | | | Notes: svn path=/head/; revision=56960
* fix plistYing-Chieh Liao2002-03-302-9/+10
| | | | | | | | PR: 36512 Submitted by: maintainer Notes: svn path=/head/; revision=56955
* cd dir && command -> cd dir; commandAkinori MUSHA2002-03-304-7/+7
| | | | Notes: svn path=/head/; revision=56945
* Intelligent compilation management tool for Haskell programsDirk Meyer2002-03-3011-0/+119
| | | | | | | | | | WWW: http://www.cs.york.ac.uk/fp/hmake/ PR: 32345 Submitted by: mwest@uct.ac.za Notes: svn path=/head/; revision=56937
* Make the port build with the latest GNUstep port.Akinori MUSHA2002-03-301-1/+8
| | | | | | | (Although I'm not sure if it works 100% functionally) Notes: svn path=/head/; revision=56925
* Revived from ports/gcc11.Dirk Meyer2002-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | which was lost in the great attic-sweep. Thanks to all the people who had a local copy of it at freefall. - Udpate to new layout and cleaned with portlint. - Depends on autconf This is a 6811 cross compiler for FreeBSD. The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is based on an old port of GCC for 68HC11 made by Otto Lind. However, it was intensively modified to generate smaller and faster code. It was enhanced to support 32-bits and 64-bits integers. The support for IEEE floating point numbers (32 and 64-bits) is also provided. Source level debugging is available with DWARF-2 debugging format. Notes: svn path=/head/; revision=56914
* changed MAINTAINERDirk Meyer2002-03-301-1/+1
| | | | | | | PR: 17801 Notes: svn path=/head/; revision=56913
* Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This isWill Andrews2002-03-304-4/+25
| | | | | | | | | | not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento Notes: svn path=/head/; revision=56912
* Converted in new layout, make portlint happy too.Dirk Meyer2002-03-306-0/+98
| | | | | | | | | | | | | | | | This is a 6811 cross toolchain for FreeBSD. The GNU binutils contain: as, ld, ar, objcopy, objdump and many other utilities. The format of object files is ELF-32. The GNU Binutils support translation to other formats such as S-records, Intel HEX records, ... WWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html PR: 17801 Submitted by: jake Notes: svn path=/head/; revision=56908
* Add PTL-2.1.8_readdir-patch and bump PORTREVISION.Akinori MUSHA2002-03-303-10/+32
| | | | | | | Force to use autoconf 2.13 and unbreak. Notes: svn path=/head/; revision=56906
* Spell historical correctly.Steve Price2002-03-291-1/+1
| | | | Notes: svn path=/head/; revision=56886
* Make work with the new bsd.port.mk. The benefit of the magick, thatMikhail Teterin2002-03-291-4/+3
| | | | | | | | | | | | | | used to work to figure out the name of the installed library automaticly is, probably, not worth the disadvantages USE_SUBMAKE would bring. Just hardcode the SHLIB_NAME and figure the SHLIB_LINK from it. While I'm here, add tcl-memchan to the BUILD_DEPEND, so the automatic self-testing is done every time this package is built Submitted by: bento Notes: svn path=/head/; revision=56882
* Update to 1.1Patrick Li2002-03-292-2/+2
| | | | | | | | PR: 36476 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=56873
* Add working site to MASTER_SITESPatrick Li2002-03-291-1/+1
| | | | | | | | PR: 36478 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=56872
* Retire ruby-lapidary and add ruby-testunit 0.1.4 after a repocopy,Akinori MUSHA2002-03-2911-156/+229
| | | | | | | | | | which is based on ruby-lapidary and being merged with ruby-unit. ruby-testunit has a ruby-unit compatibility layer which is only installed if ruby-unit is _not_ installed yet. Notes: svn path=/head/; revision=56828
* Need to use bsd.port.pre.mk.David E. O'Brien2002-03-281-1/+3
| | | | Notes: svn path=/head/; revision=56801
* The prevalent style is <pkgname><major_ver_num> w/o -'s.David E. O'Brien2002-03-282-6/+6
| | | | Notes: svn path=/head/; revision=56800
* Allow pkg_add -r to work easily given change to XF4.David E. O'Brien2002-03-282-0/+9
| | | | Notes: svn path=/head/; revision=56799
* Use proper names for installed libraries.Jimmy Olgeni2002-03-284-4/+14
| | | | Notes: svn path=/head/; revision=56795
* upgrade to 0.1.7Ying-Chieh Liao2002-03-282-2/+2
| | | | Notes: svn path=/head/; revision=56787
* Remove iconv->giconv hack.Maxim Sobolev2002-03-281-88/+0
| | | | | | | | PR: 36265 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56785
* Add a patch to fix the build on the Alpha.Akinori MUSHA2002-03-281-0/+18
| | | | | | | Reported by: beta Notes: svn path=/head/; revision=56783
* Update to v1.3. Add a runtime dependency on ports/print/teTeX.Joseph Koshy2002-03-284-4/+18
| | | | | | | | | | Maintain TeX's `ls-lR' databases when the port is installed and de-installed. Take over maintainership. Notes: svn path=/head/; revision=56779
* Use the PORTVERSION variable to generate WRKSRC instead of hardcoding it.Ollivier Robert2002-03-274-4/+4
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=56736
* - Update to 3.14pPatrick Li2002-03-266-294/+286
| | | | | | | | | | | - Resort pkg-plist and add PORTDOCS support - Remove unnecessary spacing in Makefile PR: 36338 Submitted by: maintainer Notes: svn path=/head/; revision=56712
* Update to Subversion r1587.Ollivier Robert2002-03-268-12/+12
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56700