summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1117-1996/+2246
2006-04-17Update to 1.2.9nb2 (hopefully final update for this weekend):wiz4-17/+11
. add rpath to libpng-config output . link against libpng12 (instead of libpng) in all cases. The latter causes shlib dependency changes, so update BUILDLINK_ABI_DEPENDS.png.
2006-04-17Note revbump-1.7 update.wiz1-1/+2
2006-04-17Correct man page: PKGREVISION bumps need to be completedwiz2-6/+6
before buildlink3.mk files can be updated. Update to 1.7.
2006-04-17Make sure to avoid running configure in sablevm's libffi and libpopt, as we usetonio2-4/+34
pkgsrc ones. That should fix the problems with x86_64 (PR pkg/30138)
2006-04-17Extend ".la" file hack to make it work under Mac OS X (Darwin), too.tron1-1/+2
2006-04-17Update to 1.22.gdt4-34/+6
hashcash-1.22 - 08-Apr-2006 - Adam Back <adam@cypherspace.org> [BUG FIXES] hashcash-1.18 - 05-Jul-2005 - Adam Back <adam@cypherspace.org> * add a simpler minting API to make it easier to mint stamps from VB scripting hashcash-1.17 - 30-Mar-2005 - Adam Back <adam@cypherspace.org> [BUG FIXES] hashcash-1.15 - 12-Jan-2005 - Adam Back <adam@cypherspace.org> * make "Hashcash:" be accepted as well as "X-Hashcash:" suggestion by Simon Josefsson <jas@extundo.com>. This way if/when the X- is dropped from hashcash headers we will not have a backwards compatibility problem. (Well not after version 1.15). * implement the -Z option to compress stamps; in fact the usage changed so -Z takes an argument: 0, 1 or 2. 0 = not compressed, 1 = compressed but not so the counter + padding is split, and 2 = very compressed, but slow. (Due to a late discovered bug 2 is the same as 1 for now until I can fix that.) * added -O x -sv to request benchtest of core x only * make code work with -DOPENSSL, think this slipped during integration of Jonathan's libfastmint as it uses some lower level openssl APIs internally. I fixed it but it might be a bit openssl version specific, if they changed the state fields at any point. (This change coincidentally I think should work around the linking with openssl problem that Hal Finney <hal@finney.org> reported). * add libhashcash.a intermediate target to make hashcash more convenient to link into other software on linux. (A suggestion from Hal Finney who was trying to link to his RPOW system.) hashcash-1.14 - 14-Dec-2004 - Adam Back <adam@cypherspace.org> * make hashcash -cX accept continuation lines starting with space as well as tab * add library function to wrap lines and use it from hashcash command line tool. * fix long vs time_t prototype mismatch that was giving compile errors on BSD; also cleaned up some warnings that can be obtained with gcc -Wall.
2006-04-17Remove share/html2text directory on uninstall.schmonz1-1/+2
2006-04-17Make sure sablevm-classpath do not install jni.h (since it is provided bytonio8-15/+45
sablevm) as noted by Gary Duzan in PR pkg/30137 Fix PLIST issues, to properly deintall Fix AWK snippets for print-PLIST Bump PKGREVISION for sablevm and sablevm-classpath
2006-04-17Note update of "mysql5-server" package to version 5.0.20nb1.tron1-1/+2
2006-04-17Add fix for CAN-2006-0903 taken from MySQL bug #17667. Bump packagetron3-3/+18
revision because of this security fix.
2006-04-17Note update of adzap to version 20060414:simonb1-1/+2
- Add more ad patterns. - Add ADJSTEXT and ADHTMLTEXT zap classes. Note: adds the STUBURL_ADJSTEXT and STUBURL_ADHTMLTEXT variables; users should update to the latest adzap.conf as shown in the install message.
2006-04-17Update to version 20060414:simonb4-15/+19
- Add more ad patterns. - Add ADJSTEXT and ADHTMLTEXT zap classes. Note: adds the STUBURL_ADJSTEXT and STUBURL_ADHTMLTEXT variables; users should update to the latest adzap.conf as shown in the install message.
2006-04-17Updated graphics/netpbm to 10.33adam1-1/+2
2006-04-17Changes 10.33:adam3-23/+9
Add pamtosvg. g3topbm: Add -width, -paper_size. libnetpbm / most newer programs: Fix bug that produces plain format output when it should be raw because pnm_readpaminit() does not set 'plainformat' and most programs just copy the input pam to the output pam. pamflip: fix bug with left/right flip of PBM that has width an even multiple of 8 plus something less than 8. pnmquant: turn on autoflush when creating seekable file. install: fix symbolic link pnmdepth -> pamdepth. build: fix some importinc dependencies.
2006-04-17Updated math/qalculate to 0.9.3adam2-3/+8
2006-04-17Changes 0.9.3:adam20-70/+62
* Avoid floating point overflow and underflow * Do not use "Read Precision" in plot * cos(x*pi*rad) equals 1 if x is even, not -1 * isodate(), localdate(), timestamp(), stamptodate() functions * Fix show ending zeroes * Fix prefixes with automatic simplification/factorization * Approximate comparison * ...and some more...
2006-04-17PLIST fixadam1-1/+25
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam552-45768/+45768
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-17Only do the locale transformation if USE_PKGLOCALEDIR is defined. Thisjlam2-2/+9
avoids any problems with current packages that install locale files but don't honor PKGLOCALEDIR yet.
2006-04-17Modify the plist module to automatically transform "^share/locale" injlam4-19/+63
PLISTs to "${PKGLOCALEDIR}/locale" for the installed PLIST. This is similar to the work that's already done to automatically handle PKGINFODIR and PKGMANDIR. PLISTs in pkgsrc will be modified so that they would just list the message files to be under "share/locale". USE_PKGLOCALEDIR must continue to be set in package Makefiles so that localedir substitutions happen at post-configure time.
2006-04-17proftpdmartti1-1/+2
2006-04-17Updated net/proftpd to 1.3.0martti3-12/+12
This is the official release (which should be identical to rc5)
2006-04-16Fix build when faac is installed. Reported by veego@.wiz2-3/+12
2006-04-16png updated to 1.2.9nb1.wiz1-1/+2
2006-04-16Update to 1.2.9nb1:wiz6-113/+38
. pngconf.h included "config.h" if HAVE_CONFIG_H is defined -- really not a good idea, patch it out. broke at least libwmf, reported by veego@ . install some libpng12 files -- IIUC, libpng12* is the future and libpng* is becoming obsolete -- at least according to the wishes of the authors. Don't follow this completely yet, but still patch the pkg-config file to link against -lpng instead of -lpng12, which would require a recursive PKGREVISION bump. We should probably do this at some future time. . switch pkgconfig file to look for headers in include/libpng12 -- the headers still exist in include/ for backwards compatibility. . switch to using GNU_CONFIGURE and the included libtool handling instead of patching in our own into a Makefile. Gets rid of patches and pkgsrc Makefile code.
2006-04-16Add p5-Time-Local.minskim2-2/+4
2006-04-16Import p5-Time-Local from pkgsrc-wip. Packaged by Roman Kulik.minskim4-0/+28
These routines are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1, 1970 UTC on Unix, for example). This value can be positive or negative, though POSIX only requires support for positive values, so dates before the system's epoch may not work on all operating systems.
2006-04-16Add lang/jamvm version 1.4.2tonio2-2/+4
2006-04-16Import lang/jamvm from wiptonio4-0/+59
JamVM is a new Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small, with a stripped executable on PowerPC of only ~135K, and Intel 100K. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, the Java Native Interface (JNI) and the Reflection API.
2006-04-16Fix statvfs support on NetBSD and Solaris (block counts are in unitsmarkd5-9/+64
of f_frsize, not f_bsize). Also add DragonFly support from the old tunepimp package (untested). Package uses c++ and libtool so say so in Makefile. Bump PKGREVISION.
2006-04-16Distfile has changed, but the only difference is time-stamps of all its filesadam1-4/+4
2006-04-16"Your operating system Darwin isn't supported. Feel free to help. :P"ghen1-1/+3
NOT_FOR_PLATFORM added, I'll leave this to a Darwin guru to fix...
2006-04-16Removed patch-ai since msgfmt.sh works correctly nowadam2-17/+1
2006-04-16png updated to 1.2.9.wiz2-3/+3
2006-04-16Update to 1.2.9:wiz6-49/+59
Changes since the last public release (1.2.8): version 1.2.9 [April 14, 2006] Initialized some structure members in pngwutil.c to avoid gcc-4.0.0 complaints Fixed an incorrect typecast in pngrutil.c Added PNG_NO_READ_SUPPORTED conditionals for making a write-only library. Added PNG_NO_WRITE_INTERLACING_SUPPORTED conditional. Optimized alpha-inversion loops in pngwtran.c Moved test for nonzero gamma outside of png_build_gamma_table() in pngrtran.c Make sure num_trans is <= 256 before copying data in png_set_tRNS(). Make sure num_palette is <= 256 before copying data in png_set_PLTE(). Interchanged order of write_swap_alpha and write_invert_alpha transforms. Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin). Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16, png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin). Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin). Added type cast (png_byte) in png_write_sCAL() (Cosmin). Fixed scripts/makefile.cygwin (Cosmin). Updated scripts/makefile.bc32 for Borland C++ 5.6 (Cosmin). Updated scripts/pngos2.def, scripts/pngw32.def (Cosmin). Updated references to png-mng-implement mailing list. Revised man page and libpng.txt to make it clear that one should not call png_read_end or png_write_end after png_read_png or png_write_png. Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin). Check for png_rgb_to_gray and png_gray_to_rgb read transformations before checking for png_read_dither in pngrtran.c Revise checking of chromaticity limits to accommodate extended RGB colorspace (John Denker). Changed line endings in some of the project files to CRLF, even in the "Unix" tar distributions (Cosmin). Make png_get_int_32 and png_save_int_32 always available (Cosmin). Updated scripts/pngos2.def, scripts/pngw32.def and projects/wince/png32ce.def with the newly exported functions. Eliminated distributions without the "configure" script. Updated INSTALL instructions. Make libpng.pc respect EXEC_PREFIX (D.P.Kreil) Remove reference to pngasmrd.h from Makefile.am Change definition of PKGCONFIG from $prefix/lib to $libdir in configure.ac Removed newline from the end of some error and warning messages. Removed test for sqrt() from configure.ac and configure. Made swap tables in pngtrans.c PNG_CONST (Carlo Bramix). Added "OS2" to list of systems that don't need underscores, in pnggccrd.c Removed libpng version and date from *.c files. Removed trailing blanks from source files. Put version and date of latest change in each source file, and changed copyright year accordingly. Restored scripts/makefile.elf which was inadvertently deleted. Removed libpng.vers and libpng.sym from libpng12_la_SOURCES in Makefile.am Fixed inconsistent #ifdef's around png_sig_bytes() and png_set_sCAL_s() in png.h. Updated makefile.elf as suggested by debian. Added LN_SF, MKDIR_P, and other macros to some of the makefiles. Made some makefiles accept "exec_prefix". Simplified some makefiles by using LIBSO, LIBSOMAJ, and LIBSOVER macros. Fixed some "#ifdef defined (..." which should be "#ifdef defined(..." Bug introduced in libpng-1.2.8. Fixed inconsistency in definition of png_default_read_data() Revised calculation of "current" and "major" for irix in ltmain.sh Separated PNG_EXPAND and PNG_EXPAND_tRNS. Added png_set_expand_gray_1_2_4_to_8() and deprecated png_set_gray_1_2_4_to_8() which also expands tRNS to alpha. Include "config.h" in pngconf.h when available. Added some checks for NULL png_ptr or NULL info_ptr (Coverity) Made pnggccrd.c PIC-compliant (Christian Aichinger). Added makefile.mingw (Wolfgang Glas) Revised pngconf.h MMX checking. Defined PNG_USER_PRIVATEBUILD when including "pngusr.h" (Cosmin). Removed nonsensical assertion check from pngtest.c (Cosmin). Revised makefile.beos and added "none" selector in ltmain.sh
2006-04-16+ autogen-5.8.4, fetchmail-6.3.4, iozone-3.263, leafpad-0.8.9,wiz1-7/+17
mailman-2.1.8, miredo-0.8.2, ocaml-3.09.2, p5-Algorithm-Dependency-1.102, p5-Class-Autouse-1.26, p5-Class-Inspector-1.14, p5-DBIx-SearchBuilder-1.43, p5-Locale-Maketext-Lexicon-0.60, png-1.2.9, rhythmbox-0.9.4, unrar-3.6.1, wwwoffle-2.9.
2006-04-16Support PHP5adrianp1-1/+7
Original patch by Daniel Eggert in PR #33214
2006-04-16Added converters/p5-Unicode-UTF8simple version 1.06adrianp1-1/+3
Update multimedia/p5-xmltv to 0.5.42
2006-04-16Update to 0.5.42adrianp3-8/+15
From the CHANGELOG: > Changes: > * Noteable Changes in this release (0.5.41) > > XMLTV.pm: no longer warn on trimming whitespace during XML write > tv_check: multiple --myreplaytv entries to support multiple ReplayTVs > tv_grab_es_digital: removed, no longer works due to site changes > tv_grab_za: updated to respond to site changes. Misc fixes > tv_grab_re: new grabber for Reunion Island (France) > tv_grab_ee: new grabber for Estonia > tv_grab_br: new grabber for Brazil > > Changes: > * Changes in this release (0.5.42) > > tv_grab_za: fixed for site changes, and store configuration data in the config file. > tv_grab_fr: fixed for site changes. > tv_grab_uk_rt: channel id changes. > tv_grab_es_digital: removed because of site changes. Use tv_grab_es. > tv_grab_uk_bleb: no longer requires a particular version of Archive::Zip. > All the grabbers now support --days and --offset.
2006-04-16Remove unused variable, SKIP_AUDIT_PACKAGES.salo1-3/+1
2006-04-16+p5-Unicode-UTF8simpleadrianp1-1/+2
2006-04-16Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersetsadrianp4-0/+37
This utf-8 converter is written in plain perl and works with hopefully any perl 5 version. It was mainly written because more recent modules such as Encode do not work under older Perl 5.0 installations. Supported encodings: euc-kr gb2312 iso-8859-1 iso-8859-2 iso-8859-9 koi8-r utf-8 windows-1256
2006-04-16Make this work w/ Apache2 (and ap2-perl).kim3-11/+306
Remove some HTML output from the code that should be controlled only by the templates ('&nbsp;' when no navigation, extra '<br>' elements). Add controls for directory separator in menus and the text labels for the navigation elements.
2006-04-16tidy updated to 20051026.wiz2-3/+3
2006-04-16Update to 20051026, changes unknown.wiz2-8/+7
2006-04-16gnome-menus updated to 2.14.0.wiz2-3/+3
2006-04-16Update to 2.14.0:wiz3-8/+13
============== Version 2.14.0 ============== Features * Start inotify support (not compiled by default) (Mark McLoughlin) Fixes * Small fix for the python bindings (Mark McLoughlin) * Fix infinite loop (Mark McLoughlin) Translators * Ales Nyakhaychyk (be) * Jérémy Le Floc'h (br) * Petr Tomeš (cs) * Rhys Jones (cy) * Ole Laursen (da) * Hendrik Richter (de) * Pema Geyleg (dz) * Kostas Papadimas (el) * Reuven Gonen (he) * Rajesh Ranjan (hi) * Takeshi AIHANA (ja) * Vladimer Sichinava (ka) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * Wouter Bolsterlee (nl) * Kjartan Maraas (nn) * GNOME PL Team (pl) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Sebastian Ivan (ro) * Leonid Kanter (ru) * Elian Myftiu (sq) * Слободан Д. Средојевић (sr) * Maxim Dziumanenko (uk) * Funda Wang (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW)
2006-04-16gnome-desktop updated to 2.14.1.1.wiz2-3/+3
2006-04-16Update to 2.14.1.1.wiz3-7/+36
============== Version 2.14.1 ============== Fixes * Make URI canonical before using them (Vincent) * Remember the added locales in GnomeDitemEdit (Vincent) * Sort locales list in GnomeDitemEdit (Vincent) * Make sure that there is a Name/Comment/etc. for C locale when generating a .desktop file (Vincent) * Use gdk_x11_display_get_user_time() to get the launch time (Vincent) Misc * Generate API documentation (Vincent) * Add GTK to the categories of gnome-about.desktop (Vincent) Documentation * Replace entities with UTF-8 (Shaun McCance) * Updated URLs and emails in the gnome-feedback document (Joachim Noreiko) Doc Translations * Maxim Dziumanenko (uk) Translators * Pema Geyleg (dz) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Luca Ferretti (it)