Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 2 | -2/+26 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+3 | |
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. | |||||
2001-11-18 | Add plan9 to CATEGORIES like in the other packages that were once in | dillo | 1 | -2/+2 | |
the plan9 directory. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-05-01 | Install header files, as they are needed by x11/9term | agc | 6 | -161/+156 | |
Install some libraries, as they are needed by x11/9term Move DEPENDS line in Makefile to shut up pkglint Bump version number to 4.3nb1 | |||||
2001-04-30 | Make sam use ${X11BASE}. That way the app-defaults file can be accounted | jtb | 2 | -3/+4 | |
for and the package will work correctly with xpkgwedge. Suggested by Johnny C. Lam. | |||||
2001-04-30 | Don't add app-defaults file to PLIST, these pkgs don't install in X11BASE | jtb | 1 | -2/+1 | |
yet install their defaults files there. | |||||
2001-04-28 | Add "lib/X11/app-defaults/Sam" to PLIST. | jtb | 1 | -1/+2 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -14/+12 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-13 | Fix installation problems. Patches worked out by alistair Crooks. | tron | 5 | -12/+13 | |
2000-05-15 | Add a dependency on the Xg fonts | agc | 1 | -2/+6 | |
2000-05-15 | Move sam from plan9 to editors category by repository copy. | agc | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-08-24 | Make this package work on Solaris. | agc | 4 | -6/+53 | |
Also, don't assume that X11BASE is /usr/openwin on Solaris. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+9 | |
1999-07-02 | Some packages use bsd-style .mk files when building, and so any manual | agc | 1 | -3/+4 | |
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-04-04 | Back out last commit. | hubertf | 1 | -2/+1 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -4/+2 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-03-29 | add lib/X11/app-defaults/Sam | hubertf | 1 | -1/+2 | |
1999-02-04 | Set USE_X11=yes, to denote that the package uses X11 libraries and | agc | 1 | -1/+3 | |
headers to build (from Tim Rightnour). | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 7 | -0/+14 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -7/+1 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -14/+15 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-01-24 | portlint: fix RCS Id | hubertf | 1 | -1/+1 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-22 | Sync with reality. | hubertf | 1 | -5/+5 | |
1997-10-22 | Add MANCOMPRESSED, MAN1, MAN3, MAN4, MAN6. | hubertf | 1 | -1/+11 | |
1997-10-09 | Shut up a compiler warning - only define NOFILE if it's not defined | agc | 1 | -0/+14 | |
elsewhere. | |||||
1997-10-09 | Generalise for NetBSD. | agc | 1 | -23/+37 | |
1997-10-09 | Install B.sh, rather than B.rc, as sam's B command. It's more | agc | 1 | -1/+1 | |
likely that there will be a shell available. | |||||
1997-10-09 | Add NetBSD RCS Ids. | agc | 1 | -0/+1 | |
1997-10-09 | Initial import of FreeBSD plan9 ports category into the NetBSD package | agc | 11 | -0/+422 | |
system. |