summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-19Update base64 to version 1.3.nra2-6/+8
2001-07-13* updated from 0.6.0 to 0.6.5. There is no changelog in the distributedkei12-324/+36
archive. Below is the release note from its WWW page. Notes: Lots of minor changes, some minor API changes, some bugs fixed, some crashers removed Changes: Lots of minor changes, some minor API changes, some bugs fixed, some crashers removed * converted to use buildlink.mk.
2001-07-10The problem with the checksum is, that CTAN and all it's mirrors,fredb2-4/+5
rather than serving up unchanging tarred archives that we can checksum, tars up the directories on the fly, differently every time! Let's just change the MASTER_SITE to MASTER_SITE_LOCAL until we can figure out a better way of dealing with CTAN.
2001-07-09Use ImageMagick's buildlink.mk.sakamoto1-5/+3
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-07-01Add and enable ruby-iconv.taca1-1/+2
2001-07-01Importing ruby-iconv 0.4.4.taca4-0/+52
Iconv wrapper class for Ruby.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-20Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-14Replace between with to/fromabs1-2/+2
2001-06-14distfile has been altered, diff shows small differences, but after untaringzuntum1-2/+2
the distfile it looks exactly like old one. regen distinfo.
2001-06-14Shorten comment slightlyabs1-2/+2
2001-06-13add & enable txt2manzuntum1-1/+2
2001-06-13Initial import of txt2man-1.4.1zuntum4-0/+29
txt2man converts the input text into nroff commands using man(7) macros for man pages. Smart argument processing is available either for commands using "-" sign for flags (including long options used in GNU tools). If ifile is omitted, standard input is taken as argument. Result is displayed on standard output.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-3/+3
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam3-10/+7
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam1-46/+13
2001-06-10Update to 0.5.15. Now works more nicely with tcl-8.x; also profits fromwiz8-142/+26
the uulib changes (see there).