summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Activate MM library portRalf S. Engelschall1999-03-241-1/+2
| | | | Notes: svn path=/head/; revision=17372
* Import of MM, a portable shared memory library.Ralf S. Engelschall1999-03-245-0/+51
| | | | | | | | | | | | | | | | The MM library is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms. On the first layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second layer it provides a high-level malloc(3)-style API for a convenient and well known way to work with data-structures inside those shared memory segments. This library is proposed to be used in future versions of Apache 1.3 as the base library for shared memory pools. Notes: svn path=/head/; revision=17371
* Added yaclSatoshi Taoka1999-03-201-1/+2
| | | | Notes: svn path=/head/; revision=17314
* Programming library for C++, portable across Windows, OS/2 and various UnicesSatoshi Taoka1999-03-208-0/+1349
| | | | | | | | PR: ports/6017 Submitted by: Jeroen Hogeveen <albast@xs4all.nl> Notes: svn path=/head/; revision=17313
* Now that gettext includes a shared library, dependencies shouldJacques Vidrine1999-03-192-6/+6
| | | | | | | | | | use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17285
* New homepage.Wolfram Schneider1999-03-151-1/+1
| | | | Notes: svn path=/head/; revision=17235
* distfile moved to new directory on MASTER_SITESJacques Vidrine1999-03-121-2/+2
| | | | Notes: svn path=/head/; revision=17143
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-118-8/+24
| | | | Notes: svn path=/head/; revision=17142
* Remove p5-Ioctl, module has been removed from CPANJames FitzGibbon1999-03-102-24/+1
| | | | | | | Found by: Bill Fenner's portsurvey Notes: svn path=/head/; revision=17127
* Update ORBacus to 3.1.2 and use the egcs compiler.Eric J.Chet1999-03-092-10/+9
| | | | Notes: svn path=/head/; revision=17119
* Portlint.Satoshi Asami1999-03-091-2/+2
| | | | Notes: svn path=/head/; revision=17110
* Add / at end of master site name.Satoshi Asami1999-03-093-6/+6
| | | | Notes: svn path=/head/; revision=17109
* Upgrade to GNOME 1.0. The following are the details:Jacques Vidrine1999-03-0953-1577/+997
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=17091
* Make sure $objformat is expanded before it goes out of scope.Steve Price1999-03-085-5/+5
| | | | Notes: svn path=/head/; revision=17084
* Update version required comment too.Steve Price1999-03-081-2/+2
| | | | Notes: svn path=/head/; revision=17082
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-085-8/+10
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* Remove glib since it is the same as glib11.Steve Price1999-03-021-2/+1
| | | | | | | Discussed with: asami Notes: svn path=/head/; revision=16975
* Upgrade to xwpe-1.5.16aDavid E. O'Brien1999-02-283-10/+11
| | | | Notes: svn path=/head/; revision=16931
* Remove runaway backslash.Satoshi Asami1999-02-252-4/+4
| | | | | | | Reported by: gibbs Notes: svn path=/head/; revision=16888
* Handle x11-* categories correctly.Steve Price1999-02-221-6/+7
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=16825
* Unbreak by using FETCH_BEFORE_ARGS=-b.Steve Price1999-02-221-3/+3
| | | | Notes: svn path=/head/; revision=16821
* Upgrade to 19990108.Vanilla I. Shu1999-02-202-13/+8
| | | | Notes: svn path=/head/; revision=16792
* Upgrade to 0.99.8, and a patch from Alex D. ChenVanilla I. Shu1999-02-188-74/+70
| | | | | | | | PR: ports/10058 Submitted by: Alex D. Chen <dhchen@Canvas.dorm7.nccu.edu.tw> Notes: svn path=/head/; revision=16770
* Upgrade to latest version.Vanilla I. Shu1999-02-188-132/+148
| | | | Notes: svn path=/head/; revision=16762
* Upgrade to 1.1.16.Vanilla I. Shu1999-02-179-135/+423
| | | | Notes: svn path=/head/; revision=16748
* Manpages are compressed.Satoshi Asami1999-02-132-4/+4
| | | | Notes: svn path=/head/; revision=16705
* Update to 2.10.1Seiichirou Hiraoka1999-02-122-4/+4
| | | | | | | Now this can make Notes: svn path=/head/; revision=16680
* Missed this one.Satoshi Asami1999-02-121-0/+13
| | | | Notes: svn path=/head/; revision=16642
* Upgrade to 3.24, fixes build problem.Satoshi Asami1999-02-124-16/+20
| | | | | | | | PR: 9732 Submitted by: maintainer Notes: svn path=/head/; revision=16638
* Add builddepends on gnu's M4.David E. O'Brien1999-02-1112-12/+24
| | | | | | | | PR: ports/9806 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16618
* Terminate buffer read from file in PLGetProplistWithPath().Bill Fenner1999-02-101-0/+10
| | | | | | | | This fixes the core dumps that many windowmaker apps (at least wmsetbg and WPrefs) were seeing. Notes: svn path=/head/; revision=16596
* Activate gaaBill Fumerola1999-02-101-1/+2
| | | | Notes: svn path=/head/; revision=16589
* Remove port name from COMMENTBill Fumerola1999-02-101-1/+1
| | | | | | | Constantly forgotten by: Dima Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=16588
* GAA simplifies the life of the programmer: you don't have toBill Fumerola1999-02-106-0/+51
| | | | | | | | | | | | | | worry about the arguments given to it! A short text written in GAA language generates C-code which analyses the arguments and creates your program's help. http://gaa.netpedia.net/ PR: ports/9881 Submitted By: Dima Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=16587
* * there were two patches in the last patch-aa, so I ended up spamming oneDavid E. O'Brien1999-02-053-4/+97
| | | | | | | | of them on my last cleanup. * really fix for ELF Notes: svn path=/head/; revision=16541
* Properly install and use resources.David E. O'Brien1999-02-043-2/+6
| | | | | | | Submitted by: Wayne Scott <wscott@ichips.intel.com> Notes: svn path=/head/; revision=16539
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-033-3/+6
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* libPropListgnome => libPropList.Vanilla I. Shu1999-02-021-2/+2
| | | | Notes: svn path=/head/; revision=16498
* Upgrade to 0.8.3, and I remove USE_X_PREFIX.Vanilla I. Shu1999-02-024-28/+17
| | | | | | | | PR: ports/9844 Submitted by: maintainer. Notes: svn path=/head/; revision=16497
* Sync libttol with peter's suggestion,Vanilla I. Shu1999-02-024-18/+30
| | | | | | | and remove patches.aout, we dont need it anymore. Notes: svn path=/head/; revision=16494
* Fix installation dirs.Satoshi Asami1999-02-021-2/+2
| | | | Notes: svn path=/head/; revision=16476
* Sync with peter's suggestion.Vanilla I. Shu1999-02-015-20/+20
| | | | Notes: svn path=/head/; revision=16468
* Enable nls support. Fix support for 4.0-CURRENT. Remove patch-aeVanilla I. Shu1999-01-316-16/+84
| | | | | | | | | | and make port honour ${PREFIX}. Add category gnome. Remove impilict dependency on glib11-devel. PR: ports/9810 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16446
* Add gnome virtual catagory.Vanilla I. Shu1999-01-312-4/+4
| | | | | | | | PR: ports/9801 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16441
* BROKEN='fetch: reading remote file from gide.pn.org: Connection reset by ↵David E. O'Brien1999-01-311-1/+3
| | | | | | | | | peer (maybe try -b or -t)' This port has a single mastersite. It needs more. Notes: svn path=/head/; revision=16438
* Upgrade to version 1.1.14SADA Kenji1999-01-3013-422/+421
| | | | | | | | PR: ports/9800 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16435
* Update to 1.4.SADA Kenji1999-01-3027-72/+54
| | | | | | | | PR: ports/9767 Submitted by: Steve Coltrin <spcoltri@io.com> Notes: svn path=/head/; revision=16433
* Prepare for the case that the directory ${PREFIX}/info doesn't exist.SADA Kenji1999-01-292-2/+4
| | | | Notes: svn path=/head/; revision=16422
* s/freebsd3*)/freebsd[34]*/gSADA Kenji1999-01-284-4/+4
| | | | Notes: svn path=/head/; revision=16411
* Use ${MASTER_SITE_GNOME}Bill Fenner1999-01-275-21/+15
| | | | Notes: svn path=/head/; revision=16379