summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-04Sort.skrll1-124/+124
2001-05-04Change HOMEPAGE from sourceforge's project page to real homepagezuntum1-2/+2
2001-05-04Remove gratuitious input redirection from ${SED} statement.fredb1-2/+2
2001-05-04The homepage seems to be missing in action.fredb1-2/+2
2001-05-04restore checksums for alpha, arm32, m68k, i386-a.out, mipsel, ns32k, ↵dmcmahill1-1/+10
powerpc, and sparc
2001-05-04Deal with "unix no longer predefined" warning. Modify Makefile so we don'tjlam4-46/+44
need to pass in various variables through MAKE_ENV, and honor CFLAGS passed in from environment during build.
2001-05-04Share a common distinfo file with the postgresql package.jlam4-40/+2
2001-05-03Wrap lines consistently to 72 columns.fredb1-5/+4
2001-05-03Add to databases category. Some cosmetic changes also.jtb1-7/+4
2001-05-03Add defaults for all instances of EVAL_PREFIX.jtb10-37/+61
2001-05-03fix for powerpc.dmcmahill4-16/+37
2001-05-03Add some defaults for EVAL_PREFIX.jtb3-38/+47
2001-05-03keep a snapshot of the bulk cache files.dmcmahill1-1/+32
2001-05-03Remove superfluous echoing.jtb1-17/+6
2001-05-03Use ${MASTER_SITE_BACKUP}. The original master site (and homepage)jtb1-8/+3
still ask for authorization.
2001-05-03Add entry on automated security checkinghubertf1-1/+26
2001-05-03some code cleanup.dmcmahill1-30/+36
- use the PKGPATH variable instead of getting it indirectly - don't use `foo` when we only want the return value, not the output. Also, in the non-cache case, we need to remove un-needed packages as noted in the most recent non-cached bulk build. Patches provided by Hubert and slightly modified by me.
2001-05-03Increment PKGNAME rather than DISTNAME.jtb1-2/+3
2001-05-03Add some defaults for EVAL_PREFIX.jtb4-47/+57
2001-05-03Make the Fortran interface work properly. Install the demos.jtb7-4/+146
While here, build shared libraries using libtool. Increment version number.
2001-05-03Fix a typo.jtb1-3/+3
2001-05-03Provide the executive summary, concerning how to actually run this thing.fredb1-0/+12
(You may need to set the font -- it's default font is not distributed with X by default, but other Hangul fonts are.)
2001-05-03Initial checkin for a pkgsrc TODO fileabs1-0/+16
2001-05-03Update pkglint to 2.50abs2-4/+12
Implement pkglint -V which displays pkglint version (Useful for ftp.netbsd.org automated checks)
2001-05-03Should be OK to include <sys/param.h> unconditionally in "misc.c", to getfredb2-16/+16
the proper definition of "BSD", since it's already done so in "main.c".
2001-05-03Use the FD_* macros with select(). Take a clue from XFree-3.3.6 xterm,fredb5-1/+156
and make this conditional on only "#ifndef VMS".
2001-05-03Don't disable slrnpull and spool; addresses pkg/12542.wiz1-3/+2
2001-05-03Add and enable p5-Business-UPS.wiz1-1/+2
2001-05-03Initial import of p5-Business-UPS-1.13 supplied by Eric Schnoebelenwiz4-0/+33
in pkg/11835: Make shipping charge requests of the UPS web site or track UPS packages from within a Perl5 program. Please note the UPS terms of use (mentioned in DESCR).
2001-05-03Add and enable php3-pdflib.wiz1-1/+2
2001-05-03PHP3 extension for PDF library functions.wiz3-0/+29
Provided by Rex McMlaster in pkg/11895.
2001-05-03Use a shared distinfo file.wiz6-63/+4
2001-05-03Add and enable p5-HTTP-Request-Form and php4-mcrypto, and remove w3m-m17n.wiz1-3/+4
Sort.
2001-05-03Initial import of p5-HTTP-Request-Form, provided by David Rankin inwiz4-0/+36
pkg/11083: Construct HTTP::Request objects for form processing
2001-05-03The dired package has been modified without changing its version number.agc2-29/+55
For now, copy the distfile from dired-1.09-tar.gz to dired-1.09nb1-tar.gz, and grab that, so that we know which version of the distfile we're getting. Upgrade to SHA1 digests, and add distfile sizes.
2001-05-03add missing USE_PERL5 (called by one of the scripts)dmcmahill1-1/+2
2001-05-03Have the program look for locale files in the same place they're installed.jlam2-4/+4
2001-05-03Use --export-dynamic instead of -E as it's recognized by both the oldjlam2-10/+6
and new ld on both a.out and ELF, on advice from skrll.netbsd.org.
2001-05-03Honor CFLAGS passed in from environment during build.jlam2-4/+4
2001-05-03Only depend on rman if not in base system, and install HTML documentationjlam4-23/+25
under ${PREFIX}/share/doc/html.
2001-05-03The version of the distfile on the MASTER_SITE is liable to change withoutagc2-4/+5
any change in the version number (because there *is* no version number), so set the MASTER_SITE to MASTER_SITE_BACKUP, and add SHA1 digest and distfile size.
2001-05-03Include bsd.prefs.mk to get definition of X11BASE prior to using it.jlam1-1/+3
2001-05-03It would appear that changes are made to the distfile on the MASTER_SITEagc2-4/+5
without updating the version number. Point MASTER_SITE at MASTER_SITE_BACKUP, as the backup sites contain the distfile that was originally checksummed, and update distinfo to have an SHA1 digest and distfile size.
2001-05-03Reformat to ease readability.jlam1-8/+7
2001-05-03Prefer VAR+= lines to backslash line continuations to make this file easierjlam1-3/+3
to grep through.
2001-05-03Only pass -Wl,-E to linker on ELF platforms. This fixes build problemsjlam2-4/+8
on a.out platforms pointed out by rh@netbsd.org.
2001-05-03Remove defunct mirror.fredb1-3/+2
2001-05-03Pass CC down to configure script and make sure its used properly.skrll2-3/+13
This fixes pkg/12797
2001-05-03Check that the ${PACKAGES} directory exists, before trying to cd there.agc1-48/+49
This modification allows "make readme" to succeed even if the ${PACKAGES} hierarchy does not exist. Fixes PR 12480 from Arto Selonen (arto@selonen.org), and addresses PR 12362 from Masao Uebayashi <uebayasi@soum.co.jp>
2001-05-03Don't continue DEPENDS lines with '\' Instead, insert "DEPENDS+= " inagc2-7/+7
subsequent lines, which makes it easier to search for pre-requisite packages with a "DEPENDS.*pkg" regular expression.