pkgsrc/devel
cjs 4978b83642 GLOBAL-4.7
* Gtags.vim, plugin script integrates GLOBAL with vim editor added.

GLOBAL-4.6.
[INCOMPATIBLE CHANGES]
* The default value of the config variable 'definition_header' was changed
to 'no', because the definition header is unsightly according to the place,
especially in class definition.
[OTHER CHANGES]
* Added support for PHP language.
(Known problems in htags)
- The variable in string cannot be recognized.(global can recognize that.)
- In HTML, the character string of the same spelling as the reserved
word of PHP is recognized as a reserved word of PHP.
I will rewrite htags in C language in the future to solve above problems.
* Added support for SCM_DEFINE macro which is part of guile-snarf.
* Added 'right' as a value of config variable 'definition_header'.
* Added some tool tips.
- Alphabet in alphabetical index shows the count of definitions.
- File name in file index show the full path name.
- Anchor to duplicate index show the number of duplicated objects.
* Added .cvsrc,.cvsignore,.cvspass,.cvswrappers,autom4te.cache/
to the default skip list.

GLOBAL 4.5.3.
[INCOMPATIBLE CHANGES]
* htags: Htags does not generate the code of javascript at all.
In the former version, we used javascript to display information about
links. But a browser these days had come to support the tool tip using
'title' attribute. So, we replaced the function using tool tip instead
of javascript facility.
* The --no-javascript option was removed because it was already unnecessary.
* global: The pattern of the argument came always to be interpreted
as a extended regular expression. In the former version, there was both
the case for the pattern to be interpreted as a basic regular expression
and the interpretation as the extended regular expression. This depended
on the environment of the build. (If you have grep(1) and xargs(1),
basic regular expression will be used.)
In the new version, if you want the pattern to be interpreted as a basic
regular expression, please specify the -G option.
[OTHER CHANGES]
New features:
htags:
* CVS REPOSITORY link (the --cvsweb and --cvsweb-cvsroot option).
You can link CVS repository from the hypertext of source code.
* Tooltip inserted in links.
* The --no-map-file option added.
Htags generate 'MAP' file by default. You can suppress it by this.
* The --statistics option added.
With this option, htags print statistics information to the standard error.
global:
* The -e(--regexp) option added like grep(1).
* The -G(--basic-regexp) option added like egrep(1).
Performance tuning:
htags:
* Remove tag name and line image from cache record. This made cache
file smaller.
* The use of the temporary file was suppressed to the minimum by tring to
read the source code.
Other modifications
* A security hole was shut.
* conf.h: add '{arch}' and '.notfunction' to default skip list.
* gctags: support __attribute__((...)).

GLOBAL 4.5.2.
[INCOMPATIBLE CHANGES]
* htags: move title's '<H1>...</H1>' into configuration variables
'title_begin' and 'title_end'. This makes configuration more flexible.
If you are still using older version of gtags.conf, please replace it
with one in this version.
[OTHER CHANGES]
* htags: add INCLUDED FROM index of htags by Hideki IWAMOTO.
This indexes the places where the header file is included.
* htags: add support of multi-line string.
* htags, gtags: pass option '-w' from htags to gtags.
* htags: allow reference to nonexistent definition without warning.
* htags: add missing reserved words.
- add C99 reserved words _Bool,_Complex,_Imaginary,inline,restrict.
- add missing C++ reserved words asm,bool,const_cast,dynamic_cast,
explicit,export,false,mutable,namespace,reinterpret_cast,static_cast,
true,typeid,typename,using,wchar_t.
* htags: insert HTML tag in the line which was warned.
(see configuration variable 'colorize_warned_line', 'warned_line_begin'
and 'warned_line_end'.)
* gctags: pick up reference to macro in conditional directive.
* gctags: remove wchar_t from the reservation word list of C.
* gctags: remove overload from the reserved word list of C++.
* gctags: remove wchar_t from the reservation word list of C.
* gtags: environment variable GTAGSCACHE added.
* and many bug fi

GLOBAL-4.5.1.
New features:
o gtags,htags: --gtagslabel option added.
o htags: -D(--dynamic) option added.
o Some bugs fixed.
2004-05-13 02:07:47 +00:00
..
aap Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
acme update homepage 2004-04-25 12:11:39 +00:00
acunia-jam USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
adocman Convert to buildlink3. 2004-04-12 01:50:32 +00:00
aegis Convert to buildlink3. 2004-04-12 01:58:50 +00:00
ald Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:47:15 +00:00
allegro Correct typo in .include statement. 2004-04-05 17:00:46 +00:00
anjuta Bump PKGREVISION due to update of vte to 0.11.11. 2004-05-07 11:14:05 +00:00
apache-ant Excuse me, I burped. That's: 2004-04-16 15:54:15 +00:00
apache-ant15 Only the JRE is needed. Set USE_JAVA=run. 2004-04-16 15:42:00 +00:00
apel Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
apr No longer used. 2004-05-05 00:13:14 +00:00
argtable Convert to buildlink3. 2004-04-25 04:47:26 +00:00
as31 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
asm2html Convert to buildlink3. 2004-04-25 02:51:39 +00:00
astyle Include "../../mk/compiler.mk" to get the value of CC_VERSION before 2004-02-18 13:33:40 +00:00
at-spi Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
atk Enable pkgviews installation. 2004-04-24 16:00:16 +00:00
autoconf Make build on Interix. (Older shells don't allow '((' for a double-subshell; 2004-04-26 14:52:39 +00:00
autoconf213 Remove info files entries from PLIST file. 2004-02-13 08:26:03 +00:00
autogen Update autogen to 5.6.0 and bl3ify. 2004-03-01 02:26:13 +00:00
automake Update to 1.8.4: 2004-04-29 13:15:03 +00:00
automake14 Convert to bl3. 2004-04-18 19:09:55 +00:00
avltree
bcc #include <string.h> in two places to fix build problem noticed in Alistair's 2004-01-02 15:30:04 +00:00
binutils Unused. 2004-04-25 23:55:36 +00:00
bison remove this. use USE_GNU_TOOLS+= yacc instead or a BUILD_DEPENDS 2004-03-12 22:38:18 +00:00
blib no longer used. 2004-04-16 12:52:29 +00:00
bmake Update bmake to 20040511 which syncs with -current (and 2.0). 2004-05-11 18:28:32 +00:00
boehm-gc No longer used. 2004-05-12 03:34:01 +00:00
bonobo Unused. 2004-05-04 08:18:26 +00:00
bonobo-conf No longer used. 2004-04-25 20:50:36 +00:00
boost Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
buddy Convert to buildlink3. 2004-05-02 23:02:06 +00:00
buildtool Use PREFIX insead of LOCALBASE when specifying where the package is 2004-04-26 16:49:17 +00:00
buildtool-doc bl3ify. 2004-04-25 10:05:15 +00:00
c-cpp-reference Convert to buildlink3 and fix a spelling error in DESCR. 2004-04-25 20:07:04 +00:00
c4 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
cbrowser Convert to buildlink3. 2004-04-25 05:18:52 +00:00
ccache Enable pkgviews installation to allow to build other pkgviews packages 2004-03-10 22:41:30 +00:00
cdecl Convert to buildlink3. 2004-04-25 05:32:01 +00:00
cdk No longer used. 2004-04-26 05:23:43 +00:00
cervisia2 Convert to buildlink3. 2004-05-02 00:26:32 +00:00
cfitsio Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
cgdb Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
check
chkpt
chmlib No longer used. 2004-03-07 01:18:15 +00:00
cmake bl3ify, and set USE_LANGUAGES appropriately 2004-02-10 02:44:24 +00:00
cmdline Convert to buildlink3. 2004-04-27 03:09:57 +00:00
coconut Convert to buildlink3. 2004-04-26 22:07:06 +00:00
cook Convert to buildlink3. 2004-04-25 03:59:47 +00:00
cpuflags Update cpuflags to 0.68 2004-05-10 17:39:39 +00:00
cscope Add patch from Kailash Sethuraman in PR 25471 that removes an obsolete 2004-05-05 13:25:27 +00:00
cssc Convert to buildlink3. 2004-04-25 04:47:26 +00:00
cvs Update to 1.11.15 (security update): 2004-04-15 22:28:36 +00:00
cvs2cl This does not need buildlink2. Add NO_CONFIGURE. 2004-04-25 05:30:56 +00:00
cvs2html This does not need buildlink2. 2004-04-25 04:02:39 +00:00
cvs2p4
cvs2svn Update to revision 947. 2004-05-12 19:24:18 +00:00
cvsgraph Convert to buildlink3. 2004-04-10 23:38:47 +00:00
cvslock
cvsps Enable pkgviews installation. 2004-03-29 03:28:49 +00:00
cvsup Add missing directory. 2004-01-06 05:12:42 +00:00
cvsup-bin Fix bogus DIST_SUBDIR, which broke installation on 1.5* and 2.*. 2004-04-23 18:07:06 +00:00
cvsup-gui CVSup with X11 gui support built from sources via lang/ezm3, if you want to 2004-01-06 00:11:02 +00:00
cvsup-gui-bin Fix bogus DIST_SUBDIR, which broke installation on 1.5* and 2.*. 2004-04-23 18:07:06 +00:00
cvsync s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
cweb PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
cxref
darts Correct path for BUILDLINK_PKGSRCDIR.darts. 2004-05-08 21:34:43 +00:00
ddd Convert to buildlink3. 2004-04-11 19:23:01 +00:00
dejagnu Correct PLIST. 2004-02-20 19:37:28 +00:00
devhelp Enable use of gtk/glib <=2.2 deprecated stuff to let this package build 2004-04-19 13:41:28 +00:00
device-driver-doc-de
devIL Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
diffutils Remove info files entries from PLIST file. 2004-02-15 19:42:01 +00:00
distcc Default shell should be @RCD_SCRIPTS_SHELL@ not /bin/sh. 2004-05-02 19:31:48 +00:00
dlcompat no longer used. 2004-05-09 14:24:16 +00:00
dmake Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
dmalloc Convert to buildlink3. 2004-04-27 03:09:57 +00:00
doc++ Convert to buildlink3. 2004-04-25 04:06:14 +00:00
doxygen update to Doxygen Release 1.3.7 - ok'd by groo@ 2004-05-10 00:15:49 +00:00
eclipse Update eclipse to 2.1.2: 2004-02-28 18:31:25 +00:00
eel Bump PKGREVISION due to gdk-pixbuf update. 2004-04-25 04:16:42 +00:00
eel2 Update eel2 to 2.6.1. 2004-04-20 01:29:52 +00:00
electricfence simplify by commenting the pkg's Makefile variables as they're 2004-02-04 13:33:36 +00:00
elf Convert to buildlink3. 2004-04-25 05:23:54 +00:00
elfsh PKGNAME_NOREV for WRKSRC, a potential problem. 2004-03-30 06:50:16 +00:00
elib Remove info files entries from PLIST file. 2004-02-13 08:26:03 +00:00
emacs-ilisp
emacs20-elib o Register conflict between elib and emacs20-elib in elib's Makefile 2003-11-18 16:29:50 +00:00
epydoc Add new package: 2004-03-28 21:27:58 +00:00
eric3 update to 3.4.2 and bl3ify 2004-05-09 17:06:56 +00:00
exctags Convert to buildlink3. 2004-04-27 03:09:57 +00:00
fastdep Convert to buildlink3. 2004-04-25 04:10:27 +00:00
ffcall Unused. 2004-05-09 11:23:51 +00:00
fhist Convert to buildlink3. 2004-04-25 04:03:16 +00:00
flex add bl3 file. this pkg installs a library 2004-04-27 21:00:14 +00:00
flim Remove info files entries from PLIST file. 2004-02-13 08:26:03 +00:00
fortran-utils Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
ftnchek
g-wrap Unused. 2004-05-03 16:10:07 +00:00
gail Unused. 2004-04-25 23:45:01 +00:00
gal Unused. 2004-05-04 08:18:26 +00:00
gal2 Add build dependency on pkgconfig. 2004-04-11 14:01:55 +00:00
GConf Unused. 2004-05-04 08:18:26 +00:00
GConf2 Remove extra semicolon in variable declaration which breaks build with 2004-05-04 11:46:26 +00:00
GConf2-ui Update GConf2 and GConf2-ui to 2.6.1: 2004-05-03 20:55:36 +00:00
gconfmm Finish bl3ification. 2004-04-12 05:11:44 +00:00
gcvs Convert to buildlink3. 2004-04-27 04:59:42 +00:00
gdb Convert to buildlink3. 2004-04-26 06:05:24 +00:00
gettext Use USE_BUILTIN.gettext=no instead. I'm not bothering with PKGREVISION this 2004-04-20 13:36:47 +00:00
gettext-lib Pass -b to pkg_admin lsbest to make this work correctly on systems where the pkgdbdir passes through a symlink 2004-05-09 20:31:07 +00:00
gettext-m4 Set NO_BUILDLINK and use BUILD_DIRS instead of custom do-build and 2004-02-17 11:23:45 +00:00
giblib No longer used. 2004-04-11 20:00:30 +00:00
gindent Enable pkgviews installation. 2004-04-22 23:52:19 +00:00
glade Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose 2004-04-14 19:30:22 +00:00
glade2 Update to 2.6.0: 2004-04-20 16:40:55 +00:00
glib Make this build under FreeBSD. 2004-04-15 00:07:26 +00:00
glib2 Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
global GLOBAL-4.7 2004-05-13 02:07:47 +00:00
gmake Pass along any GMAKE_LOCALE to sub-makes so that the value is preserved 2004-03-31 05:19:46 +00:00
gmp Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gnome-common Update to 2.4.0: 2004-02-10 14:39:40 +00:00
gnome-objc Unused. 2004-04-27 00:44:37 +00:00
gnome2-libole2 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
gnustep-base Unused. 2004-05-09 11:23:51 +00:00
gnustep-examples Use new gnustep build infrastructure. Use buildlink3. Bump PKGREVISION. 2004-04-11 00:26:14 +00:00
gnustep-make Unused. 2004-05-09 11:23:51 +00:00
gnustep-objc Unused. 2004-04-26 09:21:57 +00:00
gob Convert to buildlink3. 2004-04-25 04:07:42 +00:00
gobo-eiffel Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
Gorm Update Gorm to 0.7.5 2004-04-19 07:41:11 +00:00
gperf Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
gputils replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
gscope Convert to buildlink3. 2004-04-27 03:09:57 +00:00
gtexinfo Use INFO_DIR in the info documentation search path. This is needed 2004-05-08 02:50:03 +00:00
gtkdiff Convert to buildlink3. 2004-04-26 05:36:31 +00:00
gtl Convert to buildlink3. 2004-05-03 20:49:33 +00:00
gtoolkit-examples Blind conversion to bl3, since the Makefile.common included by 2004-04-25 22:17:59 +00:00
gtranslator Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
guile-fcgi Convert to buildlink3. 2004-05-03 15:58:55 +00:00
guile-gtk Convert to buildlink3. 2004-05-03 20:49:33 +00:00
guile-oops Convert to bl3 and add conflict with guile>1.4, since both include 2004-05-03 15:57:44 +00:00
guile-slib Convert to buildlink3. 2004-05-03 15:58:55 +00:00
guile-www Convert to buildlink3. 2004-05-03 15:58:55 +00:00
haskell-mode
hdf Unused. 2004-04-29 09:23:55 +00:00
hdf5 Unused. 2004-04-25 23:55:36 +00:00
hptools patch out malloc.h includes for darwin/freebsd 2004-05-07 01:50:15 +00:00
ht Initial import of ht, version 0.7.5: 2004-04-02 09:23:35 +00:00
id-utils Convert to buildlink3. 2004-04-27 04:59:42 +00:00
idiff
ipv6socket_scrub Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
isect Convert to buildlink3. 2004-04-25 04:09:01 +00:00
its4 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jam
javadeps Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jgrasp Initial import of jGRASP: 2004-01-09 19:13:03 +00:00
jlib
kdbg bl3ify 2004-04-23 12:16:41 +00:00
kdebindings2 Convert to buildlink3. 2004-05-02 00:26:32 +00:00
kdesdk2 Convert to buildlink3. 2004-05-03 03:55:43 +00:00
kdesdk3 Unused. 2004-04-24 23:43:41 +00:00
kdevelop Update to kdevelop3.0.3. 2004-04-20 14:17:54 +00:00
kdevelop-base bl3ify and update to kdevelop3.0.3 2004-04-20 14:15:41 +00:00
lcc
ldapsdk Convert to buildlink3. 2004-04-27 04:59:42 +00:00
libargparse Unused. 2004-05-09 11:23:51 +00:00
libast No longer used. 2004-04-11 21:23:46 +00:00
libavl Remove info files entries from PLIST. 2004-02-16 10:30:29 +00:00
libbegemot LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs 2004-02-14 17:21:32 +00:00
libbonobo Unused. 2004-04-26 09:21:57 +00:00
libbonoboui Fix multiple perl problem (like on Darwin/MacOSX) 2004-05-02 20:34:38 +00:00
libctl Convert to buildlink3. 2004-04-27 03:09:57 +00:00
libdockapp No longer used. 2004-04-11 21:07:55 +00:00
libebml Update to version 0.7.0. 2004-05-05 15:56:45 +00:00
libelf Convert to buildlink3. 2004-04-27 03:09:57 +00:00
libetm Make libetm build on Linux by removing unnecessary system header 2004-04-14 15:08:31 +00:00
libevent libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build. 2004-04-30 17:26:23 +00:00
libffi No longer used. 2004-04-12 00:00:49 +00:00
libg++ Remove info files entries from PLIST. 2004-02-16 11:21:13 +00:00
libgail-gnome Initial import of libgail-gnome, version 1.0.3: 2004-04-01 18:46:57 +00:00
libgetopt Unused. 2004-05-04 06:31:32 +00:00
libglade Unused. 2004-05-04 08:18:26 +00:00
libglade2 No longer used. 2004-05-03 21:19:03 +00:00
libgnome Update to 2.6.1.1: 2004-05-04 21:10:13 +00:00
libgnomeui this version of libgnomeui demands gtk2+>=2.4.1. make it so. 2004-05-06 22:03:36 +00:00
libgphoto2 Add RCS tags 2004-05-07 12:06:47 +00:00
libgsf add patches from GNOME CVS to make this build on darwin 2004-05-11 12:28:10 +00:00
libhfs
libidn Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
libmemmgr Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
libmm Unused. 2004-05-09 11:23:51 +00:00
libmpeg3 statfs->statvfs. 2004-05-04 13:50:57 +00:00
libnet No longer used. 2004-05-03 05:54:05 +00:00
libntlm Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
libole2 Unused. 2004-04-27 01:02:45 +00:00
liboop Convert to buildlink3. 2004-04-25 03:47:44 +00:00
libportlib Make libportlib build on Linux by removing unnecessary system header 2004-04-14 15:09:11 +00:00
libproplist Unused. 2004-04-25 00:48:39 +00:00
librsync No longer used. 2004-04-18 23:32:12 +00:00
libscsi
libsigc++ Unused. 2004-05-03 16:10:07 +00:00
libsigc++10 Unused. 2004-04-27 01:02:45 +00:00
libslang Unused. 2004-05-12 18:51:41 +00:00
libsmi
libstash
libstree Initial import of libstree 0.3.0. 2003-12-04 04:52:46 +00:00
libstroke No longer used. 2004-04-11 20:31:02 +00:00
libtar No longer used. 2004-04-11 20:31:02 +00:00
libtecla Convert to buildlink3. 2004-05-02 23:02:06 +00:00
libtool Unused. 2004-05-11 21:01:05 +00:00
libtool-base Update to 1.5.6 (OK'd by skrll). 2004-04-22 14:40:29 +00:00
libtool-info Remove info files entries from PLIST. 2004-02-16 12:53:30 +00:00
libts Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
libusb Unused. 2004-05-03 16:10:07 +00:00
libwnck Update to 2.6.1: 2004-05-04 21:33:49 +00:00
ltsa Initial import of ltsa (Labelled Transition System Analyser), version 2.2: 2004-02-29 22:21:19 +00:00
lwp Convert to buildlink3. 2004-04-27 04:29:17 +00:00
m4 Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to 2004-05-08 16:14:55 +00:00
maketool Convert to buildlink3. 2004-04-22 04:02:46 +00:00
mit-pthreads CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will 2004-02-14 15:29:15 +00:00
mk-files Update bmake and mk-files. 2004-02-21 00:15:44 +00:00
mph s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
mrproject Convert to buildlink3. 2004-04-25 06:21:11 +00:00
nana Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
nasm Remove info files entries from PLIST. 2004-02-16 12:53:30 +00:00
nbitools Change an argument passed to cpp so that it will not confuse buildlink3. 2004-04-29 18:59:25 +00:00
ncurses Match the template builtin.mk file in bsd.builtin.mk, and make the two 2004-03-29 05:43:28 +00:00
netbeans-ide Initial import of netbeans-ide version 3.5.1 (latest stable version), 2004-04-07 13:28:12 +00:00
netcdf Unused. 2004-04-25 23:55:36 +00:00
newfile Convert to buildlink3. 2004-04-25 05:32:01 +00:00
newmkdep Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
noweb Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
nqc
oaf Unused. 2004-05-04 08:18:26 +00:00
ode Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
ogre Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
opencm Convert to buildlink3. 2004-04-25 06:10:09 +00:00
p4 whitespace fixes 2004-01-22 08:47:32 +00:00
p4-docs basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23539. 2003-11-23 07:14:09 +00:00
p4d mk/bsd.pkg.install.mk now automatically registers 2004-04-23 22:07:52 +00:00
p4pr Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
p4web
p5-Algorithm-Annotate Bl3ify and enable pkgviews installation. 2004-04-25 04:20:01 +00:00
p5-Algorithm-Diff Bl3ify and enable pkgviews installation. 2004-04-25 04:18:32 +00:00
p5-Algorithm-Merge Bl3ify and enable pkgviews installation. 2004-04-25 04:18:32 +00:00
p5-AppConfig Bl3ify and enable pkgviews installation. 2004-04-25 04:16:54 +00:00
p5-AtExit Bl3ify and enable pkgviews installation. 2004-04-25 04:16:28 +00:00
p5-Attribute-Handlers Bl3ify and enable pkgviews installation. 2004-04-25 03:27:33 +00:00
p5-Bit-Vector Bl3ify and enable pkgviews installation. 2004-04-25 04:07:06 +00:00
p5-BSD-Resource Bl3ify and enable pkgviews installation. 2004-04-25 04:16:00 +00:00
p5-Cache-Cache Bl3ify and enable pkgviews installation. 2004-04-25 04:15:34 +00:00
p5-Carp-Assert Import p5-Carp-Assert from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 03:56:38 +00:00
p5-Class-Accessor Import p5-Class-Accessor from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 04:05:47 +00:00
p5-Class-Container Bl3ify and enable pkgviews installation. 2004-04-25 04:15:06 +00:00
p5-Class-Data-Inheritable Bl3ify and enable pkgviews installation. 2004-04-25 04:38:35 +00:00
p5-Class-Fields Import p5-Class-Fields from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 04:14:09 +00:00
p5-Class-Loader Bl3ify and enable pkgviews installation. 2004-04-25 04:14:21 +00:00
p5-Class-MethodMaker (note: 2.00 not imported because of some instability there; instead, 2004-03-29 18:55:46 +00:00
p5-Class-ObjectTemplate Bl3ify and enable pkgviews installation. 2004-04-25 04:11:59 +00:00
p5-Class-ReturnValue Convert to buildlink3. 2004-04-27 03:09:57 +00:00
p5-Class-Trigger Import p5-Class-Trigger from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 04:20:03 +00:00
p5-Compress-Zlib Updated to version 1.33 2004-02-22 16:35:38 +00:00
p5-Config-General Fix my email address. 2004-04-29 14:18:58 +00:00
p5-Config-IniFiles Bl3ify and enable pkgviews installation. 2004-04-25 04:07:45 +00:00
p5-Curses Bl3ify and enable pkgviews installation. 2004-04-25 03:29:44 +00:00
p5-Data-Buffer Added HOMEPAGE. 2004-03-20 22:23:19 +00:00
p5-Data-ShowTable Bl3ify and enable pkgviews installation. 2004-04-25 04:07:45 +00:00
p5-Data-TemporaryBag Import p5-Data-TemporaryBag from pkgsrc-wip. Packaged by xtraeme@. 2004-05-09 05:39:00 +00:00
p5-Date-Calc Bl3ify and enable pkgviews installation. 2004-04-25 04:07:45 +00:00
p5-Date-Manip bl3ify 2004-01-05 22:16:24 +00:00
p5-Devel-Profile Convert to buildlink3. 2004-04-27 03:09:57 +00:00
p5-Devel-SmallProf Bl3ify and enable pkgviews installation. 2004-04-25 04:04:57 +00:00
p5-Devel-StackTrace Convert to buildlink3. 2004-04-27 03:09:57 +00:00
p5-Devel-Symdump Bl3ify and enable pkgviews installation. 2004-04-25 04:02:54 +00:00
p5-Error Bl3ify and enable pkgviews installation. 2004-04-25 04:02:54 +00:00
p5-Event bl3ify 2004-01-05 22:16:24 +00:00
p5-Exception-Class Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Expect Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-ExtUtils-Depends Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
p5-ExtUtils-F77 Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-ExtUtils-PkgConfig Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
p5-File-DirSync Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-File-FlockDir Bl3ify and enable pkgviews installation. 2004-04-25 04:00:10 +00:00
p5-File-PathConvert Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-File-Spec bl3ify and enable pkgviews installation. 2004-02-19 22:13:37 +00:00
p5-File-Temp bl3ify 2004-01-05 22:16:24 +00:00
p5-FileHandle-Unget Initial import of p5-FileHandle-Unget-0.14: 2004-05-07 13:32:59 +00:00
p5-FileKGlob Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-FreezeThaw Forgot to add PKG_INSTALLATION_TYPES for pkgviews 2004-02-18 00:23:31 +00:00
p5-Getopt-Simple Import p5-Getopt-Simple from pkgsrc-wip. Packaged by Greg Troxel, and 2004-02-24 03:01:45 +00:00
p5-gettext Bl3ify and enable pkgviews installation. 2004-04-25 03:12:57 +00:00
p5-glib2 Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
p5-Graph Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-Heap Bl3ify and enable pkgviews installation. 2004-04-25 03:10:53 +00:00
p5-Inline bl3ify 2004-01-05 22:16:24 +00:00
p5-IO-Null Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IO-String Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IO-stringy Uses no compiler, so USE_LANGUAGES is empty 2004-03-20 22:27:50 +00:00
p5-IO-Stty Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IO-Tee Uses no compiler, so USE_LANGUAGES is empty 2004-03-20 22:27:50 +00:00
p5-IO-Tty Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IO-Zlib Bl3ify and enable pkgviews installation. 2004-04-25 03:49:09 +00:00
p5-IPC-Run Bl3ify and enable pkgviews installation. 2004-04-25 03:43:06 +00:00
p5-IPC-Shareable Bl3ify and enable pkgviews installation. 2004-04-25 03:46:07 +00:00
p5-IPC-SharedCache Bl3ify and enable pkgviews installation. 2004-04-25 03:43:06 +00:00
p5-IPC-ShareLite Bl3ify and enable pkgviews installation. 2004-04-25 03:43:06 +00:00
p5-LDAP Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Log-Agent Bl3ify and enable pkgviews installation. 2004-04-25 03:39:11 +00:00
p5-Log-Dispatch Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Log-Dispatch-Config include p5-Test-Harness/depends.mk instead of explicit DEPENDS on 2004-05-08 04:08:40 +00:00
p5-Log-Dispatch-FileRotate Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Make Bl3ify and enable pkgviews installation. 2004-04-25 03:39:11 +00:00
p5-Memoize Bl3ify and enable pkgviews installation. 2004-04-25 03:35:52 +00:00
p5-Memoize-ExpireLRU Bl3ify and enable pkgviews installation. 2004-04-25 03:37:30 +00:00
p5-Module-Build Add missing manual pages. Sort. 2004-05-02 06:09:43 +00:00
p5-Module-Dependency Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-Net-CIDR Bl3ify and enable pkgviews installation. 2004-04-25 03:33:49 +00:00
p5-Net-Netmask Bl3ify and enable pkgviews installation. 2004-04-25 03:32:31 +00:00
p5-Object-Realize-Later Import p5-Object-Realize-Later from pkgsrc-wip. Packaged by Adrian 2004-02-17 03:10:41 +00:00
p5-OLE-Storage_Lite Bl3ify and enable pkgviews installation. 2004-04-25 03:29:44 +00:00
p5-Params-Validate Bl3ify and enable pkgviews installation. 2004-04-25 03:28:10 +00:00
p5-Parse-RecDescent bl3ify 2004-01-05 22:16:24 +00:00
p5-Parse-Yapp Bl3ify and enable pkgviews installation. 2004-04-25 03:22:57 +00:00
p5-perl-headers Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
p5-Perl-Tidy Import p5-Perl-Tidy from pkgsrc-wip. Packaged by Adam Migus and 2004-02-22 01:58:09 +00:00
p5-Proc-Daemon Fix my email address. 2004-04-29 14:18:58 +00:00
p5-PV Bl3ify and enable pkgviews installation. 2004-04-25 03:32:31 +00:00
p5-Safe-Hole Bl3ify and enable pkgviews installation. 2004-04-25 03:22:57 +00:00
p5-Scalar-List-Utils Newly imported misc/p5-Scalar-List-Utils is just an update of 2004-02-16 21:33:03 +00:00
p5-Schedule-RateLimiter Initial import of p5-Schedule-RateLimiter into the NetBSD packages collection. 2004-04-12 14:20:57 +00:00
p5-SDL Use bl3. Yet another change I forgot to commit. 2004-03-07 04:23:46 +00:00
p5-Set-IntSpan Bl3ify and enable pkgviews installation. 2004-04-25 03:21:23 +00:00
p5-Set-Scalar Bl3ify and enable pkgviews installation. 2004-04-25 03:21:23 +00:00
p5-SortVersions Add HOMEPAGE. 2004-03-21 01:09:44 +00:00
p5-Storable Update to version 2.12. 2004-05-02 00:22:06 +00:00
p5-subversion Update to Version 1.0.1. 2004-03-29 18:08:33 +00:00
p5-Term-ReadKey Bl3ify and enable pkgviews installation. 2004-04-25 03:20:25 +00:00
p5-Term-ReadLine Bl3ify and enable pkgviews installation. 2004-04-25 03:19:11 +00:00
p5-Test-Cmd Bl3ify and enable pkgviews installation. 2004-04-25 03:17:53 +00:00
p5-Test-Harness move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs, 2004-05-08 04:05:58 +00:00
p5-Test-Inline fix DEPENDS path to p5-Test-Simple. 2004-05-08 04:09:05 +00:00
p5-Test-Simple move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs, 2004-05-08 04:05:58 +00:00
p5-Test-Unit Bl3ify and enable pkgviews installation. 2004-04-25 03:12:57 +00:00
p5-Tie-IxHash Bl3ify and enable pkgviews installation. 2004-04-12 18:21:21 +00:00
p5-WeakRef Bl3ify and enable pkgviews installation. 2004-04-23 18:48:49 +00:00
palmos-includes I don't use PalmOS any longer. 2004-04-06 19:25:02 +00:00
pango link ottest against glib2 libs, fixes build on Solaris. 2004-05-09 13:16:02 +00:00
papaya Unused. 2004-04-25 22:59:48 +00:00
pardiff Convert to buildlink3. 2004-04-18 23:41:26 +00:00
patch Make compile on Interix. It doesn't #define BSD, but it also needs the 2004-04-16 20:11:51 +00:00
pccts Unused. 2004-04-27 00:44:37 +00:00
pcl-cvs Remove info files entries from PLIST. 2004-02-16 14:43:08 +00:00
pcre Unused. 2004-05-10 09:31:03 +00:00
pedisassem Add RCS tags 2004-05-07 12:06:47 +00:00
php4-gettext bl3ify 2004-04-24 23:25:23 +00:00
php4-gmp bl3ify 2004-04-24 23:25:23 +00:00
php4-posix bl3ify 2004-04-24 23:25:23 +00:00
php4-sysvsem bl3ify 2004-04-24 23:25:23 +00:00
php4-sysvshm bl3ify 2004-04-24 23:25:23 +00:00
physfs Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
pilrc Convert to buildlink3. 2004-04-25 02:51:39 +00:00
pkgconfig Revert <poll.h> patch for Interix, as we're no longer using poll(2) there 2004-04-28 14:11:15 +00:00
popt Unused. 2004-05-04 08:18:26 +00:00
prc-tools Do not override config.guess and config.sub. The configure 2004-03-02 19:49:40 +00:00
prcs Remove info files entries from PLIST. 2004-02-16 16:39:02 +00:00
ProjectCenter Switch to new world gnustep style, and while at it, bl3ify. 2004-04-11 00:12:19 +00:00
pth Enable wrappers for waitpid, recv, and send per PR 24704. 2004-04-19 12:16:08 +00:00
pthread-sem Reorder location and setting of BUILDLINK_PACKAGES to match template 2004-03-05 19:25:06 +00:00
ptl2 Convert to buildlink3. 2004-04-27 03:09:57 +00:00
pvs Convert to buildlink3. 2004-05-09 20:19:44 +00:00
pwlib Convert to buildlink3. 2004-05-08 06:41:33 +00:00
py-checker Convert to buildlink3. 2004-04-27 04:59:42 +00:00
py-curses Convert to buildlink3. 2004-04-27 03:43:53 +00:00
py-cursespanel Convert to buildlink3. 2004-04-27 03:43:53 +00:00
py-distutils
py-expect Make this package build with pthread-enabled Python. It will close 2004-03-11 17:43:50 +00:00
py-idle Convert to buildlink3. 2004-05-02 03:55:05 +00:00
py-kjbuckets Convert to buildlink3. 2004-04-27 03:09:57 +00:00
py-kqueue
py-logging Update py-logging to 0.4.9.2. 2004-03-04 16:26:53 +00:00
py-Optik Convert to buildlink3. 2004-04-22 04:34:52 +00:00
py-pexpect Import py-pexpect from pkgsrc-wip. 2004-02-23 16:25:02 +00:00
py-pqueue Convert to buildlink3. 2004-04-27 03:09:57 +00:00
py-readline Convert to buildlink3. 2004-04-27 04:59:42 +00:00
py-subversion Unused. 2004-04-25 23:55:36 +00:00
py-TPG Convert to buildlink3. 2004-04-27 03:09:57 +00:00
py-unit Convert to buildlink3. 2004-04-22 04:02:46 +00:00
py-unitgui Convert to buildlink3. 2004-05-02 03:55:05 +00:00
py-zconfig Convert to buildlink3. 2004-04-27 04:59:42 +00:00
python-mode Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
rapidsvn PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
ratfor replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
rcs Updated rcs to 5.7nb2 2003-09-02 09:42:55 +00:00
rdp Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
re2c s/malloc.h/stdlib.h/ for darwin/freebsd 2004-05-07 01:59:02 +00:00
readline Suppress the "inferring the mode of operation is deprecated" warning by 2004-04-26 08:01:20 +00:00
Renaissance Update Renaissance to 0.8.0. Notable changes include new <splitView>, 2004-04-19 09:36:09 +00:00
roundup update to roundup-0.7.1 2004-05-10 09:32:23 +00:00
rpc2 Convert to buildlink3. 2004-04-27 04:29:17 +00:00
rt-mysql PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
rt-pgsql PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
ruby-amstd Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-bsearch Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-byaccr Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-filelock Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-installpkg Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-mode Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-mutexm Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-optparse Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-racc Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-rd-mode Use emacs.mk. 2004-05-08 15:10:58 +00:00
ruby-readline Convert to buildlink3. 2004-04-27 03:09:57 +00:00
ruby-ri Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-strscan Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-testunit Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-textbuf Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-unit Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-zlib Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
rudiments no longer used 2004-04-15 10:45:25 +00:00
rvm Convert to buildlink3. 2004-04-27 04:29:17 +00:00
rx Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
sablecc
scons initial import of scons-0.95 2004-03-09 19:13:52 +00:00
sdcc Convert to buildlink3 and shut pkglint up. 2004-04-21 03:50:07 +00:00
SDL Convert to buildlink3. 2004-05-05 03:36:22 +00:00
SDL_gfx No longer used. 2004-04-11 21:07:55 +00:00
SDL_ttf Follow new FreeType build rules 2004-04-27 15:13:56 +00:00
SDLmm Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
semantic Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info. 2004-04-05 22:13:43 +00:00
semi Remove info files entries from PLIST. 2004-02-16 17:55:39 +00:00
sfio Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
sgi-stl Convert to buildlink3. 2004-04-27 03:09:57 +00:00
sgi-stl-docs Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
slib Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
sml-mode Use emacs.mk. 2004-05-08 15:10:58 +00:00
smpeg No longer used. 2004-04-24 19:28:40 +00:00
spiff
splint replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
st replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
stlport Convert to buildlink3. 2004-04-27 03:09:57 +00:00
stooop Switch to Tcl 8.4 and enable pkgviews installation. 2004-03-30 01:43:55 +00:00
subversion Unused. 2004-04-26 09:21:57 +00:00
subversion-base Update to Version 1.0.1. 2004-03-29 18:08:33 +00:00
swig Unused. 2004-05-05 08:27:56 +00:00
swig-build Unused. 2004-05-08 08:53:54 +00:00
swig-perl No longer used. 2004-04-12 00:00:49 +00:00
swig-python Unused. 2004-05-12 18:51:41 +00:00
tavrasm s/malloc.h/stdlib.h for darwin/freebsd 2004-05-07 02:01:19 +00:00
tcl-tclcl Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
tet3 bl3ify 2004-02-19 21:47:00 +00:00
tkcvs Install .tcl files into lib/ instead of share/, as other Tcl packages 2004-04-29 15:46:00 +00:00
tkdiff Update tkdiff to 4.0b2. 2004-03-10 00:17:31 +00:00
tla tla-1.2.1pre1 2004-04-18 23:52:02 +00:00
tmake fix incorrect usage of LOWER_OPSYS in PLIST. 2004-02-11 12:26:51 +00:00
tpasm replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
treecc This package needs to use makeinfo to generate .info files. 2004-03-11 07:33:13 +00:00
trio
tvision Convert to buildlink3. 2004-04-25 06:05:45 +00:00
ucl Convert to buildlink3. 2004-04-21 04:04:59 +00:00
uml Convert to buildlink3. 2004-05-03 03:55:43 +00:00
unidiff Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
unproven-pthreads Convert to buildlink3. 2004-04-25 06:02:54 +00:00
w32api Update to w32api-2.5 2004-03-09 12:21:58 +00:00
xdelta Convert to buildlink3. 2004-04-18 22:51:02 +00:00
xxgdb Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
yasm Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
z80-asm Convert to buildlink3. 2004-04-18 23:34:27 +00:00
zlib nb1: install shlib as executable. 2004-05-08 01:06:26 +00:00
Makefile Add and enable p5-Data-TemporaryBag. 2004-05-09 05:40:40 +00:00