Up to [cvs.NetBSD.org] / pkgsrc / sysutils / vcdimager
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.36 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:02 2022 UTC (2 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
massive revision bump after textproc/icu update
Revision 1.35 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:07 2022 UTC (9 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
revbump for textproc/icu update
Revision 1.34 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:41 2021 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
revbump for icu and libffi
Revision 1.33 / (download) - annotate - [select for diffs], Wed Apr 21 11:40:39 2021 UTC (21 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
revbump for textproc/icu
Revision 1.32 / (download) - annotate - [select for diffs], Thu Nov 5 09:07:09 2020 UTC (2 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.31 / (download) - annotate - [select for diffs], Tue Jun 2 08:22:57 2020 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
Revbump for icu
Revision 1.30 / (download) - annotate - [select for diffs], Sat Jan 18 23:35:22 2020 UTC (3 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 4 21:28:58 2019 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.28: +8 -8
lines
Diff to previous 1.28 (colored)
sysutils: align variable assignments pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Oct 9 15:12:38 2018 UTC (4 years, 3 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.27: +19 -5
lines
Diff to previous 1.27 (colored)
Updated sysutils/vcdimager to 2.0.1 to fix build of xine-lib against libcdio 2.0.0 2.0.1 * Rerelease under different version 2.0.0 * Use libcdio 2.0.0 API (which is less leaky and less hacky) * Remove some memory leaks * Convert repo from CVS to git * Update autotools for circa 2018 conventions not 2011 conventions 0.7.24 * Add cdinfo_get_track_last_lsn() which is like cdinfo_get_track_last_lsn() * Make libvcdinfo work when called from C++, add C++ example program * Fail less severely when trying to determine if medium is VCD * Documentation and doxygen improvements * Guard against various srncat buffer overflows * Correct copyright and GPL version indication a containingReed-Solomon encoding * Patch for memory exhaustion for VCD 2.0 disks SR 105012 0.7.23 (development) * Add libvcdinfo vcdinfo_get_area_selection() a routine to get the selection number represented by an area for a specified a point location * Add libvcdinfo vcdinfo_get_set_resolution() a routine to get the resolution for a given segment * hack on memory leaks some more * vcdxrip options more like vcd-info options * check that selection area hot-spot values don't exceed 255. * Update documentation * Remove gcc 4 warnings and potential problems noted * make --disable-static --enable-shared work with --versioned-libs 0.7.22 (development) * vcdxrip: add option "notrack" to skip ripping of a specific track * vcd-info: single argument acts like -i option * some stylistic coding changes (e.g. add _t suffix and p_ prefix) * fix clobbering a version number via strncpy * Add libvcdinfo example program * Memory leaks and errors reduced 0.7.21 (development) * LSN's match MMC-3 specs better. * Fix bug in vcd-info showing sequence number * add --without-versioned-libs option * make -mno-cygwin work * release number is now preprocessor symbol so applications can make use of for compatibility * More libcdio things moved into libcdio (e.g. MSF printing, iso9660 PVD handling) * use generic list things from libcdio. Eventually everything will use glib. But this moves in the right direction by consolidating code a little * Darwin compilation fixes * Miscellaneous contributed bug fixes 0.7.20 (unstable/development) * Join in libcdio branch (forked after 0.7.14) * Performance fix: (libvcdinfo) Redo the way we find segment LSNs to greatly reduce the number of CD reads when there are many files in the ISO-9660 track, or there are many segments or continued segments. Requires libcdio 0.65 API change. * API completion: (libvcdinfo) now has API for multi-default selections; APIs for mapping a selection number to a LID or LID offset added. * Replace unfree encode_L2_Q with GPL version from cdrtools 1.11a40 * cdxa2mpeg warns if input and output file are the same. * some bug fixes. * library symbol versioning (from Nicolas Boullis) * libvcd is private once again. * Go over documentation. (CD image info has been moved to libcdio doc) 0.7.19 (unstable/development) * Use VCD CD-drive auto scanning in vcdxrip and vcd-info that is now part of in libcdio * doc changes, clarification of cdxa2mpeg * error checking in cdxa2mpeg (from Nicolas Boullis) * Changes dicted by those in libcdio, libiso9660 0.7.18 (unstable/development) * Move iso9660 stuff into libcdio. * More private files are private. 0.7.17 (unstable/development) * Complete interface with ..._lsn routines for the corresponding ..._lba routines. * Install pkginfo files 0.7.16 (unstable/development) * Better use of updated cdio API. Removed vcd_inf_open. Uses cdio_open now. * Regression tests use diff -u if that's available and revert to cmp of no diff found. * Changes for Cygwin compatibility 0.7.15 (unstable/development) * CD reading and control routines split off * vcddump renamed vcd-info (to match libvcdinfo and cd-info) * Give error message if corresponding bin/cue for a cue/bin can't be found * Bug: was not returning invalid LID selection when invalid. * vcdxrip: add --cue-file option. 0.7.14 (unstable/development) * almost ISO C99 compliant now (see BUGS) * fixed bug in vcddump if no device specified * create vcdinf library: like vcdinfo but exposes lower-level VCD structures * vcdxrip: uses vcdinf library (so device name is now optional; --input option added) separate and more complete documentation added --track option to rip specific track added to regression testing 0.7.13 (unstable/development) * maintenance release * fixes for gcc on linux/arm * removed internal popt and gnome front-end code from distribution * added --dump-dtd option to vcdxbuild * added testsuite to distribution * added vcdinfo library to retrieve VCD information * added vcddump tool 0.7.12 (unstable/development) * improved support for SVCD- and CVD-style subtitles * new conversion tool cdxa2mpeg added * minor subheader change for SPI area * create 150 sector post-gap ("leadout pregap") by default * fixed compilation with linux kernel headers prior to 2.2.16 * switched to new automake/conf versions 0.7.11 (unstable/development) * improved linux cdrom support by adding support for the generic packet cdrom interface * added native BSD/OS CDROM support * fixed libxml2 external entity loader * fixed minor subheader bug * be more tolerant when vcdxrip'ing faulty PBCs * new "leadout pregap" option * added 3 "-no*" options to vcdxrip 0.7.10 (unstable/development) * vcdxrip: new option for ignoring (faulty) extended pbc's * fixed wrong warning for extended end list attributes * allow multi default selections to have entry points as play-item * gui mode added to vcdxbuild, vcdxminfo and vcdxrip * changed --version output format * progress display added to vcdxbuild and vcdxminfo * rewrite/improvement of MPEG scanning code (detect audio parameters) * detect OGT channels and set flags accordingly * new option "svcd vcd30 tracksvd" * set pregap and subindexes explicitly in cue sheet * vcdxminfo output format changed and enhanced * missing flag to indicate presence of extended PBC (hotspots) on VCD2.0 added * new options for customization track gaps/margins * added --image-type/--image-option to vcdxbuild * implemented setting of <publisher-id> 0.7.20 * uses libcdio for HW access now * some cleanup and restructuring * bugfixes
Revision 1.27 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:00 2014 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.26: +1 -3
lines
Diff to previous 1.26 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Apr 6 20:27:29 2013 UTC (9 years, 9 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Resolves: "INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 23 19:51:29 2012 UTC (10 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.24: +1 -2
lines
Diff to previous 1.24 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Apr 22 13:44:45 2011 UTC (11 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.23 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:36 2008 UTC (14 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Add DESTDIR support.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Dec 15 14:34:20 2006 UTC (16 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Reset maintainer, ben@ has resigned.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Apr 7 19:54:17 2006 UTC (16 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:57 2006 UTC (16 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.19 / (download) - annotate - [select for diffs], Sun May 22 20:08:33 2005 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.18 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:30 2005 UTC (17 years, 9 months ago) by tv
Branch: MAIN
Changes since 1.17: +1 -2
lines
Diff to previous 1.17 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Feb 23 04:09:51 2005 UTC (17 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.16: +3 -1
lines
Diff to previous 1.16 (colored)
Enable pkgviews installation. Patches provided by Joachim Kuebart on tech-pkg@.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:16 2004 UTC (18 years, 4 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.15 / (download) - annotate - [select for diffs], Tue May 4 02:07:06 2004 UTC (18 years, 9 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
Convert to buildlink3.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 24 15:06:58 2004 UTC (19 years ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 24 09:53:50 2003 UTC (19 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
s/@netbsd.org/@NetBSD.org/ in MAINTAINER.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 13 20:14:27 2003 UTC (19 years, 1 month ago) by ben
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update MAINTAINER email address.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 9 11:25:14 2003 UTC (19 years, 5 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
USE_NEW_TEXINFO is unnecessary now.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 5 21:22:36 2003 UTC (19 years, 6 months ago) by seb
Branch: MAIN
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored)
Convert to USE_NEW_TEXINFO.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 21 17:24:43 2003 UTC (19 years, 6 months ago) by martti
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
COMMENT should start with a capital letter.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 19 08:54:34 2003 UTC (19 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Change address of maintainer per PR 22170.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 13 13:53:24 2003 UTC (19 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
PKGREVISION bump for libiconv update.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 24 18:55:42 2002 UTC (20 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Replace collver@linuxfreemail.com with collver1@attbi.com. Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 25 12:30:41 2002 UTC (20 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Downgrade to 0.6.2 on tron's request.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 23 21:52:02 2002 UTC (20 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update to 0.7.12, provided by the maintainer, Ben Collver, in PR 19097. Lots of new features and bug fixes.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 25 21:51:08 2002 UTC (20 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.2: +6 -5
lines
Diff to previous 1.2 (colored)
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sun Jun 30 06:24:16 2002 UTC (20 years, 7 months ago) by jlam
Branch: buildlink2
Changes since 1.2: +6 -5
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Convert to use the buildlink2 framework. Trim any unnecessary changes in the patches or remove them entirely.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:42 2002 UTC (20 years, 11 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Introduce new framework for handling info files generation and installation. Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 25 19:51:55 2001 UTC (21 years, 4 months ago) by magick
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import new package vcdimager. A mastering suite for Video CDs provided by collver@linuxfreemail.com in PR 13993
Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 25 19:51:55 2001 UTC (21 years, 4 months ago) by magick
Branch: MAIN
Initial revision