aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Add pear-OLE, a pear class for reading and writing OLE containers, as usedpav2004-03-174-0/+29
| | | | in MS Office applications.
* - Fix buildkrion2004-03-162-33/+2
| | | | | PR: ports/64333 Submitted by: Ports Fury
* Be a little bit more clear on why this port is deprecated. Pacifylinimon2004-03-161-1/+2
| | | | portlint in the meantime.
* Update to 2.2.5.knu2004-03-169-12/+15
|
* BROKEN: Configure failskris2004-03-161-0/+2
|
* This port doesn't include a copy of config.{guess,sub}, but they'rekris2004-03-161-1/+2
| | | | | required by autoconf. Copy them into place from the Templates/ directory. This fixes the build on amd64
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-1616-11/+16
| | | | on sdl12-1.2.5
* devel/sdl12: upgrading to 1.2.7 + some fixes.edwin2004-03-1611-278/+134
| | | | | | | | | | | | | - upgrade to 1.2.7 - add a knob WITH_NAS - fix dependences to aalib & svgalib - use standard DOCSDIR & EXAMPLESDIR - fix plist for NOPORTDOCS - distribute README-SDL.txt. PR: Based on ports/57475 Submitted by: Thierry Thomas <thierry@pompo.net> Reviewed by: kris@ with a build on bento
* Fix packing list (with pointy hat for me).trevor2004-03-161-4/+2
|
* Update to 1.6.8 (under new maintenance). Change location of Perltrevor2004-03-165-31/+36
| | | | | | | executable, to work properly on -STABLE. PR: 57726 Submitted by: ijliao
* - Fix dependencies [1]vs2004-03-163-1/+4
| | | | | | | | | - SIZEify distinfo [1] - Add WWW: URL (suggested by mat) PR: ports/64064 Submitted by: maintainer Approved by: linimon (mentor)
* Ensure we do not build against GnuTLS.marcus2004-03-162-2/+6
|
* - Update to 0.5.57sergei2004-03-163-613/+8
| | | | | - Require Autoconf 2.54+ - Switch to dynamic pkg-plist (PLIST_FILES + PORTDOCS)
* Upgrade to 1.1.1 (works also on current).obraun2004-03-162-10/+4
|
* - Update to 1.016sergei2004-03-163-4/+18
|
* Update to bugfix version 1.0.1.lev2004-03-158-16/+16
|
* Unbreak on 4.x.kuriyama2004-03-154-60/+32
| | | | Submitted by: maintainer
* Update to 0.12mat2004-03-152-3/+3
|
* Update to 0.14.04mat2004-03-152-3/+4
|
* Update to 0.55.02mat2004-03-152-3/+4
|
* Add ode 0.039,krion2004-03-1516-0/+343
| | | | | | | | | | | | ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection. PR: ports/64288 Submitted by: David Yeske <dyeske@yahoo.com>
* Better fix for amd64: don't pessimize the lib.a by compiling the objectkris2004-03-152-9/+43
| | | | files with -fPIC; instead, build them twice with and without -fPIC.
* add pyumlgraph 0.1.10ijliao2004-03-154-0/+45
| | | | Declarative Drawing of UML diagrams for Python
* Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.ade2004-03-1587-946/+702
| | | | | It's likely to be a really bad idea to use these until they're hooked into the new bsd.autotools.mk
* Update to 0.2.4.knu2004-03-153-6/+5
|
* Resign maintainership of the ports corresponding to software I developedrse2004-03-143-3/+3
| | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
* use .tar instead of .zipijliao2004-03-142-4/+6
| | | | Suggested by: author
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-1414-21/+28
| | | | o Bump $PORTREVISION.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-14135-136/+136
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* BROKEN on alpha 4.x: Coredump during buildkris2004-03-141-1/+7
|
* Work around bsd.port.mk bug: CC and CXX are not added to MAKE_ENV forkris2004-03-141-1/+8
| | | | USE_GCC=3.2 and 3.3.
* Switch to gcc 3.3 since this is the latest version.kris2004-03-141-1/+1
|
* - Update to 2.8pav2004-03-144-88/+331
| | | | | | PR: ports/62976 Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> Approved by: maintainer timeout (18 days)
* BROKEN on amd64: Configure failskris2004-03-141-1/+7
|
* BROKEN: Configure fails on amd64kris2004-03-141-0/+4
|
* Update to 1.19erwin2004-03-132-3/+3
|
* Update to 1.10erwin2004-03-132-3/+3
|
* BROKEN on alpha 4.x: Does not compilekris2004-03-131-1/+7
|
* BROKEN on 4.x: Configure failskris2004-03-134-0/+16
|
* Update to 0.95perky2004-03-133-2/+21
|
* Remove `inline' from a function gcc 2.95 (in FreeBSD 4.x) warns thatjoerg2004-03-132-0/+39
| | | | | | | it cannot inline it. This caused the port build in FreeBSD 4.x to break due to -Werror. Submitted by: Theodore A. Roth <troth@openavr.org>
* Upgrade to version 1.0.3.joerg2004-03-133-7/+8
|
* Since asami's directory on MASTER_SITE_LOCAL is gone, stow histrevor2004-03-132-2/+2
| | | | distfiles in my directory.
* Update to 1.99.28.marcus2004-03-134-6/+6
|
* Add libopendaap 0.1.2,krion2004-03-125-0/+50
| | | | | | | | | | | | libopendaap is a library written in C which enables applications to discover, and connect to, iTunes(R) music shares. Unlike all other daap implementations, this library is able to connect to recent iTunes shares which require a special authentication algorithm. PR: ports/64035 Submitted by: Michael Johnson <ahze@ahze.net>
* Really stop looking for tkConfig.sh (sorry, I forgot to add thistg2004-03-121-0/+64
| | | | | | in my last commit). Prodded by: kris
* Add libmimedir 0.3, library for parsing RFC2425 MIME Directory Profilekrion2004-03-125-0/+29
| | | | | | | information. PR: ports/64132 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* add initutil 2.1aijliao2004-03-124-0/+37
| | | | An STL Container Initialization Library
* - Fix defaults with BATCH=yeskrion2004-03-121-0/+1
| | | | | PR: ports/64129 Submitted by: maintainer
* - Fix defaults with BATCH=yeskrion2004-03-121-1/+1
| | | | | PR: ports/64128 Submitted by: maintainer
* add stlfilt 20040221ijliao2004-03-124-0/+44
| | | | An STL Error Message Decryptor for C++
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-1210-19/+10
| | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
* Remove USE_SIZE now that it's used by default.olgeni2004-03-121-1/+0
|
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theeik2004-03-122-0/+4
| | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed.
* Update to 1.10mat2004-03-122-3/+3
|
* Update to 0.37mat2004-03-122-3/+3
|
* Fix WWWmat2004-03-111-1/+1
|
* Update to 0.26mat2004-03-112-4/+4
|
* - Fix build on 4.xkrion2004-03-111-1/+1
| | | | Noticed by: bento via kris
* Update to 0.6.0, including:vs2004-03-114-71/+87
| | | | | | | | | | | - XML dump format now takes advantage of ID/IDREF rules for referencing. Backward compatibility has been maintained. - Command line now supports GCC preprocessing flags like -E and -M. - Single source tree for GCC-XML and the patched GCC with one CMake build process to configure everything Approved by: linimon (mentor)
* The only place this builds is on i386 4.x.kris2004-03-111-1/+1
|
* deUSE_SIZEify.obraun2004-03-1114-14/+0
|
* Update to 2.2.4. It's under an X11-style licence now.trevor2004-03-112-4/+6
|
* Import VCP 0.3.naddy2004-03-116-0/+108
| | | | | | | | vcp is a tool for copying revision controlled files between various SCM repositories. PR: 63433 Submitted by: hrs
* Update to 0.09mat2004-03-112-3/+3
|
* Update to 2.10, change to PERL_MODBUILD, steal MAINTAINERship ;-)mat2004-03-113-8/+9
| | | | Approved by: tobez (former maintainer)
* Put PORTEPOCH back.lofi2004-03-111-0/+1
|
* Add gsoap 2.5.2,krion2004-03-105-0/+45
| | | | | | | | | | | | | | | | | | | The gSOAP Web services development toolkit offers an XML to C/C++ language binding to ease the development of SOAP/XML Web services in C and C/C++. Most toolkits for C++ Web services adopt a SOAP-centric view and offer APIs that require the use of class libraries for SOAP-specific data structures. This often forces a user to adapt the application logic to these libraries. In contrast, gSOAP provides a transparent SOAP API through the use of proven compiler technologies. These technologies leverage strong typing to map XML schemas to C/C++ definitions. Strong typing provides a greater assurance on content validation of both WSDL schemas and SOAP/XML messages. WWW: http://www.cs.fsu.edu/~engelen/soap.html PR: ports/64019 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* - Update to version 4.7bkrion2004-03-104-9/+10
| | | | | PR: ports/64042 Submitted by: Ports Fury
* - Update MAINTAINER-line of my ports to new @FreeBSD.org addressvs2004-03-102-2/+2
| | | | | | - Nuke 2x USE_SIZE while here Approved by: linimon (mentor)
* Fix MASTER_SITE_SUBDIR.lofi2004-03-101-1/+1
|
* - Update to version 2.11krion2004-03-104-31/+32
| | | | | PR: ports/64016 Submitted by: maintainer
* - Update to version 0.9krion2004-03-104-17/+8
| | | | | PR: ports/64008 Submitted by: maintainer
* Update to 2.5.8.marcus2004-03-102-7/+8
| | | | | | | | * Add dirname and egrep direct command use checks * Add a missing '?' in checking for text after bsd.port(.post)?.mk [1] * Add a check to make sure OPTIONS is set before bsd.port.pre.mk Submitted by: eik [1]
* Use new distfile. Minor changes were made to xspin412.tcl, mostlytrevor2004-03-103-29/+16
| | | | | | | | in the comments, and DOS-style carriage-return characters were added to the file. PR: 63940 Submitted by: Jonathan Hanna (maintainer)
* Update to 2.4.3.marcus2004-03-106-24/+120
|
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-1012-140/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
* Remove unused boost_1_27_0.tar.gz entry. Add SIZE line.trevor2004-03-101-1/+1
|
* Mark BROKEN due to checksum mismatch. I e-mailed the maintainertrevor2004-03-091-0/+1
| | | | about the problem.
* The distfile was rerolled with this change:trevor2004-03-092-1/+2
| | | | | | | | | | | | | | | --- old/COPYING Tue Nov 21 08:46:13 2000 +++ new/COPYING Thu Nov 14 11:58:29 2002 @@ -14,3 +14,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +You are allowed linking this library statically or dynamically to a closed +source application. This is contradictory, so I've marked the port RESTRICTED. I left a comment about the problem for the author via his Web site.
* The distfile on www.karubik.de is one byte longer than the one ontrevor2004-03-091-1/+1
| | | | | Sourceforge. The contents are the same except for the timestamps on two directories.
* - Update to version 0.4.1krion2004-03-093-3/+4
|
* The distfile was rerolled with changes to the makefiles, additiontrevor2004-03-091-1/+2
| | | | | of config.log and config.status cruft, changed indentation and other minor changes. Add new size and hash.
* This doesn't compile on ia64.trevor2004-03-091-1/+1
| | | | Noticed by: kris
* Fix build on IA64arved2004-03-081-0/+2
| | | | | PR: 63903 Submitted by: Simon Barner <barner@in.tum.de>
* BROKEN: Broken pkg-plistkris2004-03-081-0/+2
|
* Properly use SDL everywhere:edwin2004-03-084-6/+10
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* [patch] unbreak packaging of devel/sdl12 with NOPORTDOCSedwin2004-03-082-264/+54
| | | | | | | | | | In the current state of the port Makefile and pkg-plist are not in sync. Makefile obeys NOPORTDOCS, but pkg-plist would enlist not installed files anyway breaking packaging when NOPORTDOCS is set. PR: ports/62587 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* Let ports use the USE_SDL macroedwin2004-03-081-5/+2
| | | | | | PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* - Update to 3.9.1pav2004-03-084-123/+13
| | | | | PR: ports/63902 Submitted by: andrew morton <drewish@katherinehouse.com> (maintainer)
* - Fix WWW: linekrion2004-03-081-1/+1
|
* - Add dependency on XFree86-clientspav2004-03-081-2/+4
| | | | Reported by: bento via kris
* - Update to version 1.0a11krion2004-03-083-7/+12
| | | | | PR: ports/63874 Submitted by: Ports Fury
* Extend -fPIC to ia64 as well.kris2004-03-071-1/+1
|
* BROKEN On ia64 and amd64: Configure failskris2004-03-071-1/+7
|
* * Set maintainer to haskell@.obraun2004-03-072-15/+5
| | | | | * Use CONFLICTS instead of local hack. * Put SIZE into distinfo.
* Set maintainer to haskell@.obraun2004-03-072-2/+2
|
* BROKEN on sparc64: Does not compile (needs -fPIC)kris2004-03-071-1/+7
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-071-1/+8
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-071-1/+7
|
* Set maintainer to the new created haskell@ mail alias.obraun2004-03-0713-13/+13
|
* Pass maintainership to submittererwin2004-03-071-1/+1
| | | | | PR: 63850 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* - Pass ${PTHREAD_LIBS} down to configurepav2004-03-071-0/+1
| | | | | | PR: ports/62544 Submitted by: Frank Altpeter <frank@altpeter.de> Approved by: maintainer timeout (3 weeks)
* Unbreak by updating to p5-Cdk 4.6.10.kris2004-03-066-149/+16
| | | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> PR: 63789
* Remove pear, it's misleading, obsolete metaport used in past by horde.pav2004-03-064-62/+0
| | | | | PR: ports/63833 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
* - Use more right way to link librarykrion2004-03-061-3/+4
| | | | | PR: ports/63820 Submitted by: maintainer
* . Update to 0.42.glewis2004-03-063-4/+19
| | | | | | | | . Fix File::Spec dependency . Make PREFIX-clean under perl 5.005_03 PR: 63620 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer)
* Add URL.linimon2004-03-061-0/+2
|
* - update to 0.6.0dinoex2004-03-053-4/+6
|
* - update to 1.9.1dinoex2004-03-053-4/+4
|
* Nuke -Werror to prevent the gnuregex->gnu/regex warnings fromadamw2004-03-051-0/+1
| | | | erroring out the build.
* - Fix package for non-i386dinoex2004-03-051-7/+7
|
* BROKEN on amd64: Build failskris2004-03-051-1/+7
|
* - Add missed build depend on Perlpav2004-03-051-0/+2
| | | | Reported by: bento via kris
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-051-1/+7
|
* BROKEN: Configure fails on !i386 and !alphakris2004-03-052-2/+14
|
* Mark this port IS_INTERACTIVE (this may be unintentional behaviour)kris2004-03-051-0/+2
|
* BROKEN on amd64: Does not compilekris2004-03-051-1/+7
|
* BROKEN on ia64 and amd64: Does not compilekris2004-03-051-1/+7
|
* Allow pwlib to work on ARCHS != i386.marcus2004-03-0510-114/+118
| | | | | | | Tested on alpha, i386, and ia64. Submitted by: marcel Approved by: maintainer (implicit)
* o Reduce dependency for perl-5.8.kuriyama2004-03-052-8/+12
| | | | | | o Add WWW line. No response from: maintainer
* Fix plist and unbreak.linimon2004-03-052-10/+1
|
* Upgrade to version 0.1.2; actually 0.1.2.1 but dot-dot-dot releasesjoerg2004-03-053-10/+24
| | | | | are normally not planned for simulavr and 0.1.2.1 has the same date as 0.1.2, so I'll stick with the dot-dot numbering.
* Mark this port for i386 only.marcus2004-03-051-0/+2
| | | | | Approved by: maintainer Reported by: bento via kris
* Lighten dependenciesmat2004-03-041-8/+1
|
* Fix typo.lofi2004-03-042-2/+2
|
* Update to 1.05: updates to input marshalling and serialization; bugfixes.linimon2004-03-042-2/+2
| | | | | | | | See Changes for complete list. PR: ports/61418 Submitted by: Sergey Skvortsov <skv@protey.ru> Maintainer timeout: 6 weeks
* Update to 2.07: added Log::Dispatch::File::Locked; switched to Module::Buildlinimon2004-03-044-83/+4
| | | | | | | | | and removed interactive portion of installation process; bugfixes. See Changes for complete list. PR: ports/58071 Submitted by: James Ainslie <james@starjuice.net> Maintainer timeout: 4 months
* Update to 2.2.4.knu2004-03-046-15/+18
|
* BROKEN on !i386 and !alpha: Does not compilekris2004-03-041-1/+7
|
* Update to 0.4.9.2perky2004-03-042-2/+3
|
* Update to 0.6.3perky2004-03-042-3/+5
|
* Since we already define MASTERDIR, go ahead and use it in preferencelinimon2004-03-047-7/+7
| | | | | | to another use of .CURDIR. Approved by: jeh@FreeBSD.org (maintainer)
* Patch configure so it will detect Berkeley DB properly andlofi2004-03-044-2/+96
| | | | | | the port will build the kdictplugin for kbabel. Bug reported by: Dofri Jonsson <imp@hell.is>
* ${PERL} -pi -> ${REINPLACE_CMD}lofi2004-03-041-2/+3
| | | | | | (Sorry for the delay, kde@freebsd.org was down for 1.5 weeks) Noticed by: Adam Weinberger <adamw@magnesium.net>
* Upgrade to version 3.3.2.joerg2004-03-048-114/+114
|
* Update to 2.0.34.fjoe2004-03-049-460/+16
|
* Updated i386 binaries for version 03.2nork2004-03-0412-24/+24
| | | | | PR: ports/63522 Submitted by: david marshall <marshall@chezmarshall.com> (maintainer)
* - Style: s/@freebsd.org/@FreeBSD.org/pav2004-03-042-2/+2
|
* Update to latest current version.lev2004-03-036-43/+47
|
* Add new deviceslev2004-03-037-11/+12
|
* Two new deviceslev2004-03-039-47/+116
|
* - Add missed dependency on glib20pav2004-03-031-1/+1
| | | | Reported by: bento via kris
* Add aegis 4.16:sergei2004-03-036-0/+257
| | | | | | | | | | | | | | Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. Author: Peter Miller <millerp@canb.auug.org.au> WWW: http://aegis.sourceforge.net/ PR: ports/54060 Submitted by: vance@aurema.com
* BROKEN on alpha: unfetchablekris2004-03-033-3/+21
|
* Add gauche-sdl, SDL bindings for the gauche scheme environmentpav2004-03-0310-0/+122
| | | | | PR: ports/62892 Submitted by: Erik Greenwald <erik@smluc.org>
* Correct a typo: .Fa -> .Ft in mdoc output. Add CVS tags.bms2004-03-022-1/+5
|
* Upgrade to 1.1 which still does not (yet) build on -current.obraun2004-03-023-13/+175
|
* Fix a typo, PKG_PLIST should have been PLIST_FILES.bms2004-03-021-1/+1
|
* c2mdoc is an awk/shell script wot I wrote to aid in documenting our manybms2004-03-026-0/+72
| | | | | | | wonderful kernel APIs. c2man seems to choke on tcp_subr.c (which I was using as a baseline), so let's do it the long way round instead. This script spits out mdoc(7) markup ready for pasting into the SYNOPSIS section of our wonderful mdoc.template.
* - Fix package for option WITHOUT_X11dinoex2004-03-022-5/+7
|
* Put the right BUILD/RUN dependencies as gdiff/gpatch are both needed forroberto2004-03-021-2/+2
| | | | | | building and running tla. Suggested by: tobez
* - Update to version 2.2.9krion2004-03-024-34/+27
| | | | | PR: ports/63590 Submitted by: Ports Fury
* Update to 1.3.6arved2004-03-012-4/+4
| | | | | SIZEify Add Norwegian to languages on alpha (requested by: Idar Tollefsen)
* Remove obsolete modules:skv2004-03-011-2/+0
| | | | | devel/p5-POE-Component-IKC-ReallySimple devel/p5-POE-Session-Cascading
* Remove port (obsolete, deleted from CPAN)skv2004-03-018-90/+0
|
* Add argp-standalone 1.3,krion2004-03-014-0/+31
| | | | | | | | | | | | | | | | | | It is standalone version of argp - part of glibc library. It was separated off glibc by Niels Myller, Niels primary use it for inclusion in the LSH distribution, but it's useful for any package that wants to use argp and at the same time be portable to non-glibc systems. Besides portability fixes, there are a few other changes in this version. The most important is that it no longer builds upon getopt; the one or two hairy functions of GNU getopt are incorporated with the argp parser. There are longer any global variables keeping track of the parser state. PR: ports/63568 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* - Update to version 0.9.12krion2004-03-013-1010/+924
| | | | | PR: ports/63572 Submitted by: maintainer
* MASTER_SITE_GNU have the distfile in ${PORTNAME}/rel5.6eik2004-03-011-2/+3
| | | | | PR: 63513 Submitted by: Jason Harris <jharris@widomaker.com>
* - SIZEifykrion2004-03-012-0/+2
| | | | | PR: ports/63548 Submitted by: maintainer
* Update to 1.3.21.knu2004-03-014-6/+6
|
* Fix a typo (GMAKE -> MAKE) to fix build on bento and unmark BROKEN.knu2004-03-012-6/+2
|
* - Update to version 0.4.0krion2004-02-294-4/+16
|
* - Update to 0.3.13pav2004-02-292-2/+2
| | | | | | PR: ports/63486 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer
* Fix build on CURRENTarved2004-02-293-7/+33
|
* Add --english-only for alpha.arved2004-02-291-0/+4
| | | | | | PR: 55186 Submitted by: Idar Tollefsen <idart@performancedesign.no> Thanks to: pav for reminder
* - Update to 0.3.1pav2004-02-293-153/+207
| | | | | | PR: ports/62553 Submitted by: bruno <bruno@mail.tinkerbox.org> Approved by: maintainer timeout (15 days)
* - Update to version 5.6.0krion2004-02-294-38/+23
| | | | | PR: ports/63494 Submitted by: Ports Fury
* - Respect PREFIXpav2004-02-292-5/+2
| | | | | | | | - Unmark BROKEN (hopefully) - Add one missed file to pkg-plist PR: ports/63301 (based on) Submitted by: leafy <leafy@leafy.idv.tw> (maintainer)
* The OSKit is a framework and a set of component libraries orientedpav2004-02-295-0/+883
| | | | | | | to operating systems, together with extensive documentation. PR: ports/60431 Submitted by: Jerry <unidevel@yahoo.com.cn>
* Add p5-PatchReader, a set of utilities for reading in, transforming, and doingpav2004-02-285-0/+56
| | | | | | | | | | | | | | various other things with a patch. It basically allows you to create a chain of readers that can read a patch, remove files from a patch, add CVS context, fix up the patch root according to CVS, and output the patch as raw unified or through a template processor (used in some places to output a patch as HTML). Author: John Keiser <john@johnkeiser.com> WWW: http://search.cpan.org/dist/PatchReader/ PR: ports/62673 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* - Update to 5.0.1pav2004-02-282-4/+3
| | | | | PR: ports/63485 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* Add p5-POE-Component-DebugShell 1.14,skv2004-02-285-0/+49
| | | | | interactive peeking into a running POE application.
* Add ossp-xds, a generic and extensible encoding and decodingpav2004-02-285-0/+45
| | | | | | | | | | | | | framework for the serialization of arbitrary ISO C data types. OSSP xds consists of three components: the generic encoding and decoding framework, a set of shipped engines to encode and decode values in certain existing formats (Sun RPC/XDR and XDS/XML are currently provided), and a run-time context, which is used to manage buffers, registered engines, etc. The library is designed to allow fully recursive and efficient encoding/decoding of arbitrary nested data. PR: ports/63182 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* D'oh! Remove ossp-str, it's duplicate of existing port devel/str.pav2004-02-285-42/+0
| | | | | | Sorry for the noise. Pointy hat to: pav
* Add ossp-str, a generic string library written in ISO-C which providespav2004-02-285-0/+42
| | | | | | | | | | | | functions for handling, matching, parsing, searching and formatting of ISO-C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convenient and compact API plus a more generalized functionality. WWW: http://www.ossp.org/pkg/lib/str/ PR: ports/63180 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Updated to 1.23skv2004-02-282-3/+14
|
* Updated to 0.63skv2004-02-282-2/+4
|
* Add pear-PHPUnit, a regression testing framework used by the developerpav2004-02-284-0/+35
| | | | | | | | | | | who implements unit tests in PHP. It is based upon JUnit, which can be found at http://www.junit.org/. WWW: http://pear.php.net/package-info.php?package=PHPUnit WWW: http://www.sebastian-bergmann.de/PHPUnit/ PR: ports/63311 Submitted by: Gerrit Beine <gerrit@beine-computer.de>
* It is not that this port is broken on !i386 but it is broken with Rubyknu2004-02-281-2/+5
| | | | | | | | 1.8 or later. Like this one, there are a bunch of ruby ports that don't support 1.8 yet, and I'll take care of them in near future, too. Sorry for the inconvenience.
* Update for new version. Bump PORTREVISION, recompute md5sums.bms2004-02-282-3/+4
| | | | Fix typo in makefile comments.
* Update to 0.1.1.knu2004-02-282-3/+3
|
* Update to 0.5.4.knu2004-02-286-9/+9
|
* Update to 3.2.3.knu2004-02-282-2/+3
|
* Add option to ignore posix priority scheduling.tegge2004-02-289-5/+556
| | | | | Add threadsafe versions of some libc functions on FreeBSD 4.x. Register liblgcc_r_pic.a as installed for FreeBSD 5.x.
* - Update to version 0.18krion2004-02-283-14/+11
| | | | | PR: ports/63450 Submitted by: maintainer
* Fix build with latest OpenPAM in -CURRENT.fjoe2004-02-281-0/+10
|
* Update to 1.09erwin2004-02-272-3/+3
|
* Update to tla 1.2, just released.roberto2004-02-273-6/+8
| | | | | | | - SIZEify it - added master sites (with conversion to main GNU site) - use ${PRINTF} - corrected WWW: in pkg-descr.
* - Convert to USE_GNOMEpav2004-02-273-4/+3
| | | | | | PR: ports/59744 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer timeout (3 months)
* add NaturalDocs 1.21ijliao2004-02-274-0/+57
| | | | An extensible, multi-language source code documentation generator
* Add libassetml 1.2.1, devel Library to share image and audio filesbland2004-02-276-0/+68
| | | | between projects.
* Update to 2.2.1.knu2004-02-276-9/+12
|
* - Fix package build on sparc64krion2004-02-272-17/+21
| | | | | - Unbreak and pet portlint - Bump PORTREVISION
* Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports whichlofi2004-02-273-0/+6
| | | | BUILD_DEPEND on qmake now.
* Updated to 0.27skv2004-02-263-7/+10
|
* MASTERDIR was either not specified or specified in the wrong makefile.jeh2004-02-268-2/+9
|
* It seems that some commands on 5.1-p? didn't like .if (${OSVERSION} ..) andjeh2004-02-261-2/+2
| | | | wanted it without the ( )
* Add p5-POE-API-Peek 0.01,skv2004-02-265-0/+38
| | | | | peek into the internals of a running POE environment.
* Update to 0.24mat2004-02-262-3/+3
|
* BROKEN on !i386: Does not compilekris2004-02-261-1/+7
|
* BROKEN on !i386: Does not compilekris2004-02-263-2/+18
|
* BROKEN on alpha 5.x: Does not compilekris2004-02-261-1/+7
|
* - add SIZEdinoex2004-02-266-0/+7
|
* Chase repomove graphics/hdf* -> science/hdf*pav2004-02-262-2/+2
|
* Disable compile warnings to fix build with the new gnuregex.h.marcus2004-02-261-1/+2
|
* LinCVS is QT3-based since a while, not QT2markus2004-02-261-1/+1
| | | | Approved by: arved (mentor)
* Update to 0.11mat2004-02-253-4/+5
| | | | | | PR: 60604 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer timeout
* Broken on alpha too.lev2004-02-251-0/+4
|
* New devices, some fixes.lev2004-02-253-10/+7
|
* Make c2hs buildable with either ghc6 (default) or ghc5.obraun2004-02-252-16/+33
| | | | Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Broken on amd64, as any other gcc.lev2004-02-252-2/+16
|
* This prot WORKS on sparc64. Tested five minutes ago on panther.freebsd.org.lev2004-02-251-2/+2
|
* BROKEN on !i386: Broken pkg-plistkris2004-02-251-1/+7
|
* Flip the sense of the supported architecture list since we only have onekris2004-02-251-1/+1
| | | | 32-bit platform
* Update to 1.8: test with pcsc-lite-1.2.0; remove advertising clause fromlinimon2004-02-252-2/+2
| | | | | | | license; minor cleanup. PR: ports/63205 Submittec by: Toni Andjelkovic <toni@soth.at> (maintainer)
* Add missing files for lifecycle; utilize OPTIONS; add SIZE.linimon2004-02-254-18/+49
| | | | | PR: ports/62886 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
* add p5-Data-Hexdumper 1.2ijliao2004-02-255-0/+39
| | | | A module for displaying binary data in a readable format
* Add pear-XML_RPC 1.0.4, a PHP implementation of the XML-RPC protocol.ale2004-02-254-0/+38
| | | | | PR: ports/63151 Submitted by: Thierry Thomas <thierry@pompo.net>
* Update to 1.4.1 release.ale2004-02-253-5/+9
| | | | | PR: ports/63322 Submitted by: Thierry Thomas <thierry@pompo.net>
* New devices added.lev2004-02-244-6/+6
| | | | New function attribute `task' fo SOS RTOS added.
* New devices added, old ones fixed...lev2004-02-2412-97/+164
|
* Unbreak: remove check for tkConfig.sh.tg2004-02-242-2/+69
|
* Turn off perl's -T flag for the moment, for CVSweb 2.0.6's code doesknu2004-02-244-16/+8
| | | | | | | | not pass Perl 5.8's stricter taint checks. The flag will be turned on again when the port is updated to the next release. PR: ports/62650, ports/62743 Submitted by: naddy, Palle Girgensohn <girgen@pingpong.net>
* Update to 0.02mat2004-02-242-3/+3
|
* Add missing dependency (Test::More) for perl < 5.7.2skv2004-02-241-3/+7
| | | | Pointed by: kris, erwin
* - pass missing packages (post-patch)obraun2004-02-241-3/+9
| | | | | | | | | - WITH_NHC98 is an OPTION - use PKGNAMESUFFIX (-ghc5/-nhc98) - remove BROKEN-tag PR: ports/63299 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Update to 2.07mat2004-02-242-2/+6
| | | | Approved by: maintainer
* Update to 0.25mat2004-02-243-3/+4
| | | | Approved by: maintainer
* Update to 0.24mat2004-02-243-4/+5
| | | | Approved by: maintainer
* Add p5-Shell-Base 0.04, perl module implementing a simple command shell.erwin2004-02-247-0/+74
| | | | | PR: ports/62166 Submitted by: Christopher Nehren <apeiron@comcast.net>
* Remove unused patch for `./configure', which confuses users.lev2004-02-244-4/+0
|
* Update to 0.9.1: enhanced test suite by comparing against previously savedlinimon2004-02-244-38/+6
| | | | | | | | output; switch from text-based VERSION file to C-based cfg_vers.c; bugfixes and cleanups. See ChangeLog for complete details. PR: ports/63175 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Update to 0.9.5: remove log0...4 macros; bugfixes.linimon2004-02-242-11/+4
| | | | | PR: ports/63174 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* remove obsolete extra-patch fileijliao2004-02-242-27/+12
| | | | | | patch html files only if NOPORTDOCS not defined Submitted by: maintainer
* BROKEN on !i386: Does not compilekris2004-02-241-1/+7
|
* - Update to 0.06erwin2004-02-241-13/+0
| | | | | | | | - Fix problem with duplicate post-patch target PR: 63291 Submitted by: maintainer Pointy hat to: erwin
* - Update to 0.06erwin2004-02-242-7/+3
| | | | | | | | - Fix problem with duplicate post-patch target PR: 63291 Submitted by: maintainer Pointy hat to: erwin
* - Update to version 4.1.2krion2004-02-245-13/+25
| | | | | PR: ports/63290 Submitted by: maintainer
* BROKEN on !i386 and !ia64: Does not compilekris2004-02-241-1/+7
|
* Add tigcc, a C compiler for the TI89, TI92, and TI92+ calculators.pav2004-02-245-0/+3302
| | | | | | | WWW: http://tigcc.ticalc.org/ PR: ports/62938 Submitted by: tuximus <tuximus@tuximus.mine.nu>
* alpha is also a 64-bit environment (add to NOT_FOR_ARCHS)kris2004-02-241-1/+1
|
* - make portlint happyclement2004-02-243-8/+20
| | | | | | | | - PGPify - use %%DOCSDIR%% PR: 63271 Submitted by: Jason Harris <jharris@widomaker.com>
* Fix build with new gnuregex.h scheme as well as on 4.X i386.marcus2004-02-242-2/+4
| | | | Reported by: bento via kris
* Update to 1.18erwin2004-02-242-3/+3
|
* Change my email address.markus2004-02-241-1/+1
| | | | Approved by: arved (mentor)
* Update to 1.08erwin2004-02-243-6/+4
|
* Hurra!lev2004-02-248-12/+12
| | | | Update to release 1.0.0!
* - Update to version 5.3.0krion2004-02-243-3/+17
| | | | | | PR: ports/63019 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> Approved by: maintainer
* Updated to 0.20skv2004-02-233-3/+8
|