Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-24 | Lines should not be longer than 80 chars. | wiz | 1 | -5/+5 | |
2002-09-24 | mail/popa3d-0.5.9 update | wiz | 1 | -1/+2 | |
2002-09-24 | Update to 0.5.9. Switch to buildlink2. | wiz | 4 | -15/+15 | |
Changes: This release adds two interoperability fixes and makes the code ISO C99 compliant. | |||||
2002-09-24 | buildlink1 -> buildlink2 | jlam | 1 | -6/+8 | |
2002-09-24 | buildink1 -> buildlink2 | jlam | 1 | -9/+11 | |
2002-09-24 | buildlink1 -> buildlink2 | jlam | 1 | -5/+2 | |
2002-09-24 | Allow passing multiple items to BUILDLINK_DEPENDS.<pkg>. So, if we have | jlam | 1 | -2/+4 | |
BUILDLINK_DEPENDS.foo= foo>=1.0 foo<1.5 then this is converted to: DEPENDS+= foo>=1.0:../../category/foo DEPENDS+= foo<1.5:../../category/foo We can use this to record upper bounds on dependency versions. | |||||
2002-09-24 | Add a buildlink2.mk for use by other packages. | jlam | 1 | -0/+21 | |
2002-09-24 | buildlink1 -> buildlink2 | jlam | 1 | -3/+6 | |
2002-09-24 | Better spacing of message. | jlam | 1 | -3/+6 | |
2002-09-24 | buildlink1 -> buildlink2 | jlam | 1 | -4/+4 | |
2002-09-24 | Add a buildlink2.mk file for use by other package Makefiles. | jlam | 1 | -0/+25 | |
2002-09-24 | buildlink1 -> buildlink2 | jlam | 3 | -36/+33 | |
2002-09-24 | BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for finding qt3-libs headers | jlam | 1 | -0/+3 | |
and libraries. | |||||
2002-09-24 | buildlink1 -> buildlink2 | jlam | 2 | -6/+7 | |
2002-09-24 | libguile.la includes libltdl.la, so make the buildlink2.mk file include | jlam | 1 | -1/+2 | |
libtool/buildlink2.mk. | |||||
2002-09-24 | Note addition of tremor and tremor-tools. | chris | 1 | -1/+3 | |
Together they provide the basis for a fixed point ogg vorbis decoder. On arm cpu's optimised asm routines are provided. | |||||
2002-09-24 | Fix version number, this release is 1.0.2, the libary version is 1.2.0. | chris | 2 | -4/+4 | |
2002-09-24 | buildlink1 -> buildlink2 | jlam | 1 | -4/+7 | |
2002-09-24 | Trivially use buildlink2 | jlam | 1 | -1/+2 | |
2002-09-24 | buildlink1 -> buildlink2 | jlam | 1 | -13/+13 | |
2002-09-24 | Conversion of ogg123 to use the tremor library. This makes my arm boxen | chris | 11 | -0/+252 | |
capable of decoding ogg vorbis files in real time. Note this package produces one binary: igg123, which is compatible with ogg123. | |||||
2002-09-24 | buildlink1 -> buildlink2 | jlam | 3 | -89/+12 | |
2002-09-24 | Initial import of tremor, the fixed point ogg vorbis decoder lib. | chris | 6 | -0/+80 | |
2002-09-24 | buildlink1 -> buildlink2 | jlam | 1 | -2/+2 | |
2002-09-24 | Use |, not : to separate case conditions. | jlam | 1 | -2/+2 | |
2002-09-24 | buildlink1 -> buildlink2 | jlam | 1 | -6/+6 | |
2002-09-24 | Trivially use buildlink2. | jlam | 1 | -1/+2 | |
2002-09-24 | note update of www/bins to 1.1.17 | dmcmahill | 1 | -1/+2 | |
2002-09-24 | udpate to bins-1.1.17. Changes since last packaged version: | dmcmahill | 4 | -49/+46 | |
BINS 1.1.17 --------- - new parameter feedbackMail to add a link "Send Feedback" in the pages (only used in the joi templates for now). - new parameter treePreview to add a the thumbnail album in the tree page (only used in the joi templates for now). - new parameters backgroundImage & excludeBackgroundImage to use an image as a wallpaper (only used in the joi templates for now). - joi templates have been updated, using above features. (templates and patch by Joachim Kohlhammer). - Russian translation has been updated. (thanks to Andrei Emeltchenko). BINS 1.1.16 ----------- - static elements (icons, css, javascript, etc.) can now be used by the templates, by using a static subdir in the templates directory (see the joi templates). - joi templates has been added. It uses icons, css and javascript. See http://album.sautret.org/300_lieux/500_Paris/index.html for an example applied on some of the sub-albums of my main album. You can use it with the templateStyle parameter in the binsrc or album.xml, or with the -s command line parameter (see bins(1) man page). (templates and patch by Joachim Kohlhammer). - new parameter homeURL has been added to link your home page to the Leave button of the joi template. - javaScriptPreloadImage parameter has been renamed to javaScriptPreloadThumbs. New javaScriptPreloadImage parameter can be used to add some javascript code in image pages to preload the next image of the same size when current one is loaded, to speed up the album browsing. (patch from David Panofsky). - added Russian translation. (thanks to Andrei Emeltchenko). - Mandrake 9.0 and NetBSD packages are now available. Check the download page. (mdk rpm by C<E9>dric Thevenet, NetBSD package by dmcmahill @ netbsd.org) - install.sh script can now install BINS in specified directories. For example, to install it in /opt/bins, use the following command : PREFIX=/opt/bins install.sh | |||||
2002-09-24 | Libtool is required. PR#18390 by Gordon Zaft. | uebayasi | 2 | -2/+4 | |
2002-09-23 | buildlink1 -> buildlink2 | jlam | 15 | -96/+151 | |
2002-09-23 | For completeness, also allow for ./* when naming uninstalled libtool | jlam | 1 | -3/+3 | |
archives, and also do the special handling for dependency_libs. | |||||
2002-09-23 | Also add -L*/.libs for *.la that start with "../", which is also quite | jlam | 1 | -2/+2 | |
common when referring to an uninstalled libtool archive. | |||||
2002-09-23 | buildlink1 -> buildlink2 | jlam | 3 | -13/+16 | |
2002-09-23 | Note update of converters/p5-Jcode to 0.82. | taca | 1 | -1/+2 | |
2002-09-23 | Update p5-Jcode package to 0.82. | taca | 2 | -5/+5 | |
$Revision: 0.82 $ ! Jcode.pm pod typo fix and better jcode.pl compatibility by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> Message-Id: <20020923190414.2134.MSYK@mtg.biglobe.ne.jp> | |||||
2002-09-23 | buildlink1 -> buildlink2 | jlam | 10 | -62/+48 | |
2002-09-23 | buildlink1 -> buildlink2 | jlam | 7 | -24/+25 | |
2002-09-23 | buildlink1 -> buildlink2 | jlam | 4 | -36/+32 | |
2002-09-23 | Typo | jlam | 1 | -2/+2 | |
2002-09-23 | buildlink1 -> buildlink2 and minor installation fixups. | jlam | 3 | -15/+15 | |
2002-09-23 | buildlink1 -> buildlink2 | jlam | 1 | -4/+3 | |
2002-09-23 | buildlink1 -> buildlink2, and use the BUILD_DIRS functionality instead of | jlam | 1 | -7/+8 | |
manually building in each directory in a custom do-build target. | |||||
2002-09-23 | buildlink1 -> buildlink2 | jlam | 1 | -7/+10 | |
2002-09-23 | multi-gnome-terminal looks for its icons in the mgt subdirectory of | jlam | 2 | -19/+7 | |
share/pixmaps. This also prevents a conflict with gnome-pixmaps. | |||||
2002-09-23 | buildlink1 -> buildlink2 | jlam | 2 | -22/+21 | |
2002-09-23 | buildlink1 -> buildlink2, and remove dependency on autoconf. | jlam | 3 | -12/+44 | |
2002-09-23 | buildlink1 -> buildlink2 | jlam | 1 | -3/+5 | |
2002-09-23 | The previous commit of libtool-fix-la let a lot of references to the build | jlam | 2 | -14/+29 | |
directory escape into the installed *.la files. Fix this by only adding -L*/.libs if the *.la file is uninstalled, and by filtering out references to ${WRKSRC}. |