summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2001-11-02Update MASTER_SITES and HOMEPAGE, per pkg/14427.wiz1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum73-54/+54
2001-10-30update to 1.7drochner5-12/+28
changes: * Added UTF-32, UTF-32BE, UTF-32LE converters. * Changed CP1255, CP1258 and TCVN converters to handle combining characters. * Changed EUC-JP, SHIFT-JIS, CP932, ISO-2022-JP, ISO-2022-JP-2, ISO-2022-JP-1 converters to use fullwidth Yen sign instead of halfwidth Yen sign, and fullwidth tilde instead of halfwidth tilde. * Upgraded EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.1. * Changed the GB18030 converter to not reject unassigned and private-use Unicode characters. * Fixed a bug in the byte order mark treatment of the UCS-4 decoder. * The manual pages are now distributed also in HTML format.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam2-4/+4
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24Filename didn't change, but contents did, so add DIST_SUBDIR.wiz2-4/+5
2001-10-24- update for new version which supports v4 RPMslukem3-9/+7
- install as rpm2cpio.pl, so the conflict with misc/rpm can be modified - crank to 1.0nb1 (to assist in the conflict fix above)
2001-10-23Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}veego2-4/+4
This fix a fetch error.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam2-4/+4
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-22Added the newly imported packages p5-Archive-Tar, p5-Archive-Zip,martti1-1/+3
p5-Convert-TNEF, p5-Convert-UUlib and p5-Unix-Syslog
2001-10-22Convert::UUlib is a versatile and powerful decoder/encoder librarymartti4-0/+26
for a variety of encodings used in Usenet and Mail (uuencode, xxencode, b64, binhex...).
2001-10-22The Convert::TNEF module provides a Perl interface to read TNEF files.martti4-0/+30
TNEF stands for Transport Neutral Encapsulation Format, and if you've ever been unfortunate enough to receive one of these files as an email attachment, you may want to use this module.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego2-2/+4
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Remove kdesupport2skrll1-2/+1
2001-10-15Update to KDE 2.2.1skrll5-87/+0
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15updated wv package to 0.6.7 which is compatible with libwmf-0.2.1. nokei4-19/+38
functionality changes.
2001-10-09Add patch-ab, missed with updating doc2html to version 3.0.nra1-0/+15
2001-10-09Update doc2html to version 3.0. PR 14169 by Eric Schnoebelen.nra4-52/+44
2001-10-04Move xpdf from graphics to print, per pkg/14154.wiz1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam5-13/+13
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-26Note addition of converters/macfork, a simple Macintosh resource fork tooljlam1-1/+2
2001-09-26converters/macfork - simple macintosh resource fork tooljlam5-0/+47
A unix utility for extracting resources from a macintosh resource fork. Currently macfork only directly supports icon families, pict files, and palettes, but any resource data can be extracted to a file. Provided in pkg/13925 by Johan Danielsson <joda@pdc.kth.se>.
2001-09-14Add p5-Text-Iconv-1.1abs5-0/+48
Perl interface to the iconv() function as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result.
2001-09-14Add p5-Text-Iconv-1.1 - Perl interface to iconv() codeset conversion functionabs1-1/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc2-4/+4
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam2-8/+8
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-25Add some installed files missing from the PLIST.jlam1-1/+9
2001-08-23Fix DEPENDS line.skrll1-2/+2
2001-08-23wv only builds static libraries, so change the DEPENDS to a BUILD_DEPENDS.jlam1-2/+2
2001-08-20Mark as USE_BUILDLINK_ONLY.jlam2-2/+4
2001-08-20Honor CC and CFLAGS settings passed in from environment. Also mark asjlam1-1/+5
USE_BUILDLINK_ONLY.
2001-08-20* Don't depend on libgetopt as psiconv supplies it own getopt_long()jlam1-16/+13
implementation if it's not found in the base system. * Use shell "for" loop instead of a make ".for" loop. * Mark as USE_BUILDLINK_ONLY.
2001-08-20Simply files listing by using shell wildcards.jlam1-5/+2
2001-08-20This package uses gettext and libtool, so make the appropriate inclusionsjlam3-11/+52
and definitions. Also mark as USE_BUILDLINK_ONLY, and change PLIST to refer to the installed po files in ${PKGLOCALEDIR}, not "share".
2001-08-20Honor CC, CFLAGS, and LDFLAGS settings from the environment and mark asjlam3-5/+28
USE_BUILDLINK_ONLY.
2001-08-20Honor CC and CFLAGS passed in from environment and mark asjlam1-1/+4
USE_BUILDLINK_ONLY.
2001-08-20Use REPLACE_PERL instead of manually replacing for perl path in rpm2cpio.jlam1-5/+5
2001-08-20Honor CFLAGS and CC settings passed in from environment and mark asjlam1-2/+5
USE_BUILDLINK_ONLY.
2001-08-20Instead of a special INSTALL_TARGET setting, set the installation prefixjlam1-2/+2
via MAKE_FLAGS.
2001-08-20Set NO_WRKSUBDIR instead of WRKSRC=${WRKDIR}, and mark asjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-08-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-6/+6
2001-08-20Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY.jlam6-56/+54
2001-08-19Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by otherjlam2-1/+36
package Makefiles.
2001-08-19Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by otherjlam2-1/+36
package Makefiles.
2001-08-06Add buildlink.mk, provided by Martti Kuparinen in pkg/13636.wiz1-0/+38
2001-08-06Add buildlink.mk, provided by Martti Kuparinen in pkg/13637.wiz1-0/+35
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-26Update txt2man to 1.42 (hi folks! I'm back)zuntum2-5/+5
Changes: Fixes of long C function definitions, better handling of blank lines, removal of unused options and shorter doc.
2001-07-22Fix build problems caused by buildlink conversions. This error code havetron1-2/+2
been avoided if this modifications would have been tested before committing them.