Commit graph

266 commits

Author SHA1 Message Date
wiz
7cf8503f82 Update MASTER_SITES and HOMEPAGE, per pkg/14427. 2001-11-02 18:16:46 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
drochner
a59bbaa406 update to 1.7
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-30 17:41:19 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
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-24 22:10:43 +00:00
wiz
c32957924a Filename didn't change, but contents did, so add DIST_SUBDIR. 2001-10-24 00:38:51 +00:00
lukem
89d58280c8 - update for new version which supports v4 RPMs
- 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-24 00:25:58 +00:00
veego
c40be5e1b2 Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}
This fix a fetch error.
2001-10-23 19:27:31 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
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-23 13:14:43 +00:00
martti
c7ebe6c3ea Added the newly imported packages p5-Archive-Tar, p5-Archive-Zip,
p5-Convert-TNEF, p5-Convert-UUlib and p5-Unix-Syslog
2001-10-22 06:14:31 +00:00
martti
30e0672de3 Convert::UUlib is a versatile and powerful decoder/encoder library
for a variety of encodings used in Usenet and Mail (uuencode,
xxencode, b64, binhex...).
2001-10-22 05:47:46 +00:00
martti
ac1a573336 The Convert::TNEF module provides a Perl interface to read TNEF files.
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-22 05:47:16 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-18 15:20:01 +00:00
skrll
65b8671918 Remove kdesupport2 2001-10-18 11:23:27 +00:00
skrll
a62b3e67a6 Update to KDE 2.2.1
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-15 22:45:55 +00:00
kei
4749a91219 updated wv package to 0.6.7 which is compatible with libwmf-0.2.1. no
functionality changes.
2001-10-15 15:53:15 +00:00
nra
edf43e3421 Add patch-ab, missed with updating doc2html to version 3.0. 2001-10-09 15:50:55 +00:00
nra
410e029101 Update doc2html to version 3.0. PR 14169 by Eric Schnoebelen. 2001-10-09 15:49:39 +00:00
wiz
5e53178b75 Move xpdf from graphics to print, per pkg/14154. 2001-10-04 12:00:45 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-27 23:17:41 +00:00
jlam
11b3206fa1 Note addition of converters/macfork, a simple Macintosh resource fork tool 2001-09-26 05:38:15 +00:00
jlam
12b282ca31 converters/macfork - simple macintosh resource fork tool
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-26 05:36:18 +00:00
abs
08f17368d4 Add p5-Text-Iconv-1.1
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-14 22:38:57 +00:00
abs
ab5ef29ccf Add p5-Text-Iconv-1.1 - Perl interface to iconv() codeset conversion function 2001-09-14 18:21:52 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
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-29 22:41:00 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
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-26 10:32:18 +00:00
jlam
bc672921ea Add some installed files missing from the PLIST. 2001-08-25 02:12:05 +00:00
skrll
d42812cfd2 Fix DEPENDS line. 2001-08-23 19:42:01 +00:00
jlam
dbbc552adb wv only builds static libraries, so change the DEPENDS to a BUILD_DEPENDS. 2001-08-23 17:47:55 +00:00
jlam
da41eff60c Mark as USE_BUILDLINK_ONLY. 2001-08-20 04:08:11 +00:00
jlam
3cc34862ff Honor CC and CFLAGS settings passed in from environment. Also mark as
USE_BUILDLINK_ONLY.
2001-08-20 04:06:48 +00:00
jlam
c0b680d206 * Don't depend on libgetopt as psiconv supplies it own getopt_long()
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-20 04:02:15 +00:00
jlam
5d4d1966ee Simply files listing by using shell wildcards. 2001-08-20 03:59:59 +00:00
jlam
2f4e51181c This package uses gettext and libtool, so make the appropriate inclusions
and definitions.  Also mark as USE_BUILDLINK_ONLY, and change PLIST to
refer to the installed po files in ${PKGLOCALEDIR}, not "share".
2001-08-20 03:34:29 +00:00
jlam
b4aca44532 Honor CC, CFLAGS, and LDFLAGS settings from the environment and mark as
USE_BUILDLINK_ONLY.
2001-08-20 02:50:56 +00:00
jlam
90e74f30d3 Honor CC and CFLAGS passed in from environment and mark as
USE_BUILDLINK_ONLY.
2001-08-20 02:46:43 +00:00
jlam
34e8557d22 Use REPLACE_PERL instead of manually replacing for perl path in rpm2cpio. 2001-08-20 02:28:26 +00:00
jlam
4bcb7bfb6d Honor CFLAGS and CC settings passed in from environment and mark as
USE_BUILDLINK_ONLY.
2001-08-20 02:25:21 +00:00
jlam
7630e7961d Instead of a special INSTALL_TARGET setting, set the installation prefix
via MAKE_FLAGS.
2001-08-20 02:22:41 +00:00
jlam
d73a42f1f4 Set NO_WRKSUBDIR instead of WRKSRC=${WRKDIR}, and mark as
USE_BUILDLINK_ONLY.
2001-08-20 02:20:37 +00:00
jlam
989dfd3c6c Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-08-20 02:18:56 +00:00
jlam
8a698ad8f1 Use separate patches are separate files, and mark as USE_BUILDLINK_ONLY. 2001-08-20 02:15:36 +00:00
jlam
2eeea54662 Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by other
package Makefiles.
2001-08-19 19:38:37 +00:00
jlam
3aea762a16 Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by other
package Makefiles.
2001-08-19 19:09:40 +00:00
wiz
9c5672f4b0 Add buildlink.mk, provided by Martti Kuparinen in pkg/13636. 2001-08-06 13:57:48 +00:00
wiz
dd2b629237 Add buildlink.mk, provided by Martti Kuparinen in pkg/13637. 2001-08-06 13:55:18 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
zuntum
087861b44c Update txt2man to 1.42 (hi folks! I'm back)
Changes:

Fixes of long C function definitions, better handling of blank lines,
removal of unused options and shorter doc.
2001-07-26 08:39:43 +00:00
tron
73df912883 Fix build problems caused by buildlink conversions. This error code have
been avoided if this modifications would have been tested before
committing them.
2001-07-22 13:26:46 +00:00