summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-09-26fix for darwindanw2-2/+16
2004-09-26fix dylib handlingdanw1-2/+1
2004-09-26Use the correct path for p5-Convert-BinHex.agc1-2/+2
2004-09-26Note rapidsvn-0.7.0 update.epg1-1/+2
2004-09-26Update to Version 0.7.0 (released Sep 02 2004)epg3-6/+28
http://svn.collab.net/repos/rapidsvn/tags/0.7.0 User-visible changes: 179 Direct text editor access from RapidSVN 172 Options are now configurable in View/Diff tool preferences 192 Added STOP button 190 Added Documentation for Release Management 191 New merge button in log dialogue 220 Tweaked: Remember window status "Maximized" 195 Tweaked: Commits are now recursive as default (in dialog) 206 Tweaked: Changed menu entries for "Add Working Copy" and "Add Repository" menu items confusing 165 Fixed: Space in dir name became %20 on rename 194 Fixed: Copy didnt work with URL destination 196 Fixed: Win32 build files were missing from tar.gz source kits 167 Fixed: crash on expand bottom bookmark 214 Fixed: Incorrect info for repository directories 197 Fixed: Commit/Update used active file instead of folder in folder browser menu (when right-clicking in the folder browser) 207 Fixed: TextViewer (called by LogDlg) removed (see #179) 189 Fixed: Sort order; group unversioned items with other modified 198 Fixed: folder double-clicking on Win32 Developer-visible changes: 201 Fixed: Client::log("") failed 204 Fixed: cat couldnt return binary data 218 Fixed: Default config dir created against user wishes 219 Fixed: Auth code ddidnt not use users config_dir 224 Fixed: make fails on Suse 9.1 208 Fixed: install svncpp headers (with make install) 199 Fixed: Correctly disable VC7 warning 4290 200 Fixed: VC7 wants some more Exception ctors
2004-09-26+p5-Data-UUID-0.11epg1-1/+2
2004-09-26Import p5-Data-UUID-0.11.epg4-0/+35
This module provides a framework for generating UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 A.D. UUIDs were originally used in the Network Computing System (NCS) and later in the Open Software Foundation's (OSF) Distributed Computing Environment. Currently many different technologies rely on UUIDs to provide unique identity for various software components, Microsoft COM/DCOM for instance, uses GUIDs very extensively to uniquely identify classes, applications and components across network-connected systems.
2004-09-26+ bitlbee-0.91, check-0.9.1 [pkg/27038], efax-gtk-2.2.11, gimp-2.0.5,wiz1-6/+11
gnunet-0.6.4a, gnustep-gui-0.9.4, lbreakout-2.5.1, lesstif-0.93.96, php-4.3.9, php-5.0.2. - global (thanks, abs!)
2004-09-26Note update of net/rdesktop to version 1.3.1nb2 [patch from KDE toseb1-1/+2
to support krdc from krdc from kdenetwork package version 3.3.0]
2004-09-26Add PATCHFILE from KDE cvs repository: it adds an option to embed rdesktopseb2-3/+9
into a existing window. This is required by krdc from kdenetwork package version 3.3.0. XXX This is supposed to be integrated in next version of rdesktop. Bump PKGREVISION.
2004-09-26DEPENDS on p5-PerlIO-via-dynamic.kristerw1-1/+3
2004-09-26Fix rmdir command so it passes remove-dir in the buildlink-transformjlam1-4/+4
regression test.
2004-09-26Note addition of the following packages:epg1-1/+15
+ p5-Clone-0.15 + p5-Data-Hierarchy-0.20 + p5-Regexp-Shellish-0.93 + p5-Pod-Escapes-1.04 + p5-Pod-Simple-3.02 + p5-PerlIO-via-dynamic-0.11 + p5-PerlIO-via-symlink-0.02 + p5-IO-Digest-0.10 + p5-SVN-Mirror-0.47 + p5-SVN-Simple-0.25 + p5-Locale-Maketext-Simple-0.12 + p5-File-BaseDir-0.02 + p5-File-MimeInfo-0.10 + svk-0.21
2004-09-26+p5-Clone, p5-Data-Hierarchy, p5-File-BaseDir, p5-File-MimeInfo,epg1-1/+12
p5-IO-Digest, p5-PerlIO-via-dynamic, p5-PerlIO-via-symlink, p5-Regexp-Shellish, p5-SVN-Mirror, p5-SVN-Simple, svk
2004-09-26+p5-Pod-Escapes, p5-Pod-Simpleepg1-1/+3
2004-09-26+p5-Locale-Maketext-Simpleepg1-1/+2
2004-09-26Import svk-0.21.epg4-0/+56
While Subversion aims to take over the CVS user base, SVK attempts to take over the others -- including people who are already using other SCM systems, and people who had not started using SCM. SVK is written in Perl, using Subversion's underlying filesystem but provides additional features: * Offline operations like "checkin", "log", "merge". * Distributed branches. * Lightweight checkout copy management (no ".svn" directories). * Advanced merge algorithms, like "star-merge" and "cherry picking". For more information, please visit the web site at http://svk.elixus.org/.
2004-09-26Import p5-File-MimeInfo-0.10.epg4-0/+27
This module can be used to determine the mime type of a file; it's a replacement for File::MMagic trying to implement the freedesktop specification for using the shared mime-info database. The package comes with a script called 'mimetype' that can be used as a file(1) work-alike.
2004-09-26Import p5-File-BaseDir-0.02.epg4-0/+25
This module can be used to find directories and files as specified by the XDG Base Directory Specification.
2004-09-26Import p5-Locale-Maketext-Simple-0.12.epg4-0/+26
This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors.
2004-09-26Import p5-SVN-Simple-0.25.epg4-0/+24
SVN::Simple provides a simple interface to the Subversion delta editor interface for Perl.
2004-09-26Import p5-SVN-Mirror-0.47.epg4-0/+29
SVN::Mirror allows you to mirror one Subversion repository to another.
2004-09-26Import p5-IO-Digest-0.10.epg4-0/+25
This module allows you to calculate digests while reading or writing file handles. This avoids the case you need to reread the same content to compute the digests after written a file.
2004-09-26Import p5-PerlIO-via-symlink-0.02.epg4-0/+24
The PerlIO layer symlink allows you to create a symbolic link by writing to the file handle.
2004-09-26Import p5-PerlIO-via-dynamic-0.11.epg4-0/+24
PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is useful when the behavior or the layer depends on variables.
2004-09-26Import p5-Pod-Simple-3.02.epg4-0/+29
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. Pod formatters can use Pod::Simple to parse Pod documents into produce renderings of them in plain ASCII, in HTML, or in any number of other formats.
2004-09-26Import p5-Pod-Escapes-1.04.epg4-0/+25
This module provides things that are useful in decoding Pod E<...> sequences. Presumably, it should be used only by Pod parsers and/or formatters.
2004-09-26Import p5-Regexp-Shellish-0.93.epg4-0/+23
Regexp::Shellish provides shell-like regular expressions.
2004-09-26Import p5-Data-Hierarchy-0.20.epg4-0/+26
Data::Hierarchy is a Perl module for handling data in a hierarchical structure.
2004-09-26Import p5-Clone-0.15.epg4-0/+25
This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.
2004-09-26Note p5-Locale-Maketext-Lexicon-0.42 update.epg1-1/+2
2004-09-26Update to 0.42. Upstream changelog information does not appear to beepg2-5/+5
available.
2004-09-26formatting fix. Hi Stoned!dmcmahill1-2/+2
2004-09-26note addition of tnt-1.2.2dmcmahill1-1/+2
2004-09-26add and enable tntdmcmahill1-1/+2
2004-09-26import tnt-1.2.2dmcmahill14-0/+5063
TNT-MMTL, the Multilayer Multiconductor Transmission Line 2-D and 2.5-D electromagnetic modeling tool suite, generates transmission parameters and SPICE models from descriptions of electronics interconnect dimensions and materials properties. MMTL programs and supporting libraries and documentation have been under development at the Mayo Clinic since the mid-1980s. The programs were developed under government sponsored electronics research programs in the Special Purpose Processor Development Group (SPPDG). They have been employed extensively at Mayo and distributed to some government agencies and research collaborators. At the beginning of 2004, we decided to release the TNT graphical front-end and MMTL programs as free software under the GNU General Public License (GPL). Technically, MMTL programs are in the class of 2-D and 2.5-D "field solvers", which convert dimensions and materials properties into electronic design parameters. The MMTL suite consists of several programs, including lossy, loss-free, quasi-static, and full-wave simulators. Circuit parameters are computed by either the method of moments (MOM) or finite element methods (FEM). Basic per-unit-length parameters are generated by the simulator, and can be converted into HSPICE W-element models. MMTL is similar in many ways to commercial field solver products which typically cost thousands of dollars.
2004-09-26Note initial import of digikamplugins version 0.6.2 as graphics/digikampluginsseb1-1/+2
into the NetBSD Packages Collection. This package provides plugins for the digikam package like batch image processing, html gallery export and more.
2004-09-26Add & enable digikamplugins.seb1-1/+2
2004-09-26Initial import of digikamplugins version 0.6.2 into the NetBSD Packagesseb6-0/+243
Collection. This package provides plugins for the digikam package like batch image processing, html gallery export and more.
2004-09-25No need for devel/kdesdk3 here, it is only needed to build digikam itself.seb1-4/+1
2004-09-25Add APR_USE_DB4 to BUILD_DEFS.epg1-2/+2
2004-09-25Kanjipad updated to 2.0.0.wiz1-1/+2
2004-09-25Update to 2.0.0:wiz5-35/+42
Ported to gtk2.
2004-09-25Note addition of palmpower-1.0.2rh1-1/+2
2004-09-25Add and enable palmpowerrh1-1/+2
2004-09-25Initial import of palmpower-1.0.2, an assembler, disassembler, and PRCrh4-0/+39
splitter for PalmOS binaries.
2004-09-25Add a test for the "rmdir" transformation.jlam2-1/+14
2004-09-25Remove old, no longer used master site.epg1-3/+2
2004-09-25Note subversion-1.0.8 update.epg2-3/+3
2004-09-25Version 1.0.8epg2-5/+5
(22 September 2004, from /branches/1.0.8) http://svn.collab.net/repos/svn/tags/1.0.8 User-visible-changes: * fixed: mod_authz_svn path and log-message metadata leaks. See CAN-2004-0749, and descriptive advisory at http://subversion.tigris.org/security/CAN-2004-0749-advisory.txt