aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* BUILD_DEPEND on tclsh. Any tclsh will do, but if none is present --mi2002-02-051-0/+1
| | | | build the tcl83...
* Recognize python2.2.sobomax2002-02-041-1/+1
| | | | Submitted by: olgeni
* Update to 1.0.12.sobomax2002-02-042-2/+3
|
* Update to 1.4 Build 146lioux2002-02-048-8/+8
|
* Oops, $PREFIX/share/locale/ja/LC_MESSAGES is not created by mtree.knu2002-02-043-0/+3
|
* Remove ruby-mo which has been superseded by ruby-gettext.knu2002-02-046-39/+0
|
* Add ruby-gettext, a Ruby implementation of the gettext library.knu2002-02-0416-0/+247
|
* Fix patch, so that it doesn't break some ports on 4-STABLE.sobomax2002-02-038-48/+64
| | | | Submitted by: Joe Macus Clarke <marcus@marcuscom.com>
* Make prefix safe.pat2002-02-022-2/+6
| | | | | PR: 34528 Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
* - Update to version 0.14.0wjv2002-02-013-2/+29
|
* We changed the core file support in user.h before FreeBSD 4.2.obrien2002-02-015-0/+35
| | | | | | This broke building GDB 5.x on that version and later 4.x versions. Submitted by: Brian Minard <bminard@flatfoot.ca>
* Add WWW and MASTER_SITESkevlo2002-01-312-1/+4
|
* Update to 1.4.sobomax2002-01-313-8/+10
|
* Oops. My last commit left out the 'MASTER_SITE_SUBDIR'. This fixesmurray2002-01-311-0/+1
| | | | the problem, and allows the port to build again.
* Update to 0.3.0.1pat2002-01-302-5/+10
| | | | | PR: 34379 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Update to version 1.0.8pat2002-01-304-12/+31
| | | | | PR: 34378 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add port devel/sysconftool - a development utility that helps to installpat2002-01-306-0/+56
| | | | | | | application configuration files PR: 31475 Submitted by: Yarema <yds@CoolRat.org>
* Update to 0.8.1 and reword pkg-commentpat2002-01-304-20/+15
| | | | | PR: 34377 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.9.5pat2002-01-303-12/+9
| | | | | PR: 34376 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Upgrade nasm to 0.98.21.murray2002-01-303-5/+4
| | | | Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-2928-75/+75
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Add missed continue statement.sobomax2002-01-298-56/+64
|
* Hardcode ``/usr/bin/fetch -q -o -'' instead of the bogus ``/usr/bin/wgetmi2002-01-291-0/+5
| | | | | -q -O -''. The major bogosity is in the fact, that TCL and tcllib have pretty functional http and ftp fetchers already.
* Upgrade from 0.8 to 1.2. Use the included tests once at build timemi2002-01-297-92/+88
| | | | | | | instead of installing them. Use the included installation routine (which does not install documentation other than the man-pages). Update the WWW -- the project moved to SourceForge.
* Updated ro 1.21skv2002-01-293-4/+4
| | | | Approved by: tobez
* Update to 1.0.13.sobomax2002-01-2912-122/+264
|
* Update to 0.6.3.sobomax2002-01-2916-256/+224
|
* Actually add the Makefile.bsd... Damn...mi2002-01-291-0/+49
| | | | Submitted by: fenner
* Change some defines from "YES" to "yes"dinoex2002-01-281-0/+1
| | | | See samples in the porters-handbook.
* - Change maintainer's email addresspat2002-01-281-1/+1
| | | | | | | | - Update MASTER_SITES - Bump shlib version for x11-toolkits/gevas PR: 34354 Submitted by: maintainer
* Remove automake/conf dependencydwcjr2002-01-286-91/+13
| | | | | PR: 33336 Submitted by: tkato@prontomail.com
* Update maintainer's emaildwcjr2002-01-281-1/+1
| | | | | PR: 34340 Submitted by: maintainer
* Update to GDB version 5.1.1 [release].obrien2002-01-2710-50/+20
|
* upgrade to 1.18ijliao2002-01-274-23/+20
| | | | | change master site drop maintainership
* Upgrade this from 2.1p3 to 2.2a2 (thanks to fenner's script for the headsmi2002-01-277-119/+35
| | | | | | | | | | | | up). Including: . give up trying to fix the configure and switch to Mskefile.bsd; . use the tests bundled with the software (currently -- three); . don't install the HTML documentation -- the man-pages are now available -- generated from the same source as HTML files; . don't compile the stubs support and install the library next to its pkgIndex.tcl under the lib/tcl${TCL_VER}/; . the project now lives on SourceForge.
* Update the documentation.joerg2002-01-272-2/+3
|
* Update to 0.17.b3pat2002-01-263-2/+5
| | | | | PR: 34304 Submitted by: maintainer
* Nuke ssl-modules.conf.sobomax2002-01-264-4/+0
| | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.ORG>
* Update to 0.2.knu2002-01-266-58/+4
|
* Fix build on -currentkris2002-01-261-0/+3
|
* Prevent OpenSSL detection, because otherwise re-entrancy issues will causesobomax2002-01-268-12/+12
| | | | | | galeon to coredump in MD2_Update(). Bump PORTREVISION. Prompted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Add ECB, source code browser for Emacs.yoichi2002-01-266-0/+82
| | | | | PR: ports/34260 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Let net/ruby-uri and devel/ruby-timex retire, which have now beenknu2002-01-266-49/+0
| | | | | | | included in the standard distribution of ruby. (both 1.6 and 1.7) Bump PORTREVISIONs of dependent ports for those who don't use portupgrade/pkgdb which can handle stale package dependencies.
* Fix the include path, so the client binary compiles...mi2002-01-261-1/+1
| | | | Submitted by: fenner's build log
* Updated to 0.84, add docs.skv2002-01-254-6/+24
| | | | Approved by: tobez
* Variables which are defined in bsd.port.mk could never be used as conditionalsf2002-01-251-1/+3
| | | | | | parameter before bsd.port.pre.mk. This time it is ${DISTDIR}. Submitted by: Alan Eldridge <alane@geeksrus.net>
* Ensure that the -pthread flag isn't omitted by libtool. I hope this wouldsobomax2002-01-2420-44/+168
| | | | solve problems people having on 4-STABLE after yesterday's GNOME megaupgrade.
* Prevent libc from linking in explicitly. Bump PORTREVISION.sobomax2002-01-246-54/+54
|
* - Fnorb is free! It has been relicensed under the Python licence.wjv2002-01-243-15/+5
| | | | | | | | | - Remove NO_CDROM. - Remove Fnorb from LEGAL. - Removed FTP site from MASTER_SITES; It still carries a tarball containing the older licence (and hence, has a different checksum). - Fixed a few minor syntactical problems in Makefile. - Bumped PORTREVISION.
* - Update to version 0.13.0wjv2002-01-243-44/+42
| | | | | - Remove dependency on py-gnome. This really _is_ optional, and there's no need to build all of Gnome just to use Twisted, if you don't want to.
* Update to 1.0.19.sobomax2002-01-245-44/+77
|
* update official patch.sf2002-01-244-4/+12
| | | | | | | respect CFLAGS. PR: 34206 Submitted by: maintainer
* Update to 0.6.8.sobomax2002-01-233-2/+5
|
* Update to 1.0.4.sobomax2002-01-2332-256/+372
|
* Track gnustep-base version (1.1.0).tg2002-01-231-1/+1
|
* Upgrade to 1.2.1.tg2002-01-233-16/+66
|
* update to 4.3.1.sf2002-01-232-3/+2
| | | | | PR: 34176 Submitted by: maintainer
* Don't compile/install useless statically linked versions of shared objects.sobomax2002-01-233-17/+23
|
* fix perl path in htags.sf2002-01-231-0/+4
| | | | | PR: 34176 Submitted by: maintainer
* Update to 1.7.tobez2002-01-222-4/+2
|
* Update to 1.21.tobez2002-01-222-2/+2
|
* Update to 1.12.tobez2002-01-222-2/+2
|
* Don't compile/install useless statically linked versions of shared modules.sobomax2002-01-224-13/+40
|
* Add -I${PREFIX}/include into output of orbit-config script, because it'ssobomax2002-01-224-6/+14
| | | | | | necessary for ports in order to find libIDL includes. Submitted by: vanilla
* Prefix `%' in filenames passed to the @unexec command with another `%', becausesobomax2002-01-222-8/+8
| | | | otherwise the symbol are eaten by the format-expansion routine in pkg_delete.
* Update MASTER_SITES and change capitializationpat2002-01-222-4/+13
| | | | | | | for distinfo PR: 34133 Submitted by: maintainer
* Update to 1.0.1.knu2002-01-223-2/+3
|
* Update to 1.4 Build 145lioux2002-01-228-8/+8
|
* Update port to 1.2.4jedgar2002-01-223-2/+3
|
* o Fix an incorrectly written MASTER_SITES entrylioux2002-01-221-5/+6
| | | | | o Have WITHOUT_OPTIMIZED_ASM actually work when ARCH!=i386. Therefore, bump PORTREVISION
* Update to 0.18, minor fixes.skv2002-01-214-25/+28
| | | | Approved by: tobez
* Update maintainer addresslioux2002-01-211-1/+1
| | | | | PR: 34095 Submitted by: MAINTAINER
* o Update to 0.7.2lioux2002-01-216-45/+22
| | | | o Enable IPv6 support if available
* Update to 0.5.4.knu2002-01-202-2/+2
|
* Update to 1.0.knu2002-01-193-16/+6
|
* add c_parser 0.2.5ijliao2002-01-186-0/+29
| | | | A C99 Parser
* Update to 0.9.sobomax2002-01-183-9/+14
|
* Update to 1.3.12 and merge in dlsym() patches from gtk12 port.sobomax2002-01-1814-108/+186
|
* Update maintainer's email addressdwcjr2002-01-181-1/+1
| | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
* Update to 1.4 Build 144lioux2002-01-188-8/+8
|
* Update to version 1.14.0kevlo2002-01-177-64/+14
| | | | | PR: 33601 Submitted by: Paul Marquis <pmarquis@pobox.com>
* Update to 0.91kevlo2002-01-174-6/+63
| | | | | PR: 33789 Submitted by: Ports Fury
* - Update to version 0.9.2 (not tested extensively)wjv2002-01-174-4/+4
|
* Updated to version 1.11skv2002-01-172-3/+3
| | | | Approved by: tobez
* Seems p4d and p4ftpd were updated for i386. Bump PORTREVISION.knu2002-01-1712-12/+18
| | | | | | I have no idea what exactly have been changed.. Noted by: nectar
* Do not depend on mingw-opengl-headers (which is restricted) on theknu2002-01-171-2/+4
| | | | package building cluster, so that it can build a mingw package.
* Update to 20011229.knu2002-01-171-2/+3
| | | | | PR: ports/33485 Submitted by: Michal Pasternak <doc@lublin.t1.pl> (MAINTAINER)
* Add mingw-opengl-headers, OpenGL headers from Microsoft(TM) forknu2002-01-176-0/+52
| | | | | | | Windows development with Mingw. PR: ports/33490 Submitted by: Michal Pasternak <doc@lublin.t1.pl>
* Update to 2.95.3-20010828.knu2002-01-176-156/+140
| | | | | PR: ports/33486 Submitted by: Michal Pasternak <doc@lublin.t1.pl> (MAINTAINER)
* Use @unexec to remove possibly non-empty directories.knu2002-01-172-8/+6
|
* Sort entries.knu2002-01-173-49/+49
|
* Make white-space cleanups to satisfy portlint.knu2002-01-171-2/+1
|
* Update to 1.2.knu2002-01-175-5/+14
| | | | | PR: ports/33484 Submitted by: Michal Pasternak <doc@lublin.t1.pl> (MAINTAINER)
* Update to 2.11.92 (-20011113).knu2002-01-176-32/+94
| | | | | PR: ports/33483 Submitted by: Michal Pasternak <doc@lublin.t1.pl> (MAINTAINER)
* upgrade to 2.1.3ijliao2002-01-163-7/+12
|
* Add boost, free peer-reviewed portable C++ source libraries.knu2002-01-157-0/+637
| | | | | PR: ports/33634 Submitted by: Paul Marquis <pmarquis@pobox.com>
* Add subversion r727, a version control system. This is a placebo until thewill2002-01-1517-0/+201
| | | | | | | subversion developers decide they want to get subversion more exposure. So this port basically does nothing but point people at a location where they can get the maintainer's latest work. RESTRICTED is to keep it from being used anywhere, anyhow, and in any way, in addition to the other NO_*.
* Fix MASTER_SITES.jim2002-01-151-3/+2
| | | | | PR: 33896 Submitted by: Tilman Linneweh <tilman@arved.de>
* Update to 0.8.8.sobomax2002-01-143-3/+7
|
* Fix plist.jim2002-01-142-20/+21
| | | | | PR: 33805 Submitted by: maintainer
* - Upgrade to 4.3 .sada2002-01-134-6/+25
| | | | | | | | | | # This is done over my last commit from 4.0.1 to 4.2. - Change maintainer to Jos Backus <josb@cncdsl.com>. # Chuckr seems too busy to respond queries. PR: ports/33553 Submitted by: New maintainer
* Update to 1.0.18.sobomax2002-01-134-11/+12
|
* Update to 0.5.13.sobomax2002-01-138-54/+48
|
* upgrade to 1.2.5ijliao2002-01-132-2/+2
|
* Add ruby-pcsc-lite, Ruby extension for the UNIX PC/SC Lite APIknu2002-01-136-0/+54
| | | | | | | (MUSCLE). PR: ports/33321 Submitted by: Toni Andjelkovic <toni@soth.at>
* Upgrade to version 4.2.sada2002-01-134-30/+13
| | | | No response from: maintainer
* Update to 0.1.6.knu2002-01-132-2/+2
|
* Update to 0.5.3.knu2002-01-132-2/+2
|
* add pcre++ 0.2ijliao2002-01-137-0/+92
| | | | A wrapper class around the pcre library
* Update to 2.01kevlo2002-01-133-3/+4
| | | | | PR: 33808 Submitted by: MAINTAINER
* Update to version 2.0.2.bsd2002-01-122-2/+2
|
* Add port devel/p5-Time-Object - This is a perl module for dealingpat2002-01-126-0/+39
| | | | | | | with Time/Date in Perl in a nice OO manner. PR: 33689 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
* Upgrade to version 0.2alfred2002-01-122-2/+2
|
* Ensure clean removal of ${PREFIX}/etc/gconf.sobomax2002-01-124-0/+26
|
* Python 2.1 was updated to 2.2, so chase it.knu2002-01-114-14/+14
|
* add wizard 1.4ijliao2002-01-116-0/+64
| | | | Classes for writing MS-style 'wizards'
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-114-63/+11
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* Update to version 2.knu2002-01-113-3/+12
|
* Update port to 1.2.3jedgar2002-01-093-4/+9
|
* Upgrade to 3.63.tg2002-01-095-13/+51
| | | | Submitted by: Neil Darlow <neil@darlow.co.uk>
* Remove my own NOPORTDOCS PLIST handling, now that the idea is incorporatedmi2002-01-092-18/+14
| | | | by the bsd.port.mk.
* Upgrade from 2.1p2 to 2.1p3.mi2002-01-092-2/+2
|
* Fix typo again that i missedpat2002-01-091-1/+1
| | | | | PR: 33534 Submitted by: maintainer
* Fix typo in descrpat2002-01-091-1/+1
| | | | | PR: 33534 Submitted by: maintainer
* Make pcl-cvs buildable again for Emacs19 and Emacs20.okazaki2002-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.
* Change port version from "2001.02.02" to "20010202".gsutter2002-01-091-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)
* A minor nit: -I. -> -I${.CURDIR}...mi2002-01-081-1/+1
|
* Fix path to perl for runtests.sh (appeared in 2.14.1)phantom2002-01-083-0/+24
|
* Update to 2.14.1 (security update). Upgrade to all users highlyphantom2002-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)
* Libstocks is a C library which can be used to fetch stocks quotes.mi2002-01-089-0/+103
| | | | | It comes with a CLI client and the Siag Office can be built to interface with it.
* Remove devel/elib-emacs after the repocopy to devel/elib.okazaki2002-01-088-173/+0
|
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-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>
* Restructuring of the Elib port.okazaki2002-01-083-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'
* Set IGNORE until restructuring of the elib port finishes.okazaki2002-01-081-0/+1
|
* Fix typo in MAINTAINER. This kind of thing is why I think MAINTAINER-lessfenner2002-01-081-1/+1
| | | | | ports should simply have no MAINTAINER line and pick up the default from bsd.port.mk.
* Remove s.moeding@ndh.net as MAINTAINER; mail has been bouncing for 3 months.fenner2002-01-082-2/+2
|
* Update port to version 1.11olgeni2002-01-078-68/+32
| | | | | PR: 30911 Submitted by: Simon Marlow <simon@smarlow.com>
* Add tex to BUILD_DEPENDS to it packages correctly on bento.demon2002-01-071-1/+2
|
* Update for Emacs21 after the repocopy from `elib-emacs'.okazaki2002-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.
* Additional regexes to tweak the behavior of this port. It will now workwill2002-01-071-0/+17
| | | | correctly even in the presence of newer auto*.
* Correct typo to fix automake version usage.will2002-01-071-1/+1
|
* Allow this port to support arbitrary versions of autoconf.will2002-01-074-20/+10
| | | | Submitted by: bento 4-exp
* This port requires autoconf 2.13 and doesn't work with 2.52.will2002-01-071-1/+1
| | | | Submitted by: bento 4-exp
* o don't grok ${FILESDIR} for Wraphelp.c.sf2002-01-072-8/+16
| | | | | This means bento will not ship XDM-AUTHORIZATION-1 enabled package. o fetch Wraphelp.c for non-US residents.
* upgrade to 5.2.14ijliao2002-01-062-2/+2
|
* First round of auto* cleanups:will2002-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/
* Keep imake-4 and -libraries consistent with its HasXdmAuth status.sf2002-01-061-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
* upgrade to 1.0aijliao2002-01-052-2/+2
|
* Kludge the build in the face of systems with autoconf 2.52+.reg2002-01-054-8/+80
| | | | | | PR: ports/33443 Submitted by: Alan Eldridge <ports@geeksrus.net> Jason Stephenson <panda@mis.net>
* Update to 1.2.13pat2002-01-052-2/+10
| | | | | PR: 33357 Submitted by: maintainer
* This is a rather experimental port and can only work on i386.will2002-01-051-0/+1
|
* Conditionalize use of objprelink based on whether we're running onwill2002-01-054-13/+32
| | | | | | MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined. Requested by: several
* Update maintainer's email addresspat2002-01-051-2/+2
| | | | | PR: 33554 Submitted by: maintainer
* Update to 0.1.8.sobomax2002-01-0414-632/+544
| | | | | PR: 33527 Submitted by: Lev A.Serebryakov <lev@macro.ru>
* Update MASTER_SITES.knu2002-01-045-6/+10
|
* Update to v5.2.jkoshy2002-01-034-14/+4
|
* Remove crossm68k. This should have been removed with gdb-m68k anddirk2002-01-035-48/+0
| | | | | | newlib-m68k. Requested by: maintainer
* Fix plist.kuriyama2002-01-021-3/+1
| | | | Found by: bento
* Add stub port for devel/semantic (supports emacs20).yoichi2002-01-022-0/+13
| | | | | PR: ports/33470 Submitted by: maintainer
* Rewrite the dependency for master/slave'ization.yoichi2002-01-021-5/+9
| | | | | PR: ports/33469 Submitted by: maintainer
* Add semantic, a lexer, parser-generator, and parser on Emacs.yoichi2002-01-027-0/+134
| | | | | PR: ports/33322 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* upgrade to 1231ijliao2002-01-012-2/+2
|
* upgrade to 5.2.13ijliao2002-01-012-2/+2
|
* Fix packaging by overriding DOCSDIR standard for this portlioux2002-01-011-0/+3
| | | | | PR: 33360 Submitted by: maintainer
* add cvsd 0.9.3ijliao2001-12-317-0/+71
| | | | cvs pserver daemon
* upgrade to 1.0.7ijliao2001-12-312-2/+2
|
* - update to 0.5.8petef2001-12-316-28/+36
| | | | | | | - don't rewrite do-install, patch the distribution's Makefile instead PR: 33334 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 2.0ijliao2001-12-313-106/+133
|
* Add p5-Term-ProgressBar 1.0, perl extension to display a progress bar.petef2001-12-316-0/+40
| | | | | PR: 33331 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* Add p5-Log-TraceMessages 1.1, perl extension for trace messagespetef2001-12-316-0/+42
| | | | | | | used in debugging. PR: 33330 Submitted by: Seamus Venasse <svenasse@polaris.ca>
* upgrade to 4.3.0ijliao2001-12-304-8/+8
| | | | | PR: 33335 Submitted by: Ports Fury
* Update to version 2.0.1bsd2001-12-302-2/+2
|
* Update to 0.13a.1lioux2001-12-303-23/+7
| | | | | Submitted by: asmodai Approved by: maintainer
* Update to 0.0.3.petef2001-12-292-3/+2
| | | | | PR: 33216 Submitted by: maintainer
* Update to 0.0.2.petef2001-12-293-21/+2
| | | | | PR: 33216 Submitted by: maintainer
* - update to 1.0.2.b2petef2001-12-296-21/+50
| | | | | | | - install documentation PR: 33183 Submitted by: maintainer
* fix compile errorijliao2001-12-294-12/+74
| | | | | PR: 33290 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
* New port vb2c version 0.02: Convert Visual Basic forms to GTK Clioux2001-12-287-0/+52
| | | | | | | code PR: 33238 Submitted by: Bruce M Simpson <bms@spc.org>
* Update to 1.4 Build 143lioux2001-12-2810-8/+68
|
* - don't set MAN1 to foo.gz, use MANCOMPRESSED instead.petef2001-12-282-1/+14
| | | | | | - add missing files to pkg-plist Noticed by: bento
* upgrade to 1.1ijliao2001-12-276-20/+28
| | | | drop maintainership
* upgrade to 1.6.1ijliao2001-12-273-33/+75
| | | | drop maintainership
* upgrade to 0.7ijliao2001-12-272-2/+3
| | | | | | | s|malloc.h|stdlib.h| PR: 33230, 33231 Reported by: Bruce M Simpson <bms@spc.org>
* upgrade to 7.3ijliao2001-12-272-2/+2
| | | | | PR: 33229 Submitted by: maintainer
* activate cvswrap.alfred2001-12-271-0/+1
| | | | Pointed out by: petef
* Remove redundant WRKSRC line (it was set to the default).petef2001-12-271-1/+0
| | | | | PR: 33214 Submitted by: maintainer
* Add cvswrap, a tool I wrote that helps manage multiple cvs repositories.alfred2001-12-275-0/+33
|
* Update to 2.5.knu2001-12-272-2/+2
|
* Add additional scripts to help things that need them. Bump PORTREVISION.will2001-12-2622-22/+88
| | | | In particular, config.sub is required for japanese/FreeWnn-lib.
* Bump PORTREVISION for including install-sh. *sigh*will2001-12-2612-0/+12
|
* Fix exploitable format string vulnerability.sobomax2001-12-262-0/+15
| | | | Submitted by: maintainer
* Add eieio, Enhanced Integration of Emacs Interpreted Objects.yoichi2001-12-262-0/+13
| | | | | | | | (stub for emacs20) PR: ports/32826 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Reviewed by: knu(mentor)
* Add eieio, Enhanced Integration of Emacs Interpreted Objects.yoichi2001-12-267-0/+85
| | | | | | PR: ports/32826 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Reviewed by: knu(mentor)
* Update to 0.5.2.knu2001-12-262-2/+2
|
* portlint:dirk2001-12-267-7/+7
| | | | | | | - begin with a capital - don't end with '.' - remove port name - don't exceed 70 characters
* Update to 0.9dwcjr2001-12-2510-128/+190
| | | | | | | Make pkg-plist read version from variable instead of hardcoded PR: 33114 Submitted by: perky@fallin.lv
* Add pcsc-lite 1.0.1, a smartcard development library.petef2001-12-2510-0/+135
| | | | | PR: 31856 Submitted by: Toni Andjelkovic <toni@ants.at>
* - update to 4.5.1petef2001-12-257-230/+11
| | | | | | | | | - remove unnecessary master site - fix typo in BROKEN (requires -> Requires) - fix typo in INSTALLS_SHLIB (ye -> yes) PR: 33152 Submitted by: maintainer
* Provide install-sh.will2001-12-2424-0/+47
| | | | | PR: 25828 Submitted by: yar
* Update to 2.00.tobez2001-12-243-3/+7
| | | | | Submitted by: maintainer PR: 33136
* Put crossm68k subdir back. If you need to deactivate the use of a port,will2001-12-241-1/+1
| | | | | | | remove it or mark it broken; removing it from a category Makefile is not the right way to do it. Submitted by: bento
* assign maintainerijliao2001-12-242-1/+27
| | | | | | | handle PORTDOCS PR: 33139 Submitted by: Alan Eldridge <alane@geeksrus.net> (maintainer)
* portlint: remove extra whitespaces before end of line.dirk2001-12-241-1/+1
|
* - PORTDOCS policepat2001-12-2413-207/+206
| | | | | - DOCSDIR support to some - Brush out some lint
* Fix plist.dirk2001-12-241-1/+1
|
* add xparam 1.1ijliao2001-12-236-0/+110
| | | | A general-purpose tool for parameter handling in C++
* Upgrade to 2.52; this should solve some problems when mixing ac 2.13* andwill2001-12-23121-1595/+220
| | | | | | | | | | am 1.5. Ports which require 2.13/1.4 will be modified to use the ac213 and am14 ports. PR: 29069 Submitted by: pat Approved by: sobomax, ade, steve (contingent upon me fixing every problem that crops up)
* Mark broken because its included in mod_php4 v 4.1.0dwcjr2001-12-231-0/+2
| | | | | PR: 33050 Submitted by: maintainer
* Update to version 0.8kevlo2001-12-226-88/+108
| | | | | PR: 32823 Submitted by: Matt Holmes <matt@kerion.net>
* Update to version 4.4.21kevlo2001-12-222-2/+2
| | | | | PR: 33055 Submitted by: Ports Fury
* upgrade to 1.10ijliao2001-12-228-34/+80
| | | | | PR: 31453 Submitted by: maintainer
* Update to 1.4 Build 142lioux2001-12-228-8/+8
|
* upgrade to 4.5ijliao2001-12-228-106/+345
| | | | | | | assign maintainer PR: 31053 Submitted by: Paul Marquis <pmarquis@pobox.com> (new maintainer)
* Update to 0.5.0.knu2001-12-222-2/+2
|
* add nhc98 1.08ijliao2001-12-2222-0/+1226
| | | | | | | A fully-fledged compiler for Haskell 98 PR: 31039 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to 0.7lioux2001-12-217-40/+36
|
* Use perl expression to fix path to sendmail rather than usingphantom2001-12-2127-336/+39
| | | | | | | | plain patches for each case. Also fix some whitespace. Suggested by: nectar, lioux
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-2030-510/+240
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Add p5-Class-ObjectTemplate-DB 0.23, an optimized template builderpetef2001-12-206-0/+44
| | | | | | | base class with lookup capability. PR: 32641 Submitted by: Tony Maher <tonym@biolateral.com.au>
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-2030-240/+510
|
* Add p5-Class-ObjectTemplate 0.4, an optimized template builder basepetef2001-12-207-0/+50
| | | | | | | class. PR: 32640 Submitted by: Tony Maher <tonym@biolateral.com.au>
* Fix path to a2ps port.demon2001-12-201-1/+1
| | | | | PR: 32983 Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
* upgrade to 0.40ijliao2001-12-202-2/+2
| | | | | PR: 33010 Submitted by: maintainer
* Update to 1.17.tobez2001-12-192-2/+2
|
* Update to 0.99.tobez2001-12-193-11/+31
|
* Update to 1.3.sobomax2001-12-194-6/+21
|
* Remove obsolete configure script tweak, which results insobomax2001-12-192-10/+2
| | | | | `sdl11-config --version' reporting an icorrect version number (1.2.2, while in fact it's a 1.2.3).
* Respect gnomeprint's CFLAGS. This should fix bento build broken aftersobomax2001-12-192-0/+28
| | | | | | gdk-pixbuf upgrade. Submitted by: bento
* Add nspr 4.1.2, a platform-neutral API for system level and libcsobomax2001-12-1911-0/+302
| | | | | like functions. I bet Java folks would like it - because this port is required for Mozilla's Java plugin.
* upgrade to 1.2ijliao2001-12-192-2/+2
|
* honor prefix & fix warningijliao2001-12-193-7/+27
| | | | | PR: 32996 Submitted by: maintainer
* Do not include malloc.hdemon2001-12-183-0/+33
| | | | | PR: 32756 Submitted by: Martin Blapp <mb@imp.ch>
* New port: the book "GNU automake, autoconf and libtool".demon2001-12-186-0/+347
| | | | | PR: 32928 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* PORTDOCS support to plistpat2001-12-181-2/+2
| | | | | PR: 32949 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* add p5-Class-Fields 0.14ijliao2001-12-186-0/+59
| | | | | | | Set of modules to operate with inheritance, fields, members access PR: 32931, 32937 Submitted by: Sergey Skvortsov <skv@protey.ru>
* add p5-Class-Data-inheritableijliao2001-12-186-0/+44
| | | | | | | Inheritable, overridable class data PR: 32934 Submitted by: Sergey Skvortsov <skv@protey.ru>
* add p5-Class-Accessorijliao2001-12-186-0/+41
| | | | | | | Automated accessor generation PR: 32933 Submitted by: Sergey Skvortsov <skv@protey.ru>
* upgrade to 4.2.0ijliao2001-12-184-19/+82
| | | | | PR: 32852 Submitted by: Ports Fury
* Fix default location of sendmail binaryphantom2001-12-1824-0/+312
| | | | Noticed by: Jamie Flournoy <jamie@white-mountain.org>
* Update checksum (tarball rerolled, no files changed).petef2001-12-171-1/+1
| | | | PR: 32284
* Add p5-BSD-stat 0.23, a stat() with BSD 4.4 extentions.tobez2001-12-176-0/+41
| | | | | PR: 32930 Submitted by: Sergey Skvortsov <skv@protey.ru>
* Add p5-Carp-Assert 0.17, perl module not unlike C assert.h.tobez2001-12-176-0/+36
| | | | | PR: 32878 Submitted by: Sergey Skvortsov <skv@protey.ru>
* add p65ijliao2001-12-176-0/+47
| | | | An assembler for the 6502 microprocessor
* upgrade to 0.1.6ijliao2001-12-162-2/+2
|
* Update to version 2.0.0.bsd2001-12-162-2/+2
|
* If we remove a file in the post-install target we can't list it in thesteve2001-12-161-1/+0
| | | | PLIST, so remove it.
* Get the p5-Template-Toolkit dependency to look for Template.pm in thesteve2001-12-161-1/+2
| | | | correct directory.
* Fix port build on bento.olgeni2001-12-162-4/+22
| | | | Submitted by: steve
* Add p5-Inline-Tcl 0.09, perl module to facilitate writing of Perltobez2001-12-166-0/+52
| | | | | | | subroutines in Tcl. PR: 32873 Submitted by: Sergey Skvortsov <skv@protey.ru>
* Add p5-Inline-Filters 0.12, common source code filters for Inlinetobez2001-12-166-0/+41
| | | | | | | Modules. PR: 32868 Submitted by: Sergey Skvortsov <skv@protey.ru>