hubertf
c003183487
this was already in pkgsrc/graphics. duh.
1999-05-15 20:04:38 +00:00
hubertf
155c7e9cab
There was already a cdlabelgen in pkgsrc/graphics, use that one.
...
Kindly pointed our by Bernd Ernesti.
1999-05-15 20:02:55 +00:00
he
2ef975daa6
Don't skip "record" mixer devices on NetBSD, so that the volume
...
control can stand a bigger chance of working on NetBSD.
Tested with wss0 chip on i386, where the 'pcm' mixer (sub)device is the
one which should be tweaked for volume control through libossaudio.
1999-05-15 18:50:58 +00:00
tsarna
8f32c2bbb9
Take a stab at Zoularis support
1999-05-15 17:00:14 +00:00
bouyer
56f59b6869
Update to 1.2.27. Mostly sprintf->snprintf fixes (more than we had in
...
our private patches). ssh users should probably upgrade ...
1999-05-15 13:46:58 +00:00
hubertf
f83048c78a
add and enable gcombust
1999-05-15 08:05:31 +00:00
hubertf
e3bb03e589
Graphical frontent for CD mastering (mkhybrid, cdrecord, ...)
1999-05-15 08:04:51 +00:00
hubertf
04662246ed
add and enable cdlabelgen
1999-05-15 07:55:08 +00:00
hubertf
6b91ab75f8
Generates frontcards and traycards for CDs.
1999-05-15 07:54:27 +00:00
hubertf
afbc572614
Update to 1.12b5
...
Changes: many, including one to merge several (unrealted) dirs into one
tree, using /foo=/bar/baz syntax (used by gcombust).
1999-05-15 07:27:49 +00:00
hubertf
fc09d5aed4
Update to 0.5.2
...
Changes: This is a bug fix release, only
needed after upgrading GTK+ to GTK+-1.2.3
(hi Tron! :-)
1999-05-15 03:49:13 +00:00
tron
c2eae54d56
Enable "wwwcount". Fixes PR pkg/7561 by Greg A. Wood.
1999-05-14 23:25:23 +00:00
tron
8523b36e67
Databases and logfiles should go to "/var" not to "${LOCALBASE}/var".
1999-05-14 23:23:58 +00:00
tron
2ac4e16dc6
"mkstrip.1" is in "${PREFIX}/man/man1", not in "${PREFIX}/share/man/man1".
1999-05-14 23:05:41 +00:00
tron
499ba6244b
Adapt this package to NetBSD. Patches supplied by Greg A. Woods in
...
PR pkg/7561.
1999-05-14 22:05:23 +00:00
tron
add40a0b2f
Initial import of FreeBSD's "wwwcount" package:
...
Access counter, clock and date for WWW pages
1999-05-14 21:59:46 +00:00
tron
b3d1e13e64
Replace leading tabulators by spaces. Fixes PR pkg/7581 by "Wiz" (or
...
whatever his name is).
1999-05-14 19:47:12 +00:00
tron
48b353aeb7
Use "/bin/sh" not "/bin/bash" to execute "gnome-wm". Problem noted by
...
Greg Oster in PR pkg/7570.
1999-05-13 23:59:34 +00:00
tron
bdc0a9fab5
Depend on "gnome-core" not on "gnome-libs" because the directory
...
structure of the core package is used.
1999-05-13 23:45:27 +00:00
tv
dba06c6aad
Update to 2.2.1.
1999-05-13 14:59:43 +00:00
ross
a1e244341a
Delete insane code inside #ifdef __NetBSD__ (what?!) that setrlimit()'s us
...
to 32MB (what?!).
1999-05-13 12:38:28 +00:00
bad
aca570d958
Update to version 2.11.
1999-05-13 01:39:32 +00:00
hubertf
c9d94759cd
add and enable gqmpeg
1999-05-13 00:04:22 +00:00
hubertf
113fce6b68
GQmpeg is a frontend to mpg123 with extensive themeability and playlist
...
support.
1999-05-13 00:01:58 +00:00
sakamoto
962d4f15ce
Move mastersite. Problem noted by Hubert Feyrer.
1999-05-12 23:34:20 +00:00
tv
38dc2d6357
Rsync 2.3.1 is in the /pub/rsync directory, not the /pub/rsync/old-versions
...
directory, on samba.anu.edu.au at the moment.
1999-05-12 23:31:04 +00:00
tron
0ea17efbca
Build the include Perl5 module which we might need later.
1999-05-12 22:32:14 +00:00
tron
a13e349245
"perllocal.pod" should not be in any package list.
1999-05-12 22:25:04 +00:00
bad
654e31953b
Add and enable p5-FileKGlob.
1999-05-12 20:48:24 +00:00
bad
2b28f56360
Initial import of FileKGlob-1.2 a Perl module to do file name globbing.
1999-05-12 20:47:13 +00:00
bad
3a4481e39f
Forgot the .packlist file.
1999-05-12 19:36:03 +00:00
bad
d1cc8d08d0
Correct PKGNAME.
1999-05-12 19:24:47 +00:00
bad
1de76640de
Add and enable p5-AtExit.
1999-05-12 18:56:35 +00:00
bad
f405514626
Initial import of p5-AtExit-2.01, a module providing ANSI C like atexit().
1999-05-12 18:55:00 +00:00
bad
732b35a991
Sync to current version.
1999-05-12 18:32:28 +00:00
bouyer
e7af32300a
- in lchat.pl, use pack_sockaddr_in() instead of building the list ourselve
...
with pack(). This is how perl's socket test works, and makes mirror work
on my i386/1.4 (otherwise connect() fails with "Address family not
supported by protocol family").
- ftp.pl: temporary files were created 0666 ! create the temp file mode 0600,
the correct permissions will be set by mirror once the transfer is done.
1999-05-12 16:20:33 +00:00
tv
a724af7aa3
Do not create a "libPTL.so" link. This will be done by the pkg system at
...
install time, and should NOT happen for a.out at all. (I'll re-add the
removed patches to do this correctly for ELF, and use shlib constructor as
opposed to "every object file constructor", later.)
1999-05-12 16:17:53 +00:00
tron
6c33ba9867
Fix path in master site list. Problem noted by Hubert Feyrer.
1999-05-12 16:17:34 +00:00
tv
6a61f079e3
This program is currently hopeless on LP64.
1999-05-12 15:08:45 +00:00
bad
9e9aa0e7c5
Can't have "--" on #!/bin/sh lines.
1999-05-12 14:49:47 +00:00
msaitoh
c49c48e186
Upate PTL2 to PTL2-current-990512.
1999-05-12 13:24:26 +00:00
lukem
12454341d2
move master_site
1999-05-12 11:42:26 +00:00
frueauf
4ad5d99a51
Add and enable xsidplay.
1999-05-12 08:09:17 +00:00
frueauf
e4c3be2ab8
Initial addition of xsidplay 1.3.5, a sidplay x11 frontend.
...
Provided in pr 7353 by Antti Kantee.
1999-05-12 08:05:36 +00:00
sakamoto
411df0816a
enable snooper.
1999-05-12 06:10:15 +00:00
sakamoto
48cecefeeb
Adapt this package to NetBSD.
1999-05-12 06:08:48 +00:00
sakamoto
9dfef93fc2
Import FreeBSD's "snooper" port:
...
serial line protocol analyzer (need two serial interfaces).
1999-05-12 06:00:06 +00:00
abs
2fc6297204
If ${PACKAGES} does not exist, use it anyway. Allows settinsg such as
...
PACKAGES=${PKGSRCDIR}/packages/${OS_VERSION}/${MACHINE_ARCH} _without_
having to ensure each ${OS_VERSION}/${MACHINE_ARCH} is manually created
beforehand.
1999-05-12 05:35:55 +00:00
tron
8e0a040624
Fix typo in the category list.
1999-05-11 20:44:44 +00:00
tron
edabe54d29
Add "APACHE_PERF_TUNING" and "APACHE_SUEXEC".
1999-05-11 20:37:30 +00:00