summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-27Inport cambevao 2.0abs6-0/+107
cambevao grabs images from NetBSD's or FreeBSD's /dev/bktr and ov511+ based USB webcams and saves them as jpegs. It includes a built-in mini webserver for static and streaming images.
2004-06-27Correct line offsets in patch while here.wiz2-5/+5
2004-06-27Fix a C99 variable definition, to make this build with older compilers.kristerw2-1/+18
2004-06-27Require gcc 3.0 or newer, since it contains c++ constructs thatkristerw3-2/+21
gcc 2.95 does not understand. DTRT with threading for platforms without native threads.
2004-06-27Update misc/uptimec to 0.2p3, closes PR pkg/26082.xtraeme3-7/+8
Changes: Version 0.2p3 ------------- Fixed problem when compiling on some HP/UX systems. Implemented changes that forces uptimec to use select() on HP/UX systems even if sys/select.h is not availible. Version 0.2p2 ------------- Imported new routines to extract uptime on Tru64 which enables the client to run in a chrooted environment. Will now bind() socket before using it, which seems to be required on some platforms. (Noted when running in FreeBSD jail) Contributors to this release: Tobias Nygren Aaron D. Gifford
2004-06-27Fix several 64 bit issues to get this going on alpha and hopefullydmcmahill6-1/+193
amd64 and sparc64. Patches provided by Olaf Seibert in PR pkg/26055.
2004-06-27Update samba2 to samba-2.2.8anb8abs2-146/+146
Fix PLIST - it seems to install in share/doc/samba2 not share/doc/samba
2004-06-27Remove duplicate line in install arg. Reported by Sebastian Prause on tech-pkg.wiz1-2/+1
2004-06-27The configure script requires pkg-config.kristerw1-1/+2
2004-06-27Make sure the directories exists before trying to install in them.kristerw4-3/+32
Solves PR 25426. Add dependency on PERL5 so that the configure script does the right thing, since this package use the path in places that cannot be patched by REPLACE_PERL (and bin/swish-filter-test need perl to run anyway). Bump PKGREVISION.
2004-06-27Note update of intltool to 0.31 and removal of xml-i18n-tools.jmmv1-1/+3
2004-06-27Remove xml-i18n-tools. This package is obsolete: the homepage is notjmmv5-80/+1
available, intltool provides its funcionality, and some Linux systems I checked do not provide it any more.
2004-06-27Use intltool instead of xml-i18n-tools. No functional changes.jmmv3-8/+6
2004-06-27Update to 0.31. While here, make this package also install the xml-i18n-toolsjmmv6-56/+20
utility to obsolete the standalone xml-i18n-tools package. Changes since 0.30: * Usage of [no-xml] option in AC_PROG_INTLTOOL to avoid requiring XML::Parser Perl module. (Rodney Dawes) * Support for C#. (Rodney) * Support for running intltool-update without autoconf, or with po/Makevars file (as used in gettext). (Danilo Segan) * New XML merging (compatible with pre-0.27.2 intltool) -- bug #130802 -- entity decoding and encoding is not done anymore for XML. (Danilo) * Multiple-output XML merging now produces simpler files, and sets "xml:lang" only when translation is used -- bug #46650. (Danilo) * Support for passing comments to translators from XML and GConf schema files. (Danilo) * Many bug fixes (Rodney, Danilo, Callum McKenzie)
2004-06-27Note update of:recht1-1/+7
- postgresql74 to 7.4.3 - postgresql74-client to 7.4.3 - postgresql74-docs to 7.4.3 - postgresql74-lib to 7.4.3 - postgresql74-server to 7.4.3 - jdbc-postgresql74 to 7.4.3
2004-06-27update to 7.4.3recht13-638/+633
changes: * Fix temporary memory leak when using non-hashed aggregates (Tom) * ECPG fixes, including some for Informix compatibility (Michael) * Fixes for compiling with thread-safety, particularly Solaris (Bruce) * Fix error in COPY IN termination when using the old network protocol (ljb) * Several important fixes in pg_autovacuum (Matthew T. O'Connor) * Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce) * Several JDBC fixes * Fix ALTER SEQUENCE RESTART where last_value equals the restart value (Tom) * Repair failure to recalculate nested sub-selects (Tom) * Fix problems with non-constant expressions in LIMIT/OFFSET * Support FULL JOIN with no join clause, such as X FULL JOIN Y ON TRUE (Tom) * Fix another zero-column table bug (Tom) * Improve handling of non-qualified identifiers in GROUP BY clauses in sub-selects (Tom) * Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom) * Add checks for invalid field length in binary COPY (Tom) * Avoid locking conflict between ANALYZE and LISTEN/NOTIFY * Numerous translation updates (various contributors)
2004-06-27Fix suEXEC DOCPATHadrianp1-2/+2
2004-06-27s/planetmirror.com/public.planetmirror.com.au/ to help MASTER_SORT.grant1-2/+2
2004-06-27Note update of openoffice-linux to 1.1.2.mrauch1-1/+2
2004-06-27Update to version 1.1.2.mrauch5-4354/+4818
This is a bugfix release, no new features have been added. For a complete list of fixed crashes and problems see http://download.openoffice.org/1.1.2/release_notes_1.1.2.html The user installation part now happens also automatically.
2004-06-27Note update of multimedia/m{kvtoolnix,mg}.salo2-3/+4
2004-06-27Updated to version 0.9.1.salo3-7/+7
Changes: - mkvmerge: Dropped supoprt for 'aviclasses' (one of the two libraries for accessing AVI files). This mostly affects the Windows users as I've used aviclasses and not avilib on Windows so far. The 0.9.0-pre-builds so far haven't shown any problems, though, so I hope this doesn't break anything. new feature: mmg will set the 'display dimensions' automatically for AVI files whose video track is MPEG4 and has the pixel aspect ratio stored in the bitstream. bug fix: The improved MP3 garbage detection was broken resulting in an error message from mkvmerge in some weird bug fix: Matroska tracks can use lacing (several frames inside one Matroska block with only one timecode for the whole block). mkvmerge did not recreate the timecodes for the frames 1..n in the lacing correctly. feature removed: Dropped support for 'time slices'. They were not used, didn't offer the player any additional value and caused massive increase in overhead. bug fix: The OGM fix in 0.9.0 broke handling for non-broken OGM files a bit. new feature: Added support for the audio/video synchronization method used by NanDub (garbage at the beginning of audio tracks inside an AVI) for AC3 and MPEG audio tracks. In other words: If an AVI is read and an audio track contains garbage right at the beginning then the corresponding audio delay is calculated and used instead of simply discarding the garbage. new feature: Enabled reading MPEG4 video from MP4 files (nope, they're not stored in Matroska's native mode yet). - mmg bug fix: The job manager did not handle the conversion of non-ASCII characters correctly. new feature: The action 'delete job' in the job manager will also delete the file in the 'jobs' subdirectory. new feature: Added an option to make mmg stay always on top (only on Windows). new feature: Added a dialog for adding arbitrary command line options which includes a list of advanced options to chose from.
2004-06-27remove unwanted word "version" from a previous line (hi, seb!)grant1-2/+2
2004-06-27note update of fltk to 1.1.5rc1nb2 (PLIST fix).grant1-1/+2
2004-06-27fix @dirrm in PLIST:grant2-4/+4
share/doc/html/fltk -> dirrm share/doc/fltk bump PKGREVISION.
2004-06-27+ eclipse-3.0, gsasl-0.1.1, libidn-0.5.0, uptimec-0.2p3 [pkg/26082].wiz1-4/+5
2004-06-27correctly detect sparcv9, allows this to get further on Solarisgrant1-2/+6
when running a 64-bit kernel.
2004-06-27use buildlink3 for compiler specific flag stripping. fixes build ongrant1-1/+2
Solaris.
2004-06-27don't pass gcc specific flags.grant1-2/+2
XXX this is still bogus because it passes -fpic to generate pic code to build a shared obbject which is not always desired (eg. Interix).
2004-06-27this blindly calls "gcc" so use buildlink3 so it uses the wrapper.grant1-1/+3
2004-06-27include openssl/buildlink3.mk to remove hidden dependency on openssl.grant1-1/+2
no PKGREVISION bump because it wouldn't build without openssl.
2004-06-27replace bogus USE_PKGSRC_GCC with ONLY_FOR_COMPILER=gcc.grant1-6/+2
2004-06-27this uses a c and c++ compiler.grant1-1/+2
2004-06-27this blindly calls "gcc", so use buildlink3 so it uses the wrapper.grant1-1/+3
2004-06-27this uses a c and c++ compiler.grant2-2/+4
2004-06-27this only uses a c++ compiler.grant1-1/+2
2004-06-27tiny whitespace tweakgrant1-2/+2
2004-06-27this needs flex and bison to build. fixes build on Solaris.grant2-8/+9
XXX this could be handled better by the tools stuff.
2004-06-27this needs -lnsl on Linux and -lnsl -lsocket on Solaris.grant1-1/+6
2004-06-27this blindly calls "gcc" so use buildlink3 so it uses the wrapper.grant1-1/+3
2004-06-27don't call a static function from an inline function, not allgrant2-1/+15
compilers allow it.
2004-06-27don't inline a function in one source file and expect to be able togrant3-1/+29
use it in other source files - not all compilers allow this.
2004-06-27on Solaris, binaries that use libpcap.a always need -lnsl and -lsocketgrant1-1/+11
for the socket functions.
2004-06-27use buildlink3 and include libpcap/buildlink3.mk to remove the hiddengrant1-1/+3
dependency on libpcap. no PKGREVISION bump required as this would not build without libpcap, anyway.
2004-06-27this uses a c and c++ compiler.grant1-1/+2
2004-06-27this blindly calls "gcc" so use buildlink3 so it uses the compilergrant1-2/+3
wrappers.
2004-06-27Note update of graphics/barcode to version 0.98 [bug fixes, new PCL outputseb1-1/+2
and new encodings]
2004-06-27Update to version 0.98.seb5-47/+63
Packages changes: * Update HOMEPAGE. * Note that patch files were ordered so that the info file does not appear newer than its Texinfo source. Changes since last packaged version: 2002-03-01 Alessandro Rubini <rubini@linux.it> * library.c (Barcode_Encode): handle bitsets separately, like in Barcode_Print (otherwise, you might loose NO_CHECKSUM). * debian/changelog: moved to 0.98 (but should fix all debian/ stuff) * contrib/barcode-for-delphi.tar.gz: new, contributed by Michael Geddes * contrib/barcode-for-delphi.tar.gz.README: short info for file above * main.c (main): allow "-g" to set size of code in a table as well -- suggested and initiallt implemented by Joachim Reichelt. (main): fixed missing "Page: 1 1" in postscript for tables (main): for tables don't use Encode_and_Print, use a local unrolled version, so the default margin can be removed and we avoid problems with negative xoff in the output phase (first column may be offset, as noted by Karl Magnus Kolstoe) * doc/doc.barcode: documented change above. * README: removed refernces to systemy.it, I'm no more there Added link to FreeBSD ports tree and GLabels Organized as sections with titles * contrib/barcode-SVG.tar.gz: new contribution, by David J. Humphreys * contrib/barcode-SVG.tar.gz.README: short description of file above * contrib/grab-0.0.4.tar.gz: new program, by Tuukka Toivonen. * contrib/grab-0.0.4.tar.gz.README: short description of file above 2002-03-01 Boszormenyi Zoltan <zboszor@externet.hu> * barcode.spec: new file 2002-02-27 Alessandro Rubini <rubini@linux.it> * bookland/bookland.py: updated to version 0.92 by Judah Milgram 2001-11-13 Alessandro Rubini <rubini@linux.it> * README: Added a pointer to the Windows port. 2001-11-09 Cloyce D. Spradling <cloyce@headgear.org> * code128.c (Barcode_128b_verify): prototype fix (unsigned char). * ps.c (Barcode_ps_print): the comment for ascii codes must only be printed if ascii is being printed (benign bug). 2001-11-06 Christoph Pross <c.pross@beck-ipc.com> * pcl.c (Barcode_pcl_print): bugfix: bars were misplaced 2001-10-16 Nathan D. Holmes <nh412124@ursa.cosd.fedex.com> ====> Version 0.97 released to ftp.systemy.it and ftp.gnu.org * code93.c: new file (I modified something as well - Alessandro) * doc/doc.barcode (Supported Encodings): added docs for code93 * main.c: added code93 names * Makefile.in (LIBOBJECTS): added code93.o * library.c: added code93 entry points 2001-10-16 Alessandro Rubini <rubini@linux.it> * doc/manpager: added (trivial) support for @itemize, added copyright * sample.c (main): accept -P to create PCL output * doc/doc.barcode (PCL Output): added the section, using text provided by Andrea Scopece and turning it into texinfo. Removed also a few extra newlines that made bad man pages 2001-10-16 Andrea Scopece <a.scopece@vizzavi.it> * barcode.h: added BARCODE_OUT_PCL and BARCODE_OUT_PCL_III * library.c (Barcode_Print): use BARCODE_OUT_PCL to select pcl_print() * Makefile.in (LIBOBJECTS): added pcl.o * pcl.c: new file, with PCL output support 2001-10-16 Alessandro Rubini <rubini@linux.it> * doc/doc.barcode (Supported Encodings): added documentation for EAN and UPC with checksum, as coded by mr. Böszörményi (below) 2001-10-16 Boszormenyi Zoltan <zboszor@externet.hu> * ean.c: I found that barcode-0.96 does not correctly encodes UPC-E. This was mainly because in upc_e_to_a() the switch() branches all ended without "break;". Printing UPC-E did not print the leading encoding number and the trailing UPC-A checksum. Now it does. Accept EAN-13 and EAN-8 with and without the checksum. So always treat 7 and 12 digit sequences as valid EAN codes and accept 8 and 13 digit sequences as valid EAN codes when the last digit is the same as the calculated one. Accept UPC-A as above (11 or 12 digit sequences.) Accepts UPC-E as: 6 digit sequence: the middle part of the code (leading '0' assumed) 7 digit sequence: the middle part and either a leading '0' or '1', or a trailing UPC-A checksum. In that case, leading '0' assumed. 8 digit sequence: a leading '0' or '1', middle part, checksum UPC-A, UPC-E, EAN-13, and EAN-8 may all include an additional barcode to the right of the main barcode. As a 7 or a 12 digit sequence may be ambiguous, please remember that EAN is checked before UPC if you specified BARCODE_ANY. 2001-08-20 Alessandro Rubini <rubini@linux.it> * sample.c (main): added upc-e and ean-8 samples 2001-08-11 Boszormenyi Zoltan <zboszor@externet.hu> * ps.c (Barcode_ps_print): don't output "showpage" in EPS mode 2001-08-11 Alessandro Rubini <rubini@linux.it> * README: Changed host names, added barcode-commit list. 2000-11-29 Alessandro Rubini <rubini@morgana.systemy.it> * doc/doc.barcode (The Field List): 1pt == 0.352mm, not 0.0352 (thanks to Stephen Irven for reporting)
2004-06-27note PKGREVISION bump of ghostscript-esp.grant1-1/+2
2004-06-27bump PKGREVISION for dependency change + new files install (hi, recht!)grant1-2/+2