summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 1.0.10Kevin Lo2001-02-192-6/+3
| | | | Notes: svn path=/head/; revision=38473
* Take over linuxthreads port maintainership.Tor Egge2001-02-181-1/+1
| | | | | | | Approved by: jasone Notes: svn path=/head/; revision=38471
* libt1.so.1 -> libt1.so.2Jing-Tang Keith Jang2001-02-181-2/+2
| | | | | | | | | libt1x.so.1 -> libt1x.so.2 PR: ports/25191 Notes: svn path=/head/; revision=38468
* get rid of unnecessary libgnugetopt dependency.FUJISHIMA Satsuki2001-02-181-3/+0
| | | | Notes: svn path=/head/; revision=38457
* GRRR, fix a stupidity on my part. Reminder to self: write better portWill Andrews2001-02-182-2/+2
| | | | | | | autogen scripts. Oh wait, I already did that... ;-P Notes: svn path=/head/; revision=38453
* Update to the snapshot version as of 2001.02.05.Akinori MUSHA2001-02-173-3/+3
| | | | Notes: svn path=/head/; revision=38442
* Update to 2.38.Akinori MUSHA2001-02-174-3/+28
| | | | | | | Install documents. Notes: svn path=/head/; revision=38441
* New Port: devel/as80James E. Housley2001-02-178-0/+71
| | | | | | | | | | As80 is a lightweight 8080/8085 assembler for UN*X systems. PR: 24235 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=38433
* o stop checking blank lines for files/patch-*FUJISHIMA Satsuki2001-02-172-3/+3
| | | | | | | | | | o fix getopt arguments: -B takes argument and -N don't. Submitted by: Peter Pentchev <roam@orbitel.bg> Non-responce from: maintainer Notes: svn path=/head/; revision=38423
* Change "|" to "/" -- the former will confuse INDEX.Satoshi Asami2001-02-171-1/+1
| | | | Notes: svn path=/head/; revision=38420
* Update to 1.1.8.Maxim Sobolev2001-02-168-30/+6
| | | | Notes: svn path=/head/; revision=38408
* add c2libYing-Chieh Liao2001-02-1610-0/+81
| | | | | | | | | c2lib is a library of basic structures and memory allocators for C. It is designed to look similar to C++ STL with many powerful string features borrowed also from Perl. Notes: svn path=/head/; revision=38401
* Update to 0.37Ade Lovett2001-02-153-2/+3
| | | | Notes: svn path=/head/; revision=38384
* Update to 1.0.11Ade Lovett2001-02-1510-42/+42
| | | | | | | Unbreak (again) for -current (from knu) Notes: svn path=/head/; revision=38383
* update to 1.1.0Ying-Chieh Liao2001-02-154-19/+23
| | | | Notes: svn path=/head/; revision=38382
* add ucpp, a C preprocessor and lexerYing-Chieh Liao2001-02-157-0/+59
| | | | Notes: svn path=/head/; revision=38381
* Update to 2.4.Akinori MUSHA2001-02-152-2/+2
| | | | Notes: svn path=/head/; revision=38375
* Fix a pathname typo in RUN_DEPENDS.OKAZAKI Tetsurou2001-02-141-1/+1
| | | | | | | | PR: ports/24915 Submitted by: Daemus <daemus@evilcode.com> Notes: svn path=/head/; revision=38344
* Fix docsMichael Haro2001-02-142-10/+25
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=38325
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-1418-19/+19
| | | | Notes: svn path=/head/; revision=38323
* Simple aesthetic fix: "^post-install" instead of "^ post-install"Mario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38322
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38321
* Update to 1.0.6Ade Lovett2001-02-132-2/+2
| | | | Notes: svn path=/head/; revision=38317
* Update to 0.16Ade Lovett2001-02-134-4/+4
| | | | Notes: svn path=/head/; revision=38315
* add gtgt, a set of scripts for creating a whole set of sources, whichYing-Chieh Liao2001-02-136-0/+49
| | | | | | | may already be compiled and installed by using the GNU development tools. Notes: svn path=/head/; revision=38300
* RPM of libgladeSatoshi Taoka2001-02-1243-0/+253
| | | | Notes: svn path=/head/; revision=38263
* move cln from devel/ to math/Ying-Chieh Liao2001-02-121-1/+0
| | | | Notes: svn path=/head/; revision=38258
* move cln from devel/ to math/Ying-Chieh Liao2001-02-127-185/+0
| | | | | | | | Noted by: kris Reviewed by: vanilla Notes: svn path=/head/; revision=38256
* Update to version 3.4.4Kevin Lo2001-02-123-5/+9
| | | | | | | | PR: 25024 Submitted by: MAINTAINER Notes: svn path=/head/; revision=38253
* Chase graphics/gd's shlib version bump.Akinori MUSHA2001-02-121-1/+2
| | | | Notes: svn path=/head/; revision=38246
* add libtecla, a interactive command line editing facilitiesYing-Chieh Liao2001-02-116-0/+59
| | | | Notes: svn path=/head/; revision=38222
* - Though not broken as such, the way in which port docs was handled inJames E. Housley2001-02-113-3/+86
| | | | | | | | | | | | | | pkg-plist caused the docs not to be included if the port was built as a package. The %%PORTDOCS%% PLIST_SUB pragma now allows an elegant way to get around this. - Did bump PORTREVISION of this reason - Fixed a typo. :-) PR: 24606 Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER Notes: svn path=/head/; revision=38215
* add cln, a Class Library for NumbersYing-Chieh Liao2001-02-118-0/+186
| | | | Notes: svn path=/head/; revision=38201
* Update to 0.34.Maxim Sobolev2001-02-107-23/+90
| | | | Notes: svn path=/head/; revision=38182
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-103-21/+21
| | | | Notes: svn path=/head/; revision=38175
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-1018-217/+217
| | | | Notes: svn path=/head/; revision=38173
* Oops. I forgot to update Makefile when I moved ruby-runit toAkinori MUSHA2001-02-101-1/+1
| | | | | | | ruby-unit. Notes: svn path=/head/; revision=38171
* Add bonobo-conf, the Bonobo configuration moniker is built on top ofAde Lovett2001-02-097-0/+86
| | | | | | | GConf, providing a convenient way to handle configuration data. Notes: svn path=/head/; revision=38159
* Remove spurious dependency on converters/iconvAde Lovett2001-02-092-6/+6
| | | | | | | | GNOME apps should now be using converters/libiconv with modifications to use giconv.h and libgiconv Notes: svn path=/head/; revision=38149
* Update to 0.36Ade Lovett2001-02-093-5/+2
| | | | Notes: svn path=/head/; revision=38148
* Update to 1.5.1.Maxim Sobolev2001-02-093-2/+19
| | | | | | | No responce from: maintainer Notes: svn path=/head/; revision=38136
* Upgrade to version 2.3Kevin Lo2001-02-085-17/+30
| | | | | | | | PR: 24872 Submitted by: Ports Fury Notes: svn path=/head/; revision=38098
* Rename ruby-runit to ruby-unit after a repocopy.Akinori MUSHA2001-02-086-142/+2
| | | | | | | | It is called either RubyUnit or RUnit, so ruby-runit sounds somewhat verbose. Notes: svn path=/head/; revision=38094
* Update to 0.35Ade Lovett2001-02-083-22/+25
| | | | Notes: svn path=/head/; revision=38091
* Add ruby-libglade, a wrapper library of libglade for Ruby.Akinori MUSHA2001-02-0713-0/+155
| | | | Notes: svn path=/head/; revision=38075
* Put back my editor hints that were removed w/o permission.David E. O'Brien2001-02-073-0/+3
| | | | | | | Note these are *FULLY* Satoshi approved for the past 4 years. Notes: svn path=/head/; revision=38061
* fix fenner mtree errorYing-Chieh Liao2001-02-051-0/+2
| | | | | | | Submitted by: Ports Fenner Notes: svn path=/head/; revision=38002
* fix fenner plist errorYing-Chieh Liao2001-02-051-2/+0
| | | | | | | Submitted by: Ports Fenner Notes: svn path=/head/; revision=37999
* Batch of style fixes for x11-toolkits.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37998
* Style police over the devel category.Jimmy Olgeni2001-02-0517-27/+27
| | | | Notes: svn path=/head/; revision=37976