summaryrefslogtreecommitdiff
path: root/editors/xemacs-packages
AgeCommit message (Collapse)AuthorFilesLines
2015-11-25Remove mk/find-prefix.mk usage from the editors category.jperkin1-3/+1
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-11Unbreak xemacs-nox11 by fixing guided-tour, which is in autostart.hauke3-3/+24
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+129
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-30Bring xemacs-packages into the 21st century.hauke6-829/+1882
o Update packages o Use DESTDIR features for installing, getting rid of the need to be root and gaining the ability to patch elisp files in the process. o Add a mechanism to re-byte-compile the patched elisp files, and patches to deal with non-utf-8 XEmacsen. o Grab maintainership Tested with both 21.4 and 21.5 packages.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-03-17needs gzip(1) in manual do-install targettnn1-2/+2
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-06".for variable names should not contain uppercase letters"rodent1-8/+8
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-04-24Update edit-utils to v2.43, fixing security advisory CVE-2008-2142hauke3-17/+20
against the xemacs{,-current} packages. While here, listen to pkglint some. From the edit-utils changelog: 2008-06-09 Aidan Kehoe <kehoea@parhasard.net> * fast-lock.el (fast-lock-cache-directories): Remove the directory the file is in, to avoid running code from arbitrary other users. Update the docstring to motivate this. Also, mark it as a risky local variable to prevent it being evaluated in file local variable sections. Thank you Ulrich Müller, thank you Hans de Graaff. XXX The package versions this pkg installs are positively behind the bend.
2011-07-04check-interpreter fix.jym1-2/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-305/+1
2008-04-30Make sure that the installed files are not group writable,tron1-1/+6
bump package revision.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-8/+12
their files via a custom do-install target.
2008-01-01Make this package pass the check-interpreters part of the installationagc1-1/+22
process on NetBSD. XXX - more work required on other platforms.
2006-09-06Remove Mario Kemper as maintainer of these package on his request.tron1-2/+2
2006-07-04Update Apel to 1.32, needed by Wanderlust for XEmacs.rpaulo3-9/+9
Reviewed by magick@
2006-02-28Complete previous fix for font handling. Bump PKGREVISION.wiz2-4/+3
2006-02-17Fix font handling. Bump PKGREVISION.wiz2-9/+20
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-05-16Note that gtar is required by the package.jlam1-1/+3
2005-03-04Also accept xemacs-nox11 in DEPENDS. Someone should eventually work thejwise1-2/+2
magic of buildlink here, but in the meantime, there's not much point in having an xemacs-nox11 without allowing it to install the packages. (Actually, should xemacs-nox11 become xemacs with PKG_OPTIONS.xemacs without `x11'? Which way are we going with these things?)
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+120
2004-07-12Because the version number of this package is freely chosen there is notron1-3/+2
to use (ugly looking) package revision. We can simply increase the version number.
2004-07-11Update distinfo after distfile change (grr). Fixes PR 26231.cube2-4/+5
PKGREVISION++
2004-02-15Update xemacs-packages to 1.14, a complete set of XEmacs packages as ofminskim3-104/+312
2003/02/14. Added package: erc-0.05 Updated packages: auctex-1.36 c-support-1.19 calendar-1.23 cc-mode-1.42 ecb-1.14 ecrypto-0.16 edit-utils-2.11 ess-1.07 fsf-compat-1.14 gnus-1.79 hyperbole-1.15 ispell-1.29 liece-1.13 mail-lib-1.64 mail-crypt-2.14 mh-e-1.28 mule-base-1.46 net-utils-1.38 os-utils-1.35 prog-modes-1.94 psgml-1.42 riece-1.14 sgml-1.11 sieve-1.15 sml-mode-0.11 text-modes-1.73 tramp-1.17 x-symbol-1.09 xemacs-base-1.84 xemacs-devel-1.61
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-23prog-modes-1.91 had a wrong hash. Pointed out by Min Sik Kim, PR pkg/23842.uebayasi1-2/+2
(prog-modes-1.91-pkg.tar.gz on ftp.jp.xemacs.org seems broken now!)
2003-12-22Update xemacs-packages to 1.13, a complete set of XEmacs packages as ofuebayasi3-479/+802
2003/12/22. Newly added packages are: * general-docs-1.01 * hyperbole-1.13 * oo-browser-1.04 * riece-1.12 And many others are updated.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-07Update along with the ${DIST_SUBDIR} change.uebayasi1-229/+229
2003-07-07Put distfiles into a fixed subdirectory across versions, instead of creatinguebayasi1-2/+2
each directory per version. Before: % ls -rt /usr/pkgsrc/distfiles/xemacs-packages*/apel* /usr/pkgsrc/distfiles/xemacs-packages-1.9/apel-1.25-pkg.tar.gz /usr/pkgsrc/distfiles/xemacs-packages-1.10/apel-1.26-pkg.tar.gz /usr/pkgsrc/distfiles/xemacs-packages-1.12/apel-1.26-pkg.tar.gz /usr/pkgsrc/distfiles/xemacs-packages-1.11/apel-1.26-pkg.tar.gz After: % ls -rt /usr/pkgsrc/distfiles/xemacs-packages*/apel* /usr/pkgsrc/distfiles/xemacs-packages/apel-1.25-pkg.tar.gz /usr/pkgsrc/distfiles/xemacs-packages/apel-1.26-pkg.tar.gz Pointed out by Robert Elz, PR22085.
2003-06-30No need for texinfo.mk here.seb1-2/+1
2003-06-30Update to 1.12, all XEmacs binary packages as of 20030629.uebayasi3-340/+685
Added / updated packages: * auctex-1.35 * bbdb-1.23 * cc-mode-1.33 * clearcase-1.06 * dictionary-1.12 * ecb-1.08 * ecrypto-0.13 * edebug-1.18 * ediff-1.47 * edit-utils-2.02 * eshell-1.05 * ess-1.04 * eudc-1.38 * games-1.14 * gnus-1.71 * hm--html-menus-1.21 * ilisp-1.32 * jde-1.45 * liece-1.12 * mail-lib-1.59 * mh-e-1.23 * mule-base-1.43 * net-utils-1.32 * os-utils-1.31 * pgg-1.03 * prog-modes-1.79 * psgml-1.40 * sasl-1.13 * sieve-1.13 * sml-mode-0.09 * texinfo-1.24 * text-modes-1.61 * time-1.13 * tm-1.36 * tramp-1.15 * vc-1.37 * vhdl-1.17 * viper-1.36 * vm-7.14 * x-symbol-1.05 * xemacs-base-1.78 * xemacs-devel-1.55 * xslide-1.07
2003-05-05be noisier in do-install, whitespace fix.grant1-6/+6
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-04Fix compression of ".el" files. Bump version number to 1.11.tron3-2189/+2188
2003-02-22Update XEmacs package collection. Bump the version (not revision) to 1.10.uebayasi3-282/+513
The list of the updated packages: * ada-1.13-pkg.tar.gz * apel-1.26-pkg.tar.gz * auctex-1.33-pkg.tar.gz * build-2.10-pkg.tar.gz * cc-mode-1.32-pkg.tar.gz * dired-1.13-pkg.tar.gz * docbookide-0.06-pkg.tar.gz * ecb-1.01-pkg.tar.gz * edebug-1.15-pkg.tar.gz * ediff-1.46-pkg.tar.gz * edit-utils-1.98-pkg.tar.gz * eieio-1.04-pkg.tar.gz * eshell-1.04-pkg.tar.gz * ess-1.03-pkg.tar.gz * eudc-1.37-pkg.tar.gz * fortran-modes-1.02-pkg.tar.gz * fsf-compat-1.12-pkg.tar.gz * gnus-1.65-pkg.tar.gz * haskell-mode-1.05-pkg.tar.gz * idlwave-1.28-pkg.tar.gz * ilisp-1.29-pkg.tar.gz * jde-1.43-pkg.tar.gz * leim-1.20-pkg.tar.gz * mail-lib-1.56-pkg.tar.gz * mh-e-1.17-pkg.tar.gz * misc-games-1.16-pkg.tar.gz * net-utils-1.31-pkg.tar.gz * ocaml-0.04-pkg.tar.gz * os-utils-1.30-pkg.tar.gz * perl-modes-1.04-pkg.tar.gz * pgg-1.02-pkg.tar.gz * prog-modes-1.72-pkg.tar.gz * psgml-1.38-pkg.tar.gz * python-modes-1.02-pkg.tar.gz * ruby-modes-1.01-pkg.tar.gz * scheme-1.13-pkg.tar.gz * semantic-1.17-pkg.tar.gz * sh-script-1.17-pkg.tar.gz * sieve-1.11-pkg.tar.gz * sml-mode-0.07-pkg.tar.gz * speedbar-1.26-pkg.tar.gz * texinfo-1.23-pkg.tar.gz * text-modes-1.58-pkg.tar.gz * textools-1.14-pkg.tar.gz * tm-1.35-pkg.tar.gz * tramp-1.11-pkg.tar.gz * vc-1.35-pkg.tar.gz * vhdl-1.16-pkg.tar.gz * w3-1.28-pkg.tar.gz * xemacs-base-1.75-pkg.tar.gz * xemacs-devel-1.50-pkg.tar.gz * xslide-1.04-pkg.tar.gz
2002-11-12Extend this package to include all available xemacs-packages.jschauma4-510/+4910
Bump PKGREVISION and remove MESSAGE to reflect this change.
2002-10-06Update distinfo after version bumpmagick1-53/+53
2002-10-06Forgot to bump package version. It's 1.9 now.magick1-3/+2
2002-10-06Update the xemacs packagesmagick3-577/+492
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-04-26Move "xemacs" prefix handling into a makefile which can be used by othertron1-12/+2
packages, too.
2002-04-26Install this package into "${X11BASE}" if the "xemacs" package is installedtron1-1/+11
there, too.
2002-03-21Add trailing slash to some MASTER_SITES.wiz1-2/+2
2002-03-18Make Mario Kemper the maintainer of this package.tron1-2/+2
2002-03-15Use new variable "PKGNAME_NOREV" instead of stripping the package revisiontron1-2/+2
from the package name manually.