aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.3Mario Sergio Fujikawa Ferreira2002-07-176-37/+90
| | | | Notes: svn path=/head/; revision=63157
* Update to 0.06Patrick Li2002-07-172-2/+2
| | | | | | | | PR: ports/40686 Submitted by: maintainer Notes: svn path=/head/; revision=63138
* Update to 0.23Patrick Li2002-07-172-2/+2
| | | | | | | | PR: ports/40685 Submitted by: maintainer Notes: svn path=/head/; revision=63137
* upgrade to 0.6Ying-Chieh Liao2002-07-174-15/+4
| | | | | | | | PR: 40681 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=63120
* Update to 2002.0305Patrick Li2002-07-162-2/+2
| | | | | | | | PR: ports/40640 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=63105
* Update to 1.5dPatrick Li2002-07-162-2/+2
| | | | | | | | PR: ports/40665 Submitted by: schweikh Notes: svn path=/head/; revision=63102
* - Update to version 1.2.5George C A Reid2002-07-167-81/+55
| | | | | | | | | | | - Fix MLINKS - Add WWW entry PR: 38830 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=63086
* fix hang-in-build problemYing-Chieh Liao2002-07-162-0/+15
| | | | | | | | PR: 40633 Submitted by: Amar Takhar <verm@drunkmonk.net> Notes: svn path=/head/; revision=63068
* oops... forget dependenciesYing-Chieh Liao2002-07-151-0/+4
| | | | Notes: svn path=/head/; revision=63025
* add e4graph 1.0a6Ying-Chieh Liao2002-07-157-0/+85
| | | | | | | A C++ library that persistently stores graph like data Notes: svn path=/head/; revision=63023
* Add a warning message about subversion being pre-alpha software and notOllivier Robert2002-07-154-0/+56
| | | | | | | | | | suited for production use yet. PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=63019
* Update apr to the latest snapshot 20020707163141.Ollivier Robert2002-07-1512-60/+52
| | | | | | | | PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=63018
* apr-devel has been repo-copied to apr.Ollivier Robert2002-07-151-1/+1
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=63015
* devel/apr-devel is dead, long live devel/apr!Ollivier Robert2002-07-157-149/+0
| | | | | | | | | | The repo-copy has been done and the only port depending on apr-devel updated (subversion). Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=63013
* After far too long a hiatus, update the freebsd subversion port to 0.13.2.Ollivier Robert2002-07-1512-280/+300
| | | | | | | | | | | | | | | | | | | | | | | * distinfo: update checksum. * pkg-plist: add a few new headers and account for the fact that the header files are now in include/subversion-1/ instead of include, and the libs are now named libsvn_foo-1 instead of just libsvn_foo. * Makefile: point to new tarball. use the new REINPLACE infrastructure instead of depending on perl. explicitly look for berkeley db in the appropriate place because the configure script seems to have forgotten how to find it. axe gratuitous comments in some of the targets so that they don't print out onto the screen during the build. Depends on devel/apr instead of devel/apr-devel (which will disappear). Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=63012
* Add py-repl 0.7.1,Hye-Shik Chang2002-07-156-0/+91
| | | | | | | Replacement for readline and interactive environment for Python Notes: svn path=/head/; revision=63009
* devel/apr has been repo-copied to devel/apr.Ollivier Robert2002-07-158-16/+16
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=63008
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-1512-12/+24
| | | | Notes: svn path=/head/; revision=63003
* USE_GTK implies USE_GLIB, so that remove the latter when the former is present.Maxim Sobolev2002-07-151-1/+0
| | | | Notes: svn path=/head/; revision=63001
* Use $PYNUMERIC in the dependencies.Thomas Gellekum2002-07-151-9/+1
| | | | Notes: svn path=/head/; revision=62985
* o Update to 0.50.39Hye-Shik Chang2002-07-152-20/+6
| | | | | | | | | | | o Change major number from 0.50 to 50 (ldconfig couldn't detect libnewt.so.0.50) o Use .tar.gz on our localdist site instead of RH's one. RH don't keep old versions on the same directory and updates are so frequent. Notes: svn path=/head/; revision=62961
* Update to 2.2.8aPatrick Li2002-07-155-20/+10
| | | | | | | | PR: ports/40566 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62957
* Update to version 0.6Kevin Lo2002-07-153-15/+12
| | | | | | | | PR: 40578 Submitted by: MAINTAINER Notes: svn path=/head/; revision=62953
* Clean upKevin Lo2002-07-151-4/+1
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=62952
* Update to 0.9.Akinori MUSHA2002-07-142-2/+2
| | | | Notes: svn path=/head/; revision=62940
* Update to 1.01.Anton Berezin2002-07-142-2/+2
| | | | Notes: svn path=/head/; revision=62919
* Add py-logging 0.4.6, logging System for Python as in PEP282.Hye-Shik Chang2002-07-136-0/+78
| | | | | | | | PR: 36791 Submitted by: perky Notes: svn path=/head/; revision=62906
* Upgrade to GNU shtool 1.6.1Ralf S. Engelschall2002-07-134-14/+16
| | | | Notes: svn path=/head/; revision=62903
* upgrade to 1.5.29aYing-Chieh Liao2002-07-133-27/+27
| | | | | | | | PR: 40493 Submitted by: Ports Fury Notes: svn path=/head/; revision=62899
* fix malloc.h bug in -currentYing-Chieh Liao2002-07-131-0/+5
| | | | | | | | PR: 40346 Submitted by: Dan Nelson <dnelson@allantgroup.com> Notes: svn path=/head/; revision=62897
* Update to 0.1.1.Pete Fritchman2002-07-135-13/+56
| | | | Notes: svn path=/head/; revision=62889
* Add knob WITHOUT_NHC98Patrick Li2002-07-124-146/+184
| | | | | | | | PR: 40410 Submitted by: maintainer Notes: svn path=/head/; revision=62868
* Use USE_REINPLACE.Maxim Sobolev2002-07-123-54/+16
| | | | Notes: svn path=/head/; revision=62863
* Use USE_GNOMENG.Maxim Sobolev2002-07-126-38/+26
| | | | Notes: svn path=/head/; revision=62858
* Use maintained kjbuckets module from gadflyB5.Thomas Gellekum2002-07-125-2453/+27
| | | | Notes: svn path=/head/; revision=62854
* - Use USE_GNOMENG;Maxim Sobolev2002-07-113-53/+19
| | | | | | | | - use USE_LIBTOOL; - use USE_REINPLACE. Notes: svn path=/head/; revision=62829
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-1114-150/+45
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Use USE_REINPLACE.Maxim Sobolev2002-07-119-27/+36
| | | | Notes: svn path=/head/; revision=62815
* Update to 2.0.0.Maxim Sobolev2002-07-111-4/+5
| | | | Notes: svn path=/head/; revision=62814
* Update to 0.6.4Mario Sergio Fujikawa Ferreira2002-07-111-0/+10
| | | | Notes: svn path=/head/; revision=62811
* o Update to 1.6.4Mario Sergio Fujikawa Ferreira2002-07-113-9/+99
| | | | | | | | | | | | | | o Fix libtool .la files installation and potential conflict with libiconv [1] o Take over maintainership [2] Submitted by: marcus [1] Reviewed by: anders, marcus, will, FreeBSD-Ports mailing list Requested by: Yuan-Chen Cheng <ycheng@sinica.edu.tw> (previous maintainer) [2] Approved by: Yuan-Chen Cheng <ycheng@sinica.edu.tw> (previous maintainer) Notes: svn path=/head/; revision=62810
* findlib -> ocaml-findlibYing-Chieh Liao2002-07-111-1/+0
| | | | Notes: svn path=/head/; revision=62794
* add ocaml-findlib 0.7.1Ying-Chieh Liao2002-07-116-0/+81
| | | | | | | OCaml package manager Notes: svn path=/head/; revision=62793
* findlib -> ocaml-findlibYing-Chieh Liao2002-07-115-79/+0
| | | | | | | no history to preserve, so no need repo-copy Notes: svn path=/head/; revision=62792
* upgrade to 0.3.2Ying-Chieh Liao2002-07-114-8/+9
| | | | Notes: svn path=/head/; revision=62791
* add showgrammar 1.1Ying-Chieh Liao2002-07-106-0/+41
| | | | | | | Convert a yacc grammar to syntax diagrams Notes: svn path=/head/; revision=62782
* Update to use the new grouping capability. This allows the removalJames E. Housley2002-07-1011-53/+31
| | | | | | | | | | of the rtems-gcc hack to fetch the files from a different subdir then newlib lived in. Remove devel/rtems-gcc No functionality change so no PORTREVSION bump. Notes: svn path=/head/; revision=62759
* - Add missed gconf into USE_GNOME and bump PORTREVISION;Maxim Sobolev2002-07-106-54/+25
| | | | | | | | | - remove redundant patch, whose functionality is replaced by gnomehack; - use USE_LIBTOOL, while I here and don't waste time building included tests; - fix pkg-plist. Notes: svn path=/head/; revision=62747
* pre-patch --> post-patch, because pre-patch is used by bsd.gnomeng.mkMaxim Sobolev2002-07-101-1/+1
| | | | Notes: svn path=/head/; revision=62745
* add WWWYing-Chieh Liao2002-07-101-0/+2
| | | | Notes: svn path=/head/; revision=62740