summaryrefslogtreecommitdiff
path: root/lang/icon
AgeCommit message (Collapse)AuthorFilesLines
2000-06-19Add support for NetBSD/sparcpooka21-15/+290
Patches provided by David A. Holland <dholland@eecs.harvard.edu> in pkg/10332
2000-04-05Upgrade to icon-9.3.2.pooka13-150/+81
For the Icon source code, this is primarily a maintenance release. The code has been reworked and simplified to increase portability. An ANSI C compiler is now required, and UNIX systems are expected to supply a POSIX (1003.1-1988) library. Version 9.3.2 adds one new feature: The files in a directory can be listed by opening the directory as a file. Subsequent reads return the names of the files contained in the directory. The names are returned in no particular order, and for UNIX, the directories "." and ".." are included.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-15defuzzrh2-28/+24
1999-07-09Add package patch checksum files.agc1-0/+50
1999-07-07pkglint: move "ONLY_FOR_PLATFORM" to correct place.tron1-2/+3
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-5/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+2
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-17/+15
pattern match format. Minor pkglint along the way.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc49-0/+99
1998-06-27Update package to version 9.3.1 and make it work on alpha. Update suppliedtron55-407/+561
by Tim Rightnour in PR pkg/5621.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-01add "ONLY_FOR_ARCHS=i386" as it works only on port-i386 yet.frueauf1-1/+2
1998-01-24portlint: remove empty lineshubertf1-2/+0
1998-01-24portlint: fix RCS Idhubertf1-1/+1
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-12 - icon isntalls manpage compressed -> set MANCOMPRESSEDhubertf2-1/+9
(but only on NetBSD!) - rmdir ${PREFIX}/share/icon on pkg_delete
1997-10-06Commit file missed in previous commit - this files hasagc1-0/+209
the NetBSD/i386-specific files.
1997-10-06Add NetBSD RCS Id.agc4-15/+19
Modify FreeBSD's ecvt patch, so that it's commented out in FreeBSD, but still short-circuits in other 4.4-lite derived systems. Add NetBSD/i386-specific files. Only tested on NetBSD/i386 (1.2G) so far.
1997-10-06Initial import of FreeBSD lang ports into the NetBSDagc11-0/+272
packages system.