summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo again that i missedPatrick Li2002-01-091-1/+1
| | | | | | | | PR: 33534 Submitted by: maintainer Notes: svn path=/head/; revision=52795
* Fix typo in descrPatrick Li2002-01-091-1/+1
| | | | | | | | PR: 33534 Submitted by: maintainer Notes: svn path=/head/; revision=52794
* Make pcl-cvs buildable again for Emacs19 and Emacs20.OKAZAKI Tetsurou2002-01-093-44/+41
| | | | | | | | | | | - catch up with elib port(s) restructurings. - install elisp files under a version dependent site-lisp directory. - use DOCSDIR. PORTREVISION bumped. Notes: svn path=/head/; revision=52789
* Change port version from "2001.02.02" to "20010202".Gregory Sutter2002-01-081-2/+2
| | | | | | | | | | | | Because py-coro used to have versions like "20000424" and now has "2001.02.02", the ports system always thinks new versions are a downgrade. Therefore, we should return to the original versioning scheme to avoid this problem. Reviewed by: kris, kbyanc (maintainer) Notes: svn path=/head/; revision=52773
* A minor nit: -I. -> -I${.CURDIR}...Mikhail Teterin2002-01-081-1/+1
| | | | Notes: svn path=/head/; revision=52767
* Fix path to perl for runtests.sh (appeared in 2.14.1)Alexey Zelkin2002-01-083-0/+24
| | | | Notes: svn path=/head/; revision=52761
* Update to 2.14.1 (security update). Upgrade to all users highlyAlexey Zelkin2002-01-086-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | recomended! From Security Advisory for Bugzilla: : *** SECURITY ISSUES RESOLVED *** : : - Multiple instances of user-account hijacking capability were fixed (Bugs : 54901, 108385, 185516) : : - Two occurrences of allowing data protected by Bugzilla's groupset : restrictions to be visible to users outside of those groups were fixes : (Bugs 102141, 108821) : : - One instance of an untrusted variable being echoed back to a user via : HTML was fixed (Bug 98146) : : - Multiple instances of untrusted variables being passed to SQL queries : were fixed (Bugs 108812, 108822, 109679, 109690) Notes: svn path=/head/; revision=52759
* Libstocks is a C library which can be used to fetch stocks quotes.Mikhail Teterin2002-01-089-0/+103
| | | | | | | | It comes with a CLI client and the Siag Office can be built to interface with it. Notes: svn path=/head/; revision=52747
* Remove devel/elib-emacs after the repocopy to devel/elib.OKAZAKI Tetsurou2002-01-088-173/+0
| | | | Notes: svn path=/head/; revision=52743
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addWill Andrews2002-01-084-0/+12
| | | | | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net> Notes: svn path=/head/; revision=52739
* Restructuring of the Elib port.OKAZAKI Tetsurou2002-01-073-2/+21
| | | | | | | | | | - use `elib' as the Elib master port instead of `elib-emacs'. - add `elib-emacs19' as a satellite port for the Emacs 19 support. - connect `elib' and `elib-emacs19' - disconnect `elib-emacs' Notes: svn path=/head/; revision=52733
* Set IGNORE until restructuring of the elib port finishes.OKAZAKI Tetsurou2002-01-071-0/+1
| | | | Notes: svn path=/head/; revision=52732
* Fix typo in MAINTAINER. This kind of thing is why I think MAINTAINER-lessBill Fenner2002-01-071-1/+1
| | | | | | | | ports should simply have no MAINTAINER line and pick up the default from bsd.port.mk. Notes: svn path=/head/; revision=52731
* Remove s.moeding@ndh.net as MAINTAINER; mail has been bouncing for 3 months.Bill Fenner2002-01-072-2/+2
| | | | Notes: svn path=/head/; revision=52724
* Update port to version 1.11Jimmy Olgeni2002-01-078-68/+32
| | | | | | | | PR: 30911 Submitted by: Simon Marlow <simon@smarlow.com> Notes: svn path=/head/; revision=52718
* Add tex to BUILD_DEPENDS to it packages correctly on bento.Dmitry Sivachenko2002-01-071-1/+2
| | | | Notes: svn path=/head/; revision=52713
* Update for Emacs21 after the repocopy from `elib-emacs'.OKAZAKI Tetsurou2002-01-073-41/+36
| | | | | | | | | | | - install elisp files under the version specific site-lisp directory instead of the version independent site-lisp directory. - use ${DOCSDIR}. Bump PORTREVISION. Notes: svn path=/head/; revision=52697
* Additional regexes to tweak the behavior of this port. It will now workWill Andrews2002-01-071-0/+17
| | | | | | | correctly even in the presence of newer auto*. Notes: svn path=/head/; revision=52692
* Correct typo to fix automake version usage.Will Andrews2002-01-071-1/+1
| | | | Notes: svn path=/head/; revision=52691
* Allow this port to support arbitrary versions of autoconf.Will Andrews2002-01-074-20/+10
| | | | | | | Submitted by: bento 4-exp Notes: svn path=/head/; revision=52684
* This port requires autoconf 2.13 and doesn't work with 2.52.Will Andrews2002-01-071-1/+1
| | | | | | | Submitted by: bento 4-exp Notes: svn path=/head/; revision=52679
* o don't grok ${FILESDIR} for Wraphelp.c.FUJISHIMA Satsuki2002-01-062-8/+16
| | | | | | | | This means bento will not ship XDM-AUTHORIZATION-1 enabled package. o fetch Wraphelp.c for non-US residents. Notes: svn path=/head/; revision=52666
* upgrade to 5.2.14Ying-Chieh Liao2002-01-062-2/+2
| | | | Notes: svn path=/head/; revision=52651
* First round of auto* cleanups:Will Andrews2002-01-065-6/+6
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Keep imake-4 and -libraries consistent with its HasXdmAuth status.FUJISHIMA Satsuki2002-01-051-2/+15
| | | | | | | | | | | | | This fix only affects if you have - set USA_RESIDENT=YES and - not set XasXdmAuth to NO and - not had Wraphelp.c. You don't need to recompile -libraries to recover this inconsistency. PR: 33024 Notes: svn path=/head/; revision=52633
* upgrade to 1.0aYing-Chieh Liao2002-01-052-2/+2
| | | | Notes: svn path=/head/; revision=52623
* Kludge the build in the face of systems with autoconf 2.52+.Jeremy Lea2002-01-054-8/+80
| | | | | | | | | PR: ports/33443 Submitted by: Alan Eldridge <ports@geeksrus.net> Jason Stephenson <panda@mis.net> Notes: svn path=/head/; revision=52609
* Update to 1.2.13Patrick Li2002-01-052-2/+10
| | | | | | | | PR: 33357 Submitted by: maintainer Notes: svn path=/head/; revision=52602
* This is a rather experimental port and can only work on i386.Will Andrews2002-01-051-0/+1
| | | | Notes: svn path=/head/; revision=52587
* Conditionalize use of objprelink based on whether we're running onWill Andrews2002-01-054-13/+32
| | | | | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several Notes: svn path=/head/; revision=52585
* Update maintainer's email addressPatrick Li2002-01-041-2/+2
| | | | | | | | PR: 33554 Submitted by: maintainer Notes: svn path=/head/; revision=52576
* Update to 0.1.8.Maxim Sobolev2002-01-0414-632/+544
| | | | | | | | PR: 33527 Submitted by: Lev A.Serebryakov <lev@macro.ru> Notes: svn path=/head/; revision=52565
* Update MASTER_SITES.Akinori MUSHA2002-01-035-6/+10
| | | | Notes: svn path=/head/; revision=52541
* Update to v5.2.Joseph Koshy2002-01-034-14/+4
| | | | Notes: svn path=/head/; revision=52519
* Remove crossm68k. This should have been removed with gdb-m68k andDirk Froemberg2002-01-025-48/+0
| | | | | | | | | newlib-m68k. Requested by: maintainer Notes: svn path=/head/; revision=52502
* Fix plist.Jun Kuriyama2002-01-021-3/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=52500
* Add stub port for devel/semantic (supports emacs20).Yoichi NAKAYAMA2002-01-022-0/+13
| | | | | | | | PR: ports/33470 Submitted by: maintainer Notes: svn path=/head/; revision=52498
* Rewrite the dependency for master/slave'ization.Yoichi NAKAYAMA2002-01-021-5/+9
| | | | | | | | PR: ports/33469 Submitted by: maintainer Notes: svn path=/head/; revision=52497
* Add semantic, a lexer, parser-generator, and parser on Emacs.Yoichi NAKAYAMA2002-01-027-0/+134
| | | | | | | | PR: ports/33322 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=52477
* upgrade to 1231Ying-Chieh Liao2002-01-012-2/+2
| | | | Notes: svn path=/head/; revision=52461
* upgrade to 5.2.13Ying-Chieh Liao2002-01-012-2/+2
| | | | Notes: svn path=/head/; revision=52460
* Fix packaging by overriding DOCSDIR standard for this portMario Sergio Fujikawa Ferreira2002-01-011-0/+3
| | | | | | | | PR: 33360 Submitted by: maintainer Notes: svn path=/head/; revision=52459
* add cvsd 0.9.3Ying-Chieh Liao2001-12-317-0/+71
| | | | | | | cvs pserver daemon Notes: svn path=/head/; revision=52438
* upgrade to 1.0.7Ying-Chieh Liao2001-12-312-2/+2
| | | | Notes: svn path=/head/; revision=52437
* - update to 0.5.8Pete Fritchman2001-12-306-28/+36
| | | | | | | | | | - don't rewrite do-install, patch the distribution's Makefile instead PR: 33334 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=52425
* upgrade to 2.0Ying-Chieh Liao2001-12-303-106/+133
| | | | Notes: svn path=/head/; revision=52413
* Add p5-Term-ProgressBar 1.0, perl extension to display a progress bar.Pete Fritchman2001-12-306-0/+40
| | | | | | | | PR: 33331 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=52410
* Add p5-Log-TraceMessages 1.1, perl extension for trace messagesPete Fritchman2001-12-306-0/+42
| | | | | | | | | | used in debugging. PR: 33330 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=52408
* upgrade to 4.3.0Ying-Chieh Liao2001-12-304-8/+8
| | | | | | | | PR: 33335 Submitted by: Ports Fury Notes: svn path=/head/; revision=52396
* Update to version 2.0.1Brian S. Dean2001-12-302-2/+2
| | | | Notes: svn path=/head/; revision=52383