Age | Commit message (Collapse) | Author | Files | Lines |
|
. 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.
|
|
|
|
before buildlink3.mk files can be updated. Update to 1.7.
|
|
pkgsrc ones. That should fix the problems with x86_64 (PR pkg/30138)
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
revision because of this security fix.
|
|
- 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.
|
|
- 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.
|
|
|
|
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.
|
|
|
|
* 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...
|
|
|
|
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.
|
|
avoids any problems with current packages that install locale files but
don't honor PKGLOCALEDIR yet.
|
|
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.
|
|
|
|
This is the official release (which should be identical to rc5)
|
|
|
|
|
|
. 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.
|
|
|
|
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.
|
|
|
|
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.
|
|
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.
|
|
|
|
NOT_FOR_PLATFORM added, I'll leave this to a Darwin guru to fix...
|
|
|
|
|
|
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
|
|
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.
|
|
Original patch by Daniel Eggert in PR #33214
|
|
Update multimedia/p5-xmltv to 0.5.42
|
|
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.
|
|
|
|
|
|
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
|
|
Remove some HTML output from the code that should be controlled only by
the templates (' ' when no navigation, extra '<br>' elements).
Add controls for directory separator in menus and the text labels for
the navigation elements.
|
|
|
|
|
|
|
|
==============
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)
|
|
|
|
==============
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)
|
|
|