Commit graph

47 commits

Author SHA1 Message Date
joerg
6e39f973df Reset maintainer, mail bounces. 2010-02-25 15:03:36 +00:00
wiz
135620df42 Remove empty PLIST.common_end. 2009-07-22 09:31:05 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
hira
ecf5a86fec The previous commit has fixed the path of manpages.
Bump PKGREVISION.
2007-01-22 11:30:01 +00:00
hira
53bb0f55df Correct filename of patch (patch-ab -> patch-ae). 2007-01-22 03:52:27 +00:00
taca
bca6505bdb Update FD utility to 2.09a.
FD 2.09a has many improvement for functionality and portability from
previous 1.03u.  And it has a built-in Bourne-shell compatible shell
and also runs stand-alone shell under the name of 'fdsh', too.

And fd-small PKG_OPTION will build smaller and FD 1.x compatible
binary.

Fixed PR pkg/33067.
2006-12-06 15:36:31 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
grant
cf12a2f4f0 fix MAINTAINER= Name <email> to only include email address. 2002-11-10 00:35:07 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
wiz
6b1f4b2de6 Update to 1.03u by Nobuhiro Yasutomi in pkg/15058.
Relevant changes since 1.03t:
     - fix abnormal terminate when archiver miss registration.
     - fix strings handle include '\' code.
     - fix terminal control processing.
     - INPUTKCODE work again.
     - collect ALT behavior when strings input.
2001-12-30 13:46:03 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
wiz
b21af6b66d Update to 1.03t, provided by the package maintainer Nobuhiro Yasutomi
in pkg/13908. Changes since 1.03s:
Revise history function.
Add error message when fail to intenral command.
Support relative path archiving in archive browser.
Keypad transfer mode support uncompat environment.
File name complition include internal command name.
Bug fixes.
2001-09-14 22:51:54 +00:00
wiz
376249aab2 Update to 1.03s, per patch from Nobuhiro Yasutomi in pkg/13074.
Last version was 1.03r, but that update didn't include a ChangeLog, so
here's one back to 1.03p:
Ver. 1.03s      fix abnormal end when some case in directory change.
 (05/22/01)     fix command line input handling quote.
Ver. 1.03r      fix display to confuse in ANSICOLOR=2 case.
 (04/03/01)     fix to stop when start not exist directory
                fix handle archive file that include full path.
                support different compiler spec for Solaris 8.
Ver. 1.03q      speed up KANJI code convert by using table.
 (02/28/01)     support Linux/Alpha
                allow to choose retry when not enough space to copy file.
                strict follow cursol posion.
                revice rule for file extention sort.
                fix confirm problem to delete file.
                more strict handle to timestamp when file copy. (MS-DOS)
2001-06-26 11:40:43 +00:00
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
hubertf
22f45e206c Last minute bug fix that didn't make it into the pkg.
Sent in private mail by Nobuhiro Yasutomi <nobu@tech.isac.co.jp>
2001-04-11 21:09:33 +00:00
hubertf
e93b098640 Update to 1.03r, per PR 12596. Changelog only available in japanese, sorry. 2001-04-10 07:37:30 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
hubertf
617b5e94e4 Update to 1.03o,
submitted in PR 11260 by Nobuhiro Yasutomi <nobu@tech.isac.co.jp>

I've discussed with the submitter that it's explicitly OK for us to
not set NO_BINARY_ON_{FTP,CDROM}.

Changes:
 Ver. 1.03o      fix floppy drive extention area mis recognize.
  (10/12/00)     fix mistake handling archive that include directry.
                 enhance to get floppy drive information.
                 fix to fail file copy (for MS-DOS version).

 Ver. 1.03n      support OpenBSD.
  (09/30/00)     allow key interrupt when get floppy drive size.
                 QUIT_SYSTEM to allow in defined function.
                 fix character code setting.
                 fix can't input duplicat '/' in command line.

 Ver. 1.03m      fix to relative path makes normalize in PATH env.
  (09/15/00)     fix to fail chdir when follow symbolic link.
                 support symbolic link in Japanese. Linux ReiserFS support.
                 support change floppy when using.
                 fix redraw problem at tree view.
                 support tree view in case cyclic directory.
                 fix tree view at top directory.
                 fix can't assign internal command to key with argument.
                 fix Mata key assign display.
                 fix copy file timestamp at recursive directory (for MS-DOS).
                 fix mistake handling archive that include directry (for MS-DOS).
                 fix sence free space that copy distination (for MS-DOS).
2000-10-19 04:26:39 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
4cdcc48a50 $() -> ${} 2000-02-05 20:01:42 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
rh
0254bc6958 Update fd to 1.03l using the patches provided by Nobuhiro Yasutomi in PRs
8418 and 8940, thanks.  This closes these PRs.
1999-12-03 16:23:17 +00:00
agc
75b20058e0 Add a message file explaining the license on this package. Pointed out
by Nobuhiro Yasutomi (nobu@rd.isac.co.jp), fixes PR 7871.
1999-07-12 15:21:16 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
1bb3007c04 s/make/${MAKE}/g 1999-03-08 10:53:55 +00:00
tron
cd31ee61f0 Fix installation so that files get proper ownership. 1998-08-31 20:58:04 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tron
f7c296ed67 Make this package compile on alpha, patch supplied by Tim Rightnour in
PR pkg/5663.
1998-06-27 20:49:06 +00:00
agc
daa3dd519a Update package Makefiles for automatic manual page handling. 1998-06-22 12:44:29 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
885319abda portlint: move PATCHFILES, cp -> ${CP} 1998-01-24 21:01:49 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
a02acdb6d4 search fdrc in ${PREFIX}/etc, not /etc 1997-10-24 01:12:07 +00:00
hubertf
d2d04e808b do not define sys_errlist 1997-10-24 01:11:19 +00:00
hubertf
6d5da5669a include etc/fdrc 1997-10-24 01:08:52 +00:00
hubertf
f244514f27 - Put back FreeBSD RCS-Id
- Install .fdrc
1997-10-24 01:08:15 +00:00
hubertf
240eed442d Import as of 09/25/97 1997-10-11 21:53:59 +00:00