aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Add missing directory and respect CC and CFLAGSKris Kennaway2002-10-282-0/+45
| | | | Notes: svn path=/head/; revision=69004
* Add missing info filesKris Kennaway2002-10-281-0/+5
| | | | Notes: svn path=/head/; revision=68991
* Add misc/ringtonetoolsAdam Weinberger2002-10-266-0/+48
| | | | | | | | | | | | Program to create ringtones (the song played when mobile phones ring) and logos. PR: 39007 Submitted by: Michael A. Kohn <naken@naken.cc> Approved by: pat Notes: svn path=/head/; revision=68885
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68851
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68849
* Update to 1.1.1Hye-Shik Chang2002-10-253-7/+9
| | | | Notes: svn path=/head/; revision=68829
* Add p5-Business-OnlinePayment-SurePay 0.01, a Business::OnlinePaymentMaxim Sobolev2002-10-256-0/+36
| | | | | | | backend module for SurePay authorization service. Notes: svn path=/head/; revision=68799
* Add p5-Business-OnlinePayment-LinkPoint 0.02, a Business::OnlinePaymentMaxim Sobolev2002-10-256-0/+39
| | | | | | | backend module for LinkPoint. Notes: svn path=/head/; revision=68798
* Add p5-Business-OnlinePayment-Cardstream 1.0, a Business::OnlinePaymentMaxim Sobolev2002-10-256-0/+38
| | | | | | | backend module for Cardstream. Notes: svn path=/head/; revision=68797
* Add p5-Business-OnlinePayment-Beanstream 0.01, a Business::OnlinePaymentMaxim Sobolev2002-10-256-0/+37
| | | | | | | backend module for Beanstream. Notes: svn path=/head/; revision=68796
* Add p5-Business-OnlinePayment-BankOfAmerica 1.01, a Business::OnlinePaymentMaxim Sobolev2002-10-256-0/+39
| | | | | | | backend module for Bank of America eStores. Notes: svn path=/head/; revision=68795
* Add p5-Business-OnlinePayment-AuthorizeNet 3.11, a Business::OnlinePaymentMaxim Sobolev2002-10-256-0/+41
| | | | | | | backend module for Authorize.Net. Notes: svn path=/head/; revision=68794
* Add p5-Business-OnlinePayment-2CheckOut 0.02, a Business::OnlinePaymentMaxim Sobolev2002-10-256-0/+39
| | | | | | | backend module for 2CheckOut authorization service. Notes: svn path=/head/; revision=68793
* Add p5-Business-OnlinePayment-eSec 0.02, an Business::OnlinePaymentMaxim Sobolev2002-10-246-0/+38
| | | | | | | backend module for eSec. Notes: svn path=/head/; revision=68748
* Add p5-Business-OnlinePayment-WorldPay-Junior 1.03, an Business::OnlinePaymentMaxim Sobolev2002-10-246-0/+54
| | | | | | | backend module for a WorldPay Select Junior service. Notes: svn path=/head/; revision=68747
* Add p5-Business-OnlinePayment-VirtualNet 0.02, a Business::OnlinePaymentMaxim Sobolev2002-10-246-0/+43
| | | | | | | backend module for Vital VirtualNet. Notes: svn path=/head/; revision=68746
* Add p5-Business-OnlinePayment-TCLink 1.01, a Business::OnlinePayment backendMaxim Sobolev2002-10-246-0/+39
| | | | | | | module for TrustCommerce. Notes: svn path=/head/; revision=68745
* Wrong category.Maxim Sobolev2002-10-246-49/+0
| | | | Notes: svn path=/head/; revision=68739
* Add p5-String-LRC 1.01, a perl interface for longitudinalMaxim Sobolev2002-10-246-0/+49
| | | | | | | redundancy check generation. Notes: svn path=/head/; revision=68738
* Add p5-Business-OnlinePayment 2.00, a generic interface for processing onlineMaxim Sobolev2002-10-246-0/+46
| | | | | | | credit card payments. Notes: svn path=/head/; revision=68737
* Stop complaining about 'Couldn't change to ...' when shell is tcsh.Max Khon2002-10-231-0/+25
| | | | | | | PR: 36685 Notes: svn path=/head/; revision=68689
* upgrade to 1.0.6Ying-Chieh Liao2002-10-232-2/+7
| | | | Notes: svn path=/head/; revision=68644
* Change MASTER_SITES.Adam Weinberger2002-10-231-1/+1
| | | | | | | | | | | Old site gave a 302 (document moved) and, by default, FETCH_CMD prevents fetch from following redirects. The substituted URL is to what the old URL redirected. Approved by: pat Notes: svn path=/head/; revision=68627
* upgrade to 0.2.0Ying-Chieh Liao2002-10-225-166/+48
| | | | | | | | PR: 44351 Submitted by: Ports Fury Notes: svn path=/head/; revision=68575
* fix buildYing-Chieh Liao2002-10-222-8/+8
| | | | | | | | PR: 44350 Submitted by: Ports Fury Notes: svn path=/head/; revision=68574
* Update gkrellshoot 0.2 -> 0.3.2Adam Weinberger2002-10-223-10/+17
| | | | | | | | | PR: 44364 Submitted by: elitetek@tekrealm.net (maintainer) Approved by: pat Notes: svn path=/head/; revision=68569
* Cleaner uninstall process, remove screenrc if it has not been alteredCy Schubert2002-10-211-1/+3
| | | | | | | | | by the user. Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=68553
* Fix hardcoded cp command.Cy Schubert2002-10-211-1/+1
| | | | | | | Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=68552
* Fix build on -current (don't try and build with cc -traditional).Kris Kennaway2002-10-213-3/+24
| | | | | | | Respect CC and CFLAGS Notes: svn path=/head/; revision=68465
* Fix build on -current (remove conflicting prototype for strsave() andKris Kennaway2002-10-203-72/+68
| | | | | | | include correct headers) Notes: svn path=/head/; revision=68448
* Remove -fstrict-prototypes from CFLAGS, since this flag does not existKris Kennaway2002-10-201-0/+11
| | | | | | | on gcc 3.2 Notes: svn path=/head/; revision=68431
* * Upgrade to 5.0.b5.Oliver Braun2002-10-199-119/+311
| | | | | | | | | | | * Changed MASTER_SITES. * Respect PREFIX correctly. PR: 44283 Submitted by: maintainer Notes: svn path=/head/; revision=68386
* Fix -current build.Jean-Marc Zucconi2002-10-191-0/+19
| | | | Notes: svn path=/head/; revision=68378
* Change maintainership on all my ports.Adam Weinberger2002-10-184-4/+4
| | | | | | | | | adam@vectors.cx -> adam@FreeBSD.org Approved by: pat (mentor) Notes: svn path=/head/; revision=68248
* Add gnomesword, a GNOME interface to the SWORD project.Joe Marcus Clarke2002-10-1615-0/+211
| | | | | | | | PR: 44145 Submitted by: J Shoemaker <shoemaker@softhome.net> Notes: svn path=/head/; revision=68159
* Update to new vendor release 0.1.21.Christian Weisgerber2002-10-155-77/+64
| | | | | | | | PR: 44085 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> Notes: svn path=/head/; revision=68105
* Prevent infinite loop in master port detection code.Dag-Erling Smørgrav2002-10-152-4/+10
| | | | Notes: svn path=/head/; revision=68068
* The misc/amanda-{client,server} ports force user/group to operator.James E. Housley2002-10-144-12/+132
| | | | | | | | | | This should be site-overridable. PR: 44032 Submitted-by: Phil Homewood <pdh@snapgear.com> Notes: svn path=/head/; revision=68040
* Update to 1.3Hye-Shik Chang2002-10-142-2/+2
| | | | | | | | Now supports full Unicode 3.2 code area, and uses UTF-8 encoder on -current. Notes: svn path=/head/; revision=68008
* s/BROKEN/IGNORE/ to stop bento from building packagesKris Kennaway2002-10-131-1/+1
| | | | Notes: svn path=/head/; revision=67945
* less has been part of the base system since 4.1-RELEASE. Remove it.Kris Kennaway2002-10-138-95/+0
| | | | Notes: svn path=/head/; revision=67937
* colorls support has been in the base system since 4.0-RELEASE. Remove thisKris Kennaway2002-10-137-623/+0
| | | | | | | port. Notes: svn path=/head/; revision=67936
* upgrade to 1.4.3Ying-Chieh Liao2002-10-124-12/+28
| | | | | | | | PR: 43943 Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=67867
* 1. Removed comments from pkg-plist files per will's request.Alan Eldridge2002-10-11116-217/+207
| | | | | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)! Notes: svn path=/head/; revision=67803
* upgrade to 2.5Ying-Chieh Liao2002-10-094-242/+281
| | | | | | | | PR: 43868 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=67708
* Move GeoIP and perl friend from misc/ to net/Sean Chittenden2002-10-091-2/+0
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=67684
* Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1].Sean Chittenden2002-10-0912-128/+0
| | | | | | | | | | | | | Fixed build of net/GeoIP on -STABLE[2]. PR: ports/43807 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [2] Submitted by: seanc [1] Reviewed by: knu (mentor/portmgr) Notes: svn path=/head/; revision=67683
* Fix my tabbing.David E. O'Brien2002-10-091-3/+2
| | | | Notes: svn path=/head/; revision=67675
* update to 4.3.3.FUJISHIMA Satsuki2002-10-084-26/+67
| | | | | | | make it prefix clean. Notes: svn path=/head/; revision=67589
* Update to figlet-fonts-20020913 (adds a bunch of new fonts)Kris Kennaway2002-10-074-84/+566
| | | | | | | Reviewed by: dd (maintainer) Notes: svn path=/head/; revision=67571